/* CSS Document
CSS Author: Point Street Productions
http://www.pointstreet.com
*/

	
html, body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #b9090b;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;

}



td, th {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}


/******** Text Styles - Rollover Styles *********/


a {
	color: #BF7744;
	text-decoration: none;
}

a:link {
	color: #BF7744;
	text-decoration: none;
}

a:visited {
	color: #BF7744;
	text-decoration: none;

}
a:hover {
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.bold {
	color:#000000;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-weight: bold;
}

.mediumblackbold {
	color:#000000;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.mediumblack {
	color:#000000;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 15px;
}

.formbackground {
	background-color: #E1E1E1;
}

.bigtitleblack {
	color:#000000;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.bigtitlered {
	color:#990000;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 20px;
}

.mediumtitlered {
	color:#990000;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 16px;
}

.smalltitlered {
	color:#990000;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 14px;
}

.smallitalic {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

.smallitalicboldblack {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}


/********** # Divs  *************/

#wrapper {
	width: 845px;
	margin: 0 auto;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	color: #666666;
	background-color: b9090b;
	background-image: url(../images/2007/laxvegas-07-bkgd_image.jpg);
	background-repeat: repeat-y;
}

#maincontent {
	width: 745px;
	margin: 0 auto;
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	color: #666666;
	border-left-color: #FED268;
	border-right-color: #FED268;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;

}

#maintable {
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	color: #666666;
	border-color: #000000;
	width: 550px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;

}


#maintitle {
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	text-align: center;
}

#form {
	
	font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 12px;
}

#countdown {
	font-size: 14px;
	color: #FFFFFF;
}



/********** # Lightbox  *************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
