.cs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.temp1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066aa;
	text-indent: 6pt;
	text-align:left;
}
.temp.lightBlue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5d96d9;
	text-indent: 2pt;
	text-align:left;
}
.lightGrayRow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E4E4E3
}

.plaintext {
	font-size: 11px;
	color: #000000;
	font-family: verdana, Arial, sans-serif;
}
.10pxBlack {
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.blueCell {
	background-color: #0066aa;
}
.BoldPlainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.GrayCell {
	background-color: #e4e4e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 4 4 4 5;
}
.DarkBlueCell{
	color: #ffffff;
	background-color: #0066aa;
	font-size: 12px;
	font-weight: bold;
}
.LightBlueCell {
	background-color: #5d96d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.LightBlueCellWithBorder {
	background-color: #5d96d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	
}

.LightBlueCellWithBorder TD
{
	border:solid 1px black;
}

.LLBlueCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #edf5fa;
}
.LLBlueCell2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #CFE4F2;
}
.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066aa;
	background-color: #EFEFEF;
	font-weight: bolder;
	border: thin none #FFFFFF;
}

.smalldropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066aa;
	background-color: #EFEFEF;
	font-weight: bolder;
	border: thin none #FFFFFF;
}
.Heading {
	font-weight: bold;
	font-size: 14px;
	color: #888888;
	font-family: verdana, Arial, sans-serif;
	background-color: #e4e4e3;
}
.mainTable{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	tble-layout: fixed;
	width:100%;
	height:100%;
	}
.mainTable TH{
	vertical-align: top;
}
.mainTable TD{
	vertical-align: top;
}
.mainTable .contentTable{
}
.mainTable .contentTable .Tab{
	width:100%;
	font-family: verdana, Arial, sans-serif;
	margin-top: 1px;
}
.mainTable .contentTable .Tab .Heading{
	width:100%;
	color: #ffffff;
	background-color: #0066aa;
	padding: 2 2 2 2;
	font-size: 12px;
	font-weight: bold;
}
.mainTable .contentTable .Tab .Content{
	color: #000000;
	font-size: 11px;
	padding: 1 1 1 1;
}
.mainTable .contentTable .Tab .Content2{
	color: #000000;
	font-size: 11px;
	padding: 1 1 1 1;
	background-color: #e4e4e3;
	width:100%;
	border-left: solid 1px #0066aa ;
	border-bottom: solid 1px #0066aa ;
	border-right: solid 1px #0066aa ;
}
.mainTable TD A {
	color: blue;
	text-decoration: none;
}
.mainTable TD A:hover {
	color: blue;
	text-decoration: underline;
}
.rowBehavior{
	behavior: url(../include/rowBehaviour.htc);
	cursor: default;
}
.rowBehaviorBack{
	behavior: url(../include/rowBehaviour.htc);
	cursor: default;
}
.redText {
	color: #993300;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.loginBox{
	background-color: #edf5fa;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight:normal;
	text-align:left;
	padding: 2 2 2 2;
	}
