/* Body */

@import url('menu.css');
@import url('../../datum/css/no_call_list.css');


BODY {
	background-color : #c0c0c0;
	color :#021426;
	margin: 0px;
	padding: 0px;
	 }

/* Links */
a {
	font-size: 10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline; }

a:active {
	text-decoration:underline;
	color: #000000; }

a:hover {
	color: #000000;
	text-decoration: none; }


#xtdmenu {
    
	width: 100%;
	line-height: normal;
    background: url(../images/menu_bg_grey.gif) repeat;
	background-position:0px 0px!important;
	background-position:0px 0px;
	font-size:11px;
	margin-top:2px;
	margin-bottom:2px;

	height: 21px;
}
#xtdmenu a { font-size:12px;}


/* mouseover alt text for multiple images on the property_display page */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid white;
padding: 4px;
color: #ffffff;
background-color: #336699;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=green,direction=135);*/
}


/* Table Column */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; }




/* Horizontal Line */
HR {
	color: #1D2D51;
	height:0px;
   width:0px;
	 }


.contentpane {
  background       : #ffffff;
}

.contentpaneopen {
  background       : #ffffff;
}

.maintableborder {

    background-color : #ffffff;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px  #c0c0c0;
	border-top: solid 5px  #c0c0c0;
	border-bottom: solid 1px  #c0c0c0;


}

/* main page border */
.right_border {
border-right: solid 1px  #000000;
}

/* --Default Class Settings-- */

.articlehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #ffffff }

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background: url(../images/menu_bg_grey.gif) repeat;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

.componentHeading {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #2F3C86;
	text-align: left }

.propertyHeading {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: #2F3C86;
	text-align: left }

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666; }

.newsarticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: left }

