/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 16px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #999999;
	background-image: url(../images/table_tab_unselected.png);
	display:block;
	width: 307px;
	height:52px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
background-image:url(../images/table_tab_unselected_rollover.png);

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
display:block;
color: #77787B;


}

.shadetabs li a.selected{ /*selected main tab style */

background-image: url(../images/table_tab_select.png);
border-bottom-color: white;
border:none;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}




/* -----------------------------------logo tab style -----------------------------------------------------------*/

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs2{
font: bold 16px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs2 li{
display: inline;
margin: 0;

}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;

color: #999999;
background-image: url(../images/table_tab_unselected2.png);
display:block;
width: 235px;
height:52px;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: none;
color: #ffffff;
background-image:url(../images/table_tab_unselected_rollover2.png);

}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
display:block;
color: #77787B;


}

.shadetabs2 li a.selected{ /*selected main tab style */

background-image: url(../images/table_tab_select2.png);
border-bottom-color: white;
border:none;

}

.shadetabs2 li a.selected2:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent2{
display:none;
}

@media print {
.tabcontent2 {
display:block !important;
}
}




/* ------------------------------------------logo tab style end------------------------------------------------------------------*/


/* -----------------------------------flashbooks tab style -----------------------------------------------------------*/

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs_web{
font: bold 16px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs_web li{
display: inline;
margin: 0;

}

.shadetabs_web li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #999999;
	background-image: url(../images/table_tab_unselected_web.png);
	display:block;
	width: 296px;
	height:52px;
}

.shadetabs_web li a:visited{
color: #8a8a8a;
}

.shadetabs_web li a:hover{
text-decoration: none;
color: #ffffff;
background-image:url(../images/table_tab_unselected_rollover_web.png);

}

.shadetabs_web li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
display:block;
color: #77787B;


}

.shadetabs_web li a.selected{ /*selected main tab style */

background-image: url(../images/table_tab_select_web.png);
border-bottom-color: white;
border:none;

}

.shadetabs_web li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent_web{
display:none;
}

@media print {
.tabcontent_web {
display:block !important;
}
}




/* ------------------------------------------flashbooks tab style end------------------------------------------------------------------*/


/* -----------------------------------websites tab style -----------------------------------------------------------*/

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs_websites{
font: bold 16px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs_websites li{
display: inline;
margin: 0;

}

.shadetabs_websites li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #999999;
	background-image: url(../images/table_tab_unselected_web.png);
	display:block;
	width: 195px;
	height:52px;
}

.shadetabs_websites li a:visited{
color: #2d2b2b;
}

.shadetabs_websites li a:hover{
text-decoration: none;
color: #ffffff;
background-image:url(../images/table_tab_unselected_rollover_web.png);

}

.shadetabs_websites li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
display:block;
color: #77787B;


}

.shadetabs_websites li a.selected{ /*selected main tab style */

background-image: url(../images/table_tab_select_web.png);
border-bottom-color: white;
border:none;

}

.shadetabs_websites li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent_websites{
display:none;
}

@media print {
.tabcontent_websites {
display:block !important;
}
}




/* ------------------------------------------websites tab style end------------------------------------------------------------------*/
