body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#4375bf;
	width: 948px;
	margin:0px auto 0px auto;
}
h1.underlined {
	background: white url(/1/images/hr.png) no-repeat left bottom;
	font-size: 20px;
	color: black;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	height: 23px;
	letter-spacing: -1px;
}
a, .ui-widget-content a{
	color : #154AB4;
	text-decoration: none;
}
a:active, a:hover{
	text-decoration: underline;
}
a.user_link{
	font-size:14px;
	font-weight:bold;
	color: black;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}

/* Header Section */
#header_wrap{
	margin:0px auto 0px auto;
	width: 948px;
	height:236px;
	padding:0px;
}
#header{
	background-image: url(/1/images/header_banner.png);
	width: 948px;
	height:236px;
	position:relative;
}
#header-link { 
	position: absolute; 
	top: 18px; 
	left: 60px; 
	width: 110px; 
	height: 48px; 
	background-color: transparent; 
}
#logo{
	background: transparent url('/1/images/header_logo.png') no-repeat bottom;
        height: 223px;
        width: 770px;
	float:left;
}
#account_wrap{
	background: transparent url(/1/images/login_box.png) no-repeat 70px 0px;
        height: 101px;
        width: 241px;
        position:absolute;
	top:30px;
	right:0px;
        z-index:10;
	padding-top:18px;
	text-align:right;
	padding-right:80px;
}
#fb_button{
        height: 20px;
        width: 241px;
        position:absolute;
	top:150px;
        right:0px;
        z-index:10;
        text-align:right;
        padding-right:30px;
}
#account_inner{
        background: transparent url(/1/images/accnt_box.png) no-repeat;
        height: 104px;
        width: 239px;
        position:absolute;
        top:30px;
        right:30px;
        z-index:10;
}
#account_wrap a{
	color:white;
	font-weight:bold;
	font-size:10px;
}
#account{
        clear:both;
        height: 96px;
        width: 200px;
        background-image: url(/1/images/accnt_box.png);
}
#account_avatar{
    float:left;
	margin: 10px 10px 10px 48px;
}
#account_avatar1{
    float:left;
	margin: 5px 5px 5px 5px;
}
#account_nav{
	text-align:left;
        float:left;
        width:75px;
}
#account_nav a{
        color:white;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}
#account_txt{
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-align:left;
        float:left;
        width:75px;
	height:20px;
	color:white;
	font-size:12px;
	padding-top:5px;
}

/* Body Section */
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	background-color: white;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
}
.col2 {
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background: #FFC40D url(/1/images/whiteborder.png) repeat-y right; /* right column background colour */
}
.threecol .colmid {
	right:233px;			/* width of the right column */
	background: #ffffff;		/* center column background colour */
}
.threecol .colleft {
	right:568px;			/* width of the middle column */
	background: #4375BF url(/1/images/leftborder.png) repeat-y right; /* left column background colour */
}
.threecol .col1 {
	width:558px;			/* width of center column content (column width minus padding on either side) */
	left:953px;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:121px;			/* Width of left column content (column width minus padding on either side) */
	left:265px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:198px;			/* Width of right column content (column width minus padding on either side) */
	left:847px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) 
					plus (left column left and right padding) plus (right column left padding) */
}

/* Footer Section */
#ft{
        height: 142px;
        clear: both;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:5;
}
#ft_content{
        background: white url(/1/images/footer_bg.png) no-repeat 0px 13px;
        width:948px;
	height:142px;
	margin:0px auto 0px auto;
	padding:0px;
        text-align: center;
        color: #626668;
	/*text-shadow: #ffffff 1px 1px 1px;*/
}
#ft_top {
        height:16px;
        width: 800px;
        padding: 0px;
	margin:0px 53px 4px 187px;
}

#ft_content ul, #ft_content p {
        padding-left: 40px;
}
#ft_content li {
        display: inline;
        margin-right: 0px;
        margin-left: 5px;
}
#ft_content a {
        color: #626668;
}

