/* CSS Document */

body{
padding:0px;
margin:0px;
font:12px/15px Arial, Helvetica, sans-serif;
color:#161616;
line-height:16px;
/*background:#000 url(../img/background_repeat.jpg) left top repeat;*/
background:#ffffff;
}

td{
font:12px/15px  Arial, Helvetica, sans-serif;
color:#8C0000;
line-height:16px;
font-weight:700;
}
img, div, input { behavior: url("js/iepngfix.htc"); }

div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea{
	padding : 0;
	margin : 0;
	}
p{
	padding : 0 0 8px 0;
	margin : 0;
	}
ul {
	list-style : none;
	}
img {
	outline : none;
	border : none;
	}
a {
	outline : none;
	text-decoration : none;
	}

/*-------------------       Layout      --------------*/
.fontSize18{ font-size:17px; line-height:24px;color:#fff;}
.fontSize30{ font-size:30px; line-height:36px;}
.blueText{ color:#118CD1;}
.whiteText{ color:#fff;}
.yellowLink{ color:#D9B600; text-decoration:underline; font-weight:bold;}
.yellowLink:hover{ color:#fff; text-decoration:underline; font-weight:bold;}
.blueLink{ text-transform: uppercase; display: block; color: #FFFB00; text-decoration: underline; font-weight: bolder; cursor: pointer; border-radius: 6px; background: #f00; padding: 11px;}
.blueLink:hover{ color:#ffffff; text-decoration:none; font-weight:bolder; cursor: pointer;}
.grayText{ color:#fff;}
.grayLink{ color:#484848; text-decoration:underline; font-weight:bold; font-size:11px;}
.grayLink:hover{ color:#000; text-decoration:none; font-weight:bold;}

#glow{
width:950px;
margin:0 auto;
background:url(images/glow.png) left top no-repeat;
}

#header{height:158px;}
#downlopadBox{
padding-left:82px;
height:61px;
text-transform:uppercase;
color:#FFFFFF;
background:url(images/download_box.gif) top left no-repeat;}

#instantPlayBox{
padding-left:82px;
height:61px;
text-transform:uppercase;
color:#FFFFFF;
background:url(images/play_box.gif) top left no-repeat;}

#downlopadBox a, #instantPlayBox a{ color:#26A7C7; text-decoration:none;}
#downlopadBox a:hover, #instantPlayBox a:hover{ color:#FFAC41; text-decoration:underline;}
.contentblock h1{line-height: 30px;padding:10px 0px;}
#menuOuter{ /*background:url(../img/ttoop.jpg) top left no-repeat;*/ background: silver;height:72px; margin-bottom:5px }
#menuOuter td  {font-size:14px; font-weight:bold; line-height:20px; color:#1A1A1A;}
#menuOuter a{
padding:2px 10px 0 20px;
display:inline;
display:inline-block;
font-size:14px;
font-weight:bold;
line-height:24px;
color:#1A1A1A;
background:url(../img/1.png) center left  no-repeat;
}
#menuOuter a:hover{ color:#000;}

#mainOuter{ background-color: #C0C0C0; padding:10px;}
#mainInner{ background:#b4b4b4; padding:10px;}
#banner{ background:url(../img/kkkk.jpg) top left no-repeat; padding-right:10px;}
#bannerBox{ color:#B1B1B1; border:#3D3D3D 1px solid; padding:10px 10px 10px 20px;}

.leftBoxHeading{
font-weight:bold;
color:#26A7C7;
padding:0 0 0 18px;
background:#414141 url(images/heading_bg.gif) top left repeat-x;
}
.leftNav{padding:10px 0 10px 0;}
.leftNav li{display:block;}
.leftNav li a{
color:#001796;
display:block;
height:1%;
padding:4px 4px 4px 32px;
background:url(../img/2.png) center left no-repeat;
font-weight: bold;
}
.leftNav li a:hover{
color:#2189D2;
display:block;
height:1%;
padding:4px 4px 4px 30px;
background:#E5F6FE url(images/menu_arrow.gif) center left no-repeat;
}
.leftFeaturedBox{ border-bottom:#E0E0E0 1px solid; padding:4px 0 4px;}
.leftFeaturedBoxLink a{ font-size:11px; color:#FFFFFF;}
.leftFeaturedBoxLink a:hover{ font-size:11px; color:#000;  }

#welcomeBox{ padding:14px 20px 14px 0;}
.sectionHeading{
color:#121111;
border:#B1E2FB 1px solid;
padding:6px 0 6px 14px;
margin-bottom:1px;
display:block;
background:#F2FAFE url(images/blue_bg.gif) bottom left repeat-x;
font-size:22px;
}

.chart{ border:#D6D6D6 1px solid;}
.chart td{padding:6px 7px 6px 7px}
.chart .heading td{ border-bottom:#D6D6D6 1px solid; padding:7px; }
.chart .heading2 td{ border-bottom:#6E6767 1px solid; padding:7px; }
.boxLink a{ color:#2A0101; text-transform:uppercase; text-decoration:none; font-size:11px;}
.box{ border:#ffffff  1px solid; margin:2px 0 2px 0;background-color: #383838;border-radius:5px}
.boxLink a:hover{ color:#FFFFFF; text-transform:uppercase; text-decoration:underline;}
.myButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #369), color-stop(1, #0CF));
    background: -moz-linear-gradient(top, #369 5%, #0CF 100%);
    background: -webkit-linear-gradient(top, #369 5%, #0CF 100%);
    background: -o-linear-gradient(top, #369 5%, #0CF 100%);
    background: -ms-linear-gradient(top, #369 5%, #0CF 100%);
    background: linear-gradient(to bottom, #369 5%, #0CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#054a09', endColorstr='#175713',GradientType=0);
    background-color: #054a09;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 40px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #175713), color-stop(1, #054a09));
	background:-moz-linear-gradient(top, #00D2FF 5%, #03C 100%);
	background:-webkit-linear-gradient(top, #06F 5%, #FFF100%);
	background:-o-linear-gradient(top, #06F 5%, #03C 100%);
	background:-ms-linear-gradient(top, #06F 5%, #03C 100%);
	background:linear-gradient(to bottom, #06F 5%, #03C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#175713', endColorstr='#054a09',GradientType=0);
	background-color:#175713;
	}
.myButton:active {position:relative;top:1px;}

/*--------------------  footer ------------------------------*/

#footer{
	height:70px;
	background:#C0C0C0 url(images/footer_bg.gif) left top repeat-x;
}
#footer td , #footer a{ color:#1A1A1A;background-color: #C0C0C0;}
#footer a:hover{ color:#1A1A1A; text-decoration:underline;}
#copyright{
	padding-top:6px;
	font-size:11px;
	color:#6A6A6A;
	text-decoration:none;
	}

.footer a:hover{
	color:#91EC1D;
	text-decoration:underline;
	}

.footer_text{
color:#666666;
}


.playpoker_text{
color:#C7C8C6;
}
tfoot tr td
{
	text-align: center;
	color: black;
	font-size: 18px;
	font-weight: 500;
}
ul li a.apk{
	color: #ff0000;
	background: #00ffff;
	padding: 10px 30px;
	border-radius: 10px;
    width: fit-content;
}
 ul li a.apk:hover{
	color: #210a0a;
	background: #00ffff;
	padding: 15px;
	border-radius: 10px;
	cursor: pointer;
}
.headerlogo{
	text-align: center;
}
