.ordersTbl{
	width:100%;
	margin-top:15px;
}
.ordersTbl th{
	background-color:#999999;
}

.odd{
	background-color:#e5e5e5;
}

.even{
	background-color:#cccccc;
}

.ordersTbl td, .ordersTbl th{
	padding:3px 5px;
	text-align:center;
}

.error{
	color:#900000;
	font-weight:bold;
}

.controls{
	display:none;
}

.order_info th{
	text-align: left;
	font-weight:normal;
}

.order_info td{
	text-align: center;
}

.proof_choice td{
	padding:10px;
}

.proof_choice a{
	text-decoration: none;
	padding:12px 18px;
	margin:4px 0px;
	background:transparent url(/lib/unchecked_act.gif) no-repeat scroll 50% 50%;
	font-size:24;
}

.proof_choice a:hover{
	background:transparent url(/lib/checked_act.gif) no-repeat scroll 50% 50%;
}

.proof_box{
	margin:10px 0px;
}

.add_form{
	font-weight:bold;
	padding:15px;
	margin:20px;
}

.add_form td{
	padding:5px!important;
}

.validationError{
	border:2px solid red;
}
