/*
972px grid system ~ Core CSS.
12 columns ~ margin: 12px

Based on the golden grid system - http://code.google.com/p/the-golden-grid/
by Vladimir Carrer

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* =Containers
--------------------------------------------------------------------------------*/
html{
	height:100%;
}

body {
	background: #F3F3F4;
}

.wrapper
{
	margin-left: auto;
	margin-right: auto;
}


.main
{
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	margin-top: 0;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g80, .g160, .g240, .g320, .g400, .g480, .g560, .g640, .g720, .g800, .g880, .g960, .g661 {
	display: inline;
	float: left;
	margin-left: 12px;
}

/* =Grid >> 12 Columns ---------------------------------------------------------*/
.g80{width:68px;}
.g160{width:148px;}
.g240{width:228px;}
.g320{width:308px;}
.g400{width:388px;}
.g480{width:468px;}
.g560{width:548px;}
.g640{width:628px;}
.g720{width:708px;}
.g800{width:788px;}
.g880{width:868px;}
.g960{width:948px;}

.g661{width:673px; padding:12px 0 12px 12px;} /*this is a div used in casinogames.asp page to hold images*/
div.g661 img { padding-right:1px; padding-bottom:6px;}/*casinogames images padding*/
div.g661 h3 { color: #1D68C5; font-size: 18px; text-align:center; letter-spacing: 0.3em; padding-bottom: 10px;}


/* Starts CSS for website */

/* Style for 3 columns inside content 228px widht / 6px margin */


.one-third {
	display: inline;
	float: left;
	margin-left: 6px;
	width:228px;
	}

.one-third-promos {
	display: inline;
	float: left;
	margin-left: 6px;
	width:310px;
	color: #FFF;
	}
	
.one-third p {
	margin-left: 18px;
	
	}


/* Starts CSS for website */


/* Grid global ------------------------------------------------------------------*/
.leftcolumn, .rightcolumn, .rightcolumn_site, .middlecolumn, .column, .bannercontainer, .bannercontainerwager, .nav2, .headerleft, .headerright, .footer, .footercontainer, .contentcolumn {
	display: inline;
	float: left;
	margin-left: 12px;
}
 .nav1, .contentwager{
	display: inline;
	float: left;
 }
 #sports_container{
	display: inline;
	float: left;
	margin-left: 37px;
}

.leftcolumn, .rightcolumn, .rightcolumn_site, .middlecolumn, .contentcolumn, .nav2,.nav3, .contentwager, ul#topnav li span.  {
	-moz-box-shadow: 0px 2px 11px #333; /* Firefox */
  	-webkit-box-shadow: 0px 2px 11px #333; /* Safari, Chrome */
  	box-shadow: 0px 2px 11px #333; /* CSS3 */
	/*behavior: url(ie-css3.htc);  using htc in css folder for ie shadows*/
}

/* INDEX 3 Columns Layout ------------------------------------------------------*/

