/* CSS Document */

BODY{
background-image:url(../images/bg.png);
background-attachment:scroll;
background-repeat:repeat-x;
font-family: Trebuchet MS, Helvetica, sans-serif;
background-color:#63737A;
text-align:center;
}
#main {
margin:0 auto;
text-align:center;
}
.header{
width:730px;
background-image:url(../images/header.gif);
height:69px;
margin:0 auto;
}

.mid_column{
width:730px;
margin:0 auto;}

.block_btm{
width:730px;
height:45px;
margin:0 auto;}

.blocks1{
width:152px; 
height:35px;
background-color:#333333; 
float:left;
color:#C2F203;
padding:5px;
padding-left:15px;
padding-right:15px;
font-weight:bold;
font-size:11px;}

.blocks2{
width:151px; 
height:35px;
background-color:#333333; 
float:left;
color:#C2F203;
padding:5px;
padding-left:15px;
padding-right:15px;
font-weight:bold;
font-size:11px;}

.main_content_area{
	background-color:#FFFFFF;
	width:730px;
	padding-top: 15px;
	margin:0 auto;
}

.footer{
width:730px;
margin:0 auto;
}
#footer_bottom {
	display:block;
	float: right;
	width: 100%; 
	font-size: 10px;
}
#footer_bottom a {
	color:#0099FF;
}
#footer_bottom a:hover {
	color:#0099CC;
}
.title{
	color:#FFFFFF;
	padding-top: 0px;
	padding-left: 10px;
	float:left;
	width:200px;
	height:50px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.navigation{
float:right;
padding-top:35px;
padding-right:15px;
color:#FFFFFF;}

.sub_content{
	background-color:#49555B;
	width:160px;
	float:right;
	color: #FFFFFF;
	margin-right:11px;
}

h2{
font-size:16px;
margin:0px;
}
.content_area{
width:100%;
float:right;
border-right: 1px #CCFF00 solid;
}
.content_area2{
width:535px;
float:right;
padding:0 10px 0 10px;
font-size:11px;
margin-left:11px;
text-align:left;}

.sub_nav{
width:140px;
padding:0 10px 0 10px;
color:#49555B;
border-right: 1px #CCFF00 solid;
font-size:10px;
text-align:left;
float:left;
clear:left;
}

.verticalExtra{
text-align:center;
}

a:link {color: #6666CC}   
a:visited {color: #6666CC}
a:hover {color: #006699}  
a:active {color: #6666CC} 

.scroller{
overflow:auto;
width:150px;
height:200px;
border: solid 1px #CCCCCC;
list-style:none;}

.nav{
text-decoration:none;
color:#FFFFFF;
color:#FFFFFF;
font-weight:bold;
font-size:10px;}

.nav:visited{
text-decoration:none;
color:#FFFFFF;
}

.nav:hover{
text-decoration:none;
color:#FFFFFF;}

ul.menu{
margin:0px;
padding:5px;
list-style:none;
width:110px;}

img.screenshot{
width:60px;
height:50px;
float:right;}

/* vertical navigation */
#verticalNavigation {
	float:left;
	border: 0 none;
	padding: 0;
	margin: 0;
	width: 140px;
	list-style: none;
	background: #EEEEEE;
}
#verticalNavigation li {
	list-style-type:none;
}
#verticalNavigation a {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color:#000;
	display: block;
	border-bottom:1px dotted #ddd;
	margin: .1em 0;
	padding: .1em 4px;
	text-decoration: none;
	height: 1%; /* makes the entire region clickable in IE */
}
#verticalNavigation a:hover, .sub_nav li:hover a {
	color:#009900;
}
#verticalNavigation li:first-child {
	border-top:5px solid #FFFF33;
}

/* ticket listings */
#category {
	list-style-type: none;
	list-style-position: outside;
	border:1px solid #666;
	background-color:#fff;
	color:#000;
	padding-left:0;
	width:100%;
	margin:0;
}
#category li {
	margin: 0;
	padding: 0.1ex 0;  /* fixes rendering bug in MSIE 6.0 */
}
#category li a, #category li a:visited {
	color:#000;
	display:block;
	padding:3px;
	text-decoration:underline;
}
#category li a:hover, #category li a:visited:hover {
	background-color:#F0F0F0;
	text-decoration:underline;
}

#category li.first {
	background-color:#F0F0F0;
	color:#fff;
	padding:3px;
	border-bottom:1px solid #000;
}
#category li.first a, #category li.first a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#category li.first a:hover, #category li.first a:visited:hover {
	font-weight:bold;
	text-decoration:underline;
	background-color:inherit;
}
