/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
padding-top:3px;
padding-bottom:0px;
padding-left:0px;
font: bold 12px Verdana;
list-style-type: none;
background:#D5E3F0;
height:20px;
}


.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
margin-right: 3px;
padding: 0px 10px; /*padding inside each tab*/
color:#3d3e3f;
border-right: 1px solid #b3b3b3; /*right divider between tabs*/
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;

}



.shadetabs li a.selected{ /*selected main tab style */
padding:10px;
font-size:14px;
background:url(../images/tabmenuselectedbg.jpg) top no-repeat;
color:#fff;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentcontainer
{
    margin-bottom: 1em; 
    padding: 10px; 
    border:1px solid #797d82;
    }


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;

background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;


}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;

}

/* ######### CSS for Indented CSS Tabs. ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

background:url(../images/propertydatabg.png) no-repeat;
margin-left:3px;
width:615px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #0066FF; /*text color*/
padding: 3px 11px;
padding-top:21px;
text-decoration: none;

}

.indentmenu ul li a:hover{
float: left;
color: #BB0000; /*text color*/
padding: 3px 11px;
padding-top:21px;
text-decoration: underline;

}



.indentmenu ul li a.selected{
color: #fff;
text-align:center;
padding-top:10px;
padding-left:6px;
font-size:18px;
background:url(../images/propertydatatab.png) top no-repeat;
width:136px;
height:38px;
}

/* ######### CSS for Indented Office Location Tabs. ######### */


.indentmenu2{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

background:url(../images/propertydatabg.png) no-repeat;
margin-left:3px;
width:600px;
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu2 ul li a{
float: left;
color: #0066FF; /*text color*/
padding: 3px 11px;
padding-top:21px;
text-decoration: none;

}

.indentmenu2 ul li a:hover{
float: left;
color: #BB0000; /*text color*/
padding: 3px 11px;
padding-top:21px;
text-decoration: underline;

}



.indentmenu2 ul li a.selected{
color: #fff;
text-align:center;
padding-top:16px;
padding-left:6px;
font-size:18px;
background:url(../images/propertydatatab.png) top no-repeat;
width:126px;
height:32px;
}

/* ############## tab CSS for c of e page only ############## */

.cofeindentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.cofeindentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

background:url(../images/propertydatabgcofe.png) no-repeat;
margin-left:3px;
width:600px;
}

.cofeindentmenu ul li{
display: inline;
}

.cofeindentmenu ul li a{
float: left;
color: #0066FF; /*text color*/
padding: 3px 11px;
padding-top:21px;
text-decoration: none;

}

.cofeindentmenu ul li a:hover{
float: left;
color: #BB0000; /*text color*/
padding: 3px 11px;
padding-top:21px;
text-decoration: underline;

}



.cofeindentmenu ul li a.selected{
color: #fff;
text-align:center;
padding-top:16px;
padding-left:6px;
font-size:18px;
background:url(../images/propertydatatab.png) top no-repeat;
width:126px;
height:32px;
}
