﻿body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black; font-weight: normal; margin: 0;}
label {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #14314F; font-weight: normal;}

h1 {font-size: 14pt; color: #005a9c; margin-top: 0;}

/* This class defines the syles for all generic links */
.link {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #1b2e5b; font-weight: normal}
a,a:visited,a.link,a.link:visited {color: #005a9c;  text-decoration: none} 
a:hover,a.link:hover {color: black; text-decoration: underline;}

/* This class defines the styles for table headers in the  */
.TableHeader 
{
	color: white; 
	background-color: #005a9c;
	font: bold 11px Verdana, tahoma, Arial;
	padding: 2px 6px 2px 6px; 
	border: 1px solid white;
}

/* This class defines table backgrounds */
.List1 
{
	color: #14314F; 
	background-color: #C0C0C0;
	font: normal 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}

/* This class defines table backgrounds with bold type */
.List1bold 
{
	color: #14314F; 
	background-color: #C0C0C0;
	font: bold 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}

/* This class defines table backgrounds */
.List2 
{
	color: #14314F; 
	background-color: #E2E2E2;
	font: normal 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}

/* This class defines table backgrounds with bold type*/
.List2bold 
{
	color: #14314F; 
	background-color: #E2E2E2;
	font: bold 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}

/* This class defines the styles for all generic buttons */
.InputSubmit1
{
	color: white;
	background-color: #005a9c;
	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: white;
	font: bold 10px Verdana, Arial,Helvetica,Sans Serif;
	border: 1px solid #14314F;
}

/* This class defines the styles for all input boxes*/
.InputBox
{
	color: black;
	background-color: #FDFDFD;
	font: normal 10px Verdana,tahoma,Arial;
	border: 1px solid black;
}

/* This class defines the styles for all text areas*/
.InputBoxTextArea
{
	color: black;
	background-color: #FDFDFD;
	font: normal 10px Verdana,tahoma,Arial;
	border: 1px solid black;
}

/* This class defines the styles for main tables*/
.Table1
{
	border: 1px solid black;
	margin: 1px 0 10px 0;
	border-collapse: separate;
}

/* This class defines the styles for all  control panel links*/
.IconLink {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #999999; font-weight: normal}
a.IconLink:link {color: #005a9c;  text-decoration: none} 
a.IconLink:active {color: #005a9c; text-decoration: none} 
a.IconLink:visited {color: #005a9c; text-decoration: none} 
a.IconLink:hover {color: black; text-decoration: underline;}

/* This class defines the styles for all header links*/
.HeaderLink {color: white;}
a.HeaderLink:link {color: white; text-decoration: none} 
a.HeaderLink:active {color: white; text-decoration: none} 
a.HeaderLink:visited {color: white; text-decoration: none} 
a.HeaderLink:hover {color: yellow; text-decoration: underline;}

/* This class defines the styles for all error messages */
.Error {
	color: #FF0000;
}

/* This class defines the styles for all required field markers */
.Required {
	font: bold 10px Verdana,tahoma,Arial;
	color: red;
}

.validatorHighlight {background-color: lemonchiffon;}

.progressBackgroundFilter,#progressBackgroundFilter {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000; 
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1000;
}
.popupPanel {
    z-index: 1002;
    padding: 10px;
    background-color: White;
    color: Black;
    border: 2px solid black;
    position: relative;
}

.exceltext {mso-number-format: \@;}

.Watermark {
	color: #888888;
	background-color: #FDFDFD;
	border: 1px solid #000000;
	font-family: Verdana,tahoma,Arial; 
	font-size: 10px;
	font-weight: normal;
}

/* Admin Layout */
.adminTable {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
.adminHeader {
	background-color: #005a9c;
	height: 40px;
	color: white;
	border-bottom: solid 1px white;
	padding: 10px;
}
.adminTitle {
	font: bold 16pt arial,verdana,san-serif;
	color: white;
	float: left;
}
.adminUser {
	font: bold 9pt/10pt arial,verdana,san-serif;
	color: white;
	text-align: right;
}
a.adminUser:link,a.adminUser:visited,a.adminUser:active {
	color: white;
	font: normal 8pt/8pt arial,verdana,san-serif;
	text-decoration: none;
}
a.adminUser:hover {
	color: yellow;
	text-decoration: underline;
}
#adminMenu {
	width: 200px;
	background-color: #E2E2E2;
	border-right: solid 1px black;
	padding: 10px;
}
#adminMenu ul {
	list-style-image: url(../_admin/images/marker.gif);
}
#adminMenu li {
	margin-left: -20px;
	font-size: 10px;
	line-height: 20px;
}
#adminMenu a:link,#adminMenu a:visited,#adminMenu a:active {
	color: #1b2e5b;
	text-decoration: none;
}
#adminMenu a:hover {
	color: black;
	text-decoration: underline;
}
.adminContent {
	padding: 20px;
}