/*
    PC:
    POKER:
    PS3: #5C72D5
    XBOX:#96CB35
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {	line-height: 1;}ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background:url("/SiteTakeOver.ashx") no-repeat fixed center top #111111;
}

img {
	border:0px;	
}

p{
	line-height:30px;
}

#allContent {
	width:1001px;
	margin:0px auto;
	background-color:#4F4F4F;
	border-left:solid 1px black;	
	border-right:solid 1px black;
}

/*=========================
         General
=========================*/

h1, h2, h3 {
	background-image: url("../Images/titleFill.png");
	height:20px;
	background-repeat:repeat-x;
	padding-left:8px;
	padding-top:4px;
	vertical-align:baseline;
	font-size:11px;
	color:White;
	clear:both;
}

h1 span, h2 span, h3 span{
    padding:5px 7px 5px 5px;
}

div.desc
{
    padding:0 10px 10px 10px;
}

table.simple
{
    width:100%;
}

table.simple tr th
{
    background-image: url("../Images/titleFill.png");
    height:20px;
	background-repeat:repeat-x;
    padding:4px;
    text-align:center;
    color:White;
}

table.simple tr td
{
    vertical-align:middle;
    font-size:16px;
    text-align:center;
    padding:5px;
}

table.simple tr td img, table.simple tr td a
{
    float:left;
    padding:0 auto;
}

table.simple tr td.game a
{
    margin-top:10px;
    margin-left:15px;
    width:420px;
    text-align:left;
}

table.simple tr td.game p
{
    float:left;
    margin-left:15px;
    font-size:12px;
    width:420px;
    text-align:left;
}

table.small {
    width:300px;
    margin:5px;
}

table.small tr{
    border-bottom:1px dotted black;
}

table.small tr th:first-child{
    border-right:1px dotted black;
}

table.small tr td,table.small tr th{
    line-height:25px;
    text-align:center;
}

h1.alternateTitle, h2.alternateTitle, h3.alternateTitle {
	height:20px;
	background-repeat:repeat-x;
	padding-left:8px;
	padding-top:5px;
	vertical-align:baseline;
	font-size:11px;
}

h1.alternateTitle span, h2.alternateTitle span, h3.alternateTitle span{
    padding:5px 7px 5px 5px;
}

a {
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

input[type=text],input[type=password],textarea {
	background-color:#CCC;
	border:solid 1px #000;
	
}

.center {
	text-align:center;
}

/*=========================
           Menu
=========================*/

#topMenu {
	clear:both;
}

#logo {
	width:272px;
	height:110px;
	float:left;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
}

#topMenuUp {
	background-image: url("../Images/titleFill.png");
	background-repeat:repeat-x;
	height:20px;
	border:0px;
}

#topMenuDown {
	background-image: url("../Images/headerBottom.png");
	background-repeat:repeat-x;
	height:90px;
	padding-left:0px;
	text-align:center;
	border-bottom:solid 1px black;
}

#mainMenu {
	background-image: url(../Images/menuBck.png);
	background-repeat:repeat-x;
	height:48px;
	padding:0;
	margin:0;
	clear:both;
}

#mainMenu ul {
	vertical-align:middle;
	padding: 18px 0 0 20px;
}
#mainMenu ul li {
	margin:0 10px 0 10px;	
	float:left;
}

#mainMenu ul li a {
	display:block;
	padding-bottom:10px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

#mainMenu ul li.separator {
	margin:0px;
	color:#cccccc;
	font-size:12px;
	font-weight:bold;
}

#mainContent {
	width:979px;
	display:block;
	padding:10px;
	color:Black;
	overflow:hidden;
}

#mainContentCenter {
	background-color:#EFEFEF;
	overflow:hidden;
	padding:10px;
}

#mainContentCenter ul li {
    margin:10px 10px 20px 25px;
    padding:0px;
    list-style-image:url(../Images/ListBullet.gif);
}

#mainContentLeft {
	width:670px;
	height:100%;
    background-color:#EFEFEF;
    overflow:hidden;
}

#mainContent h1.alternateHeader {
	background-image: url("../Images/alternateTitleFill.gif");
	height:20px;
	background-repeat:repeat-x;
	padding:2px 5px;
	vertical-align:baseline;
	font-size:18px;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

