﻿/*
HOSTIOWA.NET STYLE SHEET
*/

html, body          { background: #252525 url(/images/body_bg.jpg) no-repeat center top; font-family: Arial, Helvetica, Serif; font-size: 13px; margin: 0; text-align: center; scrollbar-base-color: #000000; scrollbar-arrow-color: #CCCCCC; }

#Container 	        { width: 950px; background-color: #000000; text-align: left; margin-top: 0px; margin-left: auto; margin-right: auto;}
#Header             { height: 210px; background: #000000; border-bottom: solid 1px #FFFFFF;}

#Menu               { float: left; width: 200px; margin-left: -10px; }
#Menu ul 	        { margin: 14px; padding: 0; text-align: left; }
#Menu li 	        { margin: 10px; }
#Menu li a:hover    { border-bottom: dotted 1px #FFFFFF; }

#Content            { float: right; width: 730px; padding: 14px; color: #FFFFFF; min-height: 260px;}

#Action             { text-align: center; width: 100%; }
#Action ul	        { margin: 14px 0px 14px 6px; padding: 0; text-align: center; }
#Action li	        { margin: 0px 0px 0px 12px; display: inline; }
#Action li img      { border: solid 1px #cccccc; width: 217px; height: 84px; }

#Sponsors           { text-align: center; margin-left: auto; margin-right: auto; }
#Footer             { text-align: center; color: #999999; font-size: 10px; line-height: 170%; margin-bottom: 4px;}

td, p, div {
    font-size: 10pt; 
}

select 
{
    background-color: #000000;
    color: #FFFFFF;
    border: solid 1px #000000;
}

.PageHeading
{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.modalBackground {
	background-color: Black;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

.inducteeYear 
{
    font-size: 15px;
    font-weight: bold;    
}


/* NEWS */

.newsheadline
{
	font-size: 12pt;
	font-weight: bold;
}

.newsblock
{
	margin: 6px 0px 0px 20px;
	color: #999999;
	font-size: 8pt;
	text-align: justify;
	font-weight:normal;
}

.caption
{
    font-size: 10px;
}

/* END NEWS */


/* LINKS */

A:link	{	
	text-decoration:	none;
	color:	#FFDF1B;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFDF1B;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFDF1B;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FFDF1B;
	}

/* END LINKS */

/* FOOTER LINKS */

A.footer:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A.footer:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A.footer:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A.footer:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}

/* END FOOTER LINKS */


/* EDIT LINKS */

div A.edit:link	{	
	text-decoration:	none;
	font-size: 7pt;
	color:	#CC0000;
	}	
		
div A.edit:visited	{	
	text-decoration:	none;
	font-size: 7pt;
	color:	#CC0000;
	}	
		
div A.edit:active	{	
	text-decoration:	none;
	font-size: 7pt;
	color:	#CC0000;
	}	
		
div A.edit:hover	{	
	text-decoration:	underline;
	font-size: 7pt;
	color:	#FF0000;
	}

/* END EDIT LINKS */


/* SLIDESHOW */

ul.slideshow {
	list-style:none;
	width:500px;
	height:333px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
    border: solid 1px #999999;
}

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;
}

ul img {
	border:none;
}


#slideshow-caption {
	width:500px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	color:#000000;
	background:#FFFFCF;
	z-index:500;
	font-size:11px;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;
	z-index:1000;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* END SLIDESHOW */
