/*a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}*/

div.readback_login, div.readback_forgot {
	line-height: 24px;
	text-align: center;
	width: 300px;
}
div.readback_messages, div.readback_errors {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	width: 60%;
}
div.readback_messages {
}
div.readback_errors {
	color: #CC0000;
	font-weight: bold;
}
div.order_list {
	font: 10pt arial;
	color: black;
}
div.order_toolbar {
	text-align: right;
	margin-bottom: 16px;
}
.order_toolbar a {
}
div.order {
	margin-bottom: 10px;
	border: 1px solid black;
}
div.order_details {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	color: #DDDDDD;	
}
div.order_number, div.order_date, div.order_name, div.order_address, div.order_ccnum, div.order_willcall {
	margin-right: 10px;
	margin-left: 10px;
}
div.order_number {
	font-size: 120%;
	margin-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
div.order_address {
	display: none;
}
div.order_willcall {
	font-weight: bold;
	margin-top: 16px;
}

div.order_screenings {
	color: black;
}
div.screening_header {
	border-top: 1px solid black;
	width: 100%;
	clear: both;
	border-bottom: 1px solid black;
	background-color: #999999;
	height: 16px;
	margin-bottom: 5px;
	color: white;
}
div.screening {
	width: 100%;
	clear: both;
	padding-bottom: 3px;
	height: 22px;
}
div.hdr_qty,div.scr_qty,div.hdr_title,div.scr_title,div.hdr_date,div.scr_date,div.hdr_time,div.scr_time,div.hdr_venue,div.scr_venue,div.hdr_price,div.scr_price,div.hdr_total,div.scr_total,div.hdr_tickets,div.scr_tickets {
	display: block;
	float: left;
	margin-right: 3px;
}
div.hdr_qty,div.hdr_title,div.hdr_date,div.hdr_time,div.hdr_venue,div.hdr_price,div.hdr_total,div.hdr_tickets {
	font-weight: bold;
}
div.hdr_title,div.scr_title{
	padding-left: 3px;
	width: 330px;
}
div.hdr_date,div.scr_date{
	width: 70px;
}
div.hdr_time,div.scr_time{
	width: 40px;
}
div.hdr_venue,div.scr_venue{
	width: 160px;
}
div.hdr_qty,div.scr_qty{
	width: 30px;
	float:right;
	text-align: center;
}
div.hdr_tickets,div.scr_tickets{
	width: 80px;
	float:right;
	text-align: center;
}
div.hdr_price,div.scr_price{
	width: 50px;
	float:right;
	text-align: right;
}
div.hdr_total,div.scr_total{
	width: 50px;
	float:right;
	text-align: right;
}

div.order_totals {
	color: black;
	text-align: right;
	margin-top: 0px;
	border-top: 1px solid black;
	padding-bottom: 10px;
}
div.order_total_line {
 clear: both;
 height: 16px;
}
div.order_total_label, div.order_total_amount {
	margin-left: 3px;
	height: 16px;
}
div.order_total_amount {
	width: 80px;
	float: right;
	padding-right: 3px;
	border-bottom: 1px solid black;
}
div.order_total_label {
	width: 220px;
	float: right;
	font-weight: bold;
}
span.schedule_day {
	padding-left: 4px;
	color: black;
}