﻿body	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal;}
label	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal;}

h1  {font-size: 18pt; color: #5A5F32; font-weight: bold;}

/* This class defines the syles for all generic links */
a:link		{color: #4C4268;  text-decoration: none} 
a:active	{color: #4C4268; text-decoration: none} 
a:visited	{color: #4C4268; text-decoration: none} 
a:hover		{color: #4C4268; text-decoration: underline;}

/* This class defines the styles for table headers in the  */
.TableHeader 
{
	color: #FFFFFF; 
	background-color: #427537; 
	font-family: Verdana, tahoma, Arial; 
	font-size: 11px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}

/* This class defines table backgrounds */
.List1 
{
	color: #14314F; 
	background-color: #e5e5e5; 
	line-height: 14px; 
	font-family: Verdana,tahoma,Arial; 
	font-size: 10px;
	font-weight: normal;
}

/* This class defines table backgrounds with bold type */
.List1bold 
{
	color: #14314F; 
	background-color: #e5e5e5; 
	line-height: 14px; 
	font-family: Verdana,tahoma,Arial; 
	font-size: 10px;
	font-weight: bold;
}

/* This class defines table backgrounds */
.List2 
{
	color: #14314F; 
	background-color:  #f5f5f5;
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}

/* This class defines table backgrounds with bold type*/
.List2bold 
{
	color: #14314F; 
	background-color: #f5f5f5;
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: bold;
}

/* This class defines the styles for all generic buttons */
.InputSubmit1
{
	color: #FFFFFF;
	background-color: #427537;
	font: 10px Verdana, Arial,Helvetica,Sans Serif;
	font-weight: bold;
	border-top : 1px solid #14314F;
	border-bottom : 1px solid #14314F;
	border-left : 1px solid #14314F;
	border-right : 1px solid #14314F ;
}

/* This class defines the styles for all buttons on the main  display*/
.InputSubmit2
{
	color: #FFFFFF; 
	background-color: #427537;
	border-top : 1px solid #14314F;
	border-bottom : 1px solid #14314F;
	border-left : 1px solid #14314F;
	border-right : 1px solid #14314F;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: bold;
}

/* This class defines the styles for all input boxes*/
.InputBox
{
	color: #000000;
	background-color: #FDFDFD;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
}

/* This class defines the styles for all text areas*/
.InputBoxTextArea
{
	color: #000000;
	background-color: #FDFDFD;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-family: Verdana,tahoma,Arial; 
	font-size: 10px;
	font-weight: normal;
}

/* This class defines the styles for main tables*/
.Table1
{
	border: 1px solid #000000;
	margin-bottom: 10px;
}

/* This class defines the styles for all  control panel links*/
.IconLink {font-family: Tahoma, Verdana, Helvetica, sans-serif; color: #999999; font-weight: normal}
a.IconLink:link {color: #4C4268;  text-decoration: none} 
a.IconLink:active {color: #4C4268; text-decoration: none} 
a.IconLink:visited {color: #4C4268; text-decoration: none} 
a.IconLink:hover {color: #4C4268; text-decoration: underline;}

/* This class defines the styles for all  control panel links*/
.link {font-family: Tahoma, Verdana, Helvetica, sans-serif; color: #999999; font-weight: normal}
a.link:link {color: #4C4268;  text-decoration: none} 
a.link:active {color: #4C4268; text-decoration: none} 
a.link:visited {color: #4C4268; text-decoration: none} 
a.link:hover {color: #4C4268; text-decoration: underline;}

/* 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: #FF0000;
}

/* This class defines the styles for all required field markers */
.Required {
	font-family: Verdana,tahoma,Arial; 
	font-size: 10px;
	font-weight: normal;
	font-weight: bold;
	color: #FF0000;
}

.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;
}

.ProductImage {margin: 0 10px 10px 10px;}