/**
* file: base.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the main content of the page.
*/

#base_container 
{
}

#base_over_header
{
	width: 840px;
	height: 70px;
	color: #000;
}

	#base_over_header h1 {
		width: 500px;
		height: 70px;
		background: url(../images/common/site_header.jpg) top center no-repeat;
	}
	#base_over_header h1 a {
		display: block;
		width: 100%;
		height: 100%;
	}
	#base_over_header span {
		display: none;
	}

/* Menu */
#base_top 
{
	width: 820px;
	height: 30px;
	margin-top: 10px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #502320;
	border-bottom: none;
}
	
	#base_top ul
	{
		padding-top: 8px;
		list-style: none;
	}
	#base_top ul li
	{
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#base_top ul li a:link, 
	#base_top ul li a:visited
	{	
		text-decoration: none;
		font-weight: bold;
		padding: 4px 5px 2px 4px;
		margin-right: 8px;
		background-color: #fff;
		border-bottom: 1px solid white;
	}
	
	#base_top ul li a:hover
	{
		background-color: #f7ecec;
		border-bottom: 1px solid #FFCCCC;
	}
	
	#base_top ul li a:active
	{
		background-color: #f7ecec;
		border-bottom: 1px solid #FFCCCC;
	}
	
	#base_top ul li.selected a
	{
		background-color: #9C1100;
		color: #ffffff;
	}
	
	#base_top ul li.selected a:hover 
	{
		color: #9C1100;
		background-color: #FFCCCC;
		border-bottom: 1px solid #FFCCCC;
	}
	
	#base_top ul li a.last 
	{
		margin-right: 0;
	}
	
#base_header 
{
	width: 820px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #502320;
	border-top: none;
	border-bottom: none;
}

	#base_header img {
		border: 1px solid black;
	}
	#base_header a img
	{
		border: 1px solid black;
	}
	#base_header a:hover img {
		border: 1px solid #A73E3E;
	}

	
#base_under_top
{
width: 820px;
height: 10px;
background: url(../images/common/header_footer.jpg) top center no-repeat;
}


#base_center_top {

}

#base_center_bottom {
	width: 840px;
	height: 20px;
	background: url(../images/common/content_footer.jpg) bottom center no-repeat;
}
	
#base_center 
{
	width: 840px;
	background: url(../images/common/content_bg.jpg) top center repeat-y;
	text-align: left;
}

	#base_center .header {
		background-color: #F8EDED;
		border-bottom: 1px solid #FFCCCC;
		margin: 0px 60px 10px 60px;
		padding: 2px 10px 1px 10px;
	}
	
	#base_center .header h2 {
		background: none;
		border: none;
		padding: 0;
		margin: 0;
		margin-top: 2px;
	}
	
	#base_center .header ul {
		margin: 0;
		padding: 0;
		margin-top: 2px;
		font-size: 12px;
	}
	
	#base_center .header ul li {
		list-style-type: none;
		display: inline;
		margin: 0;
		padding: 2px 4px 1px 4px;
	}

	#base_center ul li.last 
	{
		padding-right: 0;
	}
	
	#base_center .header ul li span {
		
	}
	#base_center .header a {
	}
	
	#base_center .header a:hover {
	}
	
	#base_center .header a.selected {
		text-decoration: none;
		color: #fff;
		background-color: #9C1100;
		padding: 2px 4px 1px 4px;
	}
	
	#base_center .section {
		clear: both;
		padding: 0px 60px 5px 60px;
	}
	
	#base_center .section p {
		padding: 0px 10px 15px 10px;
	}
	#base_center .section img {
		border: 1px solid #000;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#base_center .section a img {
		border: 2px solid #FFCCCC;
	}
	#base_center .section a:hover img {
		border: 2px solid #A73E3E;
	}
	
	#base_center .section .standout {
		margin: 0px 20px 15px 20px;
		padding: 10px;
		background-color: #f7ecec;
		border-left: 1px solid #FFCCCC;
	}
	
	#base_center .section p.standout {
		margin-top: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#base_center .section .links {
		margin-right: 10px;
		text-align: right;
	}
	
	#base_center .section table {
	border-collapse: collapse;
	}
	#base_center .section table.standout {
		border-collapse: collapse;
	}

	#base_center .section table.standout tr {
	}

	#base_center .section table.standout td {
		padding: 4px 5px 4px 10px;
	}
	
	#base_center .section .gallery {
		padding: 0;
		table-layout: fixed;
	}
	#base_center .section .gallery td {
		width: 16.66%;
		overflow: hidden;
	}
	#base_center .section .gallery .even {
		background-color: #F8EDED;
	}
	#base_center .section .contestants td {
		padding: 5px 0 5px 0;
	}
	#base_center .section .gallery img {
		margin: 0px;
		max-width: 100%;
		height: auto;
	}
	#base_center .section .gallery .even img {
		margin: 5px 0px;
	}
	#base_center .section .gallery .odd img {
		margin: 5px 0px;
	}
	#base_center .section .gallery .first img {
		margin: 0px 0px 5px 0px;
	}
	#base_center .section .contestants .even img {
		margin: 0px 0px 5px 0px;
	}
	#base_center .section .contestants .odd img {
		margin: 0px 0px 5px 0px;
	}
	
	#base_center .images a img {
		margin: 0;
		padding: 0;
	}

	#base_center .section ul,
	#base_center .section ol {
		padding: 0px 10px 15px 10px;
	}
	
	#base_center .section ul {
		list-style-type: none;
	}
	#base_center .section li {
		margin-left: 20px;
		padding: 0px 10px 15px 10px;
	}
	#base_center .section ul.standout {
		padding: 0;
		margin: 0;
		margin: 0px 20px 15px 20px;
	}
	#base_center .section ul.standout li {
		padding: 0;
		margin: 0;
		margin-left: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#base_center .section ul.basic,
	#base_center .section ol.basic {
		margin: 0;
		padding: 0;
	}
	#base_center .section ul.basic li {
		margin: 0;
		padding: 0;
		padding-bottom: 2px;
	}
	#base_center .section ol.basic li {
		margin: 0;
		padding: 0;
		margin-left: 20px;
		padding-bottom: 2px;
		list-style-type: none;
	}
	#base_center .section .seperate {
		border-bottom: 1px solid #fff;
	}
#base_footer 
{
	margin-bottom: 15px;
	color: #000;
}
	#base_footer a {
		color: #000;
		text-decoration: none;
		padding: 0 0px;
	}
	#base_footer a:hover {
		color: #FFFFFF;
	}

#base_under_footer
{
}

#player {
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 10px;
}

.highlite
{
	border: 1px solid #666666;
	background-color: #EFEFEF;
	padding: 2px;
}

.center_highlite
{
	border: 1px solid #666666;
	text-align: center;
	background-color: #EFEFEF;
	padding: 2px;
}

.spacer
{
	width: 0px;
	height: 0px;
	clear: both;
}

.borderless {
	border: none;
}

.even {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}