#mainContent h1.alternateHeader a, #mainContent h2.alternateHeader a,
#mainContent h1.alternateHeader a:hover, #mainContent h2.alternateHeader a:hover,
#mainContent h1 a, #mainContent h2 a,
#mainContent h1 a:hover, #mainContent h2 a:hover{ 
    cursor:pointer;
    color:White;    
}

#mainContentLeft p {
    padding: 10px;
}

#mainContentLeft ol li{
    margin-left:35px;
    padding:5px;
}


#mainContentRight {
	float:right;
	width:300px;
	height:100%;
	background-color:#EFEFEF;
}

#mainContentRight ul li:first-child{
    border-top:none;
}

#mainContentRight ul li{
	list-style-image:url(../Images/ListBullet.gif);
	padding:10px 0px;
	margin-left:30px;
	text-align:left;
	border-top:dotted 1px #CCC;
}

#footer {
	background-color:#EFEFEF;
	text-align:center;
	border-top:solid 1px black;
	clear:both;
	padding:20px 20px 0px 20px;
	overflow:hidden;
	font-size:11px;
}

div.footerLinks {
	width:170px;
	float:left;
	border-right:1px dotted #CCCCCC;
	padding-right:10px;
}

div.footerLinks ul li:first-child{
	list-style-image:none;
	padding:0px;
	margin:0 0 10px 20px;
	border-top:none;
	color:#4F4F4F;
	font-size:11px;
}

div.footerLinks ul li:nth-child(2){
    border-top:none;
}

div.footerLinks ul li{
	list-style-image:url(../Images/ListBullet.gif);
	padding:10px 0px;
	margin-left:30px;
	text-align:left;
	border-top:dotted 1px #CCC;
}

div.footerLinks ul li span.rss{
    background-image:url(../Images/Sprites.png);
    background-position:-81px -14px;
    padding:1px 8px 3px 10px;
}

div.socialLinks {
	width:170px;
	float:left;
	padding-right:10px;
}

div.socialLinks ul li{
    text-align:center;
    margin-bottom:15px;
}

div.socialLinks ul li div.twitter,div.socialLinks ul li div.facebook{
    background-image:url(../Images/Sprites.png);
    width:128px;
    float:left;
    margin:0 25px;
    padding:5px 0px;
}

div.socialLinks ul li div.twitter{
    background-position:-1px -53px;
    height:28px;
}

div.socialLinks ul li div.facebook{
    background-position:-1px -94px;
    height:45px;
}

#footerText {
    text-align:center;  
    padding:10px 0px;
    color:#000;
    clear:both;
}


#languageList{
	float:right;
}

#languageList li{
	display:inline;
	margin-right:10px;
}

a.backToTop {
    padding:10px 20px 10px 10px;
    text-align:right;    
    display:block;
    font-weight:bold;
}

span.at15t_compact {
    margin-top:-2px !important;    
}

/*============================
		   Frames
=============================*/

div.answer { 
    line-height:18px; 
    padding:15px 0 15px 30px; 
}

div.question { 
    font-weight:bold; 
    cursor:pointer; 
    line-height:25px; 
    padding:4px 30px; 
    background:url(../Images/ListBullet.gif) 13px 13px no-repeat;
}

div.question:hover { 
    background-color:#CCC;
}

/*============================
		   Frames
=============================*/

.greenbck {
    background-color:#62C746;
    color:Black;
}

.yellowbck {
    background-color:#FBB803;
    color:Black;
}

.redbck {
    background-color:#CC0000;
    color:White;
}

.greybck {
    background-color:#808080;
    color:White;
}

/*============================
		   Home
=============================*/

ul.homeGameList {
    
}

ul.homeGameList li {
    min-height:115px;
    list-style-image:none !important;
    line-height:25px;
    margin:10px !important;
}

ul.homeGameList li img {
    float:left;
    margin-right:20px;
}

/*============================
		   Home
=============================*/

#contactus dt,dd {
    float:left;        
    margin:10px 0px;
    font-size:16px;
}

#contactus dt {
    width:150px;
}

#contactus dd {
    width:700px;
}

#contactus input{  
    height:25px;
    width:500px;
    font-size:17px;
}

#contactus textarea{  
    width:500px;
    height:200px;
    font-size:17px;
}

div.contactusButton {
    text-align:center;
    width:850px;
    margin:10px 0px;
}