/* Main Menu Navigation*/
#masternavwrap {
        width: 568px;
}
#masternav {
}
#masternav ul {
        margin: 0px;
        padding: 0px;
}
#masternav li {
        display: inline;
        margin: 0px;
        padding: 0px;
}
#masternav img {
        height: 39px;
        margin-right: 0px;
}
#masternav #navpoints {
        padding: 0px;
        float: none;
}
#masternav #navpoints li {
        margin: 0px;
        padding: 0px;
}
#navheader {
        width:1px;
        height:1px;
        margin-left:16px;
        position:relative;
        z-index:5;
	float:left;
}
/* Submenu Navigation */
#sectionwrap {
        float:left;
        width: 560px;
        position:relative;
        z-index:5;
}

#sectionnav {
	padding-top:5px;
	width: 560px;
	color: #12662A;
	font-style: italic;
        font-family: Impact, Arial, Helvetica, sans-serif;
        font-size: 15px;
	float:left;
}

#sectionnav div.nav_separator{
	float:left;
        background-image: url(/1/images/tabs.png);
        background-repeat: no-repeat;
	width:12px;
	height:33px;
}
#sectionnav div.nav_content{
        background-image: url(/1/images/tabs.png);
	background-position:top right;
        background-repeat: no-repeat;
	float:left;
	height:33px;
	line-height:33px;
	padding-right:12px;
	margin-right: 4px;
}
#sectionnav div.nav_separator.active {
	background-position:center left;
}
#sectionnav div.nav_content.active {
	background-position:center right;
}
#sectionnav div.nav_separator.special {
	background-position:bottom left;
}
#sectionnav div.nav_content.special {
	background-position:bottom right;
}
#sectionnav a {
	color: white;
}

#sectionsubnav {
        float:left;
        width: 560px;
        color: #12662A;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	position:relative;
	z-index:5;
	border-top: 2px solid #435497;
}
#sectionsubnav ul {
        padding: 0px;
        margin: 2px 0px 0px 0px;
}
#sectionsubnav li {
        display: inline;
        margin-right: 0px;
        margin-left: 0px;
        font-weight: bold;
        background-image: url(/1/images/mainbox/default/section_sep.png);
        background-repeat: no-repeat;
        padding-left: 8px;
	padding-right:2px;
        font-size: 12px;
	line-height:25px;
}
#sectionsubnav #first {
        background-image: none;
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 10px;
}
#sectionsubnav a {
	color: #000000;
}
#sectionsubnav .selected {
	color: #700411;
}

h1.intro {
	font-size:25px;
	color: white;
	border: none;
	height: auto;
}
h2.intro {
        font-size:17px;
        color: white;
        border: none;
        height: auto;
}

ol.intro li{
        font-size: 15px;
        margin-top: 5px;
        font-weight: bold;
        color: white;
	text-align:left;
}

ul.intro li{
	font-size: 15px;
	margin-top: 5px;
	font-weight: bold;
        color: white;
}

ul.section{
	margin:0px;
	padding:2px 0px 15px 15px;
	text-align:left;
}
ul.section li{
	font-size: 12px;
	margin-top: 4px;
	font-weight: bold;
        color: white;
}
ul.introsub li{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin-top: 2px;
        color: white;
}

a.Button {
	background: transparent url('/1/images/bg_button_a.png') no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bolder; 
	font-family: Helvetica, sans-serif;
}
a.Button span {
	background: transparent url('/1/images/bg_button_span.png') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	color: #ffffff;
}
a.Button:active {
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}
a.Button:active span {
	color: #cccccc;
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}

