/***** Generic Site Styling *****/

.logindetail{
	border:2px solid #efefef;
	margin:5px 5px 5px 38px;
	padding:5px;
	font-size:12px;
	text-align:center;
	background-color:#DFDFDF;
	width:185px;
}

.formblock {
	width:680px;
	padding:10px;
}
.formblock label{
	color:#58595b;
	font-size:15px;
	width:165px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	float:left;
	clear:both;
}

.formblock .field{
	font-size:14px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

br.clearall {
	clear:both;
	margin:0;
	padding:0;
}

.makered {
	color:red;
}


hr.pad {
	width:660px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0;
	border:1px dotted #efefef;
}

.highlitebox{
	height:50px;
	padding:10px;
	text-align:left;
	background-color: #e8f1f5;
	border:3px solid #d8d8d8;
}

.paybut{
	background: url(/images/Pay-Entry-Button.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:45px;
	width:120px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}

.floatright{
	float:right;
}

.floatleft{
	float:left;
}

.floatcenter{
	float:center;
}
.dispinline{
	display:inline;
}

.centerme{margin-left:130px;}

.largeokmsg {
	background-color:#308F00;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	padding:10px;
	margin-top:10px;
}

.largeerrormsg {
	background-color:red;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	padding:10px;
	margin-top:10px;
}

.padboth {
	padding-bottom:10px;
	padding-top:10px;
}


.padtop{
	padding-top:7px;
}

.padbot{
	padding-bottom:7px;
}

.left30{
	margin-left:30px;
}

.padleft{
	padding-left:15px;
}

.padright{
	padding-right:0;
}

.boldme{font-weight:bold;}

.leftcontain{
	max-width:255px !important;
}

.namefield { width:120px;}

.scorefield {width:65px;}

/*** Bits and Pieces ***/

.oddpage{
	background-color:#f1f1f1;
}

.tabcent {
	text-align:center;
}

.tabright {
	text-align:right;
}

.tableft {
	text-align:left;
}

.size11{font-size:11px}

.size12{font-size:12px}

.size14{font-size:14px}

.size16{font-size:16px}

.size18{font-size:18px}

.size24{font-size:24px}

.makegrey{color:#9F9F9F; }

.makegreen{color:#308F00;}

.makeorange{color:#FF9600;}

.maincolallbord {
	width:330px;
	height:260px;
	padding:0;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	background-color:#f4f4f4;
}

#compname{
	font-size:32px;
	font-family: Arial, Helvetica, sans-serif;
	color:#176CAD;
	top:145px;
	margin-left:340px;
	width:645px;
	position:absolute;
}

img.bord{
	border:1px solid #e8e8e8;
}

br.clearall {
	clear:both;
	margin:0;
	padding:0;
}

/***** Tables *****/

table.TabLarge {
	width:680px;
	align: center;
	margin:2px;
	border-collapse: collapse;
	empty-cells: show;
	border:1px solid #4a4949  ;
}

table.TabLarge th  {
	text-align: center;
	border-collapse:collapse;
	border:1px solid #4a4949  ;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#8F8F8F;
	padding:3px 5px 3px 5px;
}

table.TabLarge td {
	padding:3px 5px 3px 5px;
	border:1px solid #4a4949;
	font-size:12px;
}

table.TabLargeNice {
	width:680px;
	align: center;
	margin:2px;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom:0px solid #EFEFEF  ;
}

table.TabLargeNice th  {
	text-align: center;
	border-collapse:collapse;
	border-top:0px solid #BFBFBF  ;
	border-bottom:1px solid #BFBFBF  ;
	font-size:16px;
	font-weight:normal;
	color:#AFAFAF;

	padding:3px 5px 3px 5px;
}


table.TabLargeNice td {
	padding:20px 5px 20px 5px;
	font-size:14px;
	height:70px;
}

table.TabLargeNice tr {
	border-bottom:1px dashed #EFEFEF  ;
}

table.TabLargeNice tr.nobord {
	border:0px solid #4a4949  ;
}

/** Results Table ***/


table.TabResults {
	width:680px;
	align: center;
	margin:0px 2px 10px 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom:0px solid #EFEFEF  ;
}

table.TabResults th  {
	text-align: center;
	border-collapse:collapse;
	border-top:0px solid #BFBFBF  ;
	border-bottom:1px solid #BFBFBF  ;
	font-size:11px;
	font-weight:normal;
	color:#AFAFAF;
	height:30px;
	padding:3px 5px 3px 5px;
}

table.TabResults caption  {
	font-size:14px;
	color:#494949;
	font-weight:normal;
	padding:5px 0px 10px 0px;
}

table.TabResults td {
	padding:5px 0px 5px 0px;
	font-size:11px;
}

table.TabResults .celllarge{
	padding-top:8px;
	padding-bottom:8px;
}

table.TabResults tr {
	border-bottom:1px dashed #EFEFEF  ;
}

table.TabResults tr.nobord {
	border:0px solid #4a4949  ;
}


table.TabTiny {
	width:328px;
	align: center;
	margin:2px 1px 30px 10px;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom:1px solid #EFEFEF  ;
	border-right:0px solid #4a4949  ;
	border-left:0px solid #4a4949  ;
}

table.TabTiny th  {
	text-align: center;
	border-collapse:collapse;
	border-top:0px solid #EFEFEF  ;
	border-bottom:0px solid #EFEFEF  ;
	font-size:12px;
	color:#bfbfbf;

	padding:2px 3px 2px 3px;
}

table.TabTiny td {
	padding:5px;
	border-bottom:1px dashed #EFEFEF;
	font-size:11px;
}

table.TabTiny caption{
	font-weight:bold;
	text-align:center;
	padding:5px;
}

/**** Tipping table formatting ****/

.makewhite {
	color:#ffffff;

}

.size10{
	font-size:10px;
}

.tipbox{
	width:690px;
	float:left;
	margin:10px 5px 10px 0px;
	padding:5px 5px 5px 0px;
	background-color:#ffffff;

}

.updatetipbox{
	padding-left:10px;
	background:#fff url(/images/sitestyle/tipupdatebox.png) repeat-x;
	height:110px;
	margin:10px 5px 2px 0px;
	border:1px solid #f1f1f1;
}

.updatetipbox a{
	color:#494949;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #494949;
	text-align:center;
}

.updatetipbox a:hover{
	color:#494949;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.smallcomment{
	color:#494949;
	font-size:12px;
	padding-left:10px;
	margin:0;
	text-align:left;
	line-height:15px;
	float:left;
}

.smallcomment a{
	text-decoration:underline;
	color:#138ace;
	font-size:12px;
	border:0px;
}

.smallcomment a:hover{
	text-decoration:none;
	color:#0b496c;
	font-size:12px;
	text-decoration:underline;
	border:0px;
}

.updatetipbox h3{
	color:#494949;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.updatetipbox h4{
	color:#494949;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

table.tipboxtable {
	width:690px;
	max-width:690px;
	align: center;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom:0px solid #EFEFEF  ;
}

table.tipboxtable  th  {
	text-align: center;
	border-collapse:collapse;
	font-size:14px;
	font-weight:normal;
	background-color:#000000;
	color:#ffffff;
	padding:5px 5px 3px 5px;
}

img.centme{
	display:block;
	margin-left:20px;
}

.boxlocked  {
	border:5px solid #606060  ;
}

.boxwin  {
	border:5px solid #1FC350  ;
}

.boxdraw  {
	border:5px solid #0042ff  ;
}

.boxlose  {
	border:5px solid #F90003  ;
}

.gamescore{
	background-color:#494949;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}

table.tipboxtable  td {
	font-size:12px;
	text-align: center;
	color:#494949;
	height:15px;
	padding-top:3px;
	padding-bottom:3px;
}

.nopad{
	padding:0;
	margin:0;
	text-align:center;
}


table.tipboxtable .detail {
	padding:50px 5px 10px 5px;
	height:50px;
	text-align: center;
}

.valign{
	vertical-align:top;
}

.odd{
	background-color:#efefef;
}

.tipbox .liquidheadlarge{
	margin:5px 5px 5px 0px;
	text-transform:uppercase;
	background:#fff url(/images/sitestyle/siteliquid_header.jpg) repeat-x;
	border:1px solid #f1f1f1;
	height:35px;
	width:690px;
}

.tipbox .liquidheadlarge h3{
	padding:0px 5px 5px 5px;
	color:#ffffff;
	text-align:center;
}

.orderbox{
	width:200px;
	float:right;
	margin:35px 5px 10px 0px;
	padding:5px 5px 5px 0px;
}

.orderbox .liquidheadlarge{
	margin:5px 5px 5px 0px;
	text-transform:uppercase;
	background-color:#444444;
	border:1px solid #f1f1f1;
	height:20px;
	width:200px;
}

.orderbox .liquidheadlarge h3{
	padding:0px 5px 5px 5px;
	color:#ffffff;
	text-align:center;
}

.greybord {
	border:1px solid #f1f1f1;
	margin-top:2px;
	padding:0;

}


table.orderboxtab {
	width:200px;
	align: center;
	border-collapse: collapse;
	empty-cells: show;
	margin-top:3px;
	border:0px solid #EFEFEF  ;
}

table.orderboxtab  th.mainheading {
	font-size:12px;
	padding: 3px;
	text-align: left;
	color:#ffffff;
	background-color:#9B9A9A;
	height:15px;
}

table.orderboxtab  th {
	font-size:12px;
	padding: 3px;
	color:#494949;
	font-weight:bold;
	height:15px;
}

table.orderboxtab  .leftal{
	text-align:left;
}

table.orderboxtab  td {
	font-size:11px;
	padding: 0px;
	padding: 3px;
	text-align: center;
	color:#494949;
	height:15px;
}

a.litebut {
	background: url(/images/sitestyle/sub_button.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:50px;
	width:100px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:-25px;
	padding:12px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}

a.litebut:hover{
	background: url(/images/sitestyle/sub_button_hover.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:50px;
	width:100px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:-25px;
	padding:12px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}


.litebut{
	background: url(/images/sitestyle/sub_button.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:40px;
	width:100px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}

.litebut:hover{
	background: url(/images/sitestyle/sub_button_hover.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:40px;
	width:100px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}



.twtipbetbut{
	background: url(/images/sitestyle/tipandbet.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:76px;
	width:160px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}

.twtipbetbut:hover{
	background: url(/images/sitestyle/tipandbethover.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:76px;
	width:160px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}

a.twtipbetbut {
	background: url(/images/sitestyle/tipandbet.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:76px;
	width:160px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:-25px;
	padding:12px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}

a.twtipbetbut:hover{
	background: url(/images/sitestyle/tipandbethover.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:76px;
	width:160px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:-25px;
	padding:12px 50px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}

a.largelitebut {
	background: url(/images/sitestyle/Large-Submit-Button.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:50px;
	width:270px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:-25px;
	padding:12px 60px 20px 60px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}

a.largelitebut:hover{
	background: url(/images/sitestyle/Large-Submit-Button-Hover.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:40px;
	width:270px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin-left:-25px;
	padding:12px 60px 20px 60px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}


.largelitebut {
	background: url(/images/sitestyle/Large-Submit-Button.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:50px;
	width:270px;
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-left:-25px;
	padding:12px 60px 20px 60px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}

.largelitebut:hover{
	background: url(/images/sitestyle/Large-Submit-Button-Hover.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:50px;
	width:270px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin-left:-25px;
	padding:12px 60px 20px 60px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}


.menuleftad {
	margin:25px 10px 10px 5px;
	border:0px solid #4a4949;
	min-height:200px;
	text-align:center;
	width:240px;
}



.wingamescore{
	color:#138ace;
	font-weight:bold;
	padding:5px;
	font-size:12px;
	margin-bottom:5px;
}

.losegamescore{
	font-weight:normal;
	padding:5px;
	font-size:12px;
	margin-bottom:5px;
}

.wingamescore2{

	font-weight:bold;
	padding:5px;
	font-size:14px;
	margin-bottom:5px;
}

.losegamescore2{
	font-weight:normal;
	padding:5px;
	font-size:14px;
	margin-bottom:5px;
}


/** Tip and bet table ***/

table.tabtipbet {
	width:680px;
	align: center;
	border-collapse: collapse;
	empty-cells: show;
	margin-top:15px;
	border:0px solid #EFEFEF  ;
}

table.tabtipbet  td {
	font-size:11px;
	padding: 0px;
	text-align: center;
	color:#494949;
	height:15px;
	vertical-align:text-top;
}


table.tipbetdetail {
	width:400px;
	height:110px;
	align: center;
	border-collapse: collapse;
	empty-cells: show;
	margin-top:15px;
	background:#fff url(/sports/images/sitestyle/tipbetbg.png) repeat-x;
	border:1px solid #EFEFEF  ;
}

table.tipbetdetail  td {
	font-size:12px;
	padding: 5px;
	text-align: left;
	color:#494949;
	height:15px;
}


#tipbetad{
height:150px;
margin:0 auto;
width:627px;
background:#ffffff url(/images/advert/Tip-the-round-payouts-ad.png) top center no-repeat;
border:1px solid #F1F1F1;
float:center;
color:#494949;
}

#tipbetad .roundwords{
	margin:20px 0px 0px 330px;
	font-size:17px;
}

.formbut:link {
	width:65px;
	height:25px;
	background: url(/images/sitestyle/form_button.png) repeat-x;
	border:1px solid #AFAFAF;
	padding:3px 5px 3px 5px;
	color:#494949;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	margin:5px 5px 5px 10px;

}

.formbut:hover {
	width:65px;
	height:25px;
	background:url(/images/sitestyle/form_button_hover.png) repeat-x;
	border:1px solid #AFAFAF;
	padding:3px 5px 3px 5px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	margin:5px 5px 5px 10px;
}



table.betgametable {
	width:700px;
	align: center;
	border-collapse: collapse;
	empty-cells: show;
	border:0px solid #EFEFEF  ;
}

table.betgametable .betslip{
	border-collapse: collapse;
	text-align:right;
	border:0px solid #EFEFEF  ;
}

table.betgametable .matchup{
	border-collapse: collapse;
	border:0px solid #EFEFEF  ;
	background-color:#c9d9ff;
	font-size:12px;
	font-weight:bold;
	padding:10px;
}

table.betgametable .matchupNB{
	border-collapse: collapse;
	border:0px solid #EFEFEF  ;
	background-color:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px;
}

table.betgametable .space{
	border-collapse: collapse;
	border:0px solid #EFEFEF  ;
	background-color:none;
	font-size:12px;
}

table.betgametable .bettitle{
	border-collapse: collapse;
	border:1px solid #ffffff  ;
	background:#8e8e8e url(/images/sitestyle/grey_tip_header.png) repeat-x;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	width:70px;
}


table.betgametable .betprice{
	border-collapse: collapse;
	border:1px solid #ffffff  ;
	background:#ffffff url(/images/sitestyle/lightgrey_tip_header.png) repeat-x;
	font-size:11px;
	font-weight:normal;
	padding:5px;
}

table.betgametable td.bluetop{
	background:url(/images/sitestyle/blue_top_header.png) repeat-x;
	border:1px solid #7198f3;
}

table.betgametable td.bluebot{
	background:url(/images/sitestyle/blue_bot_header.png) repeat-x;
	border:1px solid #7198f3;
}

table.betgametable .rightwhitemarg{
	border-right:#ffffff 1px solid;
}

table.betgametable .leftwhitemarg{
	border-left:#ffffff 1px solid;
}

.matchtime{
	float:left;
	margin-top:3px;
	padding-right:10px;
	font-style:italic;
	font-weight:normal;
	padding:0;
}

.matchlocation{
	float:right;
	text-align:right;
	margin-top:10px;
	padding-right:5px;
	font-style:italic;
	font-weight:normal;
	padding:0;
}

.mytick{
	float:left;
	margin:3px 5px 0 0px;
	padding:0;
}

.betslipbutton{
	width:109px;
	height:20px;
	background: url(/images/sitestyle/add_betslip_button.png) no-repeat top center;
	border:0;
	margin-right:1px;
}

.onbetslipbutton{
	width:109px;
	height:20px;
	background: url(/images/sitestyle/add_betslip_button_hover.png) no-repeat top center;
	border:0;
	margin-right:1px;
}

.edittipsbut{
	width:89px;
	height:23px;
	background: url(/images/sitestyle/edit_tips_button.png) no-repeat top center;
	border:0;
}


table.betsliptable {
	width:250px;
	align: center;
	border-collapse: collapse;
	empty-cells: show;
	border:0px solid #EFEFEF  ;
}

table.betsliptable th{
	padding:5px 5px 5px 15px  ;
	background-color:#6689DC;
	height:25px;
}

table.betsliptable td.padme{
	padding-left:15px  ;
}

table.betsliptable td.matchup{
	padding-top:5px  ;
	padding-bottom:5px  ;
	padding-right:5px  ;
	padding-top:5px  ;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

table.betsliptable .rightal{
	text-align:right;
	padding-right:5px;
}

table.betsliptable .leftal{
	text-align:left;
}

table.betsliptable tr.totalrow{
	background-color:#c9d9ff;
}

table.betsliptable td.darkrow{
	padding-top:5px  ;
	padding-bottom:5px  ;
	padding-right:5px  ;
	text-align:right;
	color:#333333;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}


table.betsliptable td.totalodds{
	padding-top:5px  ;
	padding-bottom:5px  ;
	padding-right:5px  ;
	text-align:right;
	color:#0035B2;
	font-size:11px;
	font-weight:normal;
}

table.betsliptable td.minititle{
	padding-top:5px  ;
	padding-bottom:0px  ;
	padding-right:5px  ;
	color:#999999;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

table.betsliptable th.betttitle{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#ffffff;
}

table.betsliptable td.oddstype{
	padding-top:5px  ;
	padding-bottom:5px  ;
	padding-right:5px  ;
	color:#0035B2;
	font-size:11px;
	font-weight:normal;
}

#scrollingDiv{
	 position:fixed;
}

#submittip{
	background-color:#d4ede8;
	width:960px;
	height:56px;
	padding:10px 10px 0px 10px;
	clear:both;
	margin-left:10px;
	margin-top:0px;
	text-align:right;
}

.submittipsonly_button{
	width:232px;
	height:40px;
	background: url(/images/sitestyle/submittipsonly_button.png) no-repeat top center;
	border:0;
	padding:0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
.submittipbet_button{
	width:232px;
	height:40px;
	background: url(/images/sitestyle/submittipbet_button.png) no-repeat top center;
	border:0;
	padding:0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#submittipbet{
	bottom:0;
	padding:0;
	margin:0;
	display:block;
	float:right;
	height:150px;
	width:250px;
}

.tipbetbutton{
	postition:absolute;
	bottom:0;
	text-align:center;
}

.betamount{
	font-weight:bold;
	color:#4a4a4a;
	font-size:12px;
	text-align:center;
	margin-top:40px;
}


h1.maintitle{
	font-size:20px;
	color:#333333;
	border-bottom:#84ccbe 1px solid;
	width:715px;
	margin-top:30px;

}

.removetipbutton{
	width:109px;
	height:20px;
	background: url(/images/sitestyle/remove-tip-hover.png) no-repeat top center;
	border:0px;
	margin-right:5px;
}

.onremovetipbutton{
	width:109px;
	height:20px;
	background: url(/images/sitestyle/remove-tip.png) no-repeat top center;
	border:0px;
	margin-right:5px;
}

table.betgametable .remove{
	border-collapse: collapse;
	text-align:left;
	border:0px solid #EFEFEF  ;
}


a.green-blank {
	background: url(/images/sitestyle/blank-green-button.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:56px;
	width:403px;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	margin-top:20px;
	padding:15px 150px 20px 150px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}

a.green-blank:hover{
	background: url(/images/sitestyle/blank-green-button.png) no-repeat top center;
	border:0px #4a4949 solid;
	height:56px;
	width:403px;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	margin-top:20px;
	padding:15px 150px 20px 150px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}


.tipconfirmation{

color:#ffffff;
padding:5px 0px 10px 0px;
background-color:#000000;
width:685px;
height:330px;
border:#000000 solid 0px;
font-size:16px;
font-weight:bold;

-moz-box-shadow:    inset 0 0 10px #ffffff;
-webkit-box-shadow: inset 0 0 10px #ffffff;
box-shadow:         inset 0 0 10px #ffffff;

}

.keypoint{
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	margin-top:20px;
}

.subkeypoint{
	font-size:16px;
	font-weight:normal;
	color:#4180bf;
	text-align:center;
	line-height:150%;
}