.leftcolumn {width:228px; border-top: 2px solid #09F; background-color: #e7ecee; min-height: 318px; padding-top: 12px; background-image: url("/images/index_left.jpg"); } /* for index */

.rightcolumn {width:228px; border-top: 2px solid #09F; background-color: #e7ecee; min-height: 318px; padding-top: 12px; background-image: url("/images/index_right.jpg"); } /* for index */

.rightcolumn_site {width:228px; border-top: 2px solid #09F; min-height: 318px; padding-top: 12px; background-image: url("/images/column_right_50fp.png"); } /* for right column site */

.middlecolumn {width:468px; border-top: 2px solid #09F; background-color: #e7ecee; min-height: 318px; padding-top: 12px; background-image: url("/images/index_middle.jpg"); } /* for index */

.contentcolumn {width:708px; border-top: 2px solid #09F; background-color: #e7ecee; min-height: 694px; padding-top: 12px; padding-bottom: 50px;	} /* for index */


.contentwager { width:1000px; background-color: #e7ecee; overflow: hidden;}

div.contentwager { background: #eaeaea url(/images/contentwager_bg.jpg) top repeat-x;}

.top {width:948px; height: 288px; background-color: #039;}

.bannercontainer {width:948px; height: 288px; margin-bottom:10px;}

.bannercontainerwager {width:948px; height: 150px;}

.nav1{width:1000px;}



.headerleft {width:490px; height: 100px;}
.headerright {width:450px;}
.header_buttons {float: right; width: 110px;}
.header_info {
	float: left; color: #f1f1f1; line-height: 20px; padding: 4px; background-color: gray; border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 1px solid gray; font-size: 11px; margin-top:30px; margin-left:50px;width: 200px; 
}

/* `Footer styles ------------------------------------------------------ */

	
.footercontainer{
	width: 948px;
	background-color: #330000;
	margin-top:12px;
	margin-bottom: 48px;
	position: relative;
}
	
.footer {
	width:212px;
	margin: 10px 0 20px 12px;
	color: White;
	font-size: 10px;
}
.footer h3 {font-size: 11px; font-weight: bold;}
.footer li {margin-left: 2px;}
div.footer h3, div.footer ul { 
	margin-left: 0;
	list-style: none;
	padding-top: 0;
	}

div.footer ul li a { color: #999; }

/* `Clear Floated Elements ---------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear_content {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/*
Table Style - This is what you want
------------------------------------------------------------------ */
table.gray a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.gray a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.gray a:active,
table.gray a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.gray {
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.gray th {
	padding-bottom: 11px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.gray th:first-child{
	text-align: left;
	/*padding-left:20px;*/
}
table.gray tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.gray tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.gray tr{
	text-align: center;
	padding-left:20px;
}
table.gray tr td:first-child{
	text-align: left;
	padding-left:20px;
	/*border-left: 0;*/
}
table.gray tr td {
	padding:15px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.gray tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.gray tr:last-child td{
	border-bottom:0;
}
table.gray tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.gray tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.gray tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}




.anchored_top{
	position : fixed;
	bottom:0;
	display:none;
	width:100%;
	}

.anchored_top_inner
{
	margin: 0 auto; 
	background-color: #333;
	width: 848px;  
	overflow: hidden; 
	padding: 10px 50px;
	opacity: 1;
	color: #fff; 
	text-align: right;
	border-top: 3px solid #000;
}

/* Messaging system styles */

.divSendMessageContainer
{
    position:static;

    padding-top: 10px;
    padding-left: 5px;
}

.divSendMessageCol1
{
    float:left;
    margin: 5px;
    width: 100px;
    font-weight: bold;
}

.divSendMessageCol2
{
    float:left;
    margin: 5px;
}

.crmLabelHeader
{
    display: inline-block;
    width: 100px;
}

.crmBold
{
    font-weight: bold;
}

.crmDateColor
{
    color: #999999;
}

.crmInOutColor
{
    color: #36F;
    font-weight: bold;
}

.divCRMClear
{
    clear:both;
}

.divMessageHistoryContainer
{
   position: static;
}

.divMessageHistoryCol1
{
   float: left;
}

.divMessageHistoryCol2
{
   float: left;
}

.divMessageNotificationBlock
{
    position:static;
}

.divMessageNotificationContainer
{
    float:left;
    width: 100px;
}

.divMessageNotificationCol1
{
    float:left;
    margin: 10px;
}

#divMessageListBlock
{
    position:static;
}

.divMessageHeaderDetailsBlock
{
    float:left;
	margin-left: 20px;

}

.divMessageHeaderBlock
{
    position:static;
}

.divMessageHeaderContainer
{
    /*float:left;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px;
    width:700px;*/
	float:left;
    background-color: #fff;
    padding: 10px;
    width:665px;
	border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0px 2px 11px #999; /* Firefox */
  	-webkit-box-shadow: 0px 2px 11px #999; /* Safari, Chrome */
  	box-shadow: 0px 2px 11px #999; /* CSS3 */
}

.divMessageHeaderContainerAlt
{
    float:left;
    background-color: #fff;
    padding: 10px;
    width:665px;
	border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0px 2px 11px #999; /* Firefox */
  	-webkit-box-shadow: 0px 2px 11px #999; /* Safari, Chrome */
  	box-shadow: 0px 2px 11px #999; /* CSS3 */
}

.divMessageHeaderCol1
{
    float:left;
    margin: 10px;
}

.divMessageHeaderCol2
{
    float:left;
    margin: 10px;
    width: 500px;
}

.divMessageDetailsCol1
{
    float:left;
    width: 150px;
    margin: 10px;
    text-align: right;
}

.divMessageDetailsCol2
{
    float:left;
    margin: 10px;
    text-align: left;
    width: 500px;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;
}

.divMessageDetailsContainer hr
{
    color: #f1f1f1;
}

.divMessageReply
{
    position: static;
}

.divMessageReplyContainer
{
    float:left;
}

.divReplyBlock
{
    width: 680px;/*background-color: #ffffff;
	
	border: 1px solid #999999;*/
    
}

#divCRMMessage
{

    padding: 20px;

    }
#divCRMMessage h2
{

    margin: 0 0 10px 8px;
    text-align: left;
    padding: 0 0 10px 0;

}
.textareaMessage 
{
    width: 680px;
	border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0px 2px 11px #999; /* Firefox */
  	-webkit-box-shadow: 0px 2px 11px #999; /* Safari, Chrome */
  	box-shadow: 0px 2px 11px #999; /* CSS3 */
}
.textareaReply
{
    width: 615px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #ccc;
}
#divMessageSubject
{   
    font-size: 14px;
    font-weight: bold;
}
#divMessageText 
{
    font-size: 14px;
    font-weight: bold;   
    }
#SendStatus 
{
    width: 500px;
    height: 24px;
    padding: 0 10px;
    color: #339900;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.divReplyStatus 
{
    width: 500px;
    height: 24px;
    padding: 0 10px;
    color: #339900;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
#btnShowHideMessages
{
    width: 250px;
}

.btnDisplayHideDetails
{
    width: 150px;
}

#divCRMMessage input 
{
font:bold 11px Arial;
	 margin-top: 8px;
	border:1px solid #2e70d5;
	border-radius: 4px;
	color: #fff;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #555;
		/* SVG fallback(Opera 11.10-, IE9) */
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDcxLDE0NCwyNTUsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgwLDkxLDIyOSwxKTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, rgba(71,144,255,1), rgba(0,91,229,1));
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, rgba(71,144,255,1), rgba(0,91,229,1));
	
	/* Chrome 7+ & Safari 5.03+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(71,144,255,1)), color-stop(1, rgba(0,91,229,1)));
	
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF4790FF,EndColorStr=#FF005BE5);
	
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF4790FF,EndColorStr=#FF005BE5)"
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FF999999)";
	
	padding:8px 12px;
	cursor:pointer;
	text-decoration:none;
	
	/* -moz-box-shadow: 2px 4px 4px #555; /* Firefox */
  	/* -webkit-box-shadow: 2px 4px 4px #555; /* Safari, Chrome */
  	/* box-shadow: 2px 4px 4px #555; /* CSS3 */
    background-color: #f1f1f1;   
}

#divCRMMessage input:hover
{    background: -moz-linear-gradient(center top , #39A5F1, #005BE5) repeat scroll 0 0 transparent;
    border: 1px solid #2E70D5;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #555555;
}
 
#divMessageHistory 
{
    text-align: center;
}

#divMessageSendandClear 
{
    position:static;
}

#btnSendMessage 
{
    float: left;
}

#btnClearMessage 
{
    float: left;
    margin-left: 10px;
}

#divReplySendandClear 
{
    position:static;
}

.btnSendReply
{
    float: left;
}

.btnClearReply
{
    float: left;
    margin-left: 10px;
}

.login_box 
{
    color: #e5e5e5;
    padding: 5px;
    /*background-color: #273e50;
    box-shadow: 3px 3px 9px #000;*/
    text-align: right;
	margin: 20px 0 0 0;
    
    }
.login_box label
{
    text-transform: uppercase;
    font-size: 10px;
    }
.login_box input
{
    padding: 4px;
    margin-left: 5px;
    }
.parallax-viewport 
{
	  width: 948px;
      height: 288px;
      }
	  
/* Login error & Session Expired messages */

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:url(/images/px_opacity_70.png) top left repeat;
	z-index:1;  
	}  
#popupContact{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:150px;  
	width:540px;  
	background:#FFF;  
	border:5px solid #f13601;  
	border-radius: 10px;
	z-index:2;  
	padding:20px;  
	font-size:14px;  
	text-align: center;
	margin-top: -180px;
	cursor: pointer;
	box-shadow: 8px 8px 8px #000;
	}  
#popupContact h1{  
	text-align: center;  
	font-size:20px;  
	font-weight:bold;  
	border-bottom:1px dotted #D3D3D3;  
	margin-bottom:30px; 
	color: #003366; 
	}
#popupContactClose{  
	font-size:12px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#f13601;   
	display:block;  
	}  
.popupButton{
	border: 1px solid #036;
	padding: 5px 20px;
	border-radius: 4px;
	background-color: #06C;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	}
.popupButton:hover{
	color: #FF0;
}
#backgroundSignup{  
	display:none;  
	position:absolute;
	/*position:fixed;  */
	_position:absolute; /* hack for internet explorer 6*/  
	/*height:100%;  */
	height:1200px;
	width:100%; 
	top:0;
	left:0;  
	background:url(/images/px_opacity_70.png) top left repeat;
	z-index:1;  
	}
#popupSignup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	/*height:350px;  */
	overflow: hidden;
	width:750px;  
	/*background:#FFF;  
	border:5px solid #0f6bf5;  
	border-radius: 10px;*/
	z-index:2;  
	/*padding:20px;  
	font-size:14px;  
	text-align: center;
	margin-top: -30px;
	box-shadow: 8px 8px 8px #000;*/
	}  
#popupSignup h1{  
	text-align: center;  
	font-size:16px;  
	font-weight:normal;    
	margin-bottom:16px; 
	color: #003366; 
	}
#popupSignupClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#fff;   
	display:block; 
	cursor: pointer; 
	}  

.rules_title 
{
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #fff;
    padding-left: 25px;
    background-color: #fff;
    }
 .rules_title:hover 
 {
     background-color: #f1f1f1;
     }
 .rules_box 
 {
    display: none;
    padding: 25px;
    border-bottom: 1px solid #ccc;
	text-align: justify;
     }
li.rules {
	margin-bottom: 10px;
	list-style-position: outside;
}
.BJ_strategy {
	background-color: #fff;
	}
.BJ_strategy td 
{
 	line-height: 22px;
    font-size: 14px;
	border: 1px solid #CCC;
    text-align: center;
    width: 40px;
    }
.BJ_strategy .hit
{
    background-color: #ffcc00;
}

.BJ_strategy .stand
{
    background-color: #66cc66;
} 

.BJ_strategy .split
{
    background-color: #6699ff;
} 

.BJ_strategy .double
{
    background-color: #ff6666;
}  

/* SIGNUP FORM */

.signup_container{
	width: 750px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	height: 865px;
	margin: 0 auto;
	box-shadow: 0 0 20px black;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDEzLDU3LDExNiwxKTsiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDksMjMsNDgsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
	background: -o-linear-gradient(top, rgba(13,57,116,1), rgba(9,23,48,1));
	background: -moz-linear-gradient(top, rgba(13,57,116,1), rgba(9,23,48,1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(13,57,116,1)), color-stop(1, rgba(9,23,48,1)));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF0D3974,EndColorStr=#FF091730);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF0D3974,EndColorStr=#FF091730)"
	}
.signup_left{
	width: 345px;
	border: 0;
	float: left;
	margin-left: 20px;
	}
.signup_left img {
	margin: 50px auto;
	display: block;
	}
.signup_left p {
	font-size: 12px;
	color: #cccccc;
	text-align: center;
	margin: 10px 0 0 0;
	}
.signup_right{
	border: 0;
	float: right;
	background-color: #CCC;
	margin: 20px 25px;
	width: 335px;
	height: 820px;
	border-radius: 8px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjA0LDIwNCwyMDQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
	background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(204,204,204,1));
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(204,204,204,1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(204,204,204,1)));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFCCCCCC);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFCCCCCC)"
	}
.signup_right h1{
	font-size: 24px;
	color: #003366;
	text-transform: uppercase;
	}
.signup_right label {
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	display: block;
	margin: 10px 0 0 25px;
	text-transform: uppercase;
	text-align: left;
	}
.signup_right input {
	display: block;
	margin-left: 35px;
	width: 265px;
	height: 23px;
	border: 0;
	font-size: 13px;
	color: #666;
	background: url(/images/input_bg.png) top left no-repeat;
}
.signup_right input[type="radio"] {
	display:inline-block;
	width:auto;
	height:auto;
	background-image: none;
	}
.signup_right .country {
	margin: 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	}

.country select {
	margin-left: 35px;
	width:265px;
	height: 23px;
	font-size: 13px;
	color: #666;
}
	
.terms {
	width:auto;
	font-size: 12px;
	line-height: 30px;
	margin-left:8px;
	}
#submit {
	border-radius: 10px;
	border: 0;
	color: #FFFFFF;
	width: 150px;
	height: 30px;
	margin: 10px auto;
	font-size: 18px;
	line-height: 0;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #999;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDE2MywyMDMsNzYsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgxMDgsMTQ0LDI2LDEpOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
	background: -o-linear-gradient(top, rgba(163,203,76,1), rgba(108,144,26,1));
	background: -moz-linear-gradient(top, rgba(163,203,76,1), rgba(108,144,26,1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(163,203,76,1)), color-stop(1, rgba(108,144,26,1)));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFA3CB4C,EndColorStr=#FF6C901A);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFA3CB4C,EndColorStr=#FF6C901A)"
	}
