/*form elements*/
form  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 1px solid #333;
	margin: 0.5em 0 10px;
	padding: 0 0 0.5em;
	width: 700px;
	float: left;
	clear: both;
}
legend {
	color: #F0C;
	padding: 0;
	margin-left: 16px;
	font-size: 14px;
	font-weight: bold;
}

/*the zoom property fixes the extra whitespace between items in lists in ie6*/
fieldset ol{
	list-style-type: none;
	padding: 16px 3px 0 0px;
	zoom: 1;
	margin: 0px 0px 0px 16px;
	width: 680px;
}
fieldset li {
	clear: left;
	float: left;
	width: 99%;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #foc;
	padding-bottom: 6px;
	padding-top: 6px;
}
fieldset ol li input {
	vertical-align: baseline;
}


/*there are 6 label tags, either flush left or right to input, and in short, medium and long line lengths*/
label.rightshort{
	width: 10em;
	float: left;
	margin-right: 1em;
	text-align: right;
}
label.rightmedium{
	width: 18em;
	float: left;
	margin-right: 1em;
	text-align: right;
}
label.rightlong{
	width: 26em;
	float: left;
	margin-right: 1em;
	text-align: right;
}
label.leftshort {
	width: 10em;
	float: left;
	margin-right: 1em;
	text-align: left;
}
label.leftmedium {
	width: 18em;
	float: left;
	margin-right: 1em;
	text-align: left;
}
label.leftlong {
	width: 26em;
	float: left;
	margin-right: 1em;
	text-align: left;
}

/*there are 3 fieldset.submit tags, to align properly with short, medium and long labels*/
fieldset.submitshort {
	float: none;
	width: auto;
	padding-left: 12em;
	border: 0 none #fff;
	background-color: transparent;
	background-image: none;
	padding-top: 12px;
}
fieldset.submitmedium {
	float: none;
	width: auto;
	padding-left: 20em;
	border: 0 none #fff;
	background-color: transparent;
	background-image: none;
	padding-top: 12px;
}
fieldset.submitlong {
	float: none;
	width: auto;
	padding-left: 28em;
	border: 0 none #fff;
	background-color: transparent;
	background-image: none;
	padding-top: 12px;
}
fieldset.submit {
	font-family: Arial, sans-serif;
}
input.submit {
	font-size: 10px;
	border: 1px solid #6699FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*in case we want to asterisk required fields*/
.required {
	font-weight: bold;
	color: #F03;
	padding-right: 4px;
	padding-left: 4px;
}
/*the #extratext div is for text at the bottom, after form fields*/
#extratext {
	margin: 0px;
	padding: 5px 0px;
	color: #333;
	zoom: 1;
	width: 710px;
	clear: both;
	float: left;

}


/*alternating row color*/
tr.bg0 td {
	background-color: #fff;
	color: black;
	border-top: 1px solid #f93;
}
tr.bg1 td {
	background-color: #B6DAE5;
	border-top: 1px solid #f93;
}



/*alternating row color in read only - edit-delete pages- removes border*/
tr.bg0NOBORD td {
	background-color: #fff;
	color: black;
	border-bottom: 1px solid #f93;
}
tr.bg1NOBORD td {
	background-color: #B6DAE5;
}

/*edit - delete inside of table*/
td.editdelete {
	font-weight: bold;
	border-right: 0.5px solid #666;
	padding-top: 3px;
	background-color: #FFF;
	border-top: 3px solid #D6D6D6;
	font-style: italic;
}
  td.editdeletetop {
	font-weight: bold;
	border-right: 0.5px solid #666;
	padding-top: 3px;
	background-color: #fff;
	border-top: 1px solid #000;
	font-style: italic;
}
a.edit:link     {
	color: #F00;
	font-weight: bold;
	font-size: 9px;
}
a.edit:visited     {
	color: #666;
	font-weight: bold;
	font-size: 9px;
}
a.edit:hover     {
	color: #F93;
	font-weight: bold;
	font-size: 9px;
}
a.edit:active     {
	color: #F00;
	font-weight: bold;
	font-size: 9px;
}
a.delete:link     {
	color: #393;
	font-weight: bold;
	font-size: 9px;
}
a.delete:visited     {
	color: #666;
	font-weight: bold;
	font-size: 9px;
}
a.delete:hover     {
	color: #F93;
	font-weight: bold;
	font-size: 9px;
}
a.delete:active     {
	color: #393;
	font-weight: bold;
	font-size: 9px;
}

label {
	line-height: 15px;
}
.buttons {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #fff;

}
/*changes style of question if there is an error by user*/
.error {
	color: #F03;
	font-weight: bold;
}
/*the errormsg 1-5 offer incremental positioning from left to right*/
.errormsg1 {
	font-size: 10px;
	color: #f03;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 300px;
	position: absolute;
}
.errormsg2 {
	font-size: 10px;
	color: #f03;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 375px;
	position: absolute;
}
.errormsg3 {
	font-size: 10px;
	color: #f03;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 450px;
	position: absolute;
}
.errormsg4 {
	font-size: 10px;
	color: #f03;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 525px;
	position: absolute;
}
.errormsg5 {
	font-size: 10px;
	color: #f03;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 600px;
	position: absolute;
}
/*the instructmsg 1-5 offer incremental positioning from left to right*/
.instructmsg1 {
	font-size: 10px;
	color: #066;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 300px;
	position: absolute;
}
.instructmsg2 {
	font-size: 10px;
	color: #066;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 375px;
	position: absolute;
}
.instructmsg3 {
	font-size: 10px;
	color: #066;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 450px;
	position: absolute;
}
.instructmsg4 {
	font-size: 10px;
	color: #066;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 525px;
	position: absolute;
}
.instructmsg5 {
	font-size: 10px;
	color: #066;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	padding: 6px 0px 0px;
	line-height: 9px;
	left: 600px;
	position: absolute;
}
.printicon {
	font-size: 11px;
	position: absolute;
	left: 500px;
	background-image: url(printicon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-style: italic;
}
.tipbox  {
	background-color: #fff;
	border: 1px solid #999;
	padding: 3px;
	margin-left: 11px;
	text-decoration: none;
}
#PopUp {
	width:300px;
	background-color:#06c;
	padding:7px;
	color:#fff;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:10pt;
	display: none;
	left: 450px;
	position: absolute;
}
a.close:link {
	color: #fff;
}
a.close:visited {
	color: #fff;
}
a.close:hover {
	color: #f93;
}
a.close:active {
	color: #fff;
}
#fieldset  ol  li .checkbox {
	padding: 0px 22px 0px 0px;
	vertical-align: top;
	margin-right: 22px;
	float: left;
}
#main .other {
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 22px;
}
#main .price  {
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
}
#main ol li img {
	padding-right: 12px;
	padding-top: 0px;
}

