.divWorkingCaption a {
    color:White;
}

.PointsReportDetail { font-size:9pt; line-height: 14px; padding-left: 35px; font-style:italic; }

input.GridItemControl { font-size:8pt !important; }
select.GridItemControl { font-size:8pt !important; }
a.GridItemControl { font-size:8pt !important; }
div.OtherCategoriesList table { text-align:left !important; margin-left:0px; }
.Watermark { background-color:#F0F8FF; font-style:italic; }

.AwardTeamPlayers { font-size:9pt; line-height: 12px; font-style:italic; }
.AwardTeamPlayersIneligible { font-size:9pt; line-height: 12px; color: #A9A9A9; font-style:italic; }
.EditTeamPlayers { font-size:9pt; font-style:italic; }
.LinkButton {
    border: thin solid #666666;
    background: #eef;
    color:Black;
    cursor:pointer;
    font-size:10pt;
    font-weight:normal;
    line-height:16px;
    padding:1px 5px;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    word-spacing:normal;
}

a.LinkButton:hover { cursor:pointer; }

.Mini { font-size: 8pt; }

.WidgetHeader { font-weight: bold; }

.WizardLabel { font-size: 10pt; font-weight: bold; }
.WizardData { font-size: 9pt; }
.WizardData input, select { font-size: 9pt; }
.WizardInfo { font-size:8pt; color:Black; }
.WizardHeader { font-size:10pt; font-weight: bold; text-decoration: underline; }

.divHelpCaption {
    padding-top: 2px;
    padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-top: #666666 thin solid;
	border-left: #666666 thin solid;
	border-bottom: #999999 thin solid;
	border-right: #666666 thin solid;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	color: white;
	height: 12px;
	background-color: #8DAD0E;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}
.divHelpPanel
{
	border-top: #333333 thin solid;
	border-left: #333333 thin solid;
	border-bottom: #333333 thin solid;
	border-right: #333333 thin solid;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.RequiredData INPUT, .RequiredData SELECT
{
    background-color: Yellow;
}
