/*
admincss.css
*/
body {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	padding:0;
	border:0;
	margin:0;
	background-color:#3D0109;
}

p, span {
	font-size:11px;
	font-family:verdana, arial, sans-serif;
}
table, h2 {
	clear:both;
}
table.dtable {
	border:solid 1px #000;
	border-top-width:3px;
	padding:0;
}
table.dtable td {
	padding:2px 4px;
	margin:0;
	border:solid 1px #999;
	border-bottom-width:0;
	border-right-width:0;
}
table.dtable td strong{
	background-color:#cbdadd;
	font-weight:bold;
	font-size:105%;
	display:block;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:13px;
	color:#891009;
}
h1, h2 {
	margin:0;
	padding:0;
	padding-top:10px;
	font-weight:bold;
	clear:both;
}
form {
	float:left;
	clear:both;
	background-color:#fff;
	margin:3px;
	padding:2px;
}
form p {
	padding:3px;
	margin:2px;
	font-weight:bolder;
	font-family:verdana, arial, sans-serif;
	white-space: nowrap;
}
input, select, textarea {
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:11px;
}
fieldset {
	margin:10px;
	border:1px #891009 solid;
	padding:1px;
}
legend {
	padding:4px 8px;
	background-color:#D7E1E4;
	border:1px solid #ccc;
	border-bottom-color:#999;
	border-right-color:#999;
	font-family:verdana, arial, sans-serif;
}
#topmenu {
	padding:1px;
	list-style:none;
	float:left;
	display:inline;
	border:solid 0 #222;
	border-bottom-width:1px;
	margin:8px;
	width:71em;
}
#topmenu li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	background-color:#fff;
	text-align:center;
	display:inline;
	font-size:120%;
	font-weight:bolder;
}
#topmenu a {
	text-decoration:none;
	color:#891009;
	background-color:#fff;
	padding:5px 10px;
	margin:1px;
	display:block;
	border:solid 1px #777;
    font-size:100%;
    line-height: normal;
    font-weight:bolder;
}
#topmenu a:link {
}
#topmenu a:visited {
}
#topmenu a:hover {
	background-color:#D7E1E4;
	border:solid 1px #111;
	padding-right:9px;
	border-right-width:2px;
	padding-left:9px;
	border-left-width:2px;
}
#topmenu a:active {
	background-color:#f1eedd;
	border:solid 1px #c77;
	padding-right:9px;
	border-right-width:2px;
	padding-left:9px;
	border-left-width:2px;
}

#main {
	float:left;
	clear:both;
	width:71em;
	margin:8px;
	padding:1px;
	background-color:#fff;
	border:solid 1px #222;
}

#cart {
    width: 100%;
}

#scanform {
    width: 98%
}

#scanform p {
    float: left;
    width: 48%;
}

.evenRow {
    background-color:#efe1e1;
}

.oddRow {
    background-color:#fff;
}

#reportmenu {
	padding:1px;
	list-style:none;
	float:left;
	display:inline;
	margin:0 10px 4px 0;
	font-size:100%;
	font-weight:normal;
}
#reportmenu li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	background-color:#fff;
	text-align:center;
	display:inline;
}
#reportmenu a {
	text-decoration:none;
	color:#891009;
	background-color:#fff;
	padding:2px 7px;
	margin:1px;
	display:block;
	border:solid 1px #777;
}
#reportmenu a:link {
}
#reportmenu a:visited {
}
#reportmenu a:hover {
	background-color:#D7E1E4;
	border:solid 1px #111;
	padding-right:6px;
	border-right-width:2px;
	padding-left:6px;
	border-left-width:2px;
}
#reportmenu a:active {
	background-color:#f1eedd;
	border:solid 1px #c77;
	padding-right:6px;
	border-right-width:2px;
	padding-left:6px;
	border-left-width:2px;
}

form#reportfilter,form#reportfilter2,form#reportfilter3, .adminForm {
	margin:3px;
	padding:0;
	width:600px;
}
form#reportfilter fieldset,form#reportfilter2 fieldset,form#reportfilter3 fieldset, .adminForm fieldset {
	margin:0;
	padding:2px;
}

