.FieldError {
	color: #FF0000;
}

.StandardFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.StandardFontBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.SmallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;	
}

.TinyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;	
}

.LargeFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

.HeaderFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

.AlternatingRow {
	background-color: #CCCCCC
}

.TableHeader {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;	
}

.TableHeaderSelected {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;	
}

.boldlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .01em;
}

.ItemSectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #9A0200;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.txtnoindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000000;
	word-spacing: normal;
	letter-spacing: 0.02em;
	white-space: normal;
}

.BdLinkRDIN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: 990000;
}
.PrintCompatibilityNone {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;	
}

.PrintCompatibilityFull {
	font-family: Arial;
	font-size: 10pt;
	color: #00FF00;	
}

.LinkWordDoc {
	font-family: Arial;
	font-size: 7pt;
	color: #000066;	
	font-weight: bold;
}
.LinkAdminNavigation
{ text-decoration:none; font-family: Arial;  font-size: 8pt;}
a.LinkAdminNavigation:link 
{ text-decoration:none; font-family: Arial;  font-size: 8pt; color: #003366;	}
a.LinkAdminNavigation:visited 
{ text-decoration:none; font-family: Arial;  font-size: 8pt; color: #003366;	}
a.LinkAdminNavigation:hover 
{ text-decoration:underline; font-family: Arial;  font-size: 8pt; color: #990000;	}
a.LinkAdminNavigation:active 
{ text-decoration:none; font-family: Arial;  font-size: 8pt; color: #990000;	}

.GameProgramFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.GameProgramSmallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
}

.GameProgramSmallBoldFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #000000;
}

@page SectionGameProgram
	{
	margin:.5in .3in .5in .5in;	/* margins: top right bottom left */
	}
div.SectionGameProgram
	{page:SectionGameProgram;}
	
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

INPUT
{
	font-size: 12px; 
	font-family:arial;
}

.t {
	background: url(../../FanPages/Images/Global_Images/corners/grpx_whtDot.gif) repeat-x 0 0;
	width: 100%;
	height:100%;
}
.b {background: url(../../FanPages/Images/Admin/corners/grpx_whtDot.gif) repeat-x 0 100%}
.l {background: url(../../FanPages/Images/Admin/corners/grpx_whtDot.gif) repeat-y 0 0}
.r {background: url(../../FanPages/Images/Admin/corners/grpx_whtDot.gif) 100% 0 repeat-y}
.bl {background: url(../../FanPages/Images/Admin/corners/grpx_crn_b_lft.gif) no-repeat 0 100%}
.br {background: url(../../FanPages/Images/Admin/corners/grpx_crn_b_rgt.gif) no-repeat 100% 100%}
.tl {background: url(../../FanPages/Images/Admin/corners/grpx_crn_t_lft.gif) no-repeat 0 0}
.tr {background: url(../../FanPages/Images/Admin/corners/grpx_crn_t_rgt.gif) no-repeat 100% 0; padding:10px}