#submit:hover {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDEwOCwxNDQsMjYsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgxNjMsMjAzLDc2LDEpOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
	background: -o-linear-gradient(top, rgba(108,144,26,1), rgba(163,203,76,1));
	background: -moz-linear-gradient(top, rgba(108,144,26,1), rgba(163,203,76,1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(108,144,26,1)), color-stop(1, rgba(163,203,76,1)));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF6C901A,EndColorStr=#FFA3CB4C);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF6C901A,EndColorStr=#FFA3CB4C)"
	}
.triangle{
	width: 265px;
	height: 10px;
	background: url(/images/triangle.png) top left no-repeat;
	margin-left: 35px;
	}
.contact {
	width: 380px; 
	border: 0;
	margin: 20px auto;
	padding: 20px;
	border-radius: 8px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjA0LDIwNCwyMDQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(204, 204, 204, 1));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(204, 204, 204, 1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(204, 204, 204, 1)));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=whiteFF,EndColorStr=#FCCCC);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#CCCCCC)";
	box-shadow: 0 0 12px #999;}
.contact label {
	font-size: 14px;
	font-weight: bold;
	color: #036;
	display: block;
	margin: 10px 0 0 55px;
	text-transform: uppercase;
	text-align: left;
}
.contact input, .contact textarea {
	display: block;
	width: 265px;
	height: 28px;
	margin: 0 0 0 55px;
	border: 0;
	font-size: 14px;
	color: #666;
	background: url(/images/input_bg.png) top left no-repeat;
}
.contact textarea {
	height: 120px;
	background-color: white;
}
.rules_list {
	margin: 20px 0;
	font-size: 14px;
	text-shadow: 1px 1px 0 #fff;
	text-align: justify;
	line-height: 16px;
}
.rules_list li {
	padding: 10px 20px;
	list-style-position: outside;
}

