head, body
{
	font-family: sans-serif, Arial;
	color: #ffffff;
	background: #111111;
	padding: 0px;
	margin: 0px;
    text-shadow: 0px 0px 5px black;
}

#banner
{
	border-bottom: 2px solid #555555;
	padding: 15px 20px 15px 20px;
}

#banner a
{
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none;
	text-shadow: 0 0 3px red;
	color: #eeeeee;
}

a
{
    color: white;
}

h2
{
    border-bottom: 1px solid #555;
    margin-bottom: 2px;
}

#nav a
{
	color: #006757;
	text-decoration: none;
	border-style: solid;
	border-color: #555555;
	border-width: 0px 1px 1px 1px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 0.95em;
}

#nav a:hover
{
	color: #d8faf5;
	background: #555555;
}

#nav
{
	float: right;
	right: -50%;
	position: relative;
	margin-bottom: 10px;
}

.leftnav
{
    float: left;
    margin-left: -10px;
}

.leftnav div
{
    padding: 3px;
    padding-left: 10px;
    padding-right: 5px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    border-right: 1px solid #444444;
    border-radius: 5px;
    font-weight: bold;
    background: #222222;
    margin-top: 3px;
}

.leftnav div:hover
{
    background: #555555;
    cursor: pointer;
}

.outercenter
{
	float: right;
	right: 50%;
	position: relative;
}

.clear
{
	clear: both;
}

#content
{
	padding: 5px;
}

.accountForm
{
	width:500px;
	margin: 0px auto;
	text-align: left;
}

.error
{
	font-size: 0.9em;
	font-weight: bold;
	color: #ea2c2c;
	text-shadow: 0 0 2px white;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.thirds
{
	float: left;
	width: 32%;
	padding: 3px;
	margin: 3px;
}

.button
{
	border: 2px solid #555555;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px;
	color: #006757;
	text-decoration: none;
}

.button:hover
{
	color: #d8faf5;
	background: #555555;
}

#sortable1, #sortable2
{
    list-style-type: none; margin: 0; padding: 0 0 2.5em; float: left; margin-right: 10px;
}

#sortable1 li, #sortable2 li
{
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
}

.onetrytr td:first-child
{
    font-weight: bold;
}

label
{
    min-width: 25px;
    display: block;
}

#total
{
    font-weight: bold;
    font-size: 2em;
    float: right;
}

.track
{
    cursor: move;
}

.control-label
{
    width: 45px;
}

.bold
{
    font-weight: bold;
}

.diff
{
    width: 120px;
    text-align: right;
}

.red
{
    color: #ff2d2d;
    font-weight: bold;
}

.green
{
    color: #50e440;
    font-weight: bold;
}

.tabs
{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    line-height: 1;
    border-radius: 4px 4px 0px 0px;
    text-decoration: none;
    padding: 6px;
}

.tabs:hover
{
    background: #555555;
}

#leaderboardnav
{
    border-bottom: 1px solid #eeeeee;
    width: 200px;
    padding: 5px;
}

.selected
{
    background: #111111;
    border-bottom: 1px solid #111111;
}

.leadertable
{
    margin-top: 5px;
    border-collapse: collapse;
}

.leadertable tr td
{
    border-bottom: 1px solid #444444;
    padding: 5px;
}

#leaderboard, #rules, #splitsdiv, #rightcol
{
    float: left;
    margin-left: 10px;
    border-right: 1px solid #333333;
    padding-right: 5px;
    min-height: 450px;
    width: 285px;
}

#reset
{
    margin-top: 300px;
}

#name
{
    margin-top:40px;
}

.date
{
    float:right;
    font-size: 0.6em;
    padding-top: 10px;
}