table.tourn_list{
	width: 100%;
}
table.tourn_list th{
	text-align:center;
}
table.tourn_list td{
	font-size:9px;
	white-space:nowrap;
	text-align:left;
}
.game_hl{
	height:100px;
	width:130px;
	float:left;
	text-align:left;
	font-size:9px;
}
.game_hl h2{
	color: white;
	text-align:left;
}
img.icon{
	width:60px;
	height:60px;
	float:left;
	margin-right: 6px;
}
.fantasy_info{
	text-align:left;
}
.fantasy_info h2{
	color:white;
	font-size:12px;
	text-decoration:underline;
}
.fantasy_info p{
	padding-top:0px;
	margin-top:0px;
}
.fantasy_info div{
	margin-bottom:15px;
}
.help_box{
	width:150px;
	min-height:50px;
	background-color: rgb(232,238,237);
	border:1px solid gray;
	position:fixed;
	top:50px;
	z-index:50;
	padding:2px 2px 2px 5px;
	display:none;
}
.section_box{
        width:278px;
        float:left;
        margin:0px 10px;
        color:white;
}
.section_box #top{
	height:50px;
}
.section_box #middle{
	height:550px;
        padding:0px 8px 0px 8px;
	text-align: center;
}
.section_box #bottom{
	height:10px;
}
.section_box.poker{
	margin-left:70px;
}
.section_box.poker #top{
	background-image:url(/1/images/pokerSectionTop.png);
}
.section_box.poker #middle{
	background-image:url(/1/images/pokerSectionMiddle.png);
}
.section_box.poker #bottom{
	background-image:url(/1/images/pokerSectionBottom.png);
}
.section_box.fantasy #top{
        background-image:url(/1/images/fantasySectionTop.png);
}
.section_box.fantasy #middle{
        background-image:url(/1/images/fantasySectionMiddle.png);
}
.section_box.fantasy #bottom{
        background-image:url(/1/images/fantasySectionBottom.png);
}
.section_box.games #top{
        background-image:url(/1/images/gamesSectionTop.png);
}
.section_box.games #middle{
        background-image:url(/1/images/gamesSectionMiddle.png);
}
.section_box.games #bottom{
        background-image:url(/1/images/gamesSectionBottom.png);
}



