/******************************************************************//*
	HACK TO ALIGN FOOTER TO BOTTOM OF VIEWPORT IF CONTENT IS SHORT
*//******************************************************************/



/******************************************************************//*
	GENERAL BODY AND GLOBAL ELEMENTS				
*//******************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
	background:  url("../images/site/background_micstand.gif") repeat-y;
}

/* DUPLICATED in KTML */
body, td {
	color: #205A75;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 0.85em;	/* Affects both content and sidebars */
	margin: 0 0 1em 0;	
}

#main {
	margin: 0;
	background-image:  url("../images/site/background_micstand.gif");
	background-repeat: repeat-y;
	background-align: left;
}

.clear{ 
	clear: both; 
	height: 0px; 
	line-height: 0px; 
} 

form { 
	margin: 0; padding: 0; 
}



/******************************************************************//*
	LINKS				
*//******************************************************************/
#main a, #main a:visited {
	color: #C10303;
	text-decoration: underline;
}
#main a:hover, #main a:active {
	color: #557A9B;
	text-decoration: underline;	
}



/******************************************************************//*
	HEADER				
*//******************************************************************/
#header {
	margin: 0;
	padding: 0;
	background-color: #000;
}

#header #regionname {
	color: #333333;
	font-family: arial,sans-serif;
	font-size: 2.3em;
	letter-spacing: -3px;
	margin-left: 40px;
}

#regioncell {
	margin: 0;
	padding: 0;
	background-image: url("../images/site/region_curve.gif");
	background-repeat: no-repeat;
	background-align: right;
	background-color: #404040;
}

#header #regioncell select { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	border: 1px solid #7F9DB9;
	color: #557A9B; 
}



/******************************************************************//*
	MENU STYLING
*//******************************************************************/
#menu {
	margin: 0;
	padding: 0;
}

#menu-shadow {
	margin: 0px;
	padding: 0px;
	background-image:  url("../images/site/menu_shadow_content.gif");
	background-align: top;
	background-repeat: repeat-x;
	height: 10px;
}
#menu-shadow-micstand {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:  url("../images/site/menu_shadow_micstand.gif");
	background-align: top;
	background-repeat: no-repeat;
	height: 10px;
	width: 73px;
}
#menu-shadow-right {	/* Overriden in other style sheets */
	margin: 0px;
	padding: 0px;
	float: right;
	background-image:  url("../images/site/menu_shadow_right.gif");
	background-align: top;
	background-repeat: repeat-x;
	height: 10px;	
	width: 329px;
}

#menu .odd {
	background-color: #CC0000;
}
#menu .even {
	background-color: #AD0000;
}

#menu td {
	vertical-align: top;
}

#menu ul {
	margin: 2px 0 5px 10px;
	padding: 0;
	list-style: none;
}
#menu ul li {
	color: #feefca;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	line-height: 1.3em;
}
#menu a, #menu a:visited {
	color: #feefca;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #ffffff;
	text-decoration: underline;
}





/******************************************************************//*
	FOOTER
*//******************************************************************/
#footer {
	background-color: #2E2E2E;
}

#footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	font-size: 0.7em;		
}

#footer .copyright {
	color: #7F7F7F;
}

.copyright a, .copyright a:visited {
	color: #7F7F7F;
	text-decoration: none;
}
.copyright a:hover, .copyright a:active {
	color: #feefca;
	text-decoration: underline;
}


