	.small
	{
		font-size:80%;
	}
	table
	{
		position:relative;
		border:1px solid black;
		border-collapse:collapse;
	}
	table th, table td
	{
		border:1px solid #ccc;
		padding-left:3px;
		padding-right:3px;
	}
	
	table th.row
	{
		text-align: right;
	
	}
	
	tr.projections
	{
		border:1px solid blue;
		background:#ddddff;
	}
	
	tr.projections td.best
	{
		border:1px solid #9B9BBF;
		background:#CFD0FF;
	
	
	}
	.boxed
	{
		margin-left:1em;
		margin-right:1em;
		padding: .5em;
		border:1px solid #ccc;
	}
	img
	{
		display:block;
		margin:auto;
		margin-bottom:.5em;
	}
	.paulname
	{
		color: #0C2C60;
	}
	
	hr.paulbreaker
	{
		border:2px solid #a52c2c;
		width:1000px;
	}
	body
	{
		width:1000px;
		margin:auto;
	}
	h1
	{
		padding-bottom:0px;
		margin-bottom:0px;
	}
	h2
	{
		font-size:1.3em;
		display:block;
		text-align:center;
	}
	
	div.graphs
	{
		border:1px solid #597E9F;
		background: #D1E1EF;
		padding:3px;
		clear:both;
		position:relative;
		z-index:2;
	}
	
	div.graph
	{
		border:1px solid  #41525F;
		background: #EFF8FF;
		margin:.3em;
		padding:.3em;
	
	
	}
	
	div.tabs
	{
		position:relative;
		left:10px;
	}
	
	div.tabs a
	{
		cursor: pointer;
		font-size: 1.3em;
		text-decoration:none;
		padding:2px;
		padding-bottom:0px;
		margin-right:5px;
		border:1px solid #BFBFBF;
		border-bottom:1px solid #597E9F;
		background:#EFEFEF;
		position:relative;
		top:1px;
		color: #4F4F4F;
	}
	
	div.tabs a:hover
	{
		color:red;
		position:relative;
		z-index:1;
	
	}
	
	div.tabs a.selected
	{
		border:1px solid #597E9F;
		border-bottom: 1px solid #D1E1EF;
		background: #D1E1EF;
		color: black;
		position:relative;
		z-index:3;
	}
	div.forecast
	{
		padding:.4em;
		margin:auto;
		margin-top:0.2em;
		width:80%;
		border: 1px solid #AF6262;
		background:#FFDFE9;
	}
	div.notes
	{
  border:1px solid #afafaf;
  background:#dfefdf;
  margin:1em;
  padding-left:1em;


}
ul.notes
{
  list-style: decimal;
  margin:.2em;
  padding:.2em;
  font-size:80%; 
}

div.links
{
  
  border: 1px solid #afafaf;
  background:#dfdfef;
  padding-left:1em;
  margin:1em;

}
ul.links
{
  
  margin:0.2em;
  padding:0px;
}

.blog
{
	float:left;
	border:1px solid #BF9117;
	background:#FFE25F;
	margin-left:70%;
}

.units
{ 
	color: #888;

}
td.hours, th.hours
{
	display:none;
}
td.today, th.today
{
	
}

table.statstable
{
	width:1000px; 
	margin-bottom:1em; 
	clear:both; 
	margin-top:0.7em; 
	border:0px;
}
.reddit-greeting
{
	background: #C6DEF7;
	font-family: verdana,arial,helvetica,sans-serif;
	margin:auto;
	padding:2px;
	padding-left:1em;
	padding-right:1em;
	width:10em;
	text-align:center;
}

.timestamp
{
	position:relative;
	top:.2em;
	right:.2em;
	float:right;
	color:#777;
}