/* 
ShortStat .net 
Created by Frunder Studios
www.frunder.com
----------------------------
Style: Original
Date: 6/28/2005
 */
/*body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
 	scrollbar-base-color: #000000;
    scrollbar-arrow-color: #515151;
    scrollbar-face-color: #BCBCBC;
    scrollbar-track-color: #DFDFDF; 
    scrollbar-shadow-color: #DFDFDF;
    scrollbar-highlight-color: #DFDFDF;
    scrollbar-darkshadow-color: #DFDFDF;
    scrollbar-3dlight-color: #DFDFDF; 
 
    
}
h1 {
	font-size: 24px;
	color: #515151;
	margin:0;
}
p, ul {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	color: #2587C4;
	margin:0;
}
h2 a:link{
	font-size: 18px;
	color: #2587C4;
}
h2 a:visited{
	font-size: 18px;
	color: #2587C4;	
}
h3 {
	font-size: 10px;
	color: #C31818;
	margin: 0;
	font-weight: normal;
}
A:link, A:visited, A:active
{
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
}
A:hover
{
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #C31818;
}*/
.clear {
	clear:both;
}
.content {
	font: 10px Verdana, Arial, Helvetica, sans-serif;	
}
.dotted {
	background: transparent url(images/border.gif) repeat-x left bottom;
	font: 10px Verdana, Arial, Helvetica, sans-serif;	
} 
.txt
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
}
.stat1{
	color: #515151;
	font-size: 12px;
	padding-left: 30px;
	width: 70%;
}

.stat2 {
	text-align: right;
	font-size: 12px;
	color: #2587C4;
	padding-right: 30px;
	width: 30%;
}
.stat3{
	color: #515151;
	font-size: 10px;
	background: transparent url(images/border.gif) repeat-x left bottom;
}
.stat4 {
	text-align: right;
	font-size: 10px;
	color: #2587C4;
	background: url(images/border.gif) repeat-x left bottom;
}
.stat-header{
	color: #515151;
	font-size: 10px;
	text-align:right;
	background: transparent url(images/border.gif) repeat-x left bottom;
	font-weight: bold;
}
.stat-header-center{
	color: #515151;
	font-size: 10px;
	text-align:center;
	background: transparent url(images/border.gif) repeat-x left bottom;
	font-weight: bold;
}
.stat-bg {
	height: 28px;
	background: url(images/stat-bg.gif) no-repeat center center;
}
.stat-bold {
	font-weight: bold;
}
.table-pad {
	padding: 10px 0 0 0;
	width: 85%;
}
.table-pad-700 {
	padding: 0 10px 0 10px;
	width: 100%;
}
.date ul li{
	margin: 0;
	padding: 5px 0 5px 20px;
	font-size: 10px;
	color: #5B5B5B;
	text-decoration: none;
	list-style: none;
}
.overflow {
	overflow: auto;
	height: 250px;
	padding-right: 2px;
}
.overflow-700 {
	overflow: auto;
	padding-right: 11px;
}
#header {
	width: 100%
}
#footer {
	width: 100%
}
/*
-------------
Container #1 
300 px wide
-------------
*/
.container1 {
	float: left;
	width: 285px;
}
.container1-top {
	height: 70px;
	background: url(images/250-top.gif) no-repeat left top;
}
.container1-top-title {
	float: left;
	padding: 49px 0 0 25px;
}
.container1-top-graph {
	float: right;
	padding: 51px 30px 0 0;
}
.container1-top-list {
	float: right;
	padding: 52px 10px 0 0;
}
.container1-mid {
	background: url(images/250-mid.gif) repeat-y;
	
}
.container1-bot {
	height: 60px;
	background: url(images/250-bot.gif) no-repeat left top;
}
/*
-------------
Container #2 
700 px wide
-------------
*/
.container2 {
	float: left;
	width: 700px;
}
.container2-top {
	height: 71px;
	background: url(images/700-top.gif) no-repeat left top;
}
.container2-top-title {
	float: left;
	padding: 52px 0 0 25px;
	
}
.container2-top-graph {
	float: right;
	padding: 53px 30px 0 0;
}
.container2-top-list {
	float: right;
	padding: 54px 10px 0 0;
}
.container2-mid {
	background: url(images/700-mid.gif) repeat-y;
	padding: 15px 35px 0 20px;
}
.container2-bot {
	height: 41px;
	background: url(images/700-bot.gif) no-repeat left top;
}