.newspane {
	background-color :#ffffff; }

.newspaneopen {
	border : 0px ridge #DCDCDC; }

.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px }

.popupwindow {
	background-color : #FFFFFF; }

.sectiontableentry1 {
	background-color : #f1f1f1; }

.sectiontableentry2 {
	background-color : #999999; }

.sectiontableheader {
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold; }

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1D2D51;
	text-decoration: none;
	font-weight: medium }

.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal }



/* Styles for dhtml tabbed-pages */
.ontab {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e15721;
	border-left: outset 1px black;
	border-right: outset 1px  black;
	border-top: outset 1px  black;
	border-bottom: solid 1px  black;
	width: 14%;
	text-align: center;
	/*cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}

.offtab {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color : #cccccc;
	border-left: outset 1px black;
	border-right: outset 1px  black;
	border-top: outset 1px  black;
	border-bottom: solid 1px  black;
	width: 14%;
	text-align: center;
	/*cursor: hand;*/
	font-weight: normal;
	white-space: nowrap;
}

.tabpadding {
	border-bottom: solid 1px #777777;
}

.tabheading {
	background-color: #ffae00;
	/*border-left: solid 1px #777777;*/
	/*border-right: solid 1px #777777;*/
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}



a.searchbutton:link, a.searchbutton:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	height: 24px;
	width: 150;
	text-decoration: none;
}



table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
table.moduletable a {
	color: #000000;
}

table.moduletable h3 {
	font-weight: bold;
	font-size: 17px;
}


table.moduletableobs {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletableobs th {
	color: #2F3C86;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletableobs td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
table.moduletableobs a {
	color: #000000;
	text-decoration: none;
}
table.moduletableobs a:hover {
	color: #000000;
	text-decoration: underline;
}

table.moduletableobs h3 {
	font-weight: bold;
	font-size: 17px;
}





.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}

.adminlist {
	color : #336699;
	background-color : #ffffff;
    border-left: outset 1px black;
	border-right: outset 1px  black;
	border-top: outset 1px  black;
	border-bottom: solid 1px  black;
	}

.message {
	background-color :	#ffffff;
	color: #666666;
}

.openhouses {
	color : #ffffff;
	font-weight: bold;
	/*color : red*/
}

.adminheader {
	color : #ff6600;
	font-size : 24px;
	font-weight: normal;
}


.content_outline {
	width: 462px !important;
	width: 468px;
	border: 1px solid #cccccc;
	padding: 2px;
}
.contentheading {
	height: 30px;
	color: #2F3C86;
	text-align: left;
	padding-top: 9px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.currentfield {
background-color:#CCEAFF;
}

.pendingfield {
background-color:#CCCCCC;
}

.roundedcornr_box_realestate_tools {
   background: #e0e0e0;
   border-left: solid 1px black;
	
	border-top: solid 0px  black;
	border-bottom: solid 1px  black;
  
}
.roundedcornr_top_realestate_tools div {
   background: url(../images/my_tools_module_top.gif) no-repeat top;
   
}
.roundedcornr_top_realestate_tools {
   background: url(../images/roundedcorner_right_box.png) no-repeat top right;
}
.roundedcornr_bottom_realestate_tools div {
   /*background: url(../images/my_tools_bg.gif) repeat bottom left;*/
  
   
}
.roundedcornr_bottom_realestate_tools {
   /*background: url(../images/my_tools_bg.gif) no-repeat bottom right;*/
}

.roundedcornr_top_realestate_tools div, .roundedcornr_top_realestate_tools,
.roundedcornr_bottom_realestate_tools div {
   width: 175;
   height: 22px;
   font-size: 1px;
   
}

.roundedcornr_bottom_realestate_tools{
border-right: solid 1px  black;
}
.roundedcornr_content_realestate_tools { 
	margin: 0 0px;
	border-right: outset 1px  black;
	}

/* agent menu module */

.roundedcornr_box_agent_menu  {
   background: #e0e0e0;
   border-left: outset 2px black;
	border-right: outset 2px  black;
	border-top: outset 0px  black;
	border-bottom: solid 1px  black;
  
}
.roundedcornr_top_agent_menu div {
   background: url(../images/module_box_topbg.png) repeat top;
   
}
.roundedcornr_top_agent_menu  {
   background: url(../images/roundedcorner_right_box.png) no-repeat top right;
}
.roundedcornr_bottom_agent_menu  div {
   background: url(images/roundedcornr_763171_bl.png) no-repeat bottom left;
   
}
.roundedcornr_bottom_agent_menu  {
   background: url(images/roundedcornr_763171_br.png) no-repeat bottom right;
}

.roundedcornr_top_agent_menu  div, .roundedcornr_top_agent_menu ,
.roundedcornr_bottom_agent_menu  div, .roundedcornr_bottom_agent_menu  {
   width: 175;
   height: 22px;
   font-size: 1px;
}
.roundedcornr_content_agent_menu  { 
	margin: 0 5px;}
	

/* hightlight agent module */
.roundedcornr_box_my_agent  {
   background: #e0e0e0;
   border-left: outset 1px black;

	border-top: outset 0px  black;
	border-bottom: solid 1px  black;
  
}
.roundedcornr_top_my_agent div {
  
   
}
.roundedcornr_top_my_agent  {
   background: url(../images/my_agent_module_bg.png) no-repeat top right;
}
.roundedcornr_bottom_my_agent  div {
   background: url(images/roundedcornr_763171_bl.png) no-repeat bottom left;
   
}
.roundedcornr_bottom_my_agent  {
   background: url(images/roundedcornr_763171_br.png) no-repeat bottom right;
}

.roundedcornr_top_my_agent  div, .roundedcornr_top_my_agent ,
.roundedcornr_bottom_my_agent  div  {
   width: 175;
   height: 22px;
   font-size: 1px;
}

 .roundedcornr_bottom_my_agent {
 border-right: solid 1px  black
 }
.roundedcornr_content_my_agent  { 
	margin: 0 0px;
	border-right: solid 1px  black
	}
	
	
.side_banner {
   background: #e0e0e0;
   color: #ffffff;
}
.side_banner { margin: 0 opx; }


/* featured homes module styles */
.roundedcornr_box_featured_homes {
   background: #e0e0e0;
   border-left: solid 1px black;
	border-top: solid 0px  black;
	border-bottom: solid 1px  black;
}
.roundedcornr_top_featured_homes div {
   background: url(../images/featured_home_module_top.gif) no-repeat top;
}
.roundedcornr_top_featured_homes {
   background: url(../images/roundedcorner_right_box.png) no-repeat top right;
}
.roundedcornr_bottom_featured_homes div {
   background: url(../images/roundedcornr_450111_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_featured_homes {
   background: url(../images/roundedcornr_450111_br.png) no-repeat bottom right;
}

.roundedcornr_top_featured_homes div, .roundedcornr_top_featured_homes,
.roundedcornr_bottom_featured_homes div {
   width: 175;
   height: 22px;
   font-size: 1px;
}
.roundedcornr_bottom_featured_homes{
border-right: solid 1px  black;
}
.roundedcornr_content_featured_homes { margin: 0 0px; 
border-right: solid 1px  black;
}

/* featured agent module styles */

.roundedcornr_box_featured_agent {
   	background: #e0e0e0;
	border-left: solid 1px black;
	border-top: solid 0px  black;
	border-bottom: solid 1px  black;
}
.roundedcornr_top_featured_agent div {
   background: url(../images/featured_agent_module_top.gif) no-repeat top;
}
.roundedcornr_top_featured_agent {
   background: url(../images/roundedcorner_right_box.png) no-repeat top right;
}
.roundedcornr_bottom_featured_agent div {
   background: url(../images/roundedcornr_450111_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_featured_agent {
   background: url(../images/roundedcornr_450111_br.png) no-repeat bottom right;
}

.roundedcornr_top_featured_agent div, .roundedcornr_top_featured_agent,
.roundedcornr_bottom_featured_agent div  {
   width: 174;
   height: 22px;
   font-size: 1px;
}
.roundedcornr_bottom_featured_agent {
border-right: outset 1px  black;
}
.roundedcornr_content_featured_agent { margin: 10 10px; 
	border-right: outset 1px  black
}

/* quick search module styles */

.roundedcornr_box_quick_search {
   background: url(../images/quick_search_bg.gif) no-repeat;
    height: 227px;
}
.roundedcornr_top_quick_search div {
   background: url(../images/roundedcornr_450111_tl.png) no-repeat top left;
}
.roundedcornr_top_quick_search {
   background: url../images/roundedcorner_right_box.png) no-repeat top right;
}
.roundedcornr_bottom_quick_search div {
   background: url(../images/roundedcornr_450111_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_quick_search {
   background: url(../images/roundedcornr_450111_br.png) no-repeat bottom right;
}

.roundedcornr_top_quick_search div, .roundedcornr_top_quick_search,
.roundedcornr_bottom_quick_search div, .roundedcornr_bottom_quick_search {
   width: 345px;
   height: 40px;
   font-size: 1px;
}
.roundedcornr_content_quick_search { margin: 0 0px; }

/* bottom bar */

.bottom_bar {
   background: url(../images/bottom_bar_bg.gif) repeat bottom;
}


/* buy box */


.buyers_sellers {
    background: #ffffff;
   color: #ffffff;
}

a.buyers_sellers
{
color: #ffffff;
}



ul#mainlevelagent {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: wrap;

}

ul#mainlevelagent  li {
     
      display: table;
        font-size: 12px;
       padding: 0px 3px 0px 3px;
        margin: 5;
        list-style-type: none;
       }



#mainlevelagent  a, #mainlevelagent  a:link {
        margin: 0;
        padding: 0px 3px 0px 3px;
        color: #666666;
        font-size: 12px;
        text-decoration: underline;
}


#mainlevelagent  a:hover {
        color: #223399;

}


