﻿body {
	font: 400 13px/24px "Open Sans", sans-serif;
	text-align: center;
	margin-top:0px;
	margin-bottom:10px;
	color:#030e18;
	background-color: #ffffff;
}

body.draftBoardBody {
	margin-top: 1px;
}

body.draftBoardBody p.backText {
	text-align: left;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 1px;
}

A {
	color: #030e18; text-decoration: none;
}

A:link {
	COLOR: #030e18; text-decoration: none;
}
A:visited {
	COLOR: #030e18; text-decoration: none;
}
A:active {
	COLOR: #030e18; text-decoration: none;
}
A:hover {
	COLOR: #E8B03F; text-decoration: underline;
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	background: #FFFFFF;
	border: 8px solid #FFFFFF;
	border-radius: 5px;
}

#page_wrapper p.cookieText {
	font-size: 13px;
}

#header_wrapper {
	background: #ffffff;
	margin:0px; padding:0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#header {
	height: 60px;
	padding:15px;
	margin:0px;
}

#header span.secondary {
	color: #FFDF8C;
}

#header div.left {
	width:50%;
	float: left;
}

#header div.right {
	width:50%;
	float: right;
}

#header h1 {
	margin:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 28px;
	color:#ffffff;
	letter-spacing: -1px;
}

#header h2 {
	margin:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color:#B1C6EB;
	letter-spacing: 1px;
}

#left_side {
	margin-top: 10px;
	float: left;
	width: 160px;
	background: #ffffff;
	border:1px solid #E8B03F;
}

#right_side {
	margin-top: 10px;
	float: right;
	width: 160px;
	background: #ffffff;
	border-radius: 4px;
	border:1px solid #E8B03F;
}

#right_side h3 {
	border-radius: 2px;
}

#content {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 180px;
}

#content div.draftInfo {
	width: 70%;
	float: left;
}

#content div.draftStatusImage {
	width: 30%;
	float: right;
	text-align: right;
}

#content-wide {
	width: 98%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 180px;
}

#footer {
	height: 50px;
	background-color: #4E7DD1;
	clear: both;
	text-align: center;
	padding-top:12px;
	color: #B6CEF9;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}

#left_side p, #right_side p {
	margin:10px;margin-top:15px;margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

#left_side h3, #right_side h3 {
	margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #E8B03F;
	border:1px solid #E8B03F;
	background-color: #000000;
}

#left_side h4, #right_side h4 {
	margin-top:0px;margin-bottom:0px;margin-left:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #E8B03F;
}

p {
	margin-top:15px; margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
p.error, .error {
	color: #990000;
	font-weight: bold;
}
p.errorDescription
{
	display: none;
}

p.success{
	color: #009900;
	font-weight: bold;
}

p.success img {
	vertical-align: middle;
}

img.small_link {
	border: 0px;
	vertical-align: middle;
}

h3 {
	margin-top:5px; margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #030e18;
}

h4 {
	margin-top:0px;margin-bottom:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #E8B03F;
}

fieldset {
	margin: 4px;
	margin-bottom: 10px;
}

fieldset legend {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #030e18;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	text-align:center;
}

table th {
	font-weight: bold;
	color: #E8B03F;
	background-color: #030e18;
	text-align:center;
}

#navlist
{
	margin-top:1px;
	margin-bottom:0px;
	text-align:right;
	padding: 5px 0;
	margin-left: 0;
	margin-right: 20px;
	border-bottom: 1px solid #E8B03F;
	font: bold 14px Verdana, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	color: #D5930D;
	padding: 5px 15px;
	margin-left: 3px;
	border: 1px solid #D5930D;
	border-bottom: none;
	background: #D5930D url('../images/tab_bg.gif') bottom left repeat-x;
	text-decoration: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#navlist li a.commish {
	background: #D5930D url('../images/tab_bg_commish.gif') bottom left repeat-x;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
	color: #FFFFFF;
	background: #030e18;
	border-color: #E8B03F;
}

#navlist li a.commish:hover {
	background: #030e18;
}

#navlist li a#current
{
	color: #000;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.featurebox_center {
	background-color: #ffffff;
	margin:0px;
	padding:10px;
	border: 1px solid #E8B03F;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.featurebox_side {
	background-color: #ffffff;
	margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
	padding:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

#draft_table {
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

#draft_table th {
	font-weight: bold;
	color: #B6CEF9;
	background-color: #4E7DD1;
}

#draft_table .left_col {
	vertical-align: middle;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	color: #B6CEF9;
	background-color: #4E7DD1;
	text-align: center;
}

#draft_table td {
	vertical-align: top;
	border: 1px solid #000000;
	border-collapse: collapse;
}

#loadingDialog{
	display: none;
}

.center
{
	text-align: center;
}

.inline-icon
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

span.player-name {
	font-weight: bold;
	font-size: 15px;
}

.phpdraft-icon {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-right: 2px !important;
}

span.highlighted {
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 10px 0px 10px;
	background-color: #4E7DD1;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
}

div.questionBlock, div.answerBlock {
	width: 100%;
	clear: left;
	font-family: Helvetica, Verdana, sans-serif;
}

div.questionBlock div.questionText, div.questionBlock div.answerText {
	height: 40px;
}

div.questionBlock span.highlighted {
	color: #FFFFFF;
}

div.questionBlock div.questionText {
	font-weight: bold;
	vertical-align: middle;
	font-size: 22px;
	padding-top: 10px;
}

div.answerBlock {
	padding-bottom: 10px;
}

div.answerBlock span.highlighted {
	color: #FFDF8C;
}

div.answerBlock div.answerText {
	font-size: 16px;
	padding-left: 60px;
	margin-bottom: 10px;
	padding-top: 10px;
}
a.shortcutLink {
	margin-left: 25px;
	font-size: 14px;
}
/* Zipp Addons */
.go_button {
	background-color: #BCA593;
	border: 1px solid #020E17;
	color: #020E17;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}
.go_button:hover {
	color: #fff;
	background-color: #E7B240;
	cursor: pointer;
}


