﻿label	{color: #14314F; font: normal 10px Verdana, Arial, Helvetica, sans-serif;}

/* This class defines the styles for table headers in the admin */
.TableHeader 
{
	color: white;
	background-color: #184478;
	font: bold 11px/15px Verdana, tahoma, Arial;
	padding: 2px 4px;
	border: 1px solid white;
}

/* This class defines table backgrounds */
.List1 
{
	color: #14314F; 
	background-color: #C0C0C0; 
	font: normal 10px/14px Verdana,tahoma,Arial;
	padding: 2px;
	border: 1px solid white;
}

/* This class defines table backgrounds with bold type */
.List1bold 
{
	color: #14314F; 
	background-color: #C0C0C0;
	font: bold 10px/14px Verdana,tahoma,Arial;
	padding: 2px;
	border: 1px solid white;
}

/* This class defines table backgrounds */
.List2 
{
	color: #14314F; 
	background-color: #E2E2E2;
	font: normal 10px/14px Verdana,tahoma,Arial;
	padding: 2px;
	border: 1px solid white;
}

/* This class defines table backgrounds with bold type*/
.List2bold 
{
	color: #14314F; 
	background-color: #E2E2E2;
	font: bold 10px/14px Verdana,tahoma,Arial;
	padding: 2px;
	border: 1px solid white;
}

/* This class defines the styles for all generic buttons */
.InputSubmit1
{
	color: white;
	background-color: #184478;
	font: bold 10px Verdana, Arial,Helvetica,Sans Serif;
	border: 1px solid #14314F;
}

/* This class defines the styles for all buttons on the main admin display*/
.InputSubmit2
{
	color: black; 
	background-color: #FDFDFD;
	border: 1px solid #14314F;
	font: bold 10px Verdana,tahoma,Arial;
}

/* This class defines the styles for all input boxes*/
.InputBox
{
	color: black;
	background-color: #FDFDFD;
	border: 1px solid black;
	font: normal 10px Verdana,tahoma,Arial;
}

/* This class defines the styles for all text areas*/
.InputBoxTextArea
{
	color: black;
	background-color: #FDFDFD;
	border: 1px solid black;
	font: normal 10px Verdana,tahoma,Arial;
}

/* This class defines the styles for all generic buttons */
.InputSubmitTask
{
	color: white;
	background-color: #FFCC00;
	font: bold 10px Verdana, Arial,Helvetica,Sans Serif;
	border: 1px solid #14314F;
}

/* This class defines the styles for main tables*/
.Table1
{
	border: 1px solid black;
	margin: 1px 0 10px 0;
}

/* This class defines the styles for all error messages */
.Error {
	color: red;
}

/* This class defines the styles for all required field markers */
.Required {
	font: bold 10px Verdana,tahoma,Arial;
	color: red;
}

.exceltext {mso-number-format: \@;}

.validatorHighlight {background-color: lemonchiffon;}

.progressBackgroundFilter,#progressBackgroundFilter {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000; 
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

.exceltext {mso-number-format: \@;}

.Watermark
{
	color: #666666;
	background-color: #FDFDFD;
	border: 1px solid black;
	font-family: Verdana,tahoma,Arial; 
	font-size: 10px;
	font-weight: normal;
}

.orderby	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black; font-weight: bold; float: right;}
