/* CSS Document */

/* ------- LAYOUT --------------------- */

#container {
	background-color: #fff;
	postition: relative;
	width: 740px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 740px;
}

#leftcontent {
	width: 97%;
	float: left;
	padding: 10px 12px 10px 12px;
}

#rightcontent {
	float: right;
	width: 174px;
	padding: 10px 10px 10px 10px;
	border-left: dotted 1px;
}

#tribar {
	width: 521px;
	}

#tribar_left {
	width: 161px;
	float: left;
	padding: 0px 6px 0px 6px;
	}

#tribar_sub {
	width: 348px;
	float: right;
	}

#tribar_mid {
	width: 161px;
	float: left;
	padding: 0px 6px 0px 6px;
	border-left: 1px dotted #339;
	border-right: 1px dotted #339;
	}

#tribar_right {
	width: 161px;
	float: right;
	padding: 0px 6px 0px 6px;
	}

#footer {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* ------- TAGS --------------------- */

body {
	background-color: #acacda;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font: 16px "Century Gothic", Verdana;
	color: #393;
	font-weight: bold;
	}

h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #339;
	font-weight: bold;
	}

img {
	border: 0px;
	}

img.sponsor {
	padding: 2px 2px 2px 2px;
	}
	
td {
	vertical-align: top;
	}

table.tickets tr.special td {
	border-top: 1px solid #339;
	}

table.tickets tr.special2 td {
	border-top: 1px solid #339;
	padding-bottom: 12px;
	}
	
table.tickets tr.ticketpad td {
	padding-bottom: 12px;
	}

table.tickets tr.bg td {
	background-color: #e9e9f5;
	}

table.tickets tr.bg2 td {
	background-color: #e9e9f5;
	padding-bottom: 12px;
	}

a:link { 
	text-decoration: underline;
	color: #000;
	}
	
a:visited { 
	text-decoration: underline;
	color: #222;
	}

a:hover, a:active { 
	text-decoration: underline;
	color: #222;
	}

#leftcontent a:link { 
	text-decoration: none;
	color: #393;
	}

#leftcontent a:visited { 
	text-decoration: none; 
	color: #393;
	}

#leftcontent a:hover, a:active { 
	text-decoration: underline; 
	color: #393;
	}
	

/* ------- CLASSES --------------------- */

.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}

.footertext {
	font-size: 11px;
	color: #000;
	}

.smalltext {
	font-size: 11px;
	}

.datetext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #888;
	}

.alert {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #c33;
	}

.space_top8 {
	padding-top: 8px;
	}

.space_top8_sp {
	padding-top: 8px;
	padding-left: 2px;
	}

.borderleft {
	border-left: 1px dotted #339;
	}
