#exportDiv {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 250px;
	border: solid black 1px;
	z-index: 2;
	visibility: hidden;
}

#warningHeader {
	background-color: #FFFACD;
	width: 100%;
}

#mainDiv {
	position: relative;
	z-index: 1;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
    padding: 0px;
	font-size: 11px;
}
DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.productTypes a {
	font-weight: normal;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #585858;
}

TD.searchRow0 {
        background-color: #FFFFFF;
}

TD.searchRow1 {
        background-color: #EDEDD3;
}

A.bigger {
	color: #981B1E;
	font-size: 12px;
	font-weight: bold;
}	

A {
    font-family: Verdana;
	color: #981B1E;
	font-size: 11px;
	font-weight: bold;
}	
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: none;
}

A.brown {
	color: #999966;
}

A.white {
	color: #FFFFFF;
	font-size: 11px;
   font-weight: normal;
}	

a.header
{
	color: #FFFFFF;
	font-weight: normal;
}

INPUT, SELECT {
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #484848;
}
TEXTAREA {
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #484848;
}


font.head1
{
	font-family: Arial;
	font-size: 12px;
	color: #777770;
	font-weight: bold;
}

font.smallColor
{
	font-family:Arial;
	font-size: 10px;
	color: #585858;
}

font.signUp
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

font.color
{
	font-family: Arial;
	font-size: 10px;
	color: #999966;
	font-weight: bold;
}

font.whiteHeader
{
   font-family: Arial;
   font-size: 11pt;
   color: #FFFFFF;
   font-weight: bold;
}

font.redHeader
{
   font-family: Arial;
   font-size: 14pt;
   color: #981B1E;
   font-weight: regular;
}

font.questionMark
{
	font-family: Arial;
	font-size: 11px;
	color: #999966;
	font-weight: bold;
}

font.tableHead
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

font.tableHeadRed
{
	font-family: Arial;
	font-size: 11px;
	color: #DD0000;
	font-weight: bold;
}

font.heading
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
}

.red
{
	font-family:Arial;
	font-size: 11px;
	color:#981B1E;
}

INPUT.error {
   background-color: #C24020;
   color: #FFFFFF;
}

textarea.error {
   background-color: #C24020;
   color: #FFFFFF;
}
TD.WhiteOnGrayHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background: #838383;
}
