﻿body, html {
	font-size:small;
	font-family:Verdana;
	position:relative;
}



/* NOTE : DO NOT MESS THESE CLASSES. THEY ARE SET TO EXACTLY FIT THE CONTENT IN THE CONTENT BOX OF THE BG IMAGE */

div.globalContentHolder {
	/* this is the area above the content box (logo, nav, etc) */
	width:100%;
	height:200px;
	text-align:left;
	vertical-align:top;
	border-style:none; 
	border-width:1px; 
	text-align:center; 
	font-weight:bold; 
	position:relative; 
	
}

div.contentBox {
	top: 5px; 
	left:30px;
	position: relative; 
	width:1205px;
	height: 830px;
	overflow:auto;
}

/* ------------------------- END ------------------------- */

a {
	color:Blue;
}

a:active {
	color:Black;
}

a:hover {
	color:Red;
}

.fullSize {
	width: 100%;
	height: 100%;
}

.panel {
	position: relative;
	left: 10%;
	width: 90%;
	right: 100%;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
}

.panel2 {
	position: relative;
	left: 10%;
	width: 90%;
	right: 100%;
	border-bottom:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
}

.linkbutton {
	position: relative;
	vertical-align: middle;
	top: 15%;
	width: 16%;
	border-style: solid;
	border-width: thin;
	border-color: Black;
	background-color: #f5deb3; /* wheat */
	color: Black;
}

.textboxStyle {
	border:solid 1px black;
	background-color:White;
	color:black;
	cursor:text;
}

.aspxContentTable {
	width:96%;
	margin:0 0 0 2%;
	position:relative;
	color:Black;
	background-color:#F8F8FF;
	text-align:left;
	vertical-align:top;
	border:Black solid 1px;
	border-collapse:collapse;
}

.contentPlaceholderPanel {
	width:1080px; 
	height:780px; 
	overflow:visible;
	text-align:center; 
	vertical-align:top; 
	position: relative;  
	top:20px;
	margin:0 2px 0 2px;
}

.aspxPageSelectTable {
	left:5%; 
	background-color:#000;
	color:#000;
	cursor:pointer;
	width:50%;
	position:relative;
	text-align:center;
	vertical-align:top;
	border: solid 1px Black;
	border-collapse:collapse;
}

div.pageSelect {
	width:92%;
	height:auto;
	position:relative;
	left:4%;
	text-align:left;
	vertical-align:top;
}

div.pageSelectTitle {
	width:98%;
	height:auto;
	position:relative;
	left:1%;
	text-align:left;
	vertical-align:top;
}

hr {
	color: black;
	width:100%;
}



/* 
	#F8F8FF == GhostWhite 
	#F5DEB3 == wheat
*/

span.ticketMode {
	text-decoration:underline;
	color:Blue;
	cursor:pointer;
}

.displayTableTicketsRow {
	cursor:pointer;
}


table.guiTableRegular {
	font-size:12pt;
	font-weight:normal;
	border:solid 1px black;
}

thead.guiTableLarge{
	font-size:14pt;
	font-weight:bold;
	border:solid 2px black;
}

.tdRight
{
	text-align:right;
}

.test {
	
}
.gridHeader
{
	background-color:#000099;
	color:#fff;
}
.gridAlternateStyle
{
	background-color:#f5f5f5;
}