/**{
	padding:0;
	margin:0;
}*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/*Hides from IE Mac*/
*html .clearfix {height: 1%;}
.clearfix{display: block;
/*Hide from IE Mac */}


body {
	font: 15px Arial, Helvetica, Verdana, sans-serif;
	background: #F8F8F8;
	text-align: center;
}

h1, h2,h3, h4{
	font-family: Trebuchet MS, Helvetica, Arial, Tahoma, sans-serif;
}

#container{
	width: 900px;
	padding: 3px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 155px;
	width: 900px;
}

#header h1{
	font-size: 150%;
	margin: 5px 30px;
	font-weight: bold;
}

#header h1 a{
	color: #333;
	text-decoration: none;
}

#header h1 a:hover{
	color: #333;
	text-decoration: underline;
}

#header p a{
	color: #4A6BA2;
	font-weight: bold;
}

#header p span{
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header p{
	margin: 5px 30px;
}

#header p span.message{}

#user_navigation{
	background: #131311;
	color: #FFF;
}

#user_navigation ul{
	height: 30px;
	margin: 0 10px;
}

#user_navigation ul li{
	display: inline;
	float: right;
}

#user_navigation ul li a{
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}

/*************************************************

// Greybar

*************************************************/
#greybar{
	height: 39px;
	width: 900px;
	background: url(../images/greybar.gif);
	text-align: center;
}

#greybar .search_label{
	width: 200px;
	float: left;
	line-height: 39px;
	margin-left: 35px;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
}

#greybar .search_input{
	width: 400px;
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 15px;
	padding: 2px;
}

#greybar .search_select{
	width: 250px;
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 15px;
	padding: 2px;
}

#greybar .search_button{
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 15px;
}


/*************************

// banner

*************************/
#banner{
	width: 900px;
}


/*************************

// content

*************************/

#content-wrapper{
	width: 600px;
	float: right;
}

#content-inner .ad{
	width: 578px;
	padding: 10px;
	border-bottom: 1px dotted #333;
}

#content-inner div.regular_ads{
	border: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

#content-inner div.image{
	float: left;
	width: 98px;
	margin-right: 10px;
} 

#content-inner div.image img{
	width: 96px;
	margin: 1px;
	border: 1px solid #D4D4D4;
} 

#content-inner div.details{
	float: left;
	width: 467px;
	font-size: 110%;
}

#content-inner div.details div.author{
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

#content-inner div.details div.author a{
	color: #c03000;
}

#content-inner ul.regulartabs{
	margin-top: 10px;
}

#content-inner ul.regulartabs li{
	display: inline;
	float: right;
}

.homepage_tab{
	padding: 6px 20px;
	font: 14px Trebuchet MS, Helvetica, Arial, Tahoma, sans-serif;
	margin: 0 10px;
	background: #E0E8E0;
	color: #c03000;
	font-size: 110%;
	text-decoration: none;
	line-height: 30px;
}


.homepage_tab_selected{
	padding: 8px 20px;
	font: 16px Trebuchet MS, Helvetica, Arial, Tahoma, sans-serif;
	margin: 0 10px;
	background: #333;
	color: #FFF;
	font-size: 110%;
	text-decoration: none;
	font-weight:bold;
	border-bottom: none;
	line-height: 30px;
}

#content-inner div.regular{}

#content-inner div.regular_container{
	border-top: 1px solid #333;
	margin-top: 1px;
}

#content-inner div.post_message_container{
	margin-top: 1px;
}

#content-inner div.message_container{
	padding: 5px 5px 5px 15px ;
	font-size: 110%;
	border-bottom: 1px dotted #333;
}

#content-inner div.message_container div.author{
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

#content-inner div.message_container div.author a{
	color: #c03000;
}

#content-inner div.message_container p{
	margin: 10px 0;
}

#content-inner div.regular_container div.details h2{
	font-size: 110%;
	width: 467px;
	font-weight: bold;
	color: #c03000;
}

#content-inner div.regular_container div.details h2 a{
	font-size: 110%;
	width: 467px;
	text-decoration: none;
	color: #c03000;
}

#content-inner div.regular_container div.details h2 a:hover{
	font-size: 110%;
	width: 467px;
	text-decoration: underline;
	color: #c03000;
}

#content-inner div.regular_container div.details p{
	margin: 10px 0;
}

/******************************************

// for user view page

*******************************************/

