/*
#############################################################
###################### FrontEnd Styles ######################
#############################################################
*/

.border_yellow {
	border: 1px solid #FFCC00;
}
.border_grey {
	border: 1px solid #CCCCCC;
}

table.main_table {
	padding: 0px 5px 0px 5px;
}

table.listtb_up {
	background-color:#FFFFFF;
}

table.listtb_over {
	background-color:#FAFAFA;
}

table.admin_table {
	
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #F2F2F2;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #FAFAFA;
}

.title_main {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

body.wait {
	cursor:wait;
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a.whitelink {
	color: #FFFFFF;
	font-style:normal;
}

a.textlink {
	text-decoration:underline;
}

a.textlink:hover {
	text-decoration:none;
}

a.currloclink {
	font-weight: bold;
	font-size:9px;

}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}
.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}

.title_main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.title_subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000099;
}
.title_subtitle2 {
	font-weight: bold;
}

.field_up {
	border: 1px solid #B2C1E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.field_focus {
	border: 1px solid #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#140AD8;
}

.field_disabled {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.errortext {
	color:#FF0000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.italictext {
	font-style:italic;
}
.italicright {
	font-style:italic;
	text-align:right;
}

.boldtext {
	font-weight:bold;
}

.boldright {
	font-weight:bold;
	text-align:right;
}

.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}

input.submit_btn {
	cursor:pointer; 
	border:0px;
}

.menu_selected {
	font-weight:bold;
	cursor:pointer;
}
.menu_up {
}

td.resubmit_border_both {
	border-bottom:1px solid #FF0000;
	border-top:1px solid #FF0000;
}

td.resubmit_border_bottom {
	border-bottom:1px solid #FF0000;
}

tr.interest_resubmit_up {
	background-color:#FFF9F2;
}
tr.interest_resubmit_over {
	background-color:#FFFFFF;
}	

tr.interest_likewanted_up {
	background-color:#F9FFF2;
}
tr.interest_likewanted_over {
	background-color:#FFFFFF;
}	
tr.interest_forsale_up {
	background-color:#F9F2FF;
}
tr.interest_forsale_over {
	background-color:#FFFFFF;
}	
a.bottommenu {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	height:16px;
	display:block;
	padding:3px;
	text-align:center;
}
a.bottommenu:hover {
	background-color:#FFFFFF;
	color:#000066;
	text-decoration:none;
	font-weight:normal;
	height:16px;
}

/*
#############################################################
###################### Main.css Styles ######################
#############################################################
*/


.plaintb {
	border-width:1px;
	border-color:#000099;
	border-style:solid;
}

ul {
	margin-left:0px;
}



td.color_normal {
	border-color:#FFFFFF;
	border-style:solid;
	border-width:5px;
	cursor:pointer;
}

td.color_over {
	border-color:#EDEDED;
	border-style:solid;
	border-width:5px;
	cursor:pointer;

}

td.color_selected {
	border-color:#DDD9E6;
	border-style:solid;
	border-width:5px;
	cursor:pointer;

}

	
.menu_tableTBLSETTINGS {
	border: 1px solid #1E4A9C;
}
.heading_main {
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/admin_header_back.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.footer {
    font-size: 6px;
	background-image: url(../images/admin_footer_back.gif);
	height: 11px;
	
}
.table_head {
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-variant:small-caps;*/
	
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
	background-image: url(../images/columns_back.gif);
	height: 23px;
}
.list_1 {
	background-color: #FFFFFF;
}
.list_2 {
	background-color:#FFFFF0;
}
.list_resubmit {
	background-color: #F5DD7A;
}

.list_over {
	background-color:#FFFAD2;
	


}



.field_disabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#DDDDDD;
	border: 1px solid #91A7D2;
}

.button_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../images/admin_submit_over.gif);
	text-align: center;
	height: 30px;
	width: 100px;
	border: 1px solid #003366;
	cursor:pointer;
}


.events_cell {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	text-align:center;
	font-size: 11px;
	width:30px;
	color:#999999;
}


.events_month {
	color:#003399;
	font-weight:bold;
	font-size:11px;
}

.events_selected {
	border: 1px solid #000099;
	text-align:center;
	font-size: 11px;
	width:30px;
	color:#999999;
	background-color:#FFFAE5;
	
}

.events_hasevent {
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	text-align:center;
	font-size: 11px;
	width:30px;
	color:#333333;
	font-weight:bold;
}
.events_disabled {
	background-color: #333333;
}

.imgborder {
	border: 1px solid #000066;
	
}

.imgborder_over {
	border: 1px solid #FFCC00;
}

.qsearch_highlight {
	color:#E19800;
	font-weight:bold;
	}
	
.tabtxt_up {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;

	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.tabtxt_down {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align:center;

	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.tdhometab {
	padding-right:2px;
	padding-top:4px;
	

}
	
.shoutbox_clr1 {
	background-color:#F3F3F3;
}

.shoutbox_clr2 {
	background-color:#FFFFFF;
}

/*
#############################################################
##################### Newsletter Styles #####################
#############################################################
*/
.bigtext {
	font-size:13px;
	font-weight:bold;
}

.boldunderline {
	font-weight:bold;
	text-decoration:underline;

}

.boldtxt {
	font-weight:bold;
}
.italictxt {
	font-style:italic
}
.underlinetxt {
	text-decoration:underline;
	
	
}
.newsletter_tite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	color:white;
}
.newsletter_date {
	font-size:12px;
	color:white;
	text-align:right;
	font-weight:normal;
	padding-right:6px;
}
.bottomtext {
	color:white;
}
.advertising_header {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	background-color:#FBF7D7;
	border-bottom:1px solid #F7DB7D;
	padding:5px;
}
.advertising_header_left {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	background-color:#FBF7D7;
	border-right:1px solid #F7DB7D;
	padding:5px;
}
.advertising_normal {
	text-align:center;
	font-size:10px;
	background-color:#F8F8F8;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}