/* CSS Document */

body {
	background: #313063;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

h4 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

input, textarea, select {
	/* border: #CCCCCC 1px solid; */
}

.newsList li {
    margin: 5px 0px 0px -10px;
}

a {
	color: #313063;
	text-decoration: underline;
}
a:hover {
	color: #FF6633;
}

.copyright {
	font: 10px Arial; 
	color: #cccccc;
}

.copyright a {
	color: #FFFFCC;
}

.copyright a:hover {
	color: #FF6633;
}

.required {
	background:#FFFF99;
}

.design_list_vertical li {
    margin-bottom: 12px;
}

.design_list_vertical ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.design_list_vertical li li {
    margin-bottom: 2px;
}

/* ID Definitions */

#main {
	position: relative;
	width:800px;
	top: 0px; 
	text-align: left;
	background:url(../images/bg_events.jpg);
	background-repeat: no-repeat;
}

#main #logo {
	position: absolute;
	left: 73px;
	top: 15px;
}

#main #tagline {
	position: absolute;
	right: 24px;
	top: 57px;
	color: #FFFFCC;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

#main #nav {
	position: absolute;
	left: 0px;
	top: 119px;
	width: 285px;
	height: 310px;
	background: transparent;
}

#main #header {
	position: absolute;
	right: 36px;
	top: 116px;
	vertical-align: middle;
	text-align: center;
	background: #FFFFCC;
	padding: 3px 8px;
	border: solid 1px black;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

#main #showSpot1 {
	position: absolute;
	left: 118px;
	top: 435px;
	width: 140px;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	/*
	background: #FFFFCC;
	border: solid 1px black;
    */
	padding: 3px 8px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}
#body {
	position: relative;
	left: 114px;
	margin-top: 0px;
	width: 674px;
	height: 279px;
	/*
	*/
	border: 1px solid black;
	background: #E8E8ED;
}

/*
#main #body {
	position: relative;
	left: 114px;
	top: 128px;
	width: 550px;
	height: 279px;
	border: 1px solid black;
	background: #E8E8ED;
}
*/

#main #spotlights_container {
	position: absolute;
	left: 0px;
	/*
	bottom: -377px;
    */
	top: 298px;
	width: 467px;
	height: 95px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background: transparent;
}

#footer {
	position: relative;
}

/* General Class Definitions */
.content {
	margin: 5px;
}

.imgB1 {
	border: solid 1px #cccccc;
}

.btnBox {
	padding: 3px;
	width: auto;
	text-align: center;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #313063;
	display: block;
	border: solid 1px #999999;
	background: #E7E7EC;
}

.btnBox:hover {
	color: #E7E7EC;
	background: #FF6633;
}

#btnBack {
    float:right; 
    margin:10px;
}

#btnBack a {
    background-image:url(../images/btn_back_previous.gif);
    background-repeat:no-repeat;
}

#btnBack a:hover {
    background-image:url(../images/btn_back_previous_over.gif);
    background-repeat:no-repeat;
}

.btnTickets {
    padding: 10px;
    font-size: 20px;
}

.btnTickets a {
    background-image:url(../images/btn_tickets.gif);
    background-repeat:no-repeat;
}

.btnTickets a:hover {
    background-image:url(../images/btn_tickets_over.gif);
    background-repeat:no-repeat;
}

#btnNewsArchives a {
    background-image:url(../images/btn_news_archives.gif);
    background-repeat:no-repeat;
}

#btnNewsArchives a:hover {
    background-image:url(../images/btn_news_archives_over.gif);
    background-repeat:no-repeat;
}

/* TABLE STYLES */
.table1 td {
    padding: 5px 4px 7px 4px;
}

.table2 td {
    padding: 5px 4px 7px 8px;
    border-bottom: solid 1px #cccccc;
}

.table2
{
    background: white;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
}