body
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 9pt;
}

h1,h2,h3,h4,h5,h6 { font-family: Arial; }

div#MasterHeader
{
	z-index: 100;
	position: absolute;
	height: 72px;
	top: 0;
	left: 0;
	width: 99.3%;
	background-color: #eeeeff;
	padding-left: .7%;
}

div#LeftNav
{
	z-index: 50;	
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	background-color: #ffffe0;
}

div#LeftNav div#nav
{
	position: absolute;
	left: 3%;
	top: 80px;
}

div#MainContent
{
	z-index: 50;
	position: absolute;
	left: 20%;
	height: 100%;
	background-color: #ffeeee;
	width: 80%;
}

div#MainContent div#main
{
	position: absolute;
	top: 80px;
	left: 1%;
	width: 78%;
}

table.form
{
	border: 1px solid black;
	background-color: #ffffff;
}
table.form td, table.form th { padding: 2px 8px; }
table.form th.head
{
	font-size: larger;
	background-color: #000000;
}

table.form th
{
	text-align: left;
	color: #ffffff;
	background-color: #999999;
}

p.error
{
	padding: 12px; border: 2px solid red;
	color: Red;
}

table.navtable
{
	width: 100%;
}


table.navtable td { padding: 2px 8px; }

table.navtable tr.current td { background-color: Black; color: White; }

/* --------------- a links ---------------- */

a, a:link, a:visited 
{ color:black; font-weight: bold; text-decoration: none; }

a:hover { text-decoration: underline; }
a[disabled] { font-style: normal; text-decoration: none; color: White; }

.disabled { text-decoration: none; color: #ffffff; }

table.navtable tr.current a:hover { text-decoration: none; }


p.error
{
	background-color: #ffffff;
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #cc0000;
	padding: 12px;
	font-size: 10pt;
}

p.message
{
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 12px;
	font-size: 10pt;
}
a[disabled="disabled"] {  color: white; }


h4.selecttickets
{
	font-size: 10pt;
}
