/**********************************************************
TOP TABLE STYLES
**********************************************************/

.topTable{
	background:#666666;
	width:800px;
	}
	
.topHeader{
	background:	url(images/bg_searchHeader.jpg);
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	}

.topFieldHeader{
	width:600px;
	background:	url(images/bg_searchFieldHeader.jpg);
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	}

.topField{
	background:	url(images/bg_searchField.jpg);
	font-family:arial;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	}
	
.topFieldInput{
	background:	url(images/bg_input.jpg);
	border:1px solid #999999;	
	margin:2px;
	font-family:arial;
	font-size:11px;
	color:#444444;
	}

.topSubmit{
	background:	#001E3C;
	border:1px solid #666666;	
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;	
	text-align:center;
	width:150px;	
	}

/**********************************************************
ORDER LISTING STYLES
**********************************************************/	

.bottomTable{
	background:#FFFFFF;
	width:800px;
	border:1px solid #666666;
	margin-bottom:4px;
	}
	
.bottomHeader{
	background:url(images/bg_orderHeader.jpg);
	font-family:Arial;
	font-size:14px;
	color:#000000;	
	font-weight:bold;
	height:25px;
	padding-left:10px;
	}

.bottomSubheader{
	background:url(images/bg_orderSubheader.jpg);
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;	
	font-weight:bold;	
	height:27px;	
	padding-right:10px;
	}

.bottomSubheaderText{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;	
	font-weight:bold;	
	text-decoration:none;
	}

.bottomTableHeaders{
	background:#C4E1FF;
	border:1px solid #999999;
	width:772px;
	height:24px;
	overflow:hidden;
	margin:2px;
	}

.headerText{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding-top:4px;
	}

.bottomUnmarked_1{
	background:#EEF7FF;
	border:1px solid #999999;
	width:772px;
	height:24px;
	overflow:hidden;
	margin:2px;
	}

.bottomUnmarked_2{
	background:#F7FBFF;
	border:1px solid #999999;
	width:772px;
	height:24px;
	overflow:hidden;
	margin:2px;
	}

.bottomMarked{
	background:#FEF39A;
	border:1px solid #999999;
	width:772px;
	height:24px;
	overflow:hidden;
	margin:2px;
	}
			
.bottomNew{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000099;
	text-align:left;
	padding-top:4px;

	}	
	
.bottomOld{
	font-family:Arial;
	font-size:11px;
	color:#444444;
	text-align:left;
	padding-top:4px;
	}	

.deleteItem{
	font-family:Arial;
	font-weight:normal;
	color:#990000;	
	font-size:11px;
	}

.editItem{
	font-family:Arial;
	font-weight:normal;
	color:#188E00;	
	font-size:11px;
	}
		
.messageArea{
	background:#FFD077;
	width:784px;
	border:1px solid #FFFFFF;
	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#444444;
	padding:8px;
	margin:6px 0px 6px 0px;
	}
	
.bottomSubmit{
	background:	#C4E1FF;
	border:1px solid #FFFFFF;	
	font-family:Arial;
	font-size:11px;
	color:#000000;	
	text-align:center;
	width:100px;
	}
	
.otherSubmit{
	background:	#FFD077;
	border:1px solid #666666;	
	font-family:Arial;
	font-size:13px;
	color:#000000;	
	text-align:center;
	width:140px;
	}	

/**********************************************************
CUSTOM STYLES
**********************************************************/	
.questionBox{
	background:#E9EBEE;
	border:1px solid #000000;
	padding:4px;
	width:800px;	
	font-size:12px;
	font-family:arial;
	color:#000000;
	}


