/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #containerHome {
    height:100%;
    width:100%;
    ove//rflow:hidden; //really?
    margin:0;
	padding:0;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#containerHome {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:hidden;
    width:100%;
	height:100%;
	min-height1000px;
	display:block;
}

#boxTicket { 
    position:absolute;
    bottom:0;left:0;
    width: 775px;
	height: 146px;
	background-image: url("../images/bg_ticket.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#tblTicketInfo {
    position:absolute;
    top:45px;left:5px;
	width: 725px;
}
.txtTicketTitle {
	margin-left: 11px;
	font: bold 16px arial,sans-serif;
	margin-bottom: 5px;
}
#txtTicketDetails {
	font: 11px arial,serif;
	margin-left: 11px;
	color: #525252;
	margin-top: 5px;
	margin-bottom: 5px;
}
#txtTicketHeadline 
{
	font: 14px arial,serif;
	margin-left: 11px;
	font-weight: bold;
}
#txtTicketLearnMore A
{
	font: 11px arial,serif;
	margin-left: 11px;
	font-weight: bold;
	color: #BA532A;
	text-decoration: none;
}
.txtTicketLinks {
	font: 11px arial,serif;
	color: #000000;
	text-decoration: none;
}
.txtTicketLinks A:link {
	color: #525252;
	text-decoration: none;
}
.txtTicketLinks A:visited {
	color: #525252;
	text-decoration: none;
}
.txtTicketLinks A:hover {
	color: #000000;
	text-decoration: none;
}
.txtTicketLinks A:active {
	color: #000000;
	text-decoration: none;
}
.txtTicketLinks A.on {
	color: #000000;
}

.txtReportTime {
	font: 11px times,serif;
	color: #000000;
}
.txtReportAmtLg {
	font: bold 28px arial,sans-serif;
	color: #000000;
}
.txtReportAmtSm {
	font: 15px arial,sans-serif;
	color: #000000;
}
.txtReportCond {
	font: 12px times,serif;
	color: #000000;
	text-transform: uppercase;
}
.txtReportCondLink {
	margin-top: 8px;
	font: 11px times,serif;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.txtReportCondLink A:link {
	color: #000000;
	text-decoration: none;
}
.txtReportCondLink A:visited {
	color: #000000;
	text-decoration: none;
}
.txtReportCondLink A:hover {
	color: #000000;
	text-decoration: underline;
}
.txtReportCondLink A:active {
	color: #000000;
	text-decoration: underline;
}


#focus-stealer { position: absolute; left: -9999px; }


#boxNoScriptNav { 
    position:relative;
	margin: auto;
    width: 100%;
	height: 34px;
	background-color: #000000;
	z-index: 67;
}

.txtNoscript {
	color: #ffffff;
	font-weight: bold;
}
.txtNoscript A:link {
	color: #ffffff;
	text-decoration: underline;
}
.txtNoscript A:visited {
	color: #ffffff;
	text-decoration: underline;
}
.txtNoscript A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.txtNoscript A:active {
	color: #ffffff;
	text-decoration: underline;
}



/* set nav panel & tab to 100% for home page */
#panel {
	width: 100%;
}
.slide {
	width: 100%;
}

#indexToggle 
{
	margin: 0 auto;
	padding: 0;
	position:absolute;
	left: 100px;
	top: 12px;
	width: 120px;
	z-index: 100;
}

