/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #121212;
	}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	}

a:link {
	color: #A00000;
	text-decoration: underline;
	}

a:hover {
	color: #FDB500;
	text-decoration: underline;
	}

a:visited {
	color: #A00000;
	text-decoration: none;
	}
	
a.nav:link
{
    color: #dcdcdc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.nav:visited {
	color: #dcdcdc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
		

a.nav:hover {
	color: #FDB500;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}


.ticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	}

.popout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	}

a.foot:link {
	color: #666666;
	text-decoration:none;
	}

a.foot:hover {
	color: #FDB500;
	text-decoration:none;
	}

a.foot:visited {
	color: #666666;
	text-decoration:none;
	}

.frm_but {
 font: normal 10px verdana, arial, helvetica;
 color: #666666;
 background-color: #000000;
 border: 1px solid #666666;
}

.frm_button {
 font: normal 10px verdana, arial, helvetica;
 color: #666666;
 background-color: #121212;
}

.frm_white {
 font: normal 10px verdana, arial, helvetica;
 color: #000000;
 background-color: #ffffff;
 border: 1px solid #000000;
}

p {
	color: #565656;
	}
	
p.grey {
	background-color:#E9E9E9; 
	padding: 5px 5px 5px 3px;
	color: #565656;
	}

paragraph {
	color: #565656;
	}

.popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}

.news-grey {
	color: #ACACAC;
	font-weight: bold;
	}

.news-head {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#TourPlayerThumbs {
	float: left;
	padding: 5px;
	margin-bottom: 15px;
}

.TourPlayerThumbContainer {
	position: relative;
	float: left;
	border: 1px solid white;
	width: 89px;
	height: 89px;
	margin: 2px;
}

.TourPlayerThumbImage, .TourPlayerThumbName {
		position: absolute;
		top: 0;
		left: 0;
}

.TourPlayerThumbImage {
		display: block;
		z-index: 2;
}

.TourPlayerThumbImage:hover {
		opacity: .40;
		filter: alpha(opacity=40);

}

.TourPlayerThumbName {
		font-weight: bold;
		width: 89px;
		height: 59px;
		text-align: center;
		padding-top: 30px;
		color: white;
		background: black;
		z-index: 0;
		overflow: hidden;

}

.Box {
	color: #333333;
	background-color: #e9e9e9;
	border: 1px solid #cdcdcd;
	padding: 10px;
	width: 570px;
}

#TourList {
		clear: left;
	}
	
#TourList ul {
		margin: 0;
		padding: 0;
		float: left;
		list-style-type: none;
		font-weight: normal;
		width:150px;
		line-height: 150%;
}	

img {
	border: none;
}

a.down:link
{
    color: #dcdcdc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.down:visited {
	color: #dcdcdc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
		

a.down:hover {
	color: #FDB500;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}