
.PrimaryModule {	
	width:auto;
/*
	background-color:#ffffff;
	border:1px solid #003366;
	margin:5px 5px 0px 5px;
	text-align:left;
	font-size:11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
*/
}
.PrimaryModule h1 {	
	font-size:14px;
	height:29px;
	width:auto;
	font-weight:bold;
   	background: url(http://www.realtime-fantasy-sports.com/site/img/home-headline.png) no-repeat top left;
	color:#ffffff;
	margin: 0px;
	padding: 0px 6px 0px 16px;
	line-height: 29px;
}
.PrimaryModule h1 img {	
	float:right;
	margin:6px 0px 0px 0px;
	padding:0px;  /* IE does not honor padding of pictures, so make it zero for everyone */
}

.PrimaryModule h3 {
	margin: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #0000c0;
	border-bottom: 1px solid #000000;
}

.PrimaryModule p {
	margin: 4px;
}

.PrimaryModule#highlight {	
	background-color:#dde7f0;
}
.PrimaryModule#highlight a:hover {
    background-color:transparent;
}
.PrimaryModule#highlight img.tools {
    float:right;
    margin: 0px 16px 0px 16px;
}

.PrimaryModule div#scroll {
	width: auto;
	height: 550px; /* Change this number to adjust the height of the scrollable area */
	overflow: auto; /* This property will allow the block to be scrollable */
	font-size:11px;
	float:none;
	margin: 0px;
	padding:2px 0px 2px 0px;
	border:0;
}
.PrimaryModule div#scroll h2 {
	height: 16px;
	background:#ffffff url("http://www.realtime-fantasy-sports.com/img/blue-slope-down.gif") no-repeat top left;
	color:#666;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	text-align:right;
	padding:0px 1px 0px 4px;
	margin: 0px;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
}
.PrimaryModule div#scroll h2 a, .PrimaryModule div#scroll h2 span {
	float:left;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
}
.PrimaryModule div#scroll h2 a:link, .PrimaryModule div#scroll h2 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.PrimaryModule div#scroll h2 a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background:transparent;
}
.PrimaryModule div#scroll h2 a:active {
	color: #FFFFFF;
}
.PrimaryModule div#scroll p {
	margin: 3px 6px 6px 6px;
	line-height:13px;
	color:#333;
}
.PrimaryModule ul {
	margin: 0px 6px 0px 6px;
	padding: 0px;
}
.PrimaryModule li {
	list-style-type: none;
	background: transparent url(http://www.rtsports.com/img/rl-bullet.gif) no-repeat top left;
	line-height: 12px;
	padding-left: 8px;
	margin: 4px 0px 4px 0px;
}
.InsideHeader {
	font-weight: bold; 
	background-color: #c0c0c0; 
	color: #000000 
}

.InsideHeader th {
	text-align: center;
}