.poker, .poker h1, .poker h2{
	color:black;
}
h2 {
	color: #666666;
	font-size: 13px;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
h3 {
	padding: 0px;
	margin: 0px;
}
hr.dashed{
	border-style:dashed;
	clear:both;
	border-width:2px
}
div.cc_form{
	border:black solid;
	background-color:GhostWhite;
	border-width:2px;
	padding:10px 5px 10px 5px;
	width:95%;
}
.tborder{
	width:100%;
	max-width:227px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9298A0;
	border-right-color: #9298A0;
	border-left-color: #9298A0;
	border-spacing:0px;
	border-collapse:collapse;
	
}
.tborder sup {
	font-size: 9px;
}
.tborder th {
	padding:3px 2px 3px 2px;
}
.tborder td {
	background-color: #E0E1D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9298A0;
	padding:3px 2px 3px 2px;
}
.clearit {
	clear: both;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.cola {
	float: left;
	width: 50%;
}
.colb {
	float: left;
	width: 50%;
}
.col_left {
	float: left;
	width: 70%;
}
.col_right {
	background-color: #FFEDB6;
	float: left;
	width: 30%;
}

.addme  {
	text-align: center;
	float: right;
	padding: 0px;
	margin-top: -47px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	z-index: 100000;
}
.addme  ul  {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.addme  li  {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nextup {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 5px;
	text-align: center;
	padding: 5px;
}
.nextup  h2 {
	font-size: 15px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
.nextup  h3, .nextup h4 {
	margin: 0px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
}
.nextup h5 {
	text-align: center;
	font-size: 13px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.nextup   p  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	margin-bottom: 3px;
}
.top_winners .top_winner {
	width: 145px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.top_winners .top_winner img {
	border: 2px solid #333333;
	height: 110px;
	width: 90px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.top_winners {
	height: 240px;
	background-color: #E0E1D9;
	padding: 10px;
	float: left;
	width: 580px;
	border: 1px solid #9298A0;
	margin-bottom: 15px;
}
.top_winners ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
.top_winners li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.standings .button_coming_soon {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 80px;
}

.number_of_referrals {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	background-color: #D3D3D3;
	border: 1px solid #9298A0;
	margin-bottom: 20px;
	clear: both;
}
#ct sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.hrow {
	background-image: url(/1/images/ls-hrow-bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	clear: both;
	padding: 0px 10px 0px 10px;
	border: 1px solid #9298A0;
	border-right-style: none;
	border-left-style: none;
	background-color: #272B33;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}
.vert20{
	display: block;
	clear: both;
	height: 20px;
	width: auto;
}
.float_left_img, .left_float_img {
	float: left;
	margin-right: 15px;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #666666;
}
.float_right_img {
	float: right;
	margin-left: 15px;}
.referral_link {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #CFD2CD;
	color: #000000;
	margin: 0px;
	border: 1px solid #9298A0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.comments {
	color: black;
}
.comments #link {
	color: blue;
	text-align:right;
}
.comment_body {
}
.comment_body #login_warning {
	font-size:9px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.comment_item img {
	float:left;
	margin:0px 5px 0px 5px;
}
.comment_item {
	background-color:white;
	border-bottom:1px dotted grey;
	padding: 5px;
	margin:0px 10px 0px 8px;
}
.comment_info {
	font-size: 10px;
	font-style: italic;
	background-color: #D5D7D1;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CED0CC;
	margin-right: 10px;
}
.comment_content {
	font-size: 11px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 4px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
.comment_add {
	padding:5px;
}
.comment_add textarea {
	width:100% ! important;
	height:40px ! important;
	margin-bottom:3px;
}

.game_description_box img, .featured_game_box img, .game_image img {
	float: left;
	margin-right: 10px;
	height: 75px;
	width: 75px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
}
.gamelist{
	border: 1px solid black;
	padding: 5px;
	background-color:#EFEFEF;
}
.gamelist .game_description_box{
	width:50%;
	float:left;
	height:100px;
}
.game_description_box.prizegame img{
	border: 2px solid #384188;
	padding: 4px;
}
.game_description_box.platinum img{
        border: 2px solid #7A8493;
        padding: 4px;
}
.game_description_box h2, .featured_game_box h2 {
	color: #154AB4;
}
.game_description_box {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D4CF;
	min-height:85px;
}
.featured_game_box img, .game_image img {
	height: 150px;
	width: 200px;
	margin-left: 20px;
}
.game_image img {
	margin-top: 10px;
}
.rs_box {
        padding-top: 5px;
        padding-bottom: 10px;
        margin-right: 10px;
        border-width: 1px;
        border-style: solid;
        border-color: #FF0000;
        margin-bottom: 5px;
        height: 85px;
	width: 158px;
}
.highscore_box {
	border:2px ridge #8E7E71;
	padding:2px;
	background-color: #EFAD1B;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	margin-bottom:5px;
}
.highscore_box .hs_title
{
	font-size:9px;
	color:#000000;
}
.highscore_box .hs_name, .highscore_box .hs_score{
	float:left;
	padding-left:4px;
	min-width:100px;
}

div.box div.price_tag
{
  	background-color: #e8eef7;
	margin:5px 10px 2px 10px;
	padding:15px 0px;
	height:45px;	
        font-weight: bold;
        font-size: 18px;
        color:black;
        text-align: center;
	vertical-align:middle;
}

div.box div.options
{
  	background-color: #ffc000;
	padding-top:5px;
	padding-bottom:5px;
	margin:5px 10px 2px 10px;
	height:100px;
	border : none;
	color:black;
}

div.box div.choice
{
  	background-color: #ff0000;
	margin:5px 10px 2px 10px;
	height:40px;
	max-height:40px;
	min-height:40px;
	border : none;
	color:black;	
	font-size: 16px;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}

div.subscription_referred_left_box
{
	border:none; 
	background-color:#b9c6ba; 
	height:100%;
        padding-left:5px; 
        padding-right:5px; 
        padding-top:10px; 
        padding-bottom:	10px;
        
        max-width:95%; 
        min-width:95%;
        width:95%;
        
}

div.subscription_referred_left_box h1
{ 
    color:black;
    font-size: 24px;
    font-weight: normal;
    text-align:center;
    border:none;
    margin-top:10px;
}

div.price
{
  	background-color: #248828;
	width:188px;
	max-width:188px;
	min-width:188px;
	max-height:124px;
	min-height:124px;
	height :124px;
	border : none;
	color:white;	
	font-size: 26px;
	font-weight:normal;
	text-indent:20px;
	text-align:center;
	margin-left:20px;
	line-height:140%;
}

div.subscription_referred_right_box
{
	border:2px solid grey; 
	background-color:lightgrey; 
	color:black;
        padding:0px 5px 0px 0px;
	width:95%;
}

div.subscription_referred_right_box h1
{ 
    color:black;
    font-size: 20px;
    font-weight: normal;
    text-align:center;
    border:none;
    margin-top:10px;
}

div.subscription_referred_right_box h2
{ 
    color:white;
    font-weight: bold;
    text-align:center;
    border:none;
}

div.subscription_referred_right_box p
{ 
    color:white;
    font-size: 16px;    
    text-align:center;
    border:none;
    line-height:110%;
}

div.subscription_referred_right_box_help
{
	border:none; 
	background-color:#c00000; 
	height:auto;
        padding-left:5px; 
        padding-right:5px; 
        padding-top:10px; 
        padding-bottom:	10px;
        width:95%;
}

div.subscription_referred_right_box_help h2
{ 
	color:white;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	border:none;
	margin-top:10px;
}

div.subscription_referred_right_box_help h1
{ 
	color:black;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	border:none;
	margin-top:10px;
}

div.subscription_referred_right_box_help p
{ 
	color:white;
	font-size: 11px;    
	text-align:center;
	border:none;
	line-height:110%;
}

div.subscription_referred_right_box_help a
{ 
	color:white;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	border:none;    
}

div.subscription_referred_right_box_small
{
	border:solid #000000 2px; 
	background-color:#C23428; 
        padding-left:2px; 
        padding-right:2px; 
        padding-top:5px; 
        padding-bottom:	5px;
        max-width:95%; 
        width:95%;
}

div.subscription_referred_right_box_small h2
{ 
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	border:none;
	margin-top:2px;
}

div.subscription_referred_right_box_small p
{ 
	color:#FFFFFF;
	font-size: 11px;    
	text-align:center;
	border:none;
	line-height:110%;
}

div.credit_card_form_2
{
	border:none; 
	background-color:GhostWhite; 
	height:100%;
	color:black;
}


div.credit_card_form_2 h1
{
	font-size: 20px;
	color: #868B93;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
	height: 23px;
	letter-spacing: -1px;	
}


.avatarS {
        width:50px;
        height:50px;
        border:1px solid black;
        float:left;
}
.avatarM {
        width:75px;
        height:75px;
        border:1px solid black;
        float:left;
}
.avatarL {
        width:100px;
        height:100px;
        border:1px solid black;
        float:left;
}

.avatar_link{
	position:relative;
	left:4px; 
	top:-21px; 
	text-align:center;
	font-weight:bold; 
	font-size:10px; 
	background-color:#C0C0C0; 
	border:1px solid #808080;
	height:16px; 
	width:92px;
	clear:both;
}
.gbform legend {
	font-size: 16px;
	font-weight: bold;
	color: rgb(105, 105, 105);
}
.profile_table {
	padding-top: 10px;
	width:100%;
}
.profile_table em {
	color:red;
	font-weight:bold;
}
.profileLeft {
        font-weight:bold;
	text-align:right;
	vertical-align:top;
	padding:0px 15px 0px 5px;
	width:25%;
	color: rgb(105, 105, 105);
}
.profileRight {
        padding:2px 0px;
	vertical-align:top;
	white-space:nowrap;
	width:75%;
}
.profileLeft_even {
        font-weight:bold;
        text-align:right;
        vertical-align:top;
        padding:0px 15px 0px 5px;
        width:50%;
        color: rgb(105, 105, 105);
}
.profileRight_even {
        padding:2px 0px;
        vertical-align:top;
        white-space:nowrap;
        width:50%;
}

#referral_form td label{
	font-weight:bold;
	font-size:large;
}
#referral_form table input[type=text]{
	width:98%;
}
#referral_form table textarea{
        width:98% ! important;
}
#registration_form, #login_form{
        width: 100%;
        margin: 10px;
        padding: 0px;
}
#registration_form{
	color:white;
}
#registration_form td, #login_form td{
	text-align:right;
	white-space:nowrap;
}
#registration_form td label, #login_form td label{
	font-weight:bold;
	font-size:large;
}
#registration_form a{
	color:white;
}
#login_form table{
	border-spacing:10px 0px;
}

