/* 
ShortStat .net 
Created by Frunder Studios
www.frunder.com
----------------------------
Style: Original
Date: 6/28/2005
 */
body {
	margin: 15px;
	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; 
}

p, ul {
	/*margin: 0;
	padding: 0;*/
}

h2 a:link{
	font-size: 18px;
	color: #2587C4;
}
h2 a:visited{
	font-size: 18px;
	color: #2587C4;	
}
h2 A:hover
{
	
	font: 18px Verdana, Arial, Helvetica, sans-serif;

}
h3 {
	font-size: 10px;
	color: #C31818;
	margin: 0px;
	padding:0px;
	font-weight: normal;
}
.clear {
	clear:both;
}
.content {
	font: 10px Verdana, Arial, Helvetica, sans-serif;	
}
.gray
{
	color: #515151
}
.floatl li
{
	
	margin-left:10px;
}
A:link, A:visited, A:active
{
	/*text-decoration: none;
	font: 10px 

	color: #515151;*/
	font: Verdana, Arial, Helvetica, sans-serif;
}
A:hover
{
	/*text-decoration: none;
	font: 10px*/
	font: Verdana, Arial, Helvetica, sans-serif;
	/*color: #C31818;*/
}

.dotted {
	background: transparent url(/style/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(/style/border.gif) repeat-x left bottom;
}
.stat4 {
	text-align: right;
	font-size: 10px;
	color: #2587C4;
	background: url(/style/border.gif) repeat-x left bottom;
}
.stat-header{
	color: #515151;
	font-size: 10px;
	text-align:right;
	background: transparent url(/style/border.gif) repeat-x left bottom;
	font-weight: bold;
}
.stat-bg {
	height: 28px;
	background: url(/style/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;
	height: 250px;
	padding-right: 11px;
}
#header {
	width: 100%;
	vertical-align:bottom;
	margin-bottom:20px;
}
#footer {
	width: 100%
}
/*
-------------
Container #1 
300 px wide
-------------
*/
#container1 {
	float: left;
	width: 285px;
	clear:none;
	margin-left:50px;
	margin-bottom:15px;
}
#container1-top {
	height: 50px;
	background: url(/style/250-top-1.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(/style/250-mid.gif) repeat-y;
	
}
#container1-bot {
	height: 60px;
	background: url(/style/250-bot.gif) no-repeat left top;
}
/*
-------------
Container #2 
700 px wide
-------------
*/
#container2 {
	float: left;
	width: 700px;
}
#container2-top {
	height: 71px;
	background: url(/style/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(/style/700-mid.gif) repeat-y;
	padding: 15px 20px 0 20px;
}
#container2-bot {
	height: 41px;
	background: url(/style/700-bot.gif) no-repeat left top;
}