/************** Piccadilly ***************/


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #784F71;
}
a:active {
	color: #FFFFFF;
}
body {
	background-image:  url("images01/blackstrip.gif");
	background-color: #be1a63;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-repeat: repeat-x;
}
h2 {
	font-size: 14px;
	color:#be1a63;
}
.regheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #be1a63;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bluetel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #be1a63;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#scrollingtextbox {
	position:relative; 
	width:418px; 
	height:240px; 
	z-index:1; 
	left: 10; 
	top: 15; 
	visibility: 
	visible; 
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: 10px;
	padding-right: 20px;
	scrollbar-3dlight-color:;
    scrollbar-arrow-color: #6699CC;
    scrollbar-base-color: #333333;
    scrollbar-darkshadow-color:;
    scrollbar-face-color: #333333;
    scrollbar-highlight-color: #666666;
    scrollbar-shadow-color:;
	scrollbar-Track-Color:; 
}

#scrollingtextbox_xmas {
	position:relative; 
	width:408px; 
	height:340px; 
	z-index:1; 
	left: 10; 
	top: 15; 
	visibility:visible; 
	overflow: auto;
	overflow-x:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin:0 10px 0 10px;
	padding-right: 20px;
	scrollbar-3dlight-color:;
    scrollbar-arrow-color: #6699CC;
    scrollbar-base-color: #333333;
    scrollbar-darkshadow-color:;
    scrollbar-face-color: #333333;
    scrollbar-highlight-color: #666666;
    scrollbar-shadow-color:;
	scrollbar-Track-Color:; 
}
#pokerSchedBox {
	position:relative; 
	width:418px; 
	height:240px; 
	z-index:1; 
	left: 10; 
	top: 15; 
	visibility: 
	visible; 
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: 0px;
	padding-right: 0px;
	scrollbar-3dlight-color:;
    scrollbar-arrow-color: #6699CC;
    scrollbar-base-color: #333333;
    scrollbar-darkshadow-color:;
    scrollbar-face-color: #333333;
    scrollbar-highlight-color: #666666;
    scrollbar-shadow-color:;
	scrollbar-Track-Color:; 
}
.bodytextheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #be1a63;
	font-weight: normal;
}
#scrollingtextbox2 {

	position:relative; 
	width:380px; 
	height:330px; 
	z-index:1; 
	left: 15; 
	top: 15; 
	visibility: 
	visible; 
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: 10px;
	padding-right: 20px;
	scrollbar-3dlight-color:;
    scrollbar-arrow-color: #6699CC;
    scrollbar-base-color: #333333;
    scrollbar-darkshadow-color:;
    scrollbar-face-color: #333333;
    scrollbar-highlight-color: #666666;
    scrollbar-shadow-color:;
	scrollbar-Track-Color:;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#lips {
	float: right;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.errormsg {
	color:#FF0000;
}

.redBoldText{
	color: #FF0000;
	font-weight: bold;
}

/* ***** TABLE SYLES ***** added 27.02.08 A Maidment*/
#table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#table *{
	border: 0;
	margin: 0;
	padding: 0;
}

#table table {
	background-color: #000000;
	border-spacing: 0px;
}

#table tbody td {
	padding: 1px;
    background-color: #00000000;
	color:#FFFFFF;
}

#table .horizontalBorder {
	border-top: solid 1px #FFFFFF;
}

#table .BorderandHighlight {
	border-top: solid 1px #FFFFFF;
	background-color: #BE1A63;
	color: white;
}

#table .oddHighlight {
	background-color: #94023E;
	color: white;
}

#table .highlightBlue {
	background-color: #0000FF;
	color: white;
	font-weight: bold;
}

#table .highlightRed {
	background-color: #FF0000;
	color: white;
	font-weight: bold;
}

#table .highlightGreen {
	background-color: #65B360;
	color: white;
	font-weight: bold;
}

#table .tblheader {
	background-color:#BE1A63;
	color: white;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#table .bodytextheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BE1A63;
	font-weight: normal;
}