.casinodiv {
text-align:center;
display:block;
display: -moz-inline-box;
padding: 0;
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
position:relative;
}

.shadetabs{
height:35px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 3px;
background-image:url(/images/new07/tabbg.gif);
background-position: bottom;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:37px;
}

.shadetabs li{
float:left;
padding: 0;
margin:0px 2px -1px 4px;
display: inline;
display:block;
width:115px;
height:35px;
margin: 0;
text-align:center;
background: url(/images/new07/tab-unselected2.gif) no-repeat;
}

.shadetabs li a{
padding: 10px 0 0 0;
margin:0;
height: 35px;
display:block;
text-align:center;
background: url(/images/new07/tab-unselected2.gif) no-repeat;
text-decoration:none;
}

*html .shadetabs li a, 
*html .shadetabs li.selected a,
*html .shadetabs li a:hover{ 
height: 25px; }

.shadetabs li.selected a{
padding: 10px 0 0 0;
margin:0;
display: inline;
height:35px;
display:block;
text-align:center;
background: url(/images/new07/tab-selected2.gif) no-repeat;
}
.shadetabs li a:hover{
padding: 10px 0 0 0;
margin:0;
display: inline;
height:35px;
display:block;
text-align:center;
background: url(/images/new07/tab-unselected2.gif) no-repeat;
text-decoration:none;
color:#FFFFFF;
}
.shadetabs li.selected a:hover{
padding: 10px 0 0 0;
margin:0;
display: inline;
height:35px;
display:block;
text-align:center;
background: url(/images/new07/tab-selected2.gif) no-repeat;
}

.shadetabs li a.mobile { background: url(/images/new07/mobiletab_unselect.gif) no-repeat;}
.shadetabs li a.mobile:hover { background: url(/images/new07/mobiletab_unselect.gif) no-repeat;}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid black;
background-image:url(/images/new07/bg3.jpg);
width: 705px;
padding: 0px;
}

.tabcontent{
display:none;
float:left;
padding:0px 0px 0px 0px;
margin:-2px 0px 0px 0px;
}

@media print {
.tabcontent {
display:block!important;
}
}