#content-inner div.info ul li span{
	font-size: 110%;
}

#content-inner div.info ul li span.userinfo{
	width: 150px;
	display: block;
	float: left;
	height: 30px;
}

#content-inner div.info ul li span.value{
	width: 450px;
	float: left;
	display: block;
	font-weight: bold;
	height: 30px;
}

#content-inner div.info ul li{
	height: 30px;
	line-height: 30px;
}


/*******************************************
// End user view info
*******************************************/

/*******************************************

// for ad View Page

*******************************************/

#content-inner div.ad_info ul li span{
	font-size: 110%;
}

#content-inner div.ad_info ul li span.ad_info{
	width: 150px;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
}

#content-inner div.ad_info ul li span.value{
	width: 350px;
	float: left;
	display: block;
	height: 30px;
}

#content-inner div.ad_info ul li{
	height: 30px;
	line-height: 30px;
}

#content-inner h4{
	height: 30px;
	line-height: 30px;
	color: #121210;
	font-size: 120%;
	margin: 5px 0;
	display: block;
	width: 500px;
	font-weight: bold;
}

/*******************************************
// End user view info
*******************************************/


#content-inner h3{
	height: 30px;
	line-height: 30px;
	color: #121210;
	font-size: 170%;
	width: 600px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

#content-inner h3.h3_no_underline{
	border-bottom: none;
	float: left;
	display: block;
	font-size: 170%;
	width: 350px;
	margin: 0;
}

#content-inner h2.ad_title{
	border-bottom: none;
	display: block;
	font-size: 160%;
	margin: 0;
	font-weight: bold;
}

#content-inner h2.ad_title a{
	color: #000;
	text-decoration: none;
	font-size: 100%;
}

#content-inner h2.ad_title a:hover{
	text-decoration: underline;
}

br{
	clear: left;
}

#content-inner input{
	float: left;
	width: 200px;
	display: block;
	margin: 10px 0;
	font-size: 110%;
}

#content-inner input.span-1{
	width: 75px;
}

#content-inner input.span-2{
	width: 125px;
}

#content-inner input.span-3{
	width: 175px;
}

#content-inner input.span-4{
	width: 300px;
}

#content-inner select{
	float: left;
	width: 300px;
	display: block;
	margin: 10px 0;
	font-size: 110%;
}

#content-inner textarea{
	float: left;
	display: block;
	width: 570px;
	margin: 10px 0;
	font-size: 110%;
}

#content-inner label{
	float: left;
	width: 150px;
	display: block;
	margin: 10px 0;
	font-weight: bold;
	font-size: 110%;
}

#content-inner .file{
	width: 250px;
	display: block;
}

#content-inner .submit{
	width: 100px;
	display: block;
}

#content-inner .forgot_password{
	width: 160px;
	display: block;
}

#content-inner .form_span{
	display: block;
	color: #333;
	margin: 10px 0;
	font-size: 110%;
	float: left;
	font-weight: bold;
}
#content-inner .form_link{
	display: block;
	color: #C03000;
	margin: 10px 0;
	font-size: 110%;
	float: left;
	font-style:italic;
	font-weight: bold;
}

#content-inner .pagination{}

#content-inner .inner_pagination{
	width: 598px;
}

#content-inner .inner_pagination a{
	border: 1px solid #CCC;
	padding: 1px 5px;
	color: #808185;
	line-height: 30px;
	background: #FFF;
}

#content-inner .curr_page{
	border: 1px solid #808185;
	padding: 1px 5px;
	color: #FFF;
	background: #808185;
	line-height: 30px;
}

.tags{
	margin: 10px 0;
}

.tags a{
	margin-right: 10px;
	padding: 2px 5px;
	background-color: #E0EAF1;
	font-size: 90%;
	text-decoration: none;
	color: #3E6D8E;
	border-right: 1px solid #7F9FB6;
	border-bottom: 1px solid #7F9FB6;
}

.tags a:hover{
	color: #E0EAF1;
	background-color: #3E6D8E;
}

.ad_options{}

.ad_options a.edit{
	margin-right: 10px;
	padding: 2px 5px;
	background-color: #b4f3b4;
	font-size: 90%;
	text-decoration: none;
	color: #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
}

.ad_options a.edit:hover{
	color: #FFF;
	background-color: #008000;
}

