/************************************************************************************/
/*  Table and DataGrid classes
/************************************************************************************/

.GridStyle
{
	font-family: Arial, helvetica, sans-serif;
	border: solid 1px #BFBFBF;
}

.GridHeader
{
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background: darkgray;
	color: White;
	height: 25px;
}
.GridHeader A
{
	color: White;
}
.GridHeader A:hover
{
	color: White;
}
.GridHeader A:visited
{
	color: White;
}

.ItemStyle
{
	font-family: Arial, helvetica, sans-serif;
	font-weight:normal;
	background-color: White;
	color: Black;
	font-size: 8pt;
	height: 25px;
}

.HiddenStyle
{
	display: none;
}

.AlternatingStyle
{
	font-family: Arial, helvetica, sans-serif;
	font-weight:normal;
	background-color: #F0F0F0;
	color: Black;
	font-size: 8pt;
	height: 20px;
}

.SelectedItemStyle
{
	font-family: Arial, helvetica, sans-serif;
	font-weight:normal;
	background-color: White;
	color: Black;
	font-size: 8pt;
	height: 20px;
}

.Footer
{
	font-family: Arial, helvetica, sans-serif;
	font-weight:normal;
	background-color: White;
	color: silver;
	font-size: 8pt;
	height: 25px;
}

.PagerStyle
{
	font-family: Arial, helvetica, sans-serif;
	font-weight:normal;
	text-align: center;
	height: 25px;
	font-size: 8pt;
	background-color: #BFBFBF;
}

.PanelDetails
{
	background-color: #F0F0F0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	border: solid 1px black;
}

/************************************************************************************/
/*  Common classes
/************************************************************************************/

.TitleFieldset
{
	border: solid 1 black;
	background-color: #999999;
	margin: 2 2 2 2;
}

/************************************************************************************/
/* ASPX class styles
/************************************************************************************/

.Label
{
	font-weight: normal;
	color: black;
	font-size: 8pt;
}

.WhiteLabel
{
	font-weight: normal;
	color: white;
	font-size: 8pt;
}

.LabelBold
{
	font-weight: bold;
	font-size: 8pt;
}

.RedLabel
{
	font-weight: normal;
	color: red;
	font-size: 8pt;
}

.TextBox
{
	font-weight: normal;
	font-size: 8pt;
	border-width: 1px;
	border-color: #BFBFBF;
	border-style: solid;
}

.TextBoxBold
{
	font-weight: bold;
	font-size: 8pt;
	border-width: 1px;
	border-color: #BFBFBF;
	border-style: solid;
}

.CheckBox
{
	font-weight: normal;
	color: black;
	font-size: 8pt;
}

.ComboBox
{
	font-weight: normal;
	font-size: 8pt;
	border-width: 1px;
	border-color: #BFBFBF;
	border-style: solid;
}

.Comments
{
	font-weight: normal;
	font-size: 10pt;
	background-color: Transparent;
}

.Button
{
	cursor: hand;
	height: 26px;
}

.PanelDetails
{
	background-color: #F0F0F0;
	background-attachment: fixed;
	background-image: url(..\images\reportBack.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	border: solid 1px black;
}

.PanelOutline
{
	background-color: #F0F0F0;
	border: solid 1px black;
}

.PanelList
{
	background-color: white;
}

.ErrorPanel
{
	font-size: 10pt;
	color: white;
	background-color: red;
}

.WaitPanel
{
	font-size: 10pt;
	background-color: White;
}

.SuccessPanel
{
	border-right: black double;
	border-top: black double;
	font-size: 10pt;
	border-left: black double;
	color: white;
	border-bottom: black double;
	background: darkgray;
}
