body {
   margin: 0;
   background-color: #fff;
   font-family: helvetica, arial, verdana;
}
img { border: 0; }
#results {
   clear: both;
}
table {
   border-collapse: collapse;
   width: 100%;
   border-top: 1px solid #000;
}
table tr {
   border-bottom: 1px solid #000;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
}
table tr th {
   border-right: 1px solid #000;
   padding: 10px;
}
table tr td {
   border-right: 1px solid #000;
   padding: 10px;
}
#header { padding: 0 0 20px 0; }
.left { float: left; width: 50%; text-align: left; }
.right { float: right; width: 50%; text-align: right; font-size: 9pt; }
@media (max-width:767px) {
	.left, .right {
		float:none;
		width:auto;
		text-align:left;
	}
}
.description {
   clear: both;
   font-size: 12pt;
}

table th.time { width: 80px; }


h1 {
   margin: 0;
   padding: 0 0 20px 0;
}
h1 span {
   color: #e5e5e5;
}

body.help h1 {
    color: #0b6902;
    font-weight: normal;
    font-size: 18pt;
	clear:both;
}

div.help_nav {
    background-color: #f2feec;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    float: left;
    width: 200px;
    text-align: left;
	margin-left:-270px;
}
div.help_nav ul { margin: 0 0 0 20px; padding: 0; }
div.help_nav ul li { margin: 0; padding: 0 0 10px 0; }
div.help_nav ul li a.active { color: #000; font-weight: bold; text-decoration: none; }
div.help_nav ul li ul.children li a { color: #2E550F; text-decoration: underline; font-weight: normal; }
div.help_nav ul li ul.children li a.active { font-weight: bold; color: #000; text-decoration: none; }
div.help_nav ul.children {
    padding-top: 10px;
    font-size: 10pt;
}
div.help_content {
    padding: 20px 0;
    float: left;
	width:100%;
}
div.help_content p { color: #555555; }
div.help_nav h3 {
    font-weight: bold;
    margin: 0; 
    padding: 0 0 15px 0;
    font-size: 10pt;
    color: #0B6902;
}
div.help_content h3 {
    font-weight: bold;
    margin: 0; 
    padding: 0;
    font-size: 10pt;
    color: #000;
}
div.help_content ul li { line-height: 16pt; }
div.help_content div.content {
    text-align: left;
    clear: both;
}
div.help_content div.crumbs { font-size: 9pt; padding-bottom: 20px; }
div.help_content div.crumbs_right { display: none; }

div.help_content,
div.help_content p,
div.help_content ul,
div.help_content ol,
div.help_content ul li,
div.help_content ol li {
    color: #555555;
    line-height: 16pt;
}
div.help_content p {
    margin: 0;
    padding: 7px 0 7px 0;
}
div.help_content ul li { padding-bottom: 4px; }

#navbar {
   position: relative;
   background-color: #2e550f;
   ppheight: 57px;
   text-align:right;
}
body.help #navbar {
    background-color: #e7fedb;
    background-image: url('../images/help_nav_bg.png');
    background-repeat: repeat-x;
    background-position: bottom left;
}
#navbar-content {
	margin:0 auto;
	width:100%;
	max-width:923px;
	position:relative;
	height:auto;
	min-height:55px;
}
#navbar #logo {
   ppposition: absolute;
   pptop: 12px;
   ppleft: 0;
   float:left;
   margin:12px 0;
}
body.help #navbar h1 { 
    position: absolute;
    top: 18px;
    left: 110px;
    font-size: 16pt;
    color: #0b6902;
    font-weight: normal;
}
#navbar ul#buttons{
   ppfloat: right;
   display: block;
   margin: 0;
   padding: 17px 20px 0 0;
}
#navbar ul#buttons li {
    display:inline-block;
	ppfloat: left;
    margin-left: 10px;
	margin-bottom:10px;
    list-style-type: none;
    padding: 0;
    font-size: 8pt;
    color: #fff;
}
#navbar ul#buttons li a,
#navbar ul#buttons li a:visited {
   text-decoration: none;
   color: #000;
   font-weight: normal;
   display: block;
   background-color: #ffffff;
   -moz-border-radius: 10px;
   font-size: 8pt;
   padding: 5px 10px 5px 10px; 
}
#navbar ul#buttons li.sheet_select {
    background-color: transparent;
    padding-top: 2px;
    padding-left: 10px;
}
#navbar ul#buttons li a:hover {
    background-color: #B8D047;
}
#sheet_header_fixed #navbar{
	width:100%;
	position:fixed;
	z-index:100;
}
#sheet_header_fixed #header{
	margin-top:2em;
}
@media (max-width:359px){
	#navbar ul#buttons li {
		margin-left: 0;
	}
	#navbar ul#buttons li.sheet_select {
		padding-left: 0;
	}
}

body.help #navbar ul#buttons li a,
body.help #navbar ul#buttons li a:visited {
    background-color: #0b6902;
    color: #fff;
}


#content {
    margin: 0 auto;
    max-width: 923px;
    padding: 40px 0;
    width: 100%;
}
.content-inner {
	padding-left:270px;
}
.content-outer {
	padding:0 2.5%;
}


input.text {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -border-radius: 3px;
   border: 1px solid #b6bbaf;
   padding: 5px;
   font-size: 10pt;
   background-image: url('../images/input_bg.png');
   width: 75%;
   font-family: lucida grande, helvetica, arial;   
}
#draw_results input.text {
    width: 75%;
}

p { padding: 0; margin: 0; }
#footer { padding-top: 20px; } 
#footer p { font-size: 9pt; }
#footer .left p { font-style: italic; }

.small {
   text-align: center;
   font-size: 8pt;
}
a, a:visited { color: #2E550F; }

.sheet_type {
   font-weight: bold;
   text-transform: uppercase;
   font-size: 9pt;
   padding-bottom: 10px;
   color: #2E550F;
}
a.xsignup { float: right; font-weight: bold; text-decoration: none; }

table#draw_results {
	font-size:14px;
}
table#draw_results td { table-layout:fixed; width:100px; overflow:hidden; word-wrap:break-word;text-align:center; } 
table#draw_results th {table-layout:fixed; width:50px;}
td.editable {
   cursor: pointer;
}

td.teenotes {
    font-size: 8pt;
    padding: 2px;
	vertical-align:top;
	background-color:#ddd;
}

td.teenotes strong { font-size: 7pt; }



div.description p { line-height: 16pt; }
.special { background-color: #ECFFB3; text-align: center; }
tr.totals td { font-weight: bold; }
a.goback { font-size: 9pt; text-decoration: none; }


div.help_content ul.faqs li h4 {
    font-size: 11pt;
    color: #000;
    padding: 0;
    margin: 0;
}
div.help_content blockquote {
    display: block;
    clear: both;
    padding: 20px 20px 20px 65px;
    background-color: #F8FCC5;
    background-image: url('../images/warning_icon.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border: 2px solid #E0E6A1;
    margin: 20px 0 20px 0;
    font-size: 10pt;
    color: #000;
    min-height: 30px;
    font-weight: bold;
}
div.help_content ul.videos,
div.help_content ul.videos li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    display: block;
}
div.help_content ul.videos li {
    display: block;
    clear: both;
    padding-bottom: 20px;
}
div.video_description { ppfloat: left; }
a.video_link {
    float: left;
    margin-right: 20px;
}
.clear { clear: both; display: block; line-height: 0; }

@media (max-width:550px){
	.content-inner {
		padding-left:0;
	}
	div.help_nav {
		float: none;
		width: auto;
		margin-left:0;
	}
	div.help_content {
		float: none;
	}
}