/****************** 
    ADMIN STYLES
******************/
#body #main-column-wide {
	border-left: 10px solid #660000;
}
#header {
	height: 330px;
}
#footer {
	background: url('../img/footer-b.png') 0 0 no-repeat;
}

.forward + h1 {
	margin: 0 0 .5em 0;
}

/* Index */
.controls {
	float: left;
	margin: 0 0 20px 0;
	width: 285px;
}
.controls:nth-child(even) {
	margin: 0 20px 20px 0;
}
.controls:nth-child(2),
.controls:nth-child(3) {
	margin-top: 10px;
}
.controls-icon {
	float: left;
}
.controls ul {
	height: 70px;
	margin-left: 68px;
	overflow: auto;
}
.controls li {
	clear: none;
	list-style: inside circle;
}
.toggle {
	cursor: pointer;

}

/* View Roster */
.ticketList {
	margin-bottom: 1em;
}

/* Auto Add Shows */
#showSkips {
	clear: left;
}
#showTimes li {
	float: left;
	clear: none;
	width: 90px;
}
#showTimes li label {
	width: 100%;
}
#showSkips .checkbox {
	float: left;
	clear: none;
	width: 90px;
	padding: .125em .25em .125em .25em;
}
#showSkips .checkbox input {
	float: left;
	margin-right: .5em;
}
#showSkips .checkbox label {
	width: auto;
	float: left;
	font-size: .85em;
}

/* Order History */
tr.pending {
	color: #999;
}
#tour-pricing th {
	padding: 1em 0 .5em 0;
}
#tour-pricing tr:first-child th {
	padding: .5em 0 .5em 0;
}

/* Pagination */
#paginatedNav div {
	display: inline;
}
