@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, .fakelink {
	text-decoration: underline;
	font-weight: bold;
	color: #0033CC;
	cursor: pointer;
}
a:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, .fakelink:hover {
	color: #0066FF;
}

a img {
	border: none;
}

.padding {
	padding: 10px;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 500px;
	background-color: #000000;
	z-index:10;
}
#popup {
	width: 400px;
	min-height: 300px;
	background-color: #FFF;
	border: solid 8px #000;
	padding: 10px;
	z-index:11;
        position: absolute;
        overflow: auto;
}

.boxbar {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #000000;
}
.closebox {
	float: right;
	cursor: pointer;
}

#loginbox {
	width: 450px;
	height: 300px;
	position: absolute;
	background-color:#FFFF99;
	border: solid 2px #FFFFFF;
	top: 50%;
	left: 50%;
	z-index: 11;
}
#loginbox .innerborder {
	width: 448px;
	height: 298px;
	border: solid 1px #000000;
}

#loginbox .boxbar {
	background-color:#003399;
}

#loginbox input {
	border: solid 2px #0066CC;
	width: 146px;
}
#loginbox .label {
	font-size: 0.9em;
	background-color: #0066CC;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 2px;
}
.button {
	font-weight: bold;
	padding: 1px 5px;
	margin: 0px 3px;
	background-color: #CCCCCC;
	border: solid 1px #000000;
	font-size: 1em;
	line-height: 34px;
	height: 30px;
	cursor: pointer;
}
.button.submit {
	background-color: #FFCC00;
}
.button.wait {
	background-image: url('/images/loadbar.gif');
	background-repeat:no-repeat;
	background-position:center;
	font-size: 1em;
	line-height: 34px;
	color: #FFFFFF;
}
.errormessage {
	color: #660000;
	background-color:#FFAAAA;
	padding: 5px;
	margin-bottom: 10px;
}
.warningmessage {
	color: #000;
	background-color: #C90;
	padding: 5px;
	margin-bottom: 10px;
}
.happymessage {
	color:#003300;
	background-color: #99CC00;
	padding: 5px;
	margin-bottom: 10px;
}
.addtocartform {
	padding: 8px;
	margin: 5px auto;
	width: 200px;
	text-align: center;
}
.formtable .label {
	font-weight: bold;
	font-size: small;
	text-align: right;
	padding-right: 5px;
}
.formtable .note {
	font-size: small;
	text-align: left;
	padding-left: 5px;
	color:#666666;
}
#footer {
	font-size: 0.8em;
	margin-top: 30px;
	text-align: center;
}
.datarow, .datarow1, .datarow2 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 0px;
	border-bottom: solid 1px #cccccc;
}
.datarow.a {
	background-color: #FAFAD2;
}
.datarow.b {
	background-color: #FFFFE0;
}
.datarow1.a {
	background-color: #B6CAF8;
}
.datarow1.b {
	background-color: #D1DFF8;
}
.datarow2.a {
	background-color: #F0BBF4;
}
.datarow2.b {
	background-color: #F8C9F0;
}
.datarow.selected {
	background-color: #FF6600;
}
.datarowheader {
	background-color: #996600;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 0px;
	border-bottom: solid 1px #cccccc;
}

.datatable {
	border: solid 1px #000000;
	font-family: "Courier New", Courier, monospace;
	margin: 10px 0;
        border-spacing: 0px;
}
.datatable .dataheader td {
	font-weight: bold;
	text-align: center;
	border-top: none;
	background-color: #FFFF99;
}
.datatable td {
	padding: 5px;
	border-top: solid 1px #E6E6E6;

}

.formtable {

}
.formtable .headerrow {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: solid 1px #E7E6D3;
}
.formtable .label {
	vertical-align: top;
	padding: 5px 0px;
}
.formtable .input {
	vertical-align: top;
	padding: 5px 3px;
}
.formtable .buttonrow {
	text-align: center;
	padding-top: 5px;
	border-top: solid 1px #E7E6D3;
}

.helptip {
	padding: 8px;
	background-image:url(/images/questionmark.gif);
	background-position: center;
	background-repeat:no-repeat;
	vertical-align: middle;
	cursor: help;
	margin: 0px 5px;
	line-height: normal;
}




/* The hint to Hide and Show */
.formstyle dfn {
   	display: none;
    position: absolute;
	z-index: 99;
    left: 300px;
    width: 250px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
	font-size: 12px;
	line-height: normal;
}

/* The pointer image is hadded by using another span */
.hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/images/formtip_pointer.gif) left top no-repeat;
}


.formstyle {
	margin: 10px auto;
}

.formstyle fieldset {
float: left;
clear: left;
width: 100%;
margin: 0 0 10px 0;
padding: 0;
border: solid 1px #CCCCCC;
background-color:#FBFCE4;
}
.formstyle legend {
margin-left: 1em;
color: #000000;
font-weight: bold;
padding: 0px 8px;
}
.formstyle ul {
padding: 0px;
margin: 0px;
list-style: none;
}
.formstyle ul li {
float: left;
clear: left;
width: 100%;
padding-left: 3px;
padding-bottom: 10px;
list-style: none;
position: relative;
background: none;
}
.formstyle fieldset.submit {
float: none;
width: auto;
border: 0 none #FFF;
text-align: center;
background: none;
}
.formstyle label {
float: left;
width: 7em;  
margin-right: 1em;
text-align: right;
padding-bottom: 20px;
}
.charcount-safe {
	color: #006600;
	font-size: 0.7em;
}
.charcount-limit {
	color: #990000;
	font-size: 0.7em;
}