@charset "utf-8";
@import 'recycle.css';
@import 'content.css';
@import 'search.css';

html, body{
	height: 100%;
	font-family:"Arial";
	margin:0;
	padding:0;
}
hr{
	border-color: #b1b1b1;
  	border-style: solid;
  	border-width: 1px 0 0;
 	height: 1px;
}
p{
	margin-bottom:10px;
}



a:link {color:#6D6D6D; text-decoration: none; }
a:active {color:#6D6D6D; text-decoration: none; }
a:visited {color:#6D6D6D; text-decoration: none; }
a:hover {color:#6D6D6D; text-decoration: none; }
.page_width{
	width:925px;
}
.content_center{
	margin:auto;
}
.contentright{
	float:left;
	width:700px;
	border-right:1px solid #797071;
	min-height:520px;
}
.contentright1{

}
#container {
	width:100%;
	position:relative;
	margin:auto;
	min-height:100%;
}
#wrapper {
	width:100%;
	padding-bottom:130px;

}
.headerCut{
	min-height: 50px;
	background-color: #1b1b1b;
}
.bkCut{
	width:100%;
	background-color: #000000;
}

.nav{
	min-height:50px;
}
.nav a{
	color:white;
}

#mainContent {
	width:920px;
	margin:auto;
	padding-top:10px;
} 
#upload{
	width:195px;
	padding:0px 0px 0px 20px;
	color:#6D6D6D;
}
#leftBar{
	width:235px;
	padding-right:10px;
	font-size:11px;
}
hr.leftBar{
	border-color: #b1b1b1;
  	border-style: dotted;
  	border-width: 1px 0 0;

}
#footer {
	position:absolute;
	bottom:0px; 
	width:100%;
	height: 90px;
	padding-top:10px;
	background-color: #e9e9e9;
	border-top:5px solid #d4d4d4;
	color:#6D6D6D;
} 

.input{
	font-size:18px;
	width:200px;
	height:25px; 
	border:1px solid #999999;
}

/*** Search ****/

input.search_field{
	border:1px solid #989898;
	margin:0;
	padding:6px 5px;
	width:180px;
}
input.go_button{
	margin:0;
	padding:0;

}
.sidelogo{
	padding-top:40px;
}
.nav ul{
	display:inline;
	margin:0;
	padding:0;
}
.nav ul li{
	display:inline;
	
	
}
.nav ul li{
	/*background: url('/assets/images/menu_li.jpg') left  no-repeat;*/
}
.nav ul li:first-child{
	background: none;
}
#preloader{
	position:absolute;
	left: -1000px;
	top:-1000px;
}

input.logout_button{
	border:1px solid #989898;
	margin:0;
	padding:6px 5px;
}
ul#admin_footer{
	margin:0;
	padding:0;
	display:inline;
}
ul#admin_footer li{
	display:inline;
	padding-right:10px;
}
#admin_container{
	position:relative;
	top:75px;
	margin:auto;
	color:#fff;
}
