/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
a,
a:link,
a:active
{
	text-decoration:none;
	color:#0099FF;
}
a:visited
{
	text-decoration:none;
	color:#0066CC;
}
a:hover
{
	text-decoration:underline;
	color:#0099FF;
}

.menustyle,
.menustyle a:link,
.menustyle a:visited,
.menustyle a:active,
.menustyle a:hover
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	font-size:12px;
}

.headingstyle,
.headingstyle a:link,
.headingstyle a:visited,
.headingstyle a:active,
.headingstyle a:hover
{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	text-decoration:none;
}
.grayheadingstyle,
.grayheadingstyle a:link,
.grayheadingstyle a:visited,
.grayheadingstyle a:active,
.grayheadingstyle a:hover
{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	text-decoration:none;
	color:#666666;
}

.redstyle,
.redstyle a:link,
.redstyle a:visited,
.redstyle a:active,
.redstyle a:hover
{
	color:#EA1313;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	font-size:12px;
}

.greenheadingstyle,
.greenheadingstyle a:link,
.greenheadingstyle a:visited,
.greenheadingstyle a:active,
.greenheadingstyle a:hover
{
	color:#99CC00;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

.redheadingstyle,
.redheadingstyle a:link,
.redheadingstyle a:visited,
.redheadingstyle a:active,
.redheadingstyle a:hover
{
	color:#C81010;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

.orangeheadingstyle,
.orangeheadingstyle a:link,
.orangeheadingstyle a:visited,
.orangeheadingstyle a:active,
.orangeheadingstyle a:hover
{
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

.footerstyle,
.footerstyle a:link,
.footerstyle a:visited,
.footerstyle a:active
{
	text-decoration:none;
	color:#000000;
}
.footerstyle a:hover
{
	text-decoration: underline;
	color:#000000;
}

/* Gallery Css*/
#events_slideshow
{
	width:451px;	/* Total width of slideshow */
}
	
#previewPane
{
	border:1px solid #ffffff;
	background-color:#000000;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	position:relative;
	/* CSS HACK */
	height: 444px;	/* IE 5.x */
	height/* */:/**/432px;	/* Other browsers */
	height: /**/432px;	
}

#previewPane img
{
	line-height:400px;
}

#previewPane #largeImageCaption
{	
	/* CSS styling of image caption below large image */
	/*font-style:italic;*/
	text-align:center;
	font-family: "Calibri", Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:16px !important;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}
	
#galleryContainer
{
	height:102px;	/* Height of the images + 2 */
	border:1px solid #000000;
	position:relative;
	overflow:hidden;
	padding:1px;
	background-color:#000000;
	
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;		
}

#arrow_left
{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #000000;
	padding:1px;
}
	
#arrow_right
{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #000000;
	padding:1px;		
}

#theImages
{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
}
	
#theImages #slideEnd
{
	float:left;
}

#theImages img
{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage
{
	display:none;
	position:absolute;
	left:130px;
	top:150px;
	background-color:#000000;
	border:3px double #000;
	padding:4px;
	color:#ffffff;
	font-size:16px;
	font-family:"Calibri", Lucida Sans Unicode, Arial, sans-serif;	
}
	
#theImages .imageCaption
{
	display:none;
}

/* Gallery Css*/
