﻿


@import url("css/property-details.css");
@import url("css/property-listings.css");
@import url("css/search-listings.css");
@import url("css/search-module.css");
@import url("css/module.css");


Body { 	background-color: #d5e3ed; margin: 0px; padding: 0px; }

.MainText {color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 1.05em; line-height: 19px; }
.pagemaster { width: 100%; height: 100%; background-color: #d5e3ed; background: #d5e3ed url("images/topblueback.gif") 0% 0% repeat-x;}
.skinmaster { background-color: #ffffff;  background-image: url("images/mainback.gif"); }
.controlpanel { width: 100%; background-color: #fefefe; }

.LeftSide { background: url("images/leftside.gif") 100% 0% repeat-y;}
.TopSide { background: url("images/topblueback.gif")0% 0% repeat-x;}
.RightSide { background: url("images/rightside.gif") 0% 0% repeat-y;}
.Menu { background-color: #ffffff;  background-image: url("images/menuback.gif"); }
.InsideBack { background: url("images/insideback.gif") 0% 0% no-repeat;}
.InsideRightBack { background: url("images/rightinsideback.gif") 0% 0% repeat-y;}
.InsideBottomPane { background: url("images/insidebottomback.gif") 0% 0% repeat-y;}
.HomeBack { background: url("images/homeback.gif") 0% 0% no-repeat;}

.Normal, .NormalDisabled
{
	font-family: 'Trebuchet MS', Helvetica;
		font-weight: normal;
			font-size: 14px;
}

div, tr, td, p {
	color: #000000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

input, select, textarea
{
font-family: Verdana, Arial, Geneva, sans-serif;
font-size: 11px;
color: #000000;
background-color: #f1e7c8;
border: 1px solid #000000;
}


.contentpane {  }
.leftpane {  }
.rightpane {  }

a:link { text-decoration: underline; color: #246190; }
a:visited { text-decoration: underline; color: #246190; }
a:hover { text-decoration: none; color: #bfb185; }

a.FooterLink:link { font-size: .68em; color: #ffffff; }
a.FooterLink:visited { font-size: .68em; color: #ffffff; }
a.FooterLink:hover { text-decoration: underline; font-size: .68em; color: #ffffff; }

.SmallWhite { font-size: .68em; color: #ffffff; text-align: left; }







.main_dnnmenu_container {  }
.main_dnnmenu_bar {  }

.main_dnnmenu_rootitem { /*MAIN MENU NOT ROLLED OVER*/
	cursor: hand; 
	height: 15px;
	font-size: .85em; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial, Helvetica; 
    padding: 7px 9px 3px 9px;   /*explicitly set padding for root menu items*/
    color: #1471b0;
    float: left;
}

.main_dnnmenu_itemhover {  /*MAIN MENU ROLLED OVER*/
	background-color: #1471b0;  
	background: url(images/menubackrollover.gif) repeat-x !important;
}

.main_dnnmenu_item td { /*DROP DOWN MENU*/
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #f1e7c8;
	font-family: Arial, Helvetica; 
    height: 21px;
    padding: 3px 6px 3px 3px;	

}

