﻿/*-------------Page Styles-----------------*/

body
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 10pt;	
	text-align: center;
	min-width: 854px; 
	background-image: url(../Images/Background.gif);
}

.masterwrapper
{
	width: 867px;	
	margin: 0 auto;
	text-align: center;	
	margin-left: auto; 
	margin-right: auto;
	font-family: Calibri, Arial, Sans-Serif;
}

.header
{
	width: 854px;	
	margin-left: auto; 
	margin-right: auto;
}

.logo
{
	position: relative;
	width:854px;
	height: 112px;
	background-image: url(../Images/logo.gif); 
	background-repeat: no-repeat; 
}

.optionsbar
{	
	position: relative;
	width: 400px;
	height: 20px;
	top: 0;
	left: 454px;	
}

.menu
{	
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	width: 867px;
	height: 37px;	
	background-image: url(../Images/menu_bg.jpg); 
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding-top: 7px;
	z-index: 100;
}

.menu ul 
{
	padding: 0; 
	margin: 0; 
	list-style: none;	
}

.menu ul li 
{
	float: left; 
	position: relative;
}

.menu ul li a, .menu ul li a:visited 
{
	display: block; 
	text-decoration: none; 
	color: #000;
	width: 123px;
	height: 20px; 
	text-align: center; 
	color: #fff;
	line-height: 20px;
	overflow: hidden;
}

.menu ul li ul 
{
	display: none;
}