.inputBox{
	border: solid 1px #0066aa;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
.loginSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066aa;
	background-color: #edf5fa;
	font-weight: bold;
	border: solid 1px #0066aa;
	cursor:hand;
}
.SearchForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066aa;
	background-color: #edf5fa;
	font-weight: bold;
	border: solid 1px #0066aa;
}
.controlBehavior {
	behavior: url(include/controlBehaviour.htc);
	cursor: hand;
	padding: 1 1 1 1;
}
.OddsTable {
	vertical-align:top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	width:100%;
}
.error {
	color: Red;
	font-size: 10px;
	font-weight: bold;
}
.SubHeading{
	background-color: #E9EDF8;
}
.list{
	padding: 0 0 0 0;
	text-align: left;
    LIST-STYLE: none;
	color: #000000;
	margin: 0 0 0 20px;
	font-size: 10px;
}
.list li{
		text-indent: -20px;
}
.redCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #891023;
}
.contestBorderLeft {
	border-left: solid 1px #edf5fa ;
	border-bottom: solid 1px #edf5fa ;
}
.contestBorderRight {
	border-right: solid 1px #edf5fa ;
	border-bottom: solid 1px #edf5fa ;
}.contestHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #000000;
	background-color: #edf5fa;
}
.pubList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066aa;
	background-color: #e4e4e3;
}
.pubListHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066aa;
	background-color: #e4e4e3;
}
.picksBox{
	border:solid 1px #0000aa;
	border-collapse:collapse;	
	background-color: #edf5fa;
	padding: 2 2 2 2;
	width:100%;
}
.picksBox TD{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight:normal;
}
.document{
	width="100%"	
}
.document TH{
	font-family: Verdana, Arial, Sans-Serif;
	font-Size: 12px;
	font-weight:bold;
	color: #0066aa;
	background-color: #edf5fa;
}
.document .text{
	font-family: Verdana, Arial, Sans-Serif;
	font-Size: 10px;
	font-weight:normal;
	color: #000000;
}
.document .footer{
	font-family: Verdana, Arial, Sans-Serif;
	font-Size: 10px;
	font-weight:bold;
	color: #000000;
	text-align:right;
}
.document .timepost{
	font-family: Verdana, Arial, Sans-Serif;
	font-Size: 10px;
	font-weight:normal;
	color: #5d96d9;
	background-color: #edf5fa;
	text-indent: 10px;
}
.CapRecordsHeading{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	background-color: #0066aa;
	text-indent: 18px;
}
.CapRecordsBody{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	background-color: #0066aa;
	border-left: solid 1px #0066aa ;
	border-bottom: solid 1px #0066aa ;
	border-right: solid 1px #0066aa ;
	border-top: solid 1px #0066aa ;
	padding: 2 2 2 2;
}
.CapRecordsMainBody{
	background-color: #ffffff;
	padding: 7 7 7 7;
}
.CapperHomepageLeft{
	background-color: #edf5fa;
	color: #000000;
	padding: 4 4 4 5;
}	
.highlight{
	background-color: #FFFF00;
}
.RecordHeading{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	background-color: #5d96d9;
	text-indent: 14px;
}
.MyPicks{
	border: solid 1px #999999;
	font-family: Verdana, Arial, Sans-Seriff;
	font-size: 10px;
	color:#000000;
}
.MyPicks TD{
	border-top: solid 1px #999999;
}
.contentHolder
{
	OVERFLOW: auto; 
}
.ViewPicksContent
{
	border: solid 1px #5d96d9;
}
.PlayOfMonth{
	background-color: #FFFFdd;
	cursor: default;
}
.PlayOfWeek{
	background-color: #ddFFdd;
	cursor: default;
}
.DailPackage{
	background-color: #ffffff;
	cursor: default;
}
.PlayOfYear{
	background-color: #FFdddd;
	cursor: default;
}
.whiteCell{
	background-color: #ffffff;
	font-family: verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.iBody
{	margin:0px;
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #edf5fa;
	crollbar-3dlight-color:#5d96d9;
	crollbar-arrow-color:#0066aa;
	crollbar-base-color:#edf5fa;
	crollbar-darkshadow-color:#5d96d9;
	crollbar-face-color:#edf5fa;
	crollbar-highlight-color:#edf5fa;
	crollbar-track-color:#5d96d9;
	crollbar-shadow-color:#edf5fa
}
.iBody A {
	color: blue;
	text-decoration: none;
}
.iBody A:hover {
	color: blue;
	text-decoration: underline;
}
.iCell
{ 
	border: solid 1px #5d96d9;
	height:150px;
	padding:1px;
}
.normalText
{
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smallText
{
	font-family: verdana, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
}
.fakeLink
{
	color: blue;
	text-decoration: underline;
}
.schedule{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border-left: solid 1px #e4e4e3 ;
	border-bottom: solid 1px #e4e4e3 ;
	border-right: solid 1px #e4e4e3 ;
	border-top: solid 1px #e4e4e3 ;
	padding: 2 2 2 2;
}
Table.grayBorder 
{
	border-top:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	border-Bottom:solid 1px #aaaaaa;
	font-family: Arial Verdana;
	font-size: 11px;
	color: Black;
}
Table.grayBorder TH
{
	padding:2 2 2 2;
	background-color: #5d96d9;
	color:#FFFFFF;
}
Table.grayBorder TD
{
	border-top:solid 1px #aaaaaa;
	padding:2 2 2 2;
}
.intendThis
{
	padding-left:12px;
}
Table.Wizard
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	background-color: #edf5fa;
	padding:2px;
}
Table.Wizard TH
{
	padding:-2px;
	background-color: #5d96d9;
	color:#ffffff;
	font-size:11px;
}