/* ######### CSS for Shade Tabs. Remove if not using eurobasket ######### */
.indentmenu_gs{
font: normal 14px Arial;
color: #000000;
width: 100%; /*leave this value as is in most cases*/
background-color: #f0f2f1;
/*border-top: 1px solid #d7d7d7;
border-left: 1px solid #d7d7d7;*/
border-right: 1px solid #d7d7d7;
}

.indentmenu_gs ul{
margin-left: 0;
margin-top: 0;
margin-bottom: -2px;
margin-right: 0;
padding: 0;
float: left;
/*width: 80%;  width of menu*/


}

.indentmenu_gs ul li{
display: inline;
}


.indentmenu_gs ul li a{
float: left;
color: #666666; /*text color*/
 padding:4px 10px;
text-decoration: none;
border-right: 1px solid #dfdfdf; /*navy divider between menu items*/
border-left: 1px solid #dfdfdf; /*navy divider between menu items*/
border-top:1px solid #dfdfdf;
}

.indentmenu_gs ul li a:visited{
color: #666666;
border-left: 1px 
}

.indentmenu_gs ul li a.selected{
    color: #ffffff !important;
    padding:4px 10px;
    background: #7d3e21;
}


.tabcontent_gs{
display:none;
}

@media print {
.tabcontent_gs {
display:block !important;
}
}

.subtab_gs
{
	border: 1px #dfdfdf solid;
	border-collapse:collapse;
	width:99%;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0
}


#cntry_gsched1 table,#cntry_gsched2 table,#cntry_gsched3 table,#cntry_gsched4 table, #cntry_gsched5 table,#cntry_gsched6 table,#cntry_gsched7 table,#cntry_gsched8 table{/*width:100%;*/ margin:0 auto;}
#cntry_gsched1 table table tr td,#cntry_gsched2 table table tr td,#cntry_gsched3 table table tr td,#cntry_gsched4 table table tr td,#cntry_gsched5 table table tr td,#cntry_gsched6 table table tr td,#cntry_gsched7 table table tr td,#cntry_gsched8 table table tr td{text-align:center;line-height:17px;}
#cntry_gsched1 table table tr td{line-height:17px;}