	body
	{
		padding:.3em;
		background: white;
	
	}
	html
	{
		background: white;
	}
	.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;
	
	}
	
	table th select
	{
		font-weight:bold;
		font-family:serif;
		text-align:center;
	
	}
	
	table th select option
	{
		text-align:center;
	
	}
	
	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;
  overflow:auto;
}

ul.links li
{
	float:left;
	width:45%;
}

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

.units
{ 
	color: #888;

}
table .hours
{
	
}
table .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;
	position:relative;
	top:-.5em;
}

.timestamp
{
	color:#777;
	font-size:.8em;
}
.nov5
{
	background: url("nov5.jpg") center center;
	font-weight:bold;
	border: 1px solid #ccc;
	margin:auto;
	width:24em;
	padding:4px;
	font-family:sans-serif;
	text-align:center;
}

.nov5 a
{
	color:#fff;

}

.dec16
{
	background: url("teapartyback.png") top left;
	font-weight:bold;
	border: 1px solid #ccc;
	margin:auto;
	width:24em;
	padding:4px;
	font-family:sans-serif;
	text-align:center;
	font-style: italic;
}

.dec16 a
{
	color:black;
}

.importantNote
{
	text-align:center;
}
.importantNote img
{
	display:inline;
}
.importantNote a img
{
	border:none;
}

.bottomButtons
{
	text-align:center;
	
}
.bottomButtons img
{
	display:inline; 
	border:0px;
}

.dynamic .graph
{
	position:relative;
	top:0px;
	left:0px;
	border:1px solid red;
	height:400px;
	overflow:hidden;
	background: url("grid.gif") top left;
}

.dynamic .graph div
{
	min-width:1px;
	border:0px;
	border-left: 1px solid #d29898;
	border-top:2px solid #a42b2b;
	background: #d29898;
	margin:0px;
	padding:0px;
	position:absolute;
	height:100%;
	top:100%;
}


.hidden
{
	display: none;
}


.danger
{
	width:25em;
	margin:auto;
	border: 1px solid red;
	background: #ffeeee;
	padding:.5em;
	margin-bottom:.5em;
	font-weight:bold;
	font-style:italic;
	color: black;
	font-family: serif;
	font-size: 20pt;
}