body,table
{
    font-family: Verdana;
    font-size: 12px;
}

.resultsTable, #commandsTable, #optionsTable
{
	text-align: left;
	width: 650px;
}

#optionsTable 
{
	text-align: center;
}

#commandsTable 
{
	border: none;
	text-align: left;
}

#commandsTable .header
{
	border-bottom: 1px solid #00ADEF;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

.resultsTable td, .resultsTable th
{
	border-left: none;
	border-right: none;
}

.resultsTable td 
{
	padding-right: 20px;
}

.odd 
{
	background-color: #C6F7FF;
}

.resultsTable th 
{
   border-top: 2px solid #00ADEF;
   border-bottom: 2px solid #00ADEF;   
   font-size: 11px;
   font-weight: normal !important;
}

.outerLeft
{
   border-left: 2px solid #00ADEF !important;
}

.outerRight
{
   border-right: 2px solid #00ADEF !important;
}

.tablePre 
{
	font-size: 12px;
	font-weight: bold;
}

a.suggested 
{
	font-weight: bold;
}

a 
{
	color: Black;
}

#inputDataWrapper 
{
	display: block;
	width: 650px;
	font-size: 14px;
	font-weight: bold;
}

#inputDataWrapperHeader
{
	background-color: #00ADEF;
}

#inputDataWrapper h2 
{
	border-bottom: 1px solid #00ADEF;
	background-color: White;
	font-size: 12px;
	font-weight: bold;
	width: 50%;
}

#inputDataLayer 
{
	margin-top: 0px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 12px;
}

#inputDataWrapper img 
{
	float: right;
}

.inputDataField 
{
	font-size: 12px;
	width: 100px;
}

#inputDataLayer strong
{
	font-weight: bold;
	width: 100px;
}

.fieldTitle
{
	font-weight: normal;
	width: 180px;
}

.fieldData
{
	width: 210px;
	text-align: right;
}

.fieldData select 
{
	font-family: Verdana;
	font-size: 12px;
}

.fieldImage
{
}

.error 
{
	font-weight: bold;
}

.help 
{
	font-weight: normal;
}

#header 
{
	display: block;
	clear: both;
	text-align: right;
	border: none;
}

#header h1 
{
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear:both;
	border-bottom: 2px solid #00ADEF;
	font-size: 18px;
	color: #00ADEF;
}

#header #poweredby 
{
	
	display: block;
	clear: both;
	font-size: 9px;
	color: #0083d7;
	border: none;
}

#selection 
{
	display: block;
	width: 650px;
	background-color: #7BC6FF;
	height: 25px;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
}

#selection strong 
{
	font-weight: normal;
	font-size: 12px;
	width: 180px;
}

#motor 
{
	display: block;
	width: 650px;
	background-color: #DBDEE4;
	height: 25px;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;	
}

#motor strong 
{
	font-weight: normal;
	font-size: 12px;
	width: 180px;
}

.notesCell 
{
	text-align: center;
	background-color: #DBDEE4 !important;
	border: 2px solid black !important;
	font-size: 9px !important;
}

.headerSmall 
{
	font-size: 10px !important;
}

.inputDataHeader 
{
	border-bottom: 1px solid #00ADEF;
	font-weight: bold;
}

.selectionImageHeader 
{
	border-bottom: 1px solid #00ADEF;
	font-weight: bold;
	text-align: center;
	display:block;
	clear: both;
}

#selectionWrapper 
{
	width: 790px;
}

#selectionWrapper td 
{
	vertical-align: top;
}

#selectionWrapper .selectionImage 
{
	margin-top: 10px;
}

#selectionWrapper .serviceFactorImage
{
	margin-top: 0px;
}

.label 
{
	border: 1px solid #00AEEF;
	background-color: #E2E0DF;
	font-size: 11px;
	font-family: Verdana;
	color: Black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.notes 
{
	width: 650px;
	border: 1px solid #00AEEF;
	background-color: #E2E0DF;
	font-size: 11px;
	font-family: Verdana;
	color: Black;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	background-image: url(img/icons/info.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

#selectionCommands 
{
	width: 650px;
	margin-bottom: 2px;
}

#selectionCommands input 
{
	float: right;
}

.fieldData input 
{
	width: 120px;
}

.button 
{
	background-image: url(img/bg_button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 29px !important;
	width: 161px !important;
	border: none;
	font-family: Verdana, Sans-Serif;
	text-align: center;
	font-weight: bold;
}

.large 
{
	background-image: url(img/bg_button_large.gif);
	width: 200px !important;
}

.small 
{
	background-image: url(img/bg_button_small.gif);
	width: 55px !important;
	height: 24px !important;
	font-weight: normal !important;
}

input 
{
	font-family: Verdana, Sans-Serif;
}

select 
{
	width: 100%;
}