/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 410px;
/*background: #b6a9a0 url(../images/tabbedOff.gif) repeat-x;*/
}

#propsearchtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}


.shadetabs li{
display: inline;
margin: 0;
}

/*.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: transparent url(../images/tabbedOff.gif) top left repeat-x;
}*/


.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 10px 1px 10px;
color: #807766;
}
.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background: #FFFFFF url(../images/tabbedOpen.gif) top left;
	border-bottom-color: white;
border-top: 1px solid #778;
border-right: 1px solid #778;
border-left: 1px solid #778;
color: #2d2b2b;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000;
}





/* start News Video Page tabs */
.newsvideotabs{
padding: 5px 0px;
margin-left: 20PX;
margin-top: 5px;
margin-bottom: 0;
list-style-type: none;
text-align: LEFT; /*set to left, center, or right to align the menu as desired*/
BORDER-BOTTOM: 1PX SOLID #5b4f37;
}

.newsvideotabs li{
display: inline;
margin: 0;
}

.newsvideotabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 15px 5px 15px;
color: #FFF;
background-COLOR: #847b6d;
font-weight:bold;
}
.newsvideotabs li a:visited{
color: #fff;
}

.newsvideotabs li a:hover{
text-decoration: none;
color: #fff;
background-color:#5b4f37;
}


.newsvideotabs li a.selected{ /*selected main tab style */
	background-color:#5b4f37;
    color: #f1eee6;
position: relative;
}

.newsvideotabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #EEE;
}

/* end News Video Page tabs */


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