#username{
	font-size:26px;
	font-weight:bold;
	color:white;
}

td.friend_column
{
	width:50px;
	min-width:50px;
	max-width:50px;
}
td.large_friend_column
{
	width:150px;
	min-width:150px;
	max-width:150px;
}
img.help {
	cursor:help;
}
.error-message, label.error{
        background: #FFD;
	background-image:url("/1/images/error_icon.gif");
	background-position:top left;
	background-repeat:no-repeat;
        border: 1px #CCC solid;
	color:red;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        margin: 5px;
        padding: 2px 2px 2px 25px;
	max-width:85%;
}
.success-message {
        color:blue;
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        margin: 5px;
        padding: 2px 2px 2px 25px;
        max-width:85%;
}


#game_dialog, #signin_dialog, #referral_dialog {
	/* background-image:url("/1/images/tiled_logo.png");*/
}
#game_intro {
	border:1px solid black;
	background-color:white;
	width:320px;
	height:282px;
	margin:50px auto 0px auto;
	padding:10px;
	text-align:center;
}
#flash_game {
	margin:0px auto 0px auto;
	display:none;
	text-align:center;
}

/* Left side boxes */
.info_box{
        background: url(/1/images/YourInfo.png) no-repeat top center;
	padding-top: 35px;
	padding-left: 5px;
        width: 115px;
        height: 80px;
}
.friend_box{
        background: url(/1/images/Friends.png) no-repeat top center;
        padding-top: 35px;
        padding-left: 5px;
        width: 115px;
        height: 80px;
}

