/**** GLOBAL SETTINGS ****/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
	background: #FEC453 url("../images/bg.gif") repeat-y 50% 0;
	font-size: 12px;
}

#site {
	text-align: left;
	margin: auto;
	width: 740px;
	background: #ffffff;
}

#global_tabs {
	text-align: center;
	padding: 2px 6px 2px 6px;
	font-size: 10px;
	font-family: Verdana, Tahoma;
	color: #ffff99;
	background: #000000;
}

#global_tabs a {
	padding: 2px 0px 2px 6px;
	color: #ffffff;
	text-decoration: none;
}

#global_tabs a:hover {
	color: #ff6666;
	background: #000000;
}

.quotemark {
	font-size: 13px;
	font-weight: bold;
}

img {
	border: 0px;
}

.tm {
	vertical-align: super;
	font-size: 5px;
}

.container {
	display: block;
}

.box_15 {
	padding: 15px;
	border: 1px dashed #999999;
}

p {
	margin-top: 0px;
}

a {
	color: #003366;
}

a:visited {
	color: #336699;
}

a:hover {
	text-decoration: none;
}

.justify {
	text-align: justify;
}

a.green_button:link, a.green_button:visited {
	position: relative;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #eeffee;
	background: #7C9A13;
	border-left: 1px solid #D4E89C;
	border-top: 1px solid #D4E89C;
	border-right: 1px solid #3A4F10;
	border-bottom: 1px solid #3A4F10;
}

a.green_button:active {
	position: relative;
	top: 1px;
	left: 1px;
	border-left: 1px solid #3A4F10;
	border-top: 1px solid #3A4F10;
	border-right: 1px solid #BAD18E;
	border-bottom: 1px solid #BAD18E;
}

a.green_button:hover {
	color: #ffff99;
}

a.link_button:link, a.link_button:visited {
	position: relative;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #ffffff;
	background: #B96D00;
	border-left: 1px solid #cc9999;
	border-top: 1px solid #cc9999;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
}

a.link_button:active {
	position: relative;
	top: 1px;
	left: 1px;
	border-left: 1px solid #660000;
	border-top: 1px solid #660000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #cc9999;
}

a.link_button:hover {
	color: #ffff99;
}

a.caption {
	float: right;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 30px;
	background: url("../images/magnifying_glass.gif") no-repeat 3px 3px;
}

.thumbnail {
	float: right;
	text-align: right;
	width: 165px;
	margin-top: 3px;
}


/**** HEADER SETTINGS ****/

#header {
	position: relative;
	height: 75px;
	color: #8F7611;
	background: #FEC453 url("../images/logo.gif") no-repeat 20px 0px;
}

#header #logo {
	position: relative;
	left: 25px;
}

#header .logout {
	position: relative;
	top: 10px;
	right: 13px;
	float: right;
	font-size: 10px;
	height: 14px;
}

#header .logout a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	background: #ECA10E;
}

#header .logout a:hover {
	background: #DA5700;
}

#nav {
	padding-bottom: 3px;
	padding-top: 4px;
	border-bottom: 1px solid #cccccc;
	padding-left: 20px;
	background: #FEC453;
	font-size: 12px;
}

#nav a {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px 6px 3px 22px;
	text-decoration: none;
	color: #8F7611;
	background: #F5E7B1 url("../images/do_hicky_off.gif") no-repeat 6px 5px;
}

#nav a.selected, #nav a:hover {
	color: #990000;
	background: #ffffff url("../images/do_hicky.gif") no-repeat 6px 5px;
	padding: 3px 6px 3px 22px;
}

#nav a.selected {
	border-bottom: 1px solid #ffffff;
}


/**** MAIN BODY SETTINGS ****/

#content {
	padding: 25px;
}


/**** LEFT/MAIN SETTINGS ****/

#left_column {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

#left_column p {
	line-height: 150%;
	margin: 0px;
	padding-bottom: 15px;
}

#left_column p.nopad {
	padding-bottom: 0px;
}

#left_column h1 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #990000;
	border-bottom: 1px dotted #999999;
}

#left_column h2 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
}

#left_column img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#left_column img.right {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* legal pad */

#left_column #footnote {
	line-height: 150%;
	font-size: 10px;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
}

