﻿body	{font: normal 11px Verdana, Arial, Helvetica; color: black;}
label	{font: normal 10px Verdana, Arial, Helvetica,; color: #14314F;}

h1	{font-size: 16pt; color: #bc0000; font-weight: 600; letter-spacing: .06cm; text-transform: uppercase; margin-top: 0;}

/* This class defines the syles for all generic links */
.link {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #CC0000; font-weight: normal}
a,a:visited,a.link,a.link:visited {color: #bc0000;  text-decoration: none} 
a:hover,a.link:hover {color: #023550; text-decoration: underline;}

/* This class defines the styles for table headers in the  */
.TableHeader 
{
	color: white; 
	background-color: #023550;
	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: #bc0000;
	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: #bc0000;  text-decoration: none} 
a.IconLink:active {color: #bc0000; text-decoration: none} 
a.IconLink:visited {color: #bc0000; text-decoration: none} 
a.IconLink:hover {color: #023550; text-decoration: none;}

/* This class defines the styles for all header links*/
.HeaderLink {color: #FFFFFF;}
a.HeaderLink:link {color: #FFFFFF; text-decoration: none} 
a.HeaderLink:active {color: #FFFFFF; text-decoration: none} 
a.HeaderLink:visited {color: #FFFFFF; text-decoration: none} 
a.HeaderLink:hover {color: #FFFFFF; text-decoration: underline;}

/* This class defines the styles for all error messages */
.Error {
	color: #bc0000;
}

.Required {
	color: #bc0000;
}

.validatorHighlight {background-color: lemonchiffon;}

#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;
}
.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;
}

.ProductImage {
	margin: 0 0 10px 10px;
}

.exceltext {mso-number-format: \@;}

.Watermark
{
	color: #666666;
	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: #367194;
	height: 50px;
	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: #ffff95;
	text-decoration: underline;
}
#adminMenu {
	width: 200px;
	background-color: #D0D6AC;
	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: #a62c28;
	text-decoration: none;
}
#adminMenu a:hover {
	color: #3f402c;
	text-decoration: underline;
}
.adminContent {
	padding: 20px;
}
