

#OrderListing{
	
}

#OrderListing ul{
	list-style:none;
	margin:0;
	padding:0;
	
	border-top:solid 1px #dddddd;
}

#OrderListing ul li{
	list-style:none;
	width:auto;
	height:auto;
	
	margin:0;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:8px;
	
	border-bottom:solid 1px #dddddd;
	
	background-image:url(../gfx/Navigation/SiteTrackArrow.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	
	font-size:11px;
}






#OrderListing ul li span.Name{
	display:block;
	width:50%;
	height:auto;
	float:left;
	clear:both;	
	
	font-size:12px;
	color:#5a5a5a;
	font-weight:bold;
}

#OrderListing ul li span.Actions{
	display:block;
	width:auto;
	height:auto;
	
	float:right;
}




#OrderListing ul li span.Date{
	display:block;
	float:none;
	clear:both;

}

span.Status0{
	color:#c22b29;
	padding-left:20px;
	
	background-image:url(../gfx/Orders_Status0.gif);
	background-repeat:no-repeat;
	background-position:8px 3px;
	
}

span.Status1{
	color:#2f7e20;
	padding-left:20px;
	
	background-image:url(../gfx/Orders_Status1.gif);
	background-repeat:no-repeat;
	background-position:8px 3px;
}


















/* The order form */

fieldset{
	display:block;
	width:480px;
	height:auto;
	margin-bottom:30px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
}

fieldset legend{
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	padding-right:6px;
	color:#1d88cb;
	font-weight:normal;
}


/* Help button */

fieldset legend a{
	margin-left:20px;
	padding-left:15px;
	text-decoration:none;
	
	background-image:url(../gfx/Icon_Help.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	
	
}

fieldset legend a:link, fieldset legend a:visited{
	color:#1b4988;
}

fieldset legend a:hover, fieldset legend a:active{
	color:#4973ad;
}




fieldset fieldset{
	width:440px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:3px;
}

fieldset fieldset legend{
	font-size:11px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:6px;
}

span.FormElement{
	display:block;
	margin-bottom:4px;
	clear:both;
}

span.Label{
	display:block;
	width:90px;
	margin-right:3px;
	padding-top:4px;
}

span.LabelLong{
	display:block;
	width:127px;
	margin-right:4px;
	padding-top:4px;
}

span.LblTxtArea{
	display:block;
	float:none;
	margin-top:4px;
}

span.L{
	float:left;
	text-align:right;
	margin-right:2px;
}

span.R{
	float:left;
	text-align:left;
}

label{
	margin-left:2px;
	cursor:pointer;
}








form .InpTxt{
	width:160px;
	margin-bottom:3px;
	padding:0;
	
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}

form .InputCheck{
	margin:0;
	padding:0;
	cursor:pointer;
}

form .InputRadio{
	margin-top:1px;
	margin-bottom:1px;
	padding:0;
	cursor:pointer;
}

form textarea{
	width:410px;
	height:55px;
	overflow:auto;
	margin-top:0;
	margin-bottom:20px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}

/* Already declared in content.css
form .FormButton{
	font-size:10px;
	cursor:pointer;
}
*/


/* Form element replacement spans */

span.InpTxtPrint{
	display:block;
	padding-left:6px;
	padding-top:3px;
	
	font-size:12px;
	color:#000000;
}

span.TextareaPrint{
	display:block;
	margin-bottom:20pt;
	font-size:12px;
	color:#000000;
}





/*
Widths on form elements (text + textarea)
InputText default=170px
*/

form .W_1{
	width:35px;
}

form .W_2{
	width:50px;
}

form .W_3{
	width:75px;
}

form .W_4{
	width:100px;
}

form .W_5{
	width:200px;
}






.NoWrap{
	white-space:nowrap;
}

span.VerticalSpacer{
	display:block;

	width:20px;
	height:20px;
	overflow:hidden;
	
	float:left;
}

.FloatLeft{
	float:left;
}