.ad_options a.delete{
	margin-right: 10px;
	padding: 2px 5px;
	background-color: #ff7878;
	font-size: 90%;
	text-decoration: none;
	color: #aa1a1a;
	border-right: 1px solid #aa1a1a;
	border-bottom: 1px solid #aa1a1a;
}

.ad_options a.delete:hover{
	color: #FFF;
	background-color: #aa1a1a;
}

.image_options{
	width: 250px;
	display: block;
	float: left;
	height: 95px;
}

.image_options img{
	float: left;
	margin-right: 10px;
}

.image_options a.delete{
	margin-right: 10px;
	padding: 2px 5px;
	background-color: #ff7878;
	font-size: 90%;
	text-decoration: none;
	color: #aa1a1a;
	border-right: 1px solid #aa1a1a;
	border-bottom: 1px solid #aa1a1a;
	float: left;
}

.ad_image{
	width: 150px;
	display: block;
	float: left;
	height: 95px;
}

.ad_image img{
	float: left;
	margin-right: 10px;
}

.system_message{
	margin-bottom: 10px;
	width: 598px;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
}

.system_message span{
	padding: 10px;
	display: block;
	color: #514721;
}

.system_message span a{
	color: #2583AD;
	font-weight: bold;
}

.system_message span a:hover{
}

.success_message{
	margin-bottom: 10px;
	width: 598px;
	background: #E6EFC2;
	border: 1px solid #C6D880;
}

.success_message span{
	padding: 10px;
	display: block;
	color: #264409;
}

.success_message span a{
	color: #264409;
	font-weight: bold;
}

.success span a:hover{
}

.errors{
	margin-bottom: 10px;
	width: 598px;
	background: #FFF2F0;
	border: 1px solid #DE5959;
}

.errors ul{
	padding: 10px;
}

.errors ul li{
	color: #7A7A7A;
	list-style: none;
}

.emp{
	font-weight: bold;
}

.highlight{
	background-color: #FFFE9B;
	font-weight: bold;
}

.caption {
	float: left;
	display: block;
	font-weight: normal;
	color: #DE5959;
	margin: 10px 5px;
	font-weight: bold;
}

.greycaption {
	float: left;
	display: block;
	font-weight: normal;
	color: #444;
	margin: 10px 0 0 0;
	font-size: 90%;
}

#partners{
	background-color: #EFEFEF;
}

#partners-inner{
	padding:10px;
}
#partners-inner h3{
	font-size: 150%;
	font-weight: bold;
}

#partners-inner p{
	margin: 10px 0;
}

#partners-inner textarea{
	width: 700px;
	font-size: 110%;
	float: left;
	display: block;
	height: 80px;
}

#partners-inner .banner{
	float: left;
	display: block;
	margin: 0 10px;
}

/**************************

// navigation

**************************/

.modulemsg{
	float: left;
	width: 288px;
	margin: 0 0 10px 0;
	clear: left;
}

.modulemsg h3{
	background: #EEE;
	color: #333;
	font-size: 150%;
	font-weight: bold;
	width: 270px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	padding-left: 20px;
}

.modulemsg p{
	background: #EEE;
	color: #000;
	font-size: 110%;
	width: 260px;
	padding: 0 10px 10px 20px;
}

.modulemsg a{
	font-size: 90%;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	padding: 2px 5px;
}

.modulemsg a:hover{
	background: #777;
	color: #FFF;
}

/**************************

// navigation

**************************/

#navigation{
	float: left;
	width: 288px;
	margin: 0 0 10px 0;
}

#navigation h3{
	background: #FFF2CA;
	color: #AE0000;
	font-size: 150%;
	font-weight: bold;
	width: 270px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	padding-left: 20px;
}

#navigation ul{
	width: 290px;
	background: #FFF2CA;
}

#navigation ul li{
	list-style: none;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	width: 270px;
	margin-bottom: 3px;
}

#navigation ul li a{
	color: #735005;
	padding: 5px 8px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	font-size: 110%;
	background: #fefbe3;
}

#navigation ul li a:hover{
	background: #96680f;
	color: #f8f0b8;
}

/**************************

// footer

**************************/

#footer{
	clear: both;
	width: 900px;
	margin-top: 20px;
}


#inner_footer {
	padding: 0 10px;
	line-height: 50px;
	background: #046AD8;
	height: 50px;
	clear: both;
	color: #FFF;
}

#inner_footer a{
	color: #FFF;
	font-weight:bold;
}