.menu ul li ul li a, .menu ul li ul li a:visited
{
	/*background-color: #027391;*/
	background-image: url(../Images/menu_item_bg.jpg); 
	background-repeat: no-repeat;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menu ul li:hover ul 
{
	display:block; 
	position:absolute; 
	top:19px;
	left:0; 
	width:105px;
}

.tableDefault
{
	background-color: White; 
}

.placeholder
{
	width:854px;	
	text-align:center;
    z-index: 0;
}

.wrapper 
{ 
	width:854px; 
	display:table; 
	overflow:hidden; 	
	background-color:White; 
	text-align:center;
}

.left, .right
{ 
	width:230px; 
	padding:20px; 
	text-align:center; 
	background:transparent; 
	float:left; 
	display:table-cell; 
	vertical-align:middle;
}

.content 
{ 
	width:540px; 
	padding:20px; 
	float:left;
	background:transparent;
	text-align:justify;
	margin-left: auto; margin-right: auto
	
}

.contentnosides 
{ 
	width:814px; 
	padding:20px;
	text-align:left;
	margin-left: auto; 
	margin-right: auto;	
}

.contentmiddle 
{ 
	width:300px; 
	text-align:left;
	margin-left: auto; 
	margin-right: auto;
}

hr 
{ 
	clear:both; 
	visibility:hidden;
}

.left div, .right div 
{ 
	position:relative; 
	top:40%;
}

.inputpart
{
	margin-top:10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
}

.inputpartcontactinfo
{
	margin-top:10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	height: 165px;
}
.tdwidth
{
	width:200px;
	vertical-align: top;
}

.tdwidth150
{
	width:150px;
	vertical-align: top;
}

.tdwidth150_right
{
	width:150px;
	vertical-align: top;
	text-align: right;
}

.tdwidth100
{
	width:100px;
	vertical-align: top;
}

.tdwidth100_right
{
	width:100px;
	vertical-align: top;
	text-align: right;
}

.tdwidth250
{
	width:150px;
	vertical-align: top;
}

.tdwidthprivacy
{
	width:200px;
	vertical-align: middle;
}

.tdwidthmax
{
	width:76%;
	vertical-align: top;
}

.btnrow 
{
	text-align: right;
}

.statusdiv
{
	text-align: right;
	color: White;
	font-weight: bold;
}

/*------------------------ Data Entry Styles ---------------------------------*/

.leftcolumn
{ 
	width:375px; 
	padding: 5px 20px 5px 5px;
	text-align:left; 
	background:transparent; 
	float:left; 
	display:table-cell; 
	vertical-align:top;
}

.rightcolumn
{ 
	width:375px; 
	padding: 5px 5px 5px 20px;
	text-align:left; 
	background:transparent; 
	float:left; 
	display:table-cell; 
	vertical-align:top;
}

.tableDE
{
	width: 100%;
}

.tableDE td
{
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}

.tdDEleft
{
	width: 20%;
}

.tdDEright
{
	width: 30%;
}

.txtwidth
{
	width:184px;
}
.spacer20
{
	 height: 20px;
}
.spacer15
{
	 height: 15px;
}

.tbwidth_multiline
{
	width:180px;
	height:70px;
}

.tbwidthmax
{
	font-family: Calibri, Arial;
	width: 587px;	
}

.clear  
{
	clear: both;
}

.treeView
{
	width: 20px;
	color: Black;
}

.treeViewRootNode
{
	font-weight: bold;
}

.divCenter
{
	text-align: center;
}



/*------------------------ Control Styles ---------------------------------*/
.button
{
	width: 100px;
	border-style: none;
	color: Navy;
	background-color: #FFFFFF;
	z-index:20001;
	font-family: Calibri, Arial;
}
.textbox
{
	border: 1px solid #000000;
	width: 140px;
	z-index:20001;
}

.tbwidth
{
	width:180px;
}

.ddlwidth
{
	width:184px;
}

.tbQuestionAnswerWidth
{
	width:584px;
}

.loginctl
{
	text-align:right;
}
/*----------------------Footer Styles----------------------------------*/


.footer 
{			
	background-image: url(../Images/foot_bg.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 867px;
	margin-left:6px;	
	text-align: center;
	vertical-align: middle;	
	color: #FFFFFF;
	font-size: 10px;	
}
.footer A, .footer A:LINK, .footer A:VISITED, .footer A:ACTIVE{
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:HOVER{
	color: #D7F018;
	text-decoration: none;
}


/*-------------------------Headings/Font Styles---------------------------------*/
.colouredheadings
{
	background-color: #013F4E;
	color:White;
	font-size:medium;
	text-align:left;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.contentheading
{
	color: #013F4E;
	font-size:large;
}

.byline
{
	color: #013F4E;
	font-size:medium;
	text-align:center;
}

.checkbox
{
	color: #013F4E;
	font-size:medium;
	text-align:left;
}

.sectionheading
{
	color: #013F4E;
	font-size:medium;
	text-align:left;
}

table
{
	width:100%;
	text-align:left;
}

.registerlink
{
	text-decoration: none;
}

.tdHomeLeft
{
    width: 65%;
    text-align: justify;
}

.tdHomeRight
{
    width: 35%;
}

.tdWelcome
{
    width: 70%; 
    text-align: justify; 
    padding: 20px 20px 20px 20px; 
    vertical-align: top;
}

.tdLoginAndRegister
{
    width: 30%; 
    text-align: center; 
    padding: 10px 10px 10px 10px; 
    vertical-align: top;
}

.tdLoginAndRegisterTable
{
    border: solid 1px #c0c0c0;
}

.tdRegNowText
{
    background-color: #013F4E; 
    padding: 0 0 0 5px;
}

.spanRegNow
{
    color: White; 
    font-weight: bold; 
    font-size: medium;
}

.spanRegNowSubHeading
{
    font-size: small; 
    font-weight: bold; 
    color: #013f4e;
}

.txtLoginAndRegister
{
    border: solid 1px black;
    width: 145px;
}

.divLoginAndRegisterLiteral
{
    color:Red; 
    text-align:center;
}

.divBtnRegNow
{
    padding: 10px 0 0 0; 
    text-align: right;
}

.btnRegNow
{
    border: solid 1px #c0c0c0;
    font-family: Calibri, Arial;
    width: 80px;
}

.btnRegNowWide
{
    border: solid 1px #c0c0c0;
    font-family: Calibri, Arial;
    width: 120px;
}

.btnRegNowExtraWide
{
    border: solid 1px #c0c0c0;
    font-family: Calibri, Arial;
    width: 150px;
}

.spanEmailAddressError
{
    font-family: Calibri, Arial;
    font-size:small;
    color: Red;
    display: none;
    visibility: hidden;
}

.tdLogin
{
    width: 30%; 
    text-align: center; 
    padding: 10px 10px 10px 10px; 
    vertical-align: top;
}

.btnPhotoUpload
{
    font-family: Calibri, Arial;
    height: 19px;
}

.photoUpload
{
    font-family: Calibri, Arial;
    width: 250px;
}

.pnlPhotoUploadDialog
{
    background-color: #004080;
    font-family: Calibri, Arial;
    width: 375px;
    padding: 10px 10px 10px 10px;
}

.divPhotoUploadDialog
{
    background-color: #cae4ff;
    font-family: Calibri, Arial;
    width: 350px;
    padding: 10px 10px 10px 10px;
}

.tdPhotoUpload
{
    width: 10%;
}

.lblPhotoUpload
{
    font-family: Calibri, Arial;
    color: Red;
}

.modalBackground
{
    background-color:Gray;
}

.ifrPhotoUpload
{
    width: 350px;
    height: 255px;
    border-bottom: solid 2px #004080;
}

.List
{
	font-family: Calibri, Arial;
	font-size: small;
	border: solid 1px navy;
}

.ListHeader
{
	background-color: #3593c3;
	color: White;
}

.ListHeader TH
{
	padding: 5px 5px 5px 5px;
}

.ListHeader A:link
{
	color: White;
}

.ListHeader A:hover
{
	color: #c6e1ee;
}

.ListRow
{
	background-color: white;
	border-bottom:solid 1px #bbd9ee;
}

.ListAlternateRow
{
	background-color:aliceblue;
	border-bottom:solid 1px #bbd9ee;
}

.ListRow:hover
{
	color: Blue;
	background-color: #fffacd;
}

.ListAlternateRow:hover
{
	color: Blue;
	background-color: #fffacd;
}

.ListRow TD
{
	padding: 5px 5px 5px 5px;
	border-bottom:solid 1px #bbd9ee;
}

.ListAlternateRow TD
{
	padding: 5px 5px 5px 5px;
	border-bottom:solid 1px #bbd9ee;
}

.ListPager
{
	background-color: #e3e9f5;
}

.hyperlink
{
    font-family: Calibri, Arial;
	font-size: small;
}

.txtBoxManagePlayerProfile
{
    font-family: Calibri, Arial;
	font-size: small;
	width: 95%;
	overflow: auto;
}

.tableManagePlayerProfile
{
    font-family: Calibri, Arial;
	font-size: small;
}

.tdManagePlayerProfile
{
    font-weight: bold;
}

.lblTitle
{
    font-family: Calibri, Arial;
    font-size: small;
    font-weight: bold;
}

.lblRegular
{
    font-family: Calibri, Arial;
    font-size: small;
    font-weight: normal;
}

.lblRedFlags
{
    font-family: Calibri, Arial;
    font-size: small;
    color: Red;
}

.tableChgPassword
{
	width: 310px;
}

.divMPPLinks
{
	background-color: White;
	padding: 15px;
	margin-top: 5px;
	text-align: center;
}

.divMakePayment
{
	text-align: left;
	background-color: White;
	padding: 5px 5px 5px 5px;
}

.tableTotal
{
	width: 35%;
	border-spacing: 0;
	border-collapse: collapse;
}

.tdTotal
{
	padding: 3px 5px 3px 5px;
}

.tdTotalTopLine
{
	border-top: solid 1px black;
	padding: 3px 5px 3px 5px;
}

.tdTotalDoubleLine
{
	border-top: solid 1px black;
	border-bottom: double 3px black;
	padding: 3px 5px 3px 5px;
}

.tdTotalAccountBalance
{
	border-bottom: solid 1px black;
	padding: 10px 5px 10px 5px;
}

.btnRegular
{
    border: solid 1px #c0c0c0;
    font-family: Calibri, Arial;
    width: auto;
}

.tableTotalAccountTopUp
{
    width: 35%;
	border-spacing: 0;
	border-collapse: collapse;
	border: solid 1px black;
}

.divAccountTopUp
{
	background-color: White;
	padding: 20px 5px 5px 5px;
}

.tableTotalAccountTopUpCardDetails
{
    width: 50%;
	border-spacing: 0;
	border-collapse: collapse;
	border: solid 1px black;
}

.txtSmall
{
    width: 30px;
}

.txtSmallAmount
{
    width: 60px;
    text-align: right;
    font-family: Calibri, Arial;
}

.tableEnterResultsInfo
{
	width: 50%;
}

.tableEnterResults
{
	border: solid 1px black;	
}

.tdTitleAlignLeft
{
	text-align: left;
	font-weight: bold;
}

.tdTitleAlignCenter
{
	text-align: center;
	font-weight: bold;
}

.tdTitleAlignRight
{
	text-align: right;
	font-weight: bold;
}

.tdAlignLeft
{
	text-align: left;
}

.tdAlignCenter
{
	text-align: center;
}

.tdAlignRight
{
	text-align: right;
}

.txtEnterResult
{
	width: 20px;
	text-align: center;
}

.divEnterResultItemHeader
{
	border-bottom: solid 2px black;
}

.divPreviousResults
{
	text-align: left;
	font-family: Calibri, Arial;
	font-size: small;
}

.divAjaxProgress
{
	background-color: aliceblue;
	border: solid 1px navy;
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

.PreviousResultsTotalTable
{
	width: 100%;
	border: solid 1px navy;
	border-collapse: separate;
	padding: 5px;
}

.RepeaterPager
{
	background-color: #e3e9f5;
	text-align: center;
}

.RepeaterPager table
{
	border-collapse: separate;
	border: solid 1px navy;
}

.PrintReceiptPanel
{
	padding: 10px;
	background-color: White;
	font-family: Calibri, Arial;	
	text-align: left;
	border: solid 1px black;
	display: none;
}

.DisputeComment
{
	width: 90%;
	font-family: Calibri, Arial;
}

.DDL
{
	font-family: Calibri, Arial;
}
