ul#RLinks {
	padding:10px;
	margin:5px;
	background:#111111;
	border:1px solid #333333;
	height:45px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
ul#RLinks h3 {
	padding:0;
	margin:0 0 5px 0;
	color:#ffffff;
}
ul#RLinks li {
	list-style:none;
	float:left;
	font-size:14px;
	font-style:italic;
	width:100px;
	height:20px;
	text-align:center;
	border:1px solid #333333;
	margin:3px;
	background:#000000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
ul#RLinks li a {
	padding:2px 0 0 0;
	display:block;
	text-decoration:none;
}
.clearLeft{
	clear:left;
}
span.AdobeLink {
	color:#666666;
	font-size:12px;
	display:block;
	padding:0 0 0 10px;
	width:300px;
}
span.AdobeLink a img {
	border:none;
	outline:none;
}
/*****/
table {
  border: none;
  margin:0 auto;
}
table table {
  border: 1px solid #000000;
  width:270px;
}
table table td{
  border: 1px solid #111111;
  padding:5px;
}
table .PointsLink {
  color:#ff0000;
}
table .PointsLink:hover {
  color:#666666;
}
#PointStandings h1, #PointStandings h2 { padding:0; margin:0; }
#PointStandings  strong { text-align:right; display:block; }
table#PointStandings {
	border:1px solid #000000;
	width:400px;
	margin:0 auto;
	font-size:16px;
	width:550px;
	font-weight:bold;
}
table#PointStandings tr td {
	border:1px solid #333333;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
table#PointStandings tr td.red {
	background:#ff0000;
	border:none;
	height:1px;
	padding:0;
}
/**/
#DriverPoints {
	width:400px;
}
/*popup*/
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #111111;
z-index:1000;
}
#popupMorgan, #popupShawn {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#222222;
	width:420px;
	z-index:2000;
	padding:0;
	margin:100px 0 0 0;
	top:100px;
	left:70px;
	border:1px solid #111111;
	/***/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#popupMorgan h2, #popupShawn h2 {
	position:relative;
	padding:5px 0;
}
#buttonM, #buttonS {
	color:#ff0000;
}
#closeLinkM, #closeLinkS {
	position:absolute;
	top:0;
	right:0;
	border-left:1px solid #111111;
	border-bottom:1px solid #111111;
	padding:2px 0 2px 10px;
	display:block;
	color:#900000;
	background:#111111 url("http://media.morganlucas.com/images/xbox.gif") no-repeat 5px 8px;
	text-align:center;
	width:60px;
	/***/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
*html #backgroundPopup {/* hack for internet explorer 6*/
	position: absolute;
	width:1100px;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

}
.points {
	font-weight:bold;
	background:#111111;
}
.pointsTotal {
	font-weight:bold;
	background:#000000;
}