.ls_box .top{
	background-image: url(/1/images/lsbox_top.png);
	width: 117px;
	height: 15px;
}
.ls_box .middle{
        background-image: url(/1/images/lsbox_middle.png);
	background-repeat:repeat-y;
	width: 117px;
	color:black;
}
.ls_box .info{
    background-image: url(/1/images/lsbox_middle.png);
    background-repeat:repeat-y;
    width: 117px;
    padding-left:4px 1px 0px 0px;
    color:black;
    display:table-cell;
    height:50px;
}

.ls_box .middle #title{
	padding:0px;
	width:100%;
	text-align:center;
	font-weight:bold;
}
.ls_box .middle img{
	margin-right:1px;
	margin-bottom:1px;
}
.ls_box .middle p{
	margin:0px;
	padding:0px;
}
.ls_box .bottom{
        background-image: url(/1/images/lsbox_bottom.png);
	width: 117px;
        height: 15px;
}
.ls_box .bottom_clear{
    background-image: url(/1/images/lsbox_bottom_clear.png);
    width: 180px;
    height: 18px;
}
.ls_box.quote .middle{
        background-image: url(/1/images/quote_box_middle.png);
        font-weight:normal;
        font-size:12px;
        text-align:center;
        vertical-align:middle;
	font-style:italic;
}
.ls_box.quote .top{
        background-image: url(/1/images/quote_box_top.png);
	height: 20px;
}
.ls_box.quote .bottom{
        background-image: url(/1/images/quote_box_bottom.png);
	height: 20px;
}
.wallet{
	background-image:url(/1/images/GBucks.png);
	width:103px;
	height: 65px;
	padding-top: 50px;
	padding-right: 12px;
	color:white;
	text-align:right;
	font-size:22px;
	font-family: Geneva, "MS Sans Serif", sans-serif
}
.wallet h2{
	color:white;
}

a.edit_quote {
        background: transparent url('/1/images/edit_arrow_2state.png') no-repeat scroll top right;
        display: block;
        float: right;
        height: 12px;
	width:24px;
	margin:8px 8px 0px 0px;
        text-decoration: none;
}
a.edit_quote:hover {
        background-position: bottom right;
        outline: none; /* hide dotted outline in Firefox */
}

/* Jquery tab overides */
.ui-tabs .ui-tabs-nav li a {
	padding: 0.1em 0.1em;
}
.ui-tabs .ui-tabs-panel{
	padding:2px 0px;
}
/* ******************** */

