/*----------------------------- CSS for Shade Tabs. Remove if not using*/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: normal 0.9em Arial ;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #333;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 8px;
margin-right: 1px;
/*border: 1px solid #778;*/
color: #2d2b2b;
background: white url(../tabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../tabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*-- green --*/

.shadetabs-gr{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: normal 0.9em Arial ;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #333;
}

.shadetabs-gr li{
display: inline;
margin: 0;
}

.shadetabs-gr li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 8px;
margin-right: 1px;
/*border: 1px solid #778;*/
color: #fff;
background: white url(../tabs/shade-gr.gif) top left repeat-x;
}

.shadetabs-gr li a:visited{
color: #fff;
}

.shadetabs-gr li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs-gr li a.selected{ /*selected main tab style */
position: relative;
color: #003300;
top: 1px;
}

.shadetabs-gr li a.selected{ /*selected main tab style */
background: url(../tabs/shadeactive-gr.gif);
border: 1px solid #009300;
border-bottom-color: white;
color:#003300;
}

.shadetabs-gr li a.selected:hover{ /*selected main tab style */
text-decoration: U\underline;
color: #009300;
}

/* home video tabs */

/*-- green --*/

.shadetabs-GV{
padding: 3px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: bold 0.9em ;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #333;
}

.shadetabs-GV li{
display: inline;
margin: 0;
}

.shadetabs-GV li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 8px;
margin-right: 1px;
/*border: 1px solid #778;*/
color: #fff;
background: white url(../tabs/shade-gr.gif) top left repeat-x;
}

.shadetabs-GV li a:visited{
color: #fff;
}

.shadetabs-GV li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs-GV li a.selected{ /*selected main tab style */
position: relative;
color: #003300;
top: 1px;
}

.shadetabs-GV li a.selected{ /*selected main tab style */
background: #fff;
border: 1px solid #ccc;
border-bottom-color: white;
color:#003300;
}

.shadetabs-GV li a.selected:hover{ /*selected main tab style */
text-decoration: U\underline;
color: #009300;
}

/* end home video tabs */


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.2em;
}