.rotator {
	height: 300px;
	padding: 0px;
} 
.rotator ul li.show {
	z-index:1;
} 
.rotator ul 
{
    margin: 0;
    }
.rotator li {
	position:absolute; 
	display:none;
	list-style: none;
	margin: 0;
} 
.rotator img, .extras img {
	border: none;
} 
.rotator:hover img, .extras:hover img { 
	border: none;
} 

#wong_table .space {border-bottom: 6px solid #e0e0e0;}
.promo_rules li{margin-bottom: 15px; margin-left: 0; margin-right: 20px;}

.wagerType
{
    color: #f13601;
    padding: 12px;}
.printing{padding: 4px; margin: 10px; font-size: 9px; text-transform: uppercase; cursor: pointer; background: #f1f1f1; float: right; border-bottom: 1px solid #666; border-right: 1px solid #666; border-left: 1px solid white; border-top: 1px solid white;}
.printing img{display: none;}
.wagerSelection {padding: 20px 40px;}


.teaser_group 
{
    margin: 10px auto;
    padding: 20px;
    width: 90%;
    overflow: hidden;
}
.teaser_group h2
{
    font-size: 16px;
    font-weight: bold;
    color: #f13601;
}
.teaser_group h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 10px;
    float: left;
}
.teaser_group input 
{   float: right;
    margin-top:-22px;
}

.teaser_group a 
{   
	color:#333;
	text-decoration: none;
}
 .teaser_box 
 {
     overflow:hidden;
     border-top: 1px solid #7e7c7c;
     border-bottom: 1px solid #7e7c7c;
     background-color: #7e7c7c;
     margin: 10px;
     padding: 10px;
	 cursor:pointer;
     }

.teaser_box p
{
    float:left;
    width:720px;
    clear:left;
    font-size: 11px;
    margin: 0 0 0 10px;
}
.asiClient 
{
    position: relative;
    }
.TxnSmall {padding-left: 6px; font-size: 11px; text-transform: uppercase; font-weight: bold; color: #dedede;}
.groupHead {text-transform: uppercase;}
.lines th:first-child{text-transform: uppercase; font-weight: bold;}

.text_left{
margin-left:12px;
}

@font-face{
   font-family: Walkway;
   src: url(/Resources/firstclasswager/fonts/Opificio.ttf);
}


#getmsgimg{
margin-left:-15px;
}

.header_buttons{
margin-top:20px;
}