@charset "utf-8";
/* CSS Document */
body{
	height:auto;
	width:auto;
	background-image:url(../images/Backgrounds%20-%20Transparent/dots-dark.png);
}
#container{
	height:auto;
	width:980px;
	background-color:#930;
	margin-left:160px;
	margin-top:-10px;
	margin-bottom:-10px;
	box-shadow:0px 2px 8px rgba(0,0,0,0.6);
}
#container2{
	height:700px;
	width:980px;
	background-color:#930;
	margin-left:160px;
	margin-top:-10px;
	margin-bottom:-10px;
	box-shadow:0px 2px 8px rgba(0,0,0,0.6);
}
#containerAddPPS{
	height:675px;
	width:980px;
	background-color:#930;
	margin-left:160px;
	margin-top:-10px;
	margin-bottom:-10px;
	box-shadow:0px 2px 8px rgba(0,0,0,0.6);
}

#header{
	height:auto;
	width:auto;
	background-color:#036;
	float:left;
}
.header{
	height:auto;
	width:auto;
	background-color:#036;
	float:left;
}
#menu_container{
	height:50px;
	width:980px;
	float:left;
	background-color:#00254A;
	box-shadow:0px 2px 8px rgba(0,0,0,0.6);
	box-shadow: inset 10px -10px 25px rgba(51,0,51,0.6);
	margin-bottom:4px;
}
#menus_main{
	height:35px;
	width:auto;
	background-color:#00254A;
	float:left;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	
	padding-top:15px;
	/*margin-right:10px;
	padding-left:10px;*/
	box-shadow: inset 10px -10px 25px rgba(51,0,51,0.6);
	padding-right:10px;
}
#menus_main a{
	text-decoration:none;
	color:#FFF;
}
#menus_main:hover{
	background-color:#903;
	color:#0C0;
}

#content_block{
	height:auto;
	width:980px;
	float:left;
	background-image:url(../images/freelance6.jpg);
}
#form{
	height:30px;
	width:100px;
	border-radius:5px;
	background-color:#990;
	float:left;
	margin-top:10px;
	font-size:15px;
}
#form:hover{
	background-color:#960;
	cursor:pointer;
}
#input_submit{
	height:40px;
	width:245px;
	background-color:#003;
	float:left;
	margin-left:10px;
	border-radius:5px;
	color:#CCC;
	font-size:15px;
	margin-right:12px;
}
#input_submit:hover{
	background-color:#000;
	cursor:pointer;
}
#a{
	color:#F00; 
	text-decoration:none;
}
#a:hover{
	color:#900; 
	text-decoration:underline;
}

#input_submit_AddManager{
	height:40px;
	width:245px;
	background-color:#003;
	float:left;
	margin-left:350px;
	border-radius:5px;
	font-size:15px;
	color:#CCC;
	margin-right:-210px;
}
#input_submit_AddManager:hover{
	background-color:#000;
	cursor:pointer;
}
#ShortBlock_Down{
	height:28px;
	width:480px;
	float:left;
	background-color:#EF8017;
	border-radius:0px 20px 0px 0px;
	margin-top:5px;
	font-family:century gothic;
	font-size:18px;
	padding-left:10px;
	color:#FFF;
	padding-top:2px;
}
.csv-export-btn {
    float: right;
    background: #0c0;
    border: none;
    padding: 10px 15px;
    color: #fff;
    margin-right: 15px;
    margin-top: 8px;
    cursor: pointer;
}
div#pagination_controls a {
    background: #ccc none repeat scroll 0 0;
    padding: 8px 13px;
    text-decoration: none;
    border-radius: 5px;
}
div#pagination_controls {
    clear: both;
    padding-top: 20px;
}