﻿body 
{
	font-family:Verdana, Arial;
	background-color: White;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
}

/* Standard */
.Label
{
	color:Black;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	font-weight: bold;
}
.TextBox
{
	color:Black;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	width:250px;	
}
A
{
	color:#DF2312;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.Button
{
	color:Black;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	cursor: pointer;
}
.Progress
{
	color:Black;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	cursor: progress;
}
.Error
{
	color:Red;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
}

.HeadingLabel
{
	color:Black;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
}

.SubHeadingLabel
{
	color:#DF2312;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
}
.AltItem
{
	background-color: White;
}
.Item
{
	background-color: White;
}

/* Custom */
.ContentCell
{
	background-color: #0E3D13;
}
.Left
{
	background-image: url('../../Casinos/PT/Images/Left.JPG');
	width: 10px;
}
.Right
{
	background-image: url('../../Casinos/PT/Images/Right.JPG');
	width: 10px;
}

/* Table Borders */
.BorderTL
{
	border-left: solid 1px black; 
	border-top: solid 1px black;		
}

.BorderBR
{
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

.BorderTR
{				
		border-top: solid 1px black;
		border-right: solid 1px black;
		text-align:right;
}

.BorderTLR
{	
	text-align:center;
	width: 153px;
	border-left: solid 1px black; 
	border-top: solid 1px black;
	border-right: solid 1px black;		
}

.BorderTRB
{
	text-align:right;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;		
}

.AllBorders
{
	width: 153px;
	border-left: solid 1px black; 
	border-top: solid 1px black;
	border-right: solid 1px black;	
	border-bottom: solid 1px black;
}