@charset "utf-8";
/* CSS Document */
/* LEFT TAB*/
.tabNavigationleft
{
	height:10px;
}
.gtabs-navleft {
    list-style: none;
    margin: 0;
    padding: 0 2px 0 0;
	width:80px;
	float:left;
}
.gtabs-nava { /* clearing without presentational markup, IE gets extra treatment */
/*    display: block;
    clear: both;
    content: " ";*/
}
.gtabs-navleft li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 80px; /* be nice to Opera */
}
.gtabs-navleft a, .gtabs-navleft a span {
    display: block;
	width:80px;
	height:17px;
    background: url(../img/grey_tab.gif) no-repeat;
}
.gtabs-navleft a {
	padding-top:3px;
/*    position: relative;
    top: 1px;*/
    z-index: 2;
    padding-left: 0;
    color: #242b2b;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.gtabs-navleft .tabs-selected a, .gtabs-navleft a:hover, .gtabs-navleft a:focus, .gtabs-navleft a:active {
/*    background-position: 100% 50px;*/
    outline: 0; /* prevent dotted border in Firefox */
}
.tabNavigationleft
{
	list-style: none;
	height:21px;
    margin: 0;
    padding: 0 0 0 0px;
	width:250px;
}
a.selectedleft
{
	padding-bottom:1px;
	background-color:#e8e8e8;
	float:left;
}
.yellowleft
{
	background:#e8e8e8;
	width:244px;
}
.pokerGreyTab
{
	width:244px;
	background:#FFFFFF;
	border:1px solid #e8e8e8;
	border-top:none; 
	border-bottom:none;
}
.pokerGreyTabtd
{
	width:238px;
	padding:1px 0px 6px 4px;
	border-bottom:1px solid #e8e8e8;
	color:#2E373E;
	font-size:12px;
	font-family:Tahoma;
}
.pokerGreyTabHome
{
	width:420px;
	background:#FFFFFF;
	border:1px solid #e8e8e8;
	border-top:none; 
	border-bottom:none
}
.pokerGreyTabtdHome
{
	width:409px;
	padding:1px 0px 6px 4px;
	border-bottom:1px solid #e8e8e8;
	color:#2E373E;
	font-size:12px;
	font-family:Tahoma;
}
/* LEFTtabs ends*/

/* HOME TAB*/
.tabNavigationhome
{
	height:21px;
	width:415px;
	text-align:right;
	display:block
}
.gtabs-navhome {
    list-style: none;
    margin: 0;
    padding: 0  0 0 2px;
	width:80px;
	float:right;
}
.gtabs-nava { /* clearing without presentational markup, IE gets extra treatment */
/*    display: block;
    clear: both;
    content: " ";*/
}
.gtabs-navhome li {
    float: right;
    margin: 0 0 0 1px;
    min-width: 80px; /* be nice to Opera */
}
.gtabs-navhome a, .gtabs-navhome a span {
    display: block;
	width:80px;
	height:17px;
    background: url(../img/grey_tab.gif) no-repeat;
}
.gtabs-navhome a {
	padding-top:3px;
/*    position: relative;*/
    z-index: 2;
    padding-left: 0;
    color: #242b2b;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.gtabs-navhome .tabs-selected a, .gtabs-navhome a:hover, .gtabs-navhome a:focus, .gtabs-navhome a:active {
/*    background-position: 100% 50px;*/
    outline: 0; /* prevent dotted border in Firefox */
}
.tabNavigationhome
{
	list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
	width:250px;
}
a.selectedhome
{
	padding-bottom:1px;
	background-color:#e8e8e8;
	float:left;
}
.yellowhome
{
	background:#e8e8e8;
	width:244px;
}
/* HOME TAB*/