/* legal pad */

#left_column #legal_pad {
	border: 1px solid #D6D79C;
	background: #FCFD9F url("../images/red_line.gif") repeat-y 20px 0px;
}

#left_column #legal_pad .row {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#left_column #legal_pad .divider {
	border-bottom: 1px solid #D6D79C;
}

#left_column #legal_pad .breadcrumbs {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 10px;
	background: #F3E16B url("../images/red_line.gif") repeat-y 20px 0px;
}

#left_column #legal_pad .instructions {
	font-size: 11px;
	line-height: 15px;
}

#left_column #legal_pad .highlight {
	padding: 3px 6px 3px 6px;
	background: #339933;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#left_column #legal_pad .highlight_bad {
	padding: 3px 6px 3px 6px;
	background: #990000;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#left_column #legal_pad .row img.header {
	margin-bottom: 15px;
}

#left_column #legal_pad .row img.button {
	float: right;
}

#left_column #legal_pad .row .created {
	float: right;
	display: inline;
	color: #666666;
	font-size: 10px;
	width: 100px;
	text-align: right
}

#left_column #legal_pad .row span.label {
	color: #666666;
}

#left_column #legal_pad .row .details_box {
	padding: 10px;
	background: #ffffdd;
	font-size: 10px;
	border: 1px dotted #cccc99;
}

#left_column #legal_pad .row .group {
	line-height: 200%;
}

#left_column #legal_pad .row .trash {
	float: right;
	display: inline;
	margin-top: 5px;
}

#left_column #legal_pad .row .trash img {
	border: 0;
}

#left_column #legal_pad .row .winner {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	color: #660000;
	background: #FEEA9C;
	border: 1px dotted #bb9999;
}

#left_column #legal_pad .row .name {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia;
	padding-bottom: 4px;
}

#left_column #legal_pad .stake_name {
	display: inline;
}

#left_column #legal_pad .stake_total {
	float: right;
	display: inline;
}

#left_column #legal_pad .even {
	color: #999999;
}

#left_column #legal_pad .up {
	color: #339933;
}

#left_column #legal_pad .down {
	color: #990000;
}

/* other things to know */

#left_column #things_to_know {
	font-size: 11px;
	line-height: 130%;
	padding-left: 10px;
	padding-right: 10px;
}

#left_column #things_to_know ul {
	list-style-type: circle;
	padding-left: 15px;
}

#left_column #things_to_know ul li {
	margin-bottom: 8px;
}


/**** RIGHT/MAIN SETTINGS ****/

#right_column {
	margin-left: 525px;
	font-size: 11px;
}

#right_column h2 {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
}

#right_column p {
	margin-bottom: 13px;
}

#right_column .instructions {
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	line-height: 130%;
}

/* balance sheet */

#right_column #balance_sheet {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #EBF9D1;
	font-size: 10px;
}

#right_column #balance_sheet .row {
	padding: 5px;
}

#right_column #balance_sheet .username {
	padding: 5px;
	font-weight: bold;
}

#right_column #balance_sheet .stakes {
	padding-bottom: 5px;
}

#right_column #balance_sheet .stakes .stake_name {
	padding-left: 5px;
	display: inline;
}

#right_column #balance_sheet .stakes .stake_total {
	float: right;
	display: inline;
	padding-right: 5px;
}

#right_column #balance_sheet .divider {
	border-bottom: 1px solid #cccccc;
}

#right_column #balance_sheet .even {
	color: #999999;
}

#right_column #balance_sheet .up {
	color: #339933;
}

#right_column #balance_sheet .down {
	color: #990000;
}


/**** FORM SETTINGS ****/

.form {
	padding: 0px;
	margin: 0px;
}

.form input, .form textarea {
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	margin: 0px;
	background: #ffffff;
}

.req_icon {
	position: relative;
	top: 2px;
	left: 5px;
}

.form_table td {
	font-size: 11px;
	padding-bottom: 8px;
	padding-right: 8px;
}

.required {
	color: #990000;
	font-weight: bold;
}

.form select {
	font-size: 11px;
	margin: 0px;
}

.button {
	font-size: 11px;
}


/**** FOOTER SETTINGS ****/

#footer {
}


/**** MISC THINGS ****/

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
