﻿/**************************************************************
AdvancedGridView Layout
***************************************************************/
table.advancedGridView 
{	
	
	/*border: solid 1px #d45518; */
	border: solid 1px #d6be95;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}
table.advancedGridView thead tr
{
	position: relative;
	background-image: url(../Images/Grids/bg_header1.png);
	background-repeat: repeat-x;
	background-position: left top;
} 

table.advancedGridView tr th, table.advancedGridView thead tr th
{
	background-image: url(../Images/Grids/bg_header1.png);
	background-repeat: repeat-x;
	background-position: left top;
}
table.advancedGridView th 
{
	font-size: 10px;
	background-image: url(../Images/Grids/bg_empty.gif);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	text-align: center;
	padding: 3px;
	color: White;
}

table.advancedGridView th a:link,
table.advancedGridView th a:visited
{
	color: White;
}

table.advancedGridView td 
{
	font-size: 10px;
	color: Black;
	padding: 3px;
	border-right: solid 1px #D6D3CE;
}
/* links inside table*/
table.advancedGridView td a		{ color: #202020; text-decoration: underline; }
table.advancedGridView td a:hover	{ color: #3A4F6C; text-decoration: none; }

table.advancedGridView .even td, table.advancedGridView tr.contest-notwinner td 
{
	background-color: #ffffe6; 
	height: 20px;
	padding: 0px 3px 0px 3px;
	border-bottom: solid 1px #D6D3CE;
}
table.advancedGridView .odd td, table.advancedGridView tr.contest-winner td 
{
	background-color: #ffedba;
	height: 20px;
	padding: 0px 3px 0px 3px;
	border-bottom: solid 1px #D6D3CE;
}
table.advancedGridView .header 
{
	background-image: url(../Images/Grids/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	cursor: pointer; /* hand cursor for Mozilla based browsers */
	cursor: hand;
}
table.advancedGridView .headerSortUp 
{
	background-image: url(../Images/Grids/asc.gif);
	background-repeat: no-repeat;
}
table.advancedGridView .headerSortDown 
{
	background-image: url(../Images/Grids/desc.gif);
	background-repeat: no-repeat;
}
table.advancedGridView tfoot tr td
{
	height: 19px;
	margin: 0px;
	padding: 0px;
}
.advancedGridViewFooter
{
	text-indent: 2px;
	background-image: url(../Images/Grids/footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 2px 0px 2px;
}
.advancedGridViewRow
{
	/*border: solid 1px #005DAD;*/
	border: solid 1px #d6be95;
}
/**************************************************************
end AdvancedGridView Layout
***************************************************************/

/**************************************************************
reports
***************************************************************/
.NoRepeat
{
	background-position: center top;
	background-repeat: no-repeat;
}

.PullTabImage
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.reportTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #063097;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
.reportTD a:link, .reportTD a:visited, .reportTDAlt a:link, .reportTDAlt a:visited
{
	font-size: 10px;
}

.reportTH td, td.reportTH 
{
	/*
	border:1px solid #E8FF94;
	background-color:#2896E8; 
	color:#BAFF00;
	*/
	border: solid 1px #990000;
	background: url("../Images/Grids/bg_header1.png") #fef0a2;
	color: White;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}

.reportTH a:link, .reportTH a:visited
{	
	 color: White;
}

.reportTH a:hover
{
	
	 color: White;
}

.reportTD td
{
	padding: 2px;
	/*background-color: #B3DCFC;*/
	background-color: #FFFFCC;
	font-size: 10px;
}
.reportTDAlt td
{
	padding: 2px;
	/*background-color: #B9D6ED; */
	background-color: #FFFFCC;
	font-size: 10px;
}
.reportSpecial td
{
	/*background-color: #80B8E4; */
	background-color: #FFFFCC;
	padding: 2px;font-size: 10px;
}

.TSpecial
{/*??*/
	padding: 1px;
	font-size: 10px;
	/*background-color: #B3DCFC;*/
	background-color: #FFEDBA;
	text-align: left;
}

.TNormal
{/*??*/
	padding: 1px;
	font-size: 10px;
	/*background-color: #B9D6ED; */
	background-color: #FFFFE6;
	text-align: left;
}

.TAlternate
{/*??*/
	padding: 1px;
	font-size: 10px;
	background-color: #FFEDBA;
	text-align: left;
}

/*
This is the button used to close 
child windows for History pages,
like PtShow.aspx
*/
.CloseButton
{
	width: 50;
	height: 18;
	background-repeat: no-repeat;
	background-image: url(../Images/close.gif);
	color: olive;
	font-style: normal;
	font-family: Arial;
}
.ReportTable
{
	border-collapse: separate;
	font-size: 8pt;
	/*background-color:#93D0FF;*/
}

.ReportTable th
{
	/*
	border:1px solid #E8FF94;
	background-color:#2896E8; 
	color:#BAFF00;
*/
	border: solid 1px #990000;
	background: url("../Images/Grids/bg_header1.png") #fef0a2;
	color: White;
	font-weight: bold;
}
/**************************************************************
end reports
***************************************************************/
span.delimMenuHistory
{
	color: #FF3300; 
	font-family: Arial; 
	display: inline;
	font-weight:bold; 
	font-size: 10.53pt;
}

/*****************************************************************
history and schedule sections 
*****************************************************************/


.ShowHistoryContainer .title
{
	width:auto;
	overflow: hidden;
}

.ShowHistory
{
	background-color: #FFFFCC;
	padding: 4px;
	margin: 0px 14px 0px 14px;	
	border: 2px solid #fef8b8;
}



.ShowHistory .inputButton, .formField input.inputButton
{
	border: 1px outset Orange;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: white;
	background-color: #990000;
}

#divMenuHistory, #divMenuHistorySch, #divMenuHistoryBn, #divMenuHistoryBigWins
{
	background-image: url(../Images/en-US/bgMenuHistory.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	color:#fcfec2; 
	width:540px;
	margin: 7px 0px 7px 0px;
}
#divMenuHistory, #divMenuHistoryBn, #divMenuHistoryBigWins
{
	padding:5px;
}

#divMenuHistorySch
{
	padding: 3px 5px 3px 5px;
}
