@charset "UTF-8";
/* CSS Document */

html
{
	background: #CCC;
	/* background-image: url("site/bgtile4.gif"); */
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 13px;*/
	margin: 0px;
	margin-bottom: 0px; 
	padding:0px;
	text-align: center;	
	/*scrollbar-base-color: #e6e6e6;*/
}


a
{
	/*color: rgb(51, 205, 255);*/
	color: #FFF;
	
	text-decoration: none;
}


a:hover
{
	color: #FFF;
	
	text-decoration: underline;
}



#root
{
	color: #FFF;
	
	
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	
	padding:0px;
	
	
	
	
	text-align:left; /* Counteract to IE5/Win Hack */
	width:820px;
}


	
/*td#header
{
	background: url('/images/selected/selected-background.png');
	
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}*/



#the-week-ahead
{	
	position: relative;
}


#the-week-ahead #text
{
	position: absolute;
	
	top: 219px;
	left: 0px;

	width: 740px;
	
	color: #bebebe;
	
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding-top: 8px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}




td#hr
{
	background: url("/images/selected/templates/hr.png") repeat-x;
	/*border-top: 1px solid #AAA;*/
}


td #content
{	
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}


td #content p,
td #the-big-event p,
td #coming-up p
{
	margin: 0px;
	margin-bottom: 10px;
}


td #content #image
{
	margin-bottom: 28px;
}



td #content #title
{
	font-weight: bold;
	margin-bottom: 1px;
}


td #content #body
{
	color: #AAA;
	
	margin-bottom: 25px;
}




td #the-big-event
{	
	background: #404040;
	color: #AAA;
	
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	
	margin-bottom: 34px;
	
	padding: 16px;
	
	width: 192px;
}



td #the-big-event #heading
{
	margin-bottom: 10px;
}


td #the-big-event #title
{
	
	margin-bottom: 2px;
}


td #the-big-event #image
{
	margin-bottom: 16px;
}




td #intro
{
	width: 640px;
	
	color: #bebebe;
	
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 8px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
}



td #coming-up #title
{
	margin-top: 19px;
	margin-bottom: 1px;
}


td #coming-up #body
{
	color: #AAA;
	
	font-size: 13px;
	
	line-height: 16px;
	
	margin-bottom: 15px;
}


tr#coming-up-images
{
	background: #1f2020;
}


td #coming-up #image
{
	margin-top: 28px;
	margin-bottom: 28px;
}


	
/*td#the-big-event #content
{	
	padding: 4px;
	
	width: 208px;
}*/


#footer
{	
	position: relative;
}


#footer #links
{	
	position: absolute;
	
	top: 52px;
	left: 0px;
	
	/*border: 1px solid red;*/
	
	height: 20px;
	width: 764px;
}


#footer #links p
{
	margin: 0px;
}



#footer #links a
{
	/*border: 1px solid red;*/
	
	display: block;
	
	float: right;
	
	margin: 0px;
	
	margin-left: 5px;
	
	padding: 0px;
}

