/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/


/* BODY */
body { 
	background-color: #666666;
}

body, p {
	font-family: Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #333333;
}


/* IMAGE */
img {
	border: 0px;
}

input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}

/* GENERAL LINKS */
a:link, a:visited, a:active{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #5D782B;
	text-decoration: none;
	font-weight: bold;
}






/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/


.header {
	font-size: 11pt;
	font-weight: bold;
}

.header_light {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

.title {
	font-weight: bold;
	color: #333333;
}

.title_green {
	font-weight: bold;
	color: #5D782B;
}

.title_light {
	font-weight: bold;
	color: #FFFFFF;
}


.row_title {
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}

.row_title_light {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}


.sub_title {
	color: #555555;
	font-size: 8pt;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}

.quote {
	font-size: 9px;
	color: #333333
}

.page_description {
	padding-bottom: 30px;
}



#side_bar {
	padding: 0px;
}


/* COLORS */
.theme_color {
	background-color: #999999;
}
.theme_color_compliment {
	background-color: #D2D7B0;
}
.theme_color_title_row {
	background-color: #6D783D;
}


/* LIST ROW COLORS */
.color1 {
	background-color: #CCCCCC;
}
.color2 {
	background-color: #999999;
}


.info_button {
	font-size: 7pt;
	font-weight: bold;
	min-width: 75px;
	width: auto;
	margin-bottom: 15px;
}

.info_button a:link, .info_button a:visited, .info_button a:active {
	text-decoration: none;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	border: solid #999999 1px;
	background-color: #D2D7B0;
	background-image: url(/templates/modern_white/site/images/buttons/ornament.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}
.info_button a:hover {
	color: #FFFFFF;
	background-color: #899552;
	background-image: url(/templates/modern_white/site/images/buttons/ornament.gif);	
}

.button {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	background-color: #FFFFFF;
}
.button a:link, .button a:visited, .button a:active{
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px 5px;
	margin: 2px;
}
.button a:hover { 
	background-color: #EEEEEE;
}





/* MLS */
.personal_listings { background-color: #CCFF99; }
.new_listings { background-color: #CCCC99; }
.price_reduction_listings { background-color: #CCCC66; }


.user_info {
	text-align: left;
	font-size: 8pt;
	color: #666666;
	padding-bottom: 10px;
} 


.footer {
	font-size: 8pt;
	color: #333333;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px; 
}
/* FOOTER LINKS */
.footer a:link, .footer a:visited, footer a:active { 
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
	text-align: center;
}





/* LINKS */

.separator_row {
	text-transform: upper;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding: 25px 10px 5px 20px;
}


.links_toggle_1 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	margin: 2px 0px;
	padding: 5px 15px 5px 20px;

}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #999999;
}
.links_toggle_1 a:hover {
	color: #5D782B;
}



.links_toggle_2 {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin: 2px 0px;
	padding: 5px 15px 5px 20px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #999999;
}
.links_toggle_2 a:hover {
	color: #5D782B;
}




.links_toggle_3 {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin: 2px 0px;
	padding: 5px 15px 5px 30px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #999999;
}
.links_toggle_3 a:hover {
	color: #5D782B;
}




.links_toggle_4 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
	margin: 2px 0px;
	padding: 5px 15px 5px 40px;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	display: block;
	color: #666666;
	width: auto;
}
.links_toggle_4 a:hover {
	color: #333333;
}




.links_toggle_5 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
	margin: 2px 0px;
	padding: 5px 15px 5px 50px;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	display: block;
	color: #666666;
	width: auto;
}
.links_toggle_5 a:hover {
	color: #333333;
}





/* MAIN SECTION LINKS */
#links_main {
	vertical-align: bottom;
}
.links_main {}
.links_main a:link, .links_main a:visited, .links_main a:active {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
	margin-left: 1px;
}
.links_main a:hover {
	color: #FF9900;
	background-color: #666666;
}



/* ARTICLES SECTION */
.articles_title {
	font-weight: bold;
	font-size: 12pt;
}


.articles_date {
	color: #666666;
	font-style: italic;
}
.articles_author {
	font-style: bold;
}
.articles_content {
	padding: 10px 0px 20px 0px;
}




