/* CSS Document */
#wrapper {
	margin:0pt auto;
	min-height:400px;
	position:relative;
	width:950px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	}

th {
	text-align:right;
	font-weight:100;
}

h3 {
	margin:0;
}
	
#banner {
	background-image:url(images/banner_bkgd.jpg);
	background-repeat:repeat-x;
	width:950px;
	height:89px;
}

.masterreport {
	margin:0;
	/*padding:0px 7px 0px 0px;*/
	}

#reports {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	height:24px;
	border-bottom:1px solid black;
}

#reports ul {
	margin:0;
	padding: 0;
	list-style-type:none;
}

#reports li {
	float:left;
	margin:0;
	padding:4px 35px 0px 15px;
	background-image:url(images/bullet_go.png);
	background-repeat:no-repeat;
	background-position:0 3px;
}

#reports a {
	text-decoration:none;
	color:#000;
}

#reports a:hover {
	color:#F00
}

#nav {
	font-size:12px;
	font-weight:normal;
	background-image:url(images/button_bkgd2.jpg);
	background-repeat:repeat-x;
	width:950px;
	height:24px;
}

#nav ul {
	margin:0;
	/*padding:0px 7px 0px 0px;*/
	list-style:none;
	}
	
#nav li {
	float:left;
	margin:0;
	padding:4px 15px 0px 3px;
}

#nav a {
	text-decoration:none;
	color:#000;
}

#nav a:hover {
	color:#FFF;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#00F	
}

#indent {
	margin-left:25px;
}


#indent h2 {
	font-size:18px;
	font-weight:normal;
	color:#00F	
}

/*#order {
	width:750px;
	margin:0pt auto;
	border:1px solid #6F99CF;
}*/

.order th {
	color:#00F;
	font-weight:700;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	background-image:url(images/OrderTH.jpg);
	background-repeat:repeat-x;
}

.order td {
	color:#000F;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}

.customer th {
	color:#00F;
	font-weight:700;
	font-size:10px;
	text-align:left;
	vertical-align:top;
	background-image:url(images/OrderTH.jpg);
	background-repeat:repeat-x;
}

.customer td {
	color:#000F;
	font-weight:normal;
	vertical-align:top;
	font-size:10px;
	text-align:left;
}


.adminorder th {
	color:#00F;
	font-weight:700;
	font-size:12px;
	text-align:left;
	background-image:url(images/adminOrderTH.jpg);
	background-repeat:repeat-x;
}

.adminorder td {
	color:#000F;
	font-weight:normal;
	font-size:12px;
	text-align:left;
}


.orderitems th {
	color:#000;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	color:#00F;
	background-image:none;
	vertical-align:top;
	/*background-image:url(images/orderdetailTH.jpg);
	background-repeat:repeat-x;*/
}

.orderitems td {
	text-align:left;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}

.frm label, .frm input, .frm select {
	float:left;
	margin-bottom:5px;
	width:180px;
}

.frm label {
	padding-right:10px;
	text-align:right;
	width:125px;
}

.neworder th {
	font-size:16px;
	color:#000;
	font-weight:700;
	vertical-align:top;
	text-align:left;
	border-left;:2px solid #E1E1E1; 
}

.neworder td {
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	border-left:2px solid #E1E1E1;
}

.step_sub_heading {
	font-size:12px;
	color:#00F;
	font-weight:normal;
	text-align:left;
}

.orders {
	width:260px;
	margin-right:25px;
	padding-right:25px;
	/*border-right:2px blue solid;*/
	display:inline;
}

table.topalign td {
	vertical-align:top;
}

.inputlabel, .login {
	color:#E3832B;
	font-weight:700;
}

.inputlabel {
	margin-right:10px;
}

.fixedwidth {
	float: left;
	width: 100px;
	text-align:right;
}

.danceNumberCol {
	float:left;
	width 300px;	
}

.login {
	float:left;
	width:80px;
}
