#sidebar {
	display: none;
}

#copy {
	background-image: url("/images/main/forms/bg-copy.png");
	width: auto;
	float: none;
} 	

#copy-body {
	background-image: url("/images/main/forms/bg-copy-body.png");
}

#copy .link-outlets {
	margin: -5.1em 0 0;
	float: right;
}

#copy .link-outlets a {
	font-size: 1.1em;
	padding-right: 14px;
	background: url("../images/main/bg-link-more.gif") no-repeat right center;	
}

#copy .print {
	float: right;
	text-transform: capitalize;
	background: url("../images/main/bg-link-print.gif") no-repeat left center;
	padding-left: 20px;
}

#copy select {
	font-family: arial;
	font-size: 13px;
	color: #222;
	background-color: #fff;
	border: none;
	padding: .212em;
	border: 1px solid #b9c4d2;
	width: 140px;
}

#copy .outlets {
	margin-bottom: 0;
}

table#schedule {
	width: 100%;
	color: #343A42;
	margin: 1em 0 1.73em;
	border-collapse: collapse;
}

table#schedule th,
table#schedule td {
	text-align: left;			
}

table#schedule th {
	white-space: nowrap;	
	text-transform: uppercase;	
	background: url("/images/main/forms/bg-form-h2.png") repeat-x left center;
	font-size: 12px;	
	padding: 7px 13px;
}

table#schedule td {
	border-top: 1px solid #fff;
	background-color: #dfe4ec;			
	vertical-align: middle; 
	padding: 13px 13px;
	font-size: 11px;
	color: #555;	
	line-height: 1.3em;
}
/*
table#schedule tr:nth-child(2n) td {
	background-color: #fff;	
}
*/
table#schedule td.name {
	font-size: 14px;
	color: #343A42;
	font-weight: bold;
	width: 225px;
}

#copy select.disabled {
	color: #ccc;
	border: 1px solid #ccc;
}

#schedule_wait {
	background: transparent url('../images/main/ajax_wait.gif') no-repeat left center;
	padding-left: 20px;
	margin-left: 1em;
	visibility: hidden;
}