/* BLOG SECTION */
.blog_archives_header
{
	margin-top: 65px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 2px solid #EEF3E3;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #657635;
}
.blog_archives_title
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #5D782B;
}
.blog_archives_title a:link, .blog_archives_title a:visited, .blog_archives_title a:active {
	color: #5D782B;
}
.blog_archives_title a:hover {
	color: #333333;
}



/* GENERAL STYLES */

.small {
	font-size: 7pt;
	color: #666666;
}


.disclaimer {
	font-size: 7pt;
	color: #666666;
}



/* BASIC */
.comment {
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-size: 8pt;
}

.comment a:link, .comment a:visited, .comment a:hover, .comment a:active {
	color: #666666;
}














/*-------------------*/
/*-------------------*/
/*-------------------*/
/* CSS STYLES FOR CMS*/
/*-------------------*/
/*-------------------*/
/*-------------------*/

/* CONTROLS THE PREV-NEXT DISPALY ON LONG DATABASE LISTS */
.pager {
	padding: 10px;
	text-align: right;
} 
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
	text-decoration: none;
	color: #333333;
}
.pages {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 7pt;
	color: #333333; 
	background-color: #CCCCCC;
}




#action_results {
	width: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 20px;
}






/* IDENTIFYING USERNAME AND SIGN OUT INFORMATION */
.user_info {
	text-align: right;
	font-size: 8pt;
	color: #666666;
	padding-bottom: 20px;
} 



/* COOKIE CRUMB PATH INFO */
#nav_path {
	padding-bottom: 20px;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}

#nav_path .section {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}





/* AUTO FORM VALUES */
.form_prompt {
	width: 100px;
	font-size: 8pt;
	font-weight: bold;
	color: #474747;
	text-transform: none;
}
.form_prompt .error {
	font-weight: bold;
	color: #CC3300;
}
.form_input {
	font-size: 8pt;
	color: #474747;
	background-color: #EEEEEE;
	text-transform: none;
}
.form_input .error {
	color: #FFFFFF;
	background-color: #CC3300;
}
.form_comment {
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active{
	color: #000000;
	font-weight: bold;
}

.form_note {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #EEEEEE;
	color: #666666;
	font-size: 7pt;
	font-weight: normal;
}



/* ERROR REPORTING */
.alert {
	color: #333366;
	font-weight: bold;
	}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active {
	color: #333366;
	}
.error {
	color: #CC3300;
	font-weight: bold;
	padding: 10px;
	}
.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #CC3300;
	}




/* LISTS */
.list_header {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #DDDDDD;
	font-weight: bold;
}

.list_header_dark {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:hover {
	color: #666666;
	font-weight: bold;
}

.list_details {
	font-size: 8pt;
	color: #000000;
}




/* BASIC PAGES */
.timclasses {
	font-size: 13px; font-weight: bold; text-transform: uppercase;
}

.timclasses a:link, .timclasses a:visited, .timclasses a:active {
	color: #666666;
}

.timclasses a:hover {
	color: #5D782B;
}





/*****************/
/* MLS OVERRIDES */
/*****************/
#property_search_sidebar, .rp_container, .mc_container {
	width: 130px;
	padding-left: 10px;
}

.search_header, .sidebar_search_prompt, .search_tb_label,
#sidebar_search_startover a:hover, .sidebar_search_title a:hover,
.route_header, .route_sub_header, .rp_container .address, 
.rp_container #instructions, .rp_container .city, .mc_title, 
.mc_title a, .mc_prompt, .mc_disclaimer a {
	color: #999999 !important;
}
#sidebar_search_startover, #sidebar_search_startover a,
.search_tb_input, .sidebar_search_title, .sidebar_search_title a,
.start_address, .rp_container .open_house, .mc_title a:hover, 
.sidebar_mc_table, .mc_disclaimer, .mc_disclaimer a:hover {
	color: #5D782B !important;
}


#sidebar_search_table #input_location, .rp_container #start_address {
	width: 120px !important;
}
.mc_container #LA, .mc_container #AT, .mc_container #AI {
	width: 55px;
}