td, body, input, select { font-family : Arial, Helvetica, sans-serif; font-size : 11px; }
.order td, .order body, .order input, .order select {font-family: Verdana; font-size: x-small; color: #666666;}
body {margin:0px;}
img{ border:0px; }
#contentcell 
{
	margin:20px 0px 0px 0px;
	min-height: 400px;
}
#content, .content
{
	margin:10px 20px 10px 20px;
}

/*--- tabs ---*/
.tabsel {
	BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 10px; FONT-WEIGHT: bold; BORDER-LEFT: #666666 1px solid; COLOR: #0066cc; BORDER-BOTTOM: #ffffff 1px solid; HEIGHT: 24px; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center
}
.tabsel a, .tabsel a:hover, .tabsel a:visited {
	FONT-WEIGHT: bold; COLOR: #0066cc
}
.tabdef {
	BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 10px; FONT-WEIGHT: bold; BORDER-LEFT: #666666 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #666666 1px solid; HEIGHT: 24px; BACKGROUND-COLOR: #0066cc; TEXT-ALIGN: center
}
.tabdef a, .tabdef a:hover, .tabdef a:visited {
	FONT-WEIGHT: bold; COLOR: #ffffff
}
.tabsep {
	BORDER-BOTTOM: #666666 1px solid
}
.tabrunner 
{
	border-bottom: 1px solid #666666;
}

/* Navigation */
.nav h2, .nav hr { display: none }
.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }
.nav li {
 border-right: 1px solid #d7d7d7;
 display: inline;
 padding: 0 .75em;
 white-space: nowrap;
}
.nav li.last { border-right: none }

INPUT.line, TEXTAREA { border: solid 1px gray; }
/* for checkboxes */
.cb input { vertical-align:middle; margin-right:5px; }
TH, .tdblue { background : #ffffff; color: #336699; font-family : Arial, Helvetica, sans-serif; font-size : 11px; font-weight : bold; text-align: left; }
.b1 { background : transparent; color : #00539B; font-size : 14px; font-weight: bold; text-decoration : none; }
.b2, a.b2, a.b2:visited  { background : transparent; color : #00539B; font-size : 12px; font-weight: bold; text-decoration : none; }
a.b2:hover
{
	text-decoration: underline;
}
.bw { background : transparent; color : #ffffff; font-size : 11px; font-weight: bold; text-decoration : none; }
.s1 { font-size : 11px; color : #444444; text-decoration : none; }
.s2 { font-size : 9px; color : #cc0033; text-decoration : none; }
.o1 { font-size : 12px; color : #666; font-weight:bold; text-decoration : none; }
.sm { font-size : x-small; }
.reqfield 
{
	font-weight:bold;
}
a:hover {
	color : #cc0033;
}
.tdblue a {
	color:#336699;
}
.button { width: 100px; background-color: #efefef; }
H1 { 
	color:#0070A8;
	font-size:16px; 
	font-weight:bold; 
	text-decoration: none;
	margin-top:0px;
}
H2 {
	font-size:14px; 
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	}
.header {
	color:#000;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}
.header:hover 
{
	color:#000;
	text-decoration: underline;
}
.header:visited 
{
	color:#000;
} 
.h2 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999; 
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.h2section 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin-left: 50px;
	margin-bottom: 20px;
}
.pagenav {
	font-family:Verdana,Arial,Helvetica;
	font-size: 12px;
}

.instructions 
{
	margin-top:20px;
	padding:10px; 
}

/* Boxes */
.noteBox { border-style: solid; border-width: 1px; border-color: #F0C000; background-color: #FFFFCE; }
.infoBox { border-style: solid; border-width: 1px; border-color: #3c78b5; background-color: #D8E4F1; }
.tipBox { border-style: solid; border-width: 1px; border-color: #090; background-color: #dfd; }

.warningBox {
  padding: 10 5 10 30px;
  border: 1px dotted #cfcfcf;
  margin: 10 0 15 0px;
  background: #F9E4E4 url(images/stopsign.gif) no-repeat 8px 8px;
  font-size: 11px;
  font-weight: bold;
}

.infoBox {
  padding: 10 5 10 30px;
  border: 1px dotted #3c78b5;
  margin: 10 0 15 0px;
  background: #D8E4F1 url(images/icon-time.gif) no-repeat 8px 8px;
  font-size: 11px;
  font-weight: bold;
}

#vdSummary 
{
  padding: 10 5 10 30px;
  border: 1px dashed #cfcfcf;
  margin: 10 0 15 20px;
  background: #F9E4E4 url(images/stopsign.gif) no-repeat 8px 8px;
  font-size: 12px;
  font-weight: bold;
  width: 500px;
}

#vdSummary li 
{
	color: black;
	font-weight: bold;
	list-style-type: square;
}

/* For update page */
#FormPanel #vdSummary
{
	margin-left: 0px;
	width:518px;
}

/* Order Pages */
.formtitle 
{
	font-weight:bold;
}
.bold 
{
	font-weight:bold;
	color: rgb(102, 102, 102);
}
.required 
{
	font-family:Verdana;
	font-size:10px;
	color: rgb(255, 17, 0);
}
#footer 
{
	text-align: center;
	margin: 10px;
}

/* Order Pages */
.order dl 
{
	padding:0px;
}
.order dt
{
	margin:0 0 1em 0; padding: 0; font-weight: bold;
}
.order dd
{
	margin: 0 0 1em 0;
	padding: 0;
}