.error_message
{
	max-width:95%;
	text-align:center;
}

.mma_card, .mma_inactive{
	height:45px;
	border-bottom: 1px #9298A0 solid;
	cursor:pointer;
}
.mma_fighter{
	float:left;
	width:45%;
}
.mma_fighter input, .mma_fighter select{
	font-size:8pt;
}
.mma_status{
        float:right;
        width:10%;
	padding-top:10px;
}

table.tournament_list{
	width:100%;
	border-collapse:collapse;
	background-color:#F1F1F1;
	border: 1px solid #CCCCCC;
}
table.tournament_list td{
	padding:2px;
	font-size:11px;
	text-align:center;
}
table.tournament_list th{
	background-color:#F1F1F1;
	border:1px solid #000000;
}
table.avail_leagues{
	width:100%;
	border-bottom:1px solid #808080;
	border-collapse:collapse;
	margin-bottom:5px;
}
table.avail_leagues th{
	text-align:left;
}


table.fantasy_team h2{
	margin-left:5px;
}


table.fantasy_team  {  border-collapse: collapse; width:98%;}
table.fantasy_team td
{ 
	padding: .3em; 
	border: 1px black solid; 
	text-align:center;
	margin: 0px; 
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

table.fantasy_team th 
{ 
	padding: .3em; 
	border: 1px black solid; 
	text-align:center;
	margin: 0px; 
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color:#FFFFFF;
}
table.fantasy_team th a{
	color:#FFFFFF;
}

table.fantasy_team tbody {background-color: transparent; }

table.fantasy_team tbody td{background-color: #D5D1AE; }
table.fantasy_team th{ background: #1E7225; }

table.fantasy_team tbody tr:nth-child(odd) td{background-color: #D5D1AE; }
table.fantasy_team tbody tr:nth-child(even) td {background-color: #D5E1BF; }



table.fantasy_team td.transparent_column
{
	background-image:none;
	background-color:transparent;
	border: none;
	color:black;
}

table.fantasy_team tr:nth-child(n) td.transparent_column
{
	background-image:none;
	background-color:transparent;
	border: none;
}

table.fantasy_team tbody tr:hover td{
	background-color:#CDCD97;  
}

table.fantasy_team tbody tr:hover .column_separator{
	background-color:#FFFFFF;  
}


table.fantasy_team tbody tr:hover .transparent_column{
	background-color:transparent;
}


table.fantasy_team th.column_header2
{
	background-color: #6eBB75;
	color: #000000;
	border:	solid thin RGB(0,0,0);	
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

table.fantasy_team tr:hover .no_hover{
	background-image:none;
	background-color:transparent;
}





table.fantasy_team .column_separator
{
	border: none;
	background-color:#FFFFFF;
	background-image:none;
}
table.fantasy_team tr:nth-child(n) td.column_separator
{
    	border: none;
	background-color:#FFFFFF;
	background-image:none;

}
table.fantasy_team .stats_table .td1
{
    max-width :100%;	
    width:100%; 
    min-width:100%;
    border-top:none; 
    border-bottom:solid thin RGB(#ccc); 
    border-left:none; 
    border-right:none
    
}

table.fantasy_team .stats_table .td2
{
    max-width :100%;	
    width:100%; 
    min-width:100%;
    border-top:none; 
    border-bottom:none; 
    border-left:none; 
    border-right:none

}

table.fantasy_team tr:hover .transparent_column {
font-weight:normal;
background-color:transparent;
background-image:none;
}

table.fantasy_team .current_round
{
    color:red;
}

div.news_items img{
	float:left;
	padding-right:5px;
}
div.news_items p{
	clear:both;
}


.gray_box
{
    border:3px solid #595959 ;
    background-color:#F2F2F2;
    
    padding:15px;
    margin-top:0px;
}
.gray_box h1
{
    color:#404040;
}

div.friend_list{
	padding:2px;
	align:middle;
	font-size:medium;
	clear:both;
}
div.friend_list #name, div.friend_list #flag, div.friend_list #actions{
	float:left;
	padding:17px 5px 0px 5px;
}
div.friend_list #name{
	min-width:40%;
}
div.friend_list #flag{
	width:24px;
}

tr.tournament_data_row:hover
{
	background-color:green;
       cursor:pointer;
}

#searchval{
	border:1px #828688 inset;
	margin-bottom:5px;
}

#playbutton {
	display:block;
	width:127px;
	height:42px;
	background-image : url(/1/images/play_button.png); 
}
#playbutton:hover { 
	background-image : url(/1/images/play_button_over.png); 
}
#playbutton span{
	display:none;
}
#txt_QUOTE{
	width:94px ! important;
	height:80px;
}

