/* this file should be replaced by the client's stylesheet */
/* the import rule must go above all other rules in this document */
@import "whitelabel.css";

/* general body properties */
body{margin:0; padding:0; background-color:#6699CC; font:12px Verdana, Arial,sans-serif; color:#ff0;}

/* Main Wrapper */
#wrap{width:800px; position:absolute; top:0px; left:50%; margin-left:-400px;}
#footer{width:800px; height:23px; background:#3E0405; clear:both;}
#faux{background:#8C0E0F;}

/* Public Divs */
#publicNav{background:#8C0E0F; float:left; width:175px; text-align:center; padding:0 10px; min-height:500px;}
* html #publicNav{width:195px; height:500px;}
#publicContent{background:#006600; margin-left:195px; padding:5px 10px 0 10px; padding-bottom:20px; min-height:650px;}
* html #publicContent{height:650px;}

#loginBox{background:transparent url(/shared/images/bkgr/public_loginBox.gif) top left no-repeat; width:176px; height:110px; text-align:center;}
#loginBox table#loginTable{margin:10px 18px;}
#loginBox table#loginTable tr td{font-size:12px;}
#loginBox table#loginTable tr td.label{width:25px; text-align:right; font-weight:bold; color:#000;}

img.bgr{margin:0; padding:0; display:block;}
img.bgrInline{margin:0; padding:0; display:inline;}

#registerLink{padding:0; margin:0 20px; background:#B60303; border:1px outset #460303; width:75%;}
#registerLink a{font-size:18px; text-transform:uppercase; color:#FFCC33; padding:5px 20px;}
#registerLink a:hover{color:#ff0; text-decoration:none;}

#publicContent h3{margin:0; padding:0; padding-top:25px; font-size: 36px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; text-align:center;}
.navBox{background:transparent url(/shared/images/bkgr/bgr_nav.gif) top left repeat-y; text-align:left;}
.navBox p{padding:5px 15px; margin:0;}
.navBox a{font-weight:bold;}
.navBox .padded{padding-left:30px;}
.testimonials_text{color:#FFFF99; font-size:10px;}
.testimonials_author{color:#FFFF33; display:block; font-size:10px;}

.gamingInfoNav{color:#000; font-weight:bold;}
.gamingInfoNav a{font-weight:bold;}

/* Free Games Table */
#freeGamesTable{border:1px solid #ff0; width:100%;}
#freeGamesTable tr td.inner{border:1px solid #ff0;}
#freeGamesTable tr td.inner table tr td{width:50%; padding:10px; padding-right:0;}
#freeGamesTable tr td.inner table tr td.left{padding-left:20px;}

.gameHeader{font-size:16px; color:#fff; text-align:center; font-weight:bold; margin-bottom:15px; font-family:Verdana, Arial, Helvetica, sans-serif;}