form#reportfilter p,form#reportfilter2 p, form#reportfilter3 p, .adminForm p {
	float:left;
	width:48%;
}

div#reportdiv {
	clear:both;
	padding:0;
	margin:3px;
	width:70em;
	border: solid 0 #000;
	border-bottom-width:3px;
	border-left-width:3px;
}
div#reportdiv h2{
	text-align:center;
	padding:3px;
	font-size:14px;
	color:#000;
	border: 0 solid #000;
	border-bottom-width:1px;
	margin:0;
	margin-bottom:5px;
}
div#reportdiv th {
	font-size:110%;
	padding:.5em 1em;
	font-weight:bold;
}
div#reportdiv td.even,div#reportdiv td.odd,div#reportdiv td.total {
	font-size:90%;
	margin:0;
	padding:0.25em 1em;
}
div#reportdiv td.even {
	background-color:#efe1e1;
	text-overflow : ellipsis; 
	overflow : hidden;
	word-wrap:break-word;
}
div#reportdiv td.odd {
	background-color:#fff;
	text-overflow : ellipsis; 
	overflow : hidden;
	word-wrap:break-word;
}
div#reportdiv td.total {
	border:0 double #000;
	border-top-width:3px;
	padding-bottom:.5em;
	font-weight:bolder;
}
div#reportdiv table.details {
	width:99%;
	margin:1px;
	border:1px solid #000;
}
div#reportdiv table.details td {
	padding:0.25em 1em;
}
div#reportdiv table.details td.eventcol {
	width:38%;
}
div#reportdiv table.details td.sectcol {
	width:38%;
}

table#resticktbl {
	border:0 solid #999;
	border-top-width:1px;
	border-left-width:1px;
}
table#resticktbl td, table#resticktbl th{
	border:0 solid #000;
	border-bottom-width:1px;
	border-right-width:1px;
	padding:.25em .5em;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}
A.dark:hover {
	color: #c4d5d9;
	text-decoration: none;
}
A:link {
	color: #663366;
	text-decoration: underline;
}
A:visited {
	color: #663366;
	text-decoration: underline;
}
A:active {
	color: #663366;
	text-decoration: underline;
}
A:hover {
	color: #765376;
	text-decoration: none;
}
td#checkoutform p {
	width:46%;
	float:left;
	padding:1px 3px;
	margin:0 2px;
}
.locinfo {
	color: #FFFFFF;
	text-decoration: none;
}
table#seatingtable {
    float: left;
    clear:both;
    margin:0;
    padding:5px;
    text-align:center;
    background-color:#ffffff;
    border: 1px solid #ffffff;
}
table#seatingtable td, table#seatingtable th {
    margin:0;
    padding:.1em;
    /*text-align:center; */
}
.seatrowtable td {
    margin:0;
    padding:0;
    text-align:center;
}
div#tooltip_main {
    visibility:hidden;
    position:absolute;
    text-align:left;
    top:0px;
    left:0px;
    margin:0;
    padding:1em;
}
div.tooltip_seatopen {
    width:auto;
    white-space: nowrap;
    background-color:#ffffff;
    border: 1px solid #000000;
}
div.tooltip_seatsold {
    width:75px;
    background-color:#CCCCCC;
    border: 1px solid #000000;
}
ul#seat_location {
    margin:0;
    padding:0;
    text-align:left;
    list-style-type:none;
}
table#seat_pricing {
    margin:0;
    margin-top:1em;
    text-align:left;
}
table#selected_seats_table {
    float: left;
    clear: right;
    margin:0;
    padding:2;
    text-align:center;
    background-color:#ffffff;
    border: 1px solid #d8d8d8;
}
tr#tr_total {
}
tr#tr_add {
}
.testing {
    padding-left: 15px;
}
td.seats {
    white-space: nowrap;
}
td.seats img {
    margin:1px;
}
td.seats table.vst td img{
    display:block;
    margin:0;
}

#main, #topmenu
{
    width: 100%;
}

table.ThinBorder
{
    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
    margin: 20px;
}

table.ThinBorder th, table.ThinBorder td
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}