div.featurelist {
	margin:18px;
	margin-bottom:18px;
	margin-top:5px;
}
div.feature {
	width:304px;
	height:458px;
	float:left;
}

div.feature1, div.feature2, div.feature3 {
	width:289px;
	height:148px;
	margin-top:10px;
	padding-left:15px;
}
div.feature1 {
	background-image:url(/1/images/feat2_1.png);
}
div.feature2 {
        background-image:url(/1/images/feat2_2.png);
}
div.feature3 {
        background-image:url(/1/images/feat2_3.png);
}
div.featuretitle {
	height:29px;
	padding:5px 0px;
	font-size:16px;
	font-weight:bold;
	color:white;
}
div.featurecontent {
}
div.box{
	margin: 10px 0px;
}
div.box_head {
	padding: 4px;
	background-color: #435497;
}
div.box_head a{
	color:white;
}
div.box_head h1, div.box_head h2{
	margin: 0px;
	padding: 0px;
	color: white;
}
div.box_body {
	padding: 4px;
	background-color: white;
}


table.bright  {  border-collapse: collapse; width:98%;}
table.bright td
{
        padding: 1em;
        border: 2px white solid;
        text-align:center;
        margin: 0px;
        font-size: 14px;
        font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: white;
}
table.bright th
{
        padding: 1em;
        border: 2px white solid;
        text-align:center;
        margin: 0px;
        font-size: 14px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
        color: black;
}
table.bright td a{
        color:#FFFFFF;
}

table.bright tbody {background-color: transparent; }
table.bright tbody td {background-color: #435497; }
table.bright tbody th {background-color: #FFC40D; }
table.bright tbody th.sub {background-color: #FFD34A; }
table.bright td.c00 {background-color: #435497; }
table.bright td.c10 {background-color: #727FB1; }
table.bright td.c01 {background-color: #FFC40D; }
table.bright td.c11 {background-color: #FFD34A; }
table.bright tr.c00 td {background-color: #435497; }
table.bright tr.c10 td {background-color: #727FB1; }
table.bright tr.c01 td {background-color: #FFC40D; }
table.bright tr.c11 td {background-color: #FFD34A; }

table.bright td.c01, table.bright td.c01 a, table.bright td.c11, table.bright td.c11 a {
	color:black;
}
table.bright tr td.transparent_column, table.bright .transparent_column
{
        background-image:none;
        background-color:transparent; !important
        border: none;
	color:black;
}
table.bright tr td.transparent_column a, table.bright .transparent_column a {
	color: black;
}

table.small td, table.small th{
	font-size: 10px;
	font-weight: normal;
	border: 1px solid white;
	padding: 0.3em;
}
table.bright .stats_table 
{
    font-size:9px;
    max-width :100%;	
    width:100%; 
    min-width:100%;

}
table.bright .stats_table .td1
{
    font-size:9px;
    max-width :100%;
    width:100%;
    min-width:100%;
    border-top:none;
    border-bottom:solid thin RGB(#ccc);
    border-left:none;
    border-right:none
}
table.bright .stats_table .td2
{
    font-size:9px;
    max-width :100%;
    width:100%;
    min-width:100%;
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right:none
}

table.stats_table tbody tr:nth-child(n) td{background-color: transparent; }

.facebookicon {
	background: transparent url(http://static.ak.fbcdn.net/rsrc.php/z6IY3/hash/5gh7aaaq.png) no-repeat;
	height: 14px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:white;
}

.ui-dialog .ui-dialog-content {
padding: 1px;
}
