#top {
	margin-top: 20px;
	margin-left: -3px;
}
#home {
	position: absolute;
	top: 26px;
	left: 8px;
}
#other {
	position: absolute;
	top: 26px;
	right: 8px;
}
#top ul {
	/*position: absolute;
	top: 10px;
	left: 0px;*/
	padding: 0;
}
#top ul li {
	display: inline;
}
#top ul li a, #home a, #other a {
	padding: 15px;
	text-decoration: none;
	color: #000;
	font-size:xx-large;
}
#top a.current {
	background-color: lightgreen;
}

#navigation {
	/*position: absolute;
	top: 76px;
	left: 0;*/
	width: 100%;
	padding: 0;
	margin: 0;
}
#navigation ul {
	padding: 0;
	margin: 0;
	background-color: lightgreen;
	color: #fff;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-top: solid 1px white;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#navigation ul li a {
	margin: 0;
	padding: 6px 11px;
	margin-left: -3px;
	background-color: lightgreen;
	border-right: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
#navigation ul li a:hover {
	background-color: lightgray;
}
#navigation ul li a.current {
	background-color: white;
	color: #000;
}
#naviation ul li a.current:hover {
	background-color: white;
}

#left {
	position: absolute;
	/*top: 105px;*/
	left: 0;
	float: left;
	width: 19%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 1%;
}
#left ul {
	left: 0px;
	padding: 0;
	margin: 0;
	width: 84%;
	
}
#left ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #E8E8E8;
	width: 100%;
}
#left ul li a {
	text-decoration: none;	
	background: none;
	font-weight: normal;
	display: block;
	padding: 8px 10px;
	color: darkblue;
}
#left ul li a:hover {
	 color: #000;
	 border-bottom: none;
}

#left #sidebar h2 {
	font-size: medium;
}
#left #sidebar ul li {
	border-bottom: none;
}
#left #sidebar ul li a {
	font-size:small;
}
#left #sidebar ul li a {
	padding: 0;
	display: inline;
}

#main {
	position: absolute;
/*	top: 105px;*/
	width: 58%;
	left: 20%;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	margin-left: 1%;
	margin-right: 1%;
}
/*#main p {
	text-align: justify;
}*/
#wrap a, #left a, #main a, #right a, #login-register a {
	font-weight: bold;
	color: darkblue;
	text-decoration: none;
}
#wrap a:hover, #left a:hover, #main a:hover, #right a:hover, #login-register a:hover {
	border-bottom: 1px dotted darkblue;
}


#right {
	position: absolute;
	/*top: 105px;*/
	left: 80%;
	width: 19%;
	float: right;
	padding-left: 1%;
	margin: 0;
/*	border-left: 1px dotted black;*/
}

#wrap {
	padding-top: 30px;
}

span.small {
	font-size: medium;
}

table {
	border-collapse: collapse;
	margin: 10px 15px;	
}/*
th strong {
	color: #fff;
}
th {
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}
tr {
	height: 32px;
	background: #fff;	
}*/
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #E5F0FB;
}
form td {
	border: none;
}
td.label {
	text-align:right;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 3px;	
	padding-left: 0px;
	margin: 0;
	color: #006;
}
h1 {
	font-size: 2.6em;		
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
}

input[type=text], input[type=password] {
	padding:3px;
	border: 2px solid #E5F0FB; 
	font: normal 1em Verdana, sans-serif;
	color:#777;	
}
input[type=text], input[type=password] {
	width: 175px;	
	background-image: url(images/input_bg.gif);
	background-position: 0px -1px;
}

/**************
Buttons
**************/
.buttons a, button{
    /*display:block;*/
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#main p {
	text-align: justify;
}
#main #resume p {
	text-align: left;
}
#main #resume p[align=center] {
	text-align: center;
}

/*****************************************
Nice Looking Messages
*****************************************/

div.info, div.success, div.warning, div.error, div.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
div.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/icons/silk/information.png');
}
div.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/icons/silk/tick.png');
}
div.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/icons/silk/error.png');
}
div.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/icons/silk/cross.png');
}

div#login-register {
	position: absolute;
	top: 10px;
	right: 10px;
}

#toolbar {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 0px;
	margin: 0;
	float: left
}
#toolbar ul {
	padding: 0;
	margin: 0;
	background-color: lightgray;
	color: #fff;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px white;
}
#toolbar ul li {
	display: inline;
	padding: 0;
	margin: 0;
	color: #000;
}
#toolbar ul li a {
	margin: 0;
	margin-left: -3px;
	border-right: 1px solid #fff;
	background-color: lightgray;
	padding: 6px 11px;
	text-decoration: none;
	color: #000;
}
#toolbar ul li a:hover {
	background-color: white;
}
#toolbar ul li.nohover a:hover {
	background-color: lightgray;
}
#toolbar img {
	border: none;
}
tr.submit td {
	border: none;
}
table.form td {
	border: none;
}
#main {
	padding-bottom: 50px;
}
#main #resume td {
	border: none;
}

td {
	padding: 10px;
}
th {
	padding: 10px;
	color: #009;
}

/**********************************
FOOTBALL STYLES
**********************************/


.smack .smack-text {
	margin-left: 180px;
}
.smack .author {
	margin-top: 0px;
}
.smack {
	padding: 5px;
}

tr.no-picks {
	background: #FFF;
	color: #999;
}

/****
Form stuff
****/
form.manage_games_form label {
	width: 100px;
}
