/* GENERIC STYLE SHEET
built by Jon Roig (jon@jonroig.com) for OpenListings
http://jonroig.com for info
*/

/* MAIN STYLES */
BODY {	
	color: #555555;
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11px;
}	

h1, h2 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: left;
}

h3, h4 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-left: 20px; color: #37809D;
}

h5, h6 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: Left;
	margin-left: 35px;
}

P {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-left: 32px; 
	margin-right: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
}

a { color : #555555;text-decoration: none;font-weight: bold;font-size: 11px; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #000000 1px; border-top-width: 1px;}

/* TABLE STYLES */
table.form_main { background-color: #FFFFFF; }
td.row_main { background-color: #FFFFFF; }

/* for alternating listings in the admin area*/
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
color: #FFFFFF;
background-color : transparent;
}

td.row1_1	{ background-color: #006699; }
td.row2_1	{ background-color: #DEE3E7; }
td.row3_1	{ background-color: #D1D7DC; }
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
}

/* for alternating image listings */
td.image_row_0	{ background-color: #CAE4D1; }
td.image_row_1	{ background-color: #FFFFFF; }

/* for alternating search result listings */
td.search_row_0	{ background-color: #CAE4D1; }
td.search_row_1	{ background-color: #FFFFFF; }

/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px solid #006699;
background-color: #FFFFFF; 
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 11px;
color: #555555;
}

.btn_submit {
	border: 0px solid #006699;
	background-color: #FFFFFF; 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #555555;
}


/* TEXT STYLES */
.small { font-size : 10px; }

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #CAE4D1; font-size: 11px;padding: 2px; }
td.templateEditorNew	{ background-color: #E9F4EC; font-size: 11px;padding: 2px;}


/* daniel custom style definitions */
.hor_separator_1 {
	background-color: #DADADA;
}
.header {
	padding-left: 10px;
	font-size: 11px;
}
a.headlink {
	font-weight: bold;text-decoration: none;font-size: 11px;
	color: #3A8EA7;
}
a.headlink:hover {
	font-weight: bold;
	color: #B55D2C;
}

#footer {
	background-color: #73C475;color: #FFFFFF;
	font-size: 11px;
}
#footer a {
	color: #116072;text-decoration: none;font-size: 11px;font-weight: normal;
}
#footer a:hover {
	color: #D07367;
}

.content_box {
	background-color: #FFFFFF;border: 1px solid #5C97A8;
	font-size: 11px;padding: 10px;margin-bottom: 5px;
}
#listing { 
	list-style: square;color: #5E9AA3;
	 }
#listing .text {
	font-size: 11px; color: #555555;
}

.small-box {
	border: 0px solid;float: left;margin-bottom: 5px;width: 50%;
}
.small-box_1 {
	border: 0px solid;float: left;margin-bottom: 5px;width: 80%;
}
.hor_spacer {
	clear: both; height: 5px;
}

.featuredListing {
	float: left; width: 45%;margin: 2%;
	border: 1px solid;
}

.listing_box {
	background-color: #FFFFFF;color: #555555;
	border: 1px solid #C9C9C9;font-size: 11px;
	margin-bottom: 5px;
}
.listing_box_1 {
	background-color: #FFFFFF;color: #5C96A8;
	border: 1px solid #C9C9C9;font-size: 11px;
	margin-bottom: 5px;
}
.listin_label {
	padding: 2px 20px 2px 20px; 
	background-color:#CAE4D1; color: #555555;
	font-size: 14px; font-weight: bold;
}
.list_image {
	padding: 15px; 
}
.list_content {
	padding: 2px 15px 2px 2px; 
	color: #555555;
	font-size: 11px;
}

a.listing {
	color: #555555;text-decoration: none;font-size: 14px;font-weight: bold;
}
a.listing:hover {
	color: #000000;
}
#type_navigation a{
	float: left;
}
.label {
	font-size: 13px; font-weight: bold; color: #5C96A8;
}