/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset html code */

body {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
em {
	font-style:italic !important;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background-color: #F3EFFF;
}

.core #wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-color: #F3EFFF;
}

#header {
	background: #000 url(media/graphics/interface/banner.jpg) center no-repeat;
	height:90px;
}

#header h1 {
	padding: 20px 0 0 20px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 30px;
	text-shadow: 2px 2px #000;
}

.produced_by {
	padding: 5px 0 0 20px;
	font-size: 11px;
	color:#FFF;
}

#page_title {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: linear-gradient(to right, rgba(54, 186, 194, 0.96) 0px, rgba(60, 211, 173, 0.96) 100%) repeat scroll 0% 0% transparent;
	background-color: #69C4C8;
}

#page_title h2 {
	float: left;
	margin-left:20px;
	font-size: 20px;
	color:#FFF;
}

#maincontent {
	float: left;
	padding: 20px 10px 40px 10px;
	min-height: 450px;
	width: 660px;
	background-color: #fff;
}
.dyn #maincontent {
	float: right;
	padding: 20px 5px 40px 5px;
	min-height: 450px;
	width: 800px;
	background-color: #fff;
}

#footer {
	margin: 0 auto;
	clear: both;
	width: 1000px;
}

.core #footer {
	margin: 0 auto;
	clear: both;
	width: 950px;
}

#footer p {
	font-size: 11px;
	color:#FFF;
	margin-top:5px;
}

#footer a {
	font-size: 11px;
	color:#FFF;
}

/*Need to set the width of the html5 audio player in css*/
audio { 
	width: 285px;
}

.audioC p {
	display: none;
}

.videoC img {
	display: none;
}

.videoC p {
	display: none;
}

.videoC video {
	display: block;
}

.videoC object {
	display: block;
}

.container canvas {
	display: block;
}

.container img {
	display: none;
}

.drag_container .image_holder {
	display: block;
}

.drag_container img {
	display: none;
}

/*below is R&D on show/hide divs over video*/
.videoHolder {
	position:relative;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
}


.modal {
	position: absolute;
	z-index: 250;
}

.modal p {
	padding-bottom: 15px;
	line-height: 19px;
}

.modal img {
	display: inline;
}

.solid_outline {
/*	outline: 4px orange solid; */
	box-shadow: 0px 0px 0px 4px #7B85DE, 5px 5px 5px 5px #444;
}

#instructions, #clear, #overview {
	margin: 15px 0px 10px 0px;
	padding: 5px 15px;
	background: #F56363;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #454545;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}

#overview {
	position: absolute;
	top: -10px;
	left: 620px;
	float: right;
	background-color: #F56363;
	text-decoration: none;
}

#instructions {
	position: absolute;
	top: -10px;
	left: 815px;
	float: right;
	background-color: #F56363;
	text-decoration: none;
}

#instructions:active, #clear:active, #overview:active {
	box-shadow: none;
	background: #a7b7eb;
}

#hemi_select label, #hemi_select input, #pattern label, #pattern input, #pattern select {
	cursor: pointer;
}

.question_overlay{
	visibility:hidden;
	position:absolute;
	text-align:left;
}

.spot_click {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin-right: 21.75px;
	display: block;
	background: url('media/graphics/interface/spot_click.png');
}

.top_clicks, .middle_clicks {
	padding: 0px;
	margin: 0px;
	padding-bottom: 60px;
}

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

#overlays h4, #hemisphere h4 {
	margin-top: 5px;
	margin-bottom: 2px;
}

#basics {
	position: relative;
}

.tooltip {
	font-size: 20px;
	color: #FFF;
	background-color: #7B85DE;
	position: absolute; 
	display: none; 
	top: -30px;
	left: -10px;
	padding: 5px 5px;
	z-index: 400;
}

li .spot_click:first-child {
/*	margin-left: 15px; */
}

.spot_click:hover {
	background-position: 0px -17px;
}

.spot_click:active {
	background-position: 0px 14px;
}

#maps {
	position: relative;
	margin-top: 15px;
}

#clickables {
	position: absolute; 
	top: 103px; 
	left: 65px; 
	z-index: 225;
}

#static_equation {
	position: relative;
}

.eq_outline {
	position: absolute;
}

#dzetag_dt {
	left: 190px;
	width: 47px;
	height: 90px;
	border-color: #0066FF;
}

#winds {
	left: 267px;
	width: 28px;
	border-color: #000080;
}

#plan_vort {
	left: 375px;
	width: 18px;
	height: 40px;
	border-color: #35FF27;
}

#rel_vort {
	left: 332px;
	width: 22px;
	height: 40px;
	border-color: #35FF27;
}

#abs_vort {
	top: 14px; 
	left: 332px;
	width: 61px;
	height: 46px;
	border-color: #35FF27;
}

#abs_vort_adv {
	left: 259px;
	width: 137px;
	height: 58px;
	border-color: #35FF27;
}

#rel_vort_adv {
	left: 259px;
	width: 93px;
	height: 46px;
	border-color: #35FF27;
}

#plan_vort_adv {
	left: 259px;
	width: 67px;
	height: 52px;
	border-color: #35FF27;
}

#plan_vort_adv2 {
	height: 52px;
	left: 375px;
	width: 18px;
	border-color: #35FF27;
}

#domega_dp {
	height: 66px;
	left: 446px;
	width: 43px;
	border-color: #FD8589;
}

.single {
	top: 20px;
	height: 40px;
}

.double {
	top: 8px;
	height: 70px;
}

.bottom_border {
	border-bottom: 4px solid;
}

.top_border {
	border-top: 4px solid;
}

.full_border {
	outline: 2px orange solid;
}

#tip {
	position: absolute;
	border: 1px black solid;
	background-color: #F3EFFF;
}

.close:hover {
	cursor: pointer;
}

#overlays label, #overlays input {
	cursor: pointer;
}

.bucket {
	position: relative;
}

#vals {
	clear: left;
}

#vals ul {
	padding: 2px 0px;
	margin: 0px 5px !important;
}

#vals ul li {
	font-size: 12px;
	list-style: none;
	margin-left: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}

sub, sup {
	position: relative;
	vertical-align: 0;
}

sub {
	bottom: 0.4em;
}

sub {
	top: 0.4em;
}

/*/////////////////////Text elements/////////////////////////*/
#maincontent p {
	font-size:13px;
	margin-right: 50px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 19px;
	color:#333;
}

strong {
	font-weight:bold;
}

#maincontent ul {
	font-size:13px;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom: 10px;
	line-height: 16px;
	list-style:disc;
}

#maincontent li {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#maincontent ol {
	font-size:13px;
	margin-right: 50px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 16px;
	list-style:decimal;
}

#maincontent a {
	color: #F56363;
}

.core h2.chapter_title {
	margin-right: 20px;
	margin-bottom: 20px;
	color: #919FCC;
	font-size: 20px;
}

h3 {
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 16px;
}

.dyn h3 {
	display: none;
}

#print h3 {
	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #98A5C5;
	color: #fff;
}

#print h3.sub_head {
	margin-left: 0;
	padding: 10px 0 10px 0px;
	border-bottom: 2px solid #ddd;
	background-color: transparent;
	line-height: 1.5;
	color: #666;
}

.dyn h3 small {
	font-size: inherit;
}

.core .sub_head small {
	display: block;
	color: #aaa;
	font-size: 12px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #1B1B1B;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

h5 {
	margin-left: 60px;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #fefefe;
}

#maincontent .caption {
	margin-bottom: 3em;
}
#maincontent .caption img {
	display: block;
	margin-bottom: 0;
}
#maincontent .caption.center img, #maincontent .caption.center p, #maincontent .center img, #maincontent img.center {
	margin: 0 auto 1.5em auto;
	/* padding-right: 20px; */
}
#maincontent .caption.center img {
	margin-bottom: 0;
}
#maincontent .caption p, #maincontent .caption.inset_left p, #maincontent .caption.inset_right p {
	display: block;
	clear: both;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 10px 20px;
	background-color: #f6f6f6;
	text-align: center;
	font-size: 11px;
}

img.northern {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
		filter: FlipV;
/*        filter: FlipH();
		filter: FlipH;
        -ms-filter: "FlipH";
		filter: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
		-ms-filter: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); */
}

img.southern {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        filter: ;
        -ms-filter: ;
}

/* /////////////////////////////CORE PAGE SIDEBAR//////////////////////////// */

.core #sidebar {
	float: right;
/*	padding-top: 60px;  Commented out by Bryan */
	width: 260px;
	background-color: #F3EFFF;
	padding-left: 0px;
	padding-top: 20px;
}

.core #sidebar ul {
	font-size:13px;
	padding-bottom: 0px;
}
.core #sidebar li {
	margin-bottom: 2px;
	width: 235px;
	list-style:none;
}
.core #sidebar a {
	display: block;
	padding: 5px 5px 5px 40px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
}

.core #sidebar li.here a, .core #sidebar li.here a:hover, .core #sidebar a.menu_here, .core #sidebar a.menu_here:hover {
	border-bottom: 2px solid #DEDEDE;
	background-color: #fff;
	color: #E77277;
}

.core #sidebar a:hover {
	color: #E77277;
}
.core #sidebar ul ul {
	margin-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 0;
}
.core #sidebar ul ul a {
	margin-left: 20px;
	font-size: 85%;
}

.core #sidebar ul#menu ul li.here a {
	margin-left:0px;
	padding-left:60px;
}

.core #sidebar ul ul ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.core #sidebar ul ul ul a {
	margin-left: 30px;
	font-size: 85%;
}
	
.core #sidebar .ext_links {
	margin:0 10px 0 10px;
	padding-top: 0px;
	padding-bottom: 2px;
/*	border-top: 2px solid #fff; */
}

.core #sidebar .ext_links a {
	margin-left: 20px;
	padding: 4px 0px 0px 16px;
	background: url(media/graphics/interface/ext_link.png) center left no-repeat;
	font-size: 11px;
}

/* ////////////////////////////////DYN PAGE SIDEBAR//////////////////////////////// */

.dyn #sidebar {
	float: left;
	padding-top: 40px;
	width: 190px;
	background-color:#F3EFFF;
}

.dyn #sidebar ul {
	font-size:13px;
	padding-bottom: 15px;
}
.dyn #sidebar li {
	margin-bottom: 5px;
	width: 190px;
	list-style:none;
}
.dyn #sidebar a {
	display: block;
	padding: 5px 5px 5px 40px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
}

.dyn #sidebar li.here a, .dyn #sidebar li.here a:hover, .dyn #sidebar a.menu_here, .dyn #sidebar a.menu_here:hover {
	border-bottom: 2px solid #DEDEDE;
	background-color: #fff;
	color: #bb480f;
}

.dyn #sidebar a:hover {
	color: #bb480f;
}
.dyn #sidebar ul ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 0;
}
.dyn #sidebar ul ul a {
	margin-left: 20px;
	font-size: 85%;
}

.dyn #sidebar ul#menu ul li.here a {
	margin-left:0px;
	padding-left:60px;
}

.dyn #sidebar ul ul ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 0;
}
.dyn #sidebar ul ul ul a {
	margin-left: 30px;
	font-size: 85%;
}
	
.dyn #sidebar .ext_links {
	padding-top: 20px;
	margin:0 10px 0 10px;
	border-top: 2px solid #fff;
}

.dyn #sidebar .ext_links a {
	margin-left:20px;
	padding: 4px 0 3px 16px;
	background: url(media/graphics/interface/ext_link.png) center left no-repeat;
	font-size: 11px;
}

/* TABLE OF CONTENTS - WITHIN/at top of print.php */

#tableofcontents {
	margin-bottom: 20px;
}
#tableofcontents ul {
	margin-left: 10px;
}
#tableofcontents ul ul {
	margin-left: 10px;
	font-size: 90%;
}
#tableofcontents li {
	margin-bottom: 10px;
	margin-top:10px;
	list-style: none;
}
#tableofcontents li ul {
	margin-top: 5px;
	margin-bottom: 10px;
	
}
#tableofcontents a {
	text-decoration: none;
	color:#451a07;
}

#tableofcontents a:hover {
	color: #c64c17;
}

/*/////////////////////Position elements/////////////////////////*/

.center {
	text-align: center;
}

.center_margin{
	margin: 0 auto;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
	}
	
.right {
	float: right;
	margin-top: -13px;
	margin-right: -14px;
	}
	
.clear {
	display: block;
	clear: both;
}

.group:before, .group:after {
	display: block;
	visibility: hidden;
	height: 0;
	content: "\0020";
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}

/* hide elements based on whether it's in core, dynamic, or print preview */
.dyn .module_hide {
	display: none;
}
.core .print_hide {
	display: none;
}
.printer_only {
	display: none;
}

/* ///////////////////special buttons ////////////////////////////*/
.button {
	padding: 4px 15px 5px 15px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	cursor:pointer;
}
/* submit button in quiz and survey */
.button.light {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	box-shadow: 0 2px 4px #eee;
	text-shadow: 0px 1px 1px #fff;
}
/* done button in interactions */
.button.dark {
	border: 1px solid #ddd;
	background-color: #444;
	box-shadow: 0 2px 4px #ccc;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}

/* ///////////////////Link on print to top of page ////////////////////////////*/
.topnav {
	clear: both;
	padding: 10px 0;
	text-align: right;
	font-size: 75%;
}
.topnav a {
	padding: 2px 3px;
	background-color: #eee;
	text-decoration: none;
	border-radius: 5px;
}

/* TABLE OF CONTENTS DROPDOWN on pageTemplate.php
////////////////////////////////// */

.dyn ul#chapter_select {
	position: relative;
	float:right;
	margin-right:10px;
	margin-top:-36px;
	z-index: 100;
}
.dyn ul#chapter_select li a.toc_button {
	display: block;
	padding: 8px 15px;
	width: 140px;
	background-color: #fff;
	color:#000;
    font-size:13px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	list-style:none;
}
.dyn ul#chapter_select li ul {
	position: absolute;
	right: 0px;
	top:29px;
	display: none;
	padding: 20px;
	width: 240px;
	background-color: #000;
	font-size:13px;
	border-radius: 4px;
	list-style:none;
	
}
.dyn ul#chapter_select li:hover ul {
	display: block;
	
}
.dyn ul#chapter_select li ul li a {
	display: block;
	padding: 5px 10px;
	margin-left: 0px;
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-radius: 4px;
	list-style:none;
	
}
.dyn ul#chapter_select li ul li a:hover {
	background-color: #bb480f;
	color: #fff;
	
}
.dyn ul#chapter_select li ul li a strong {
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	
}

/* TABLES */

hr {
	margin-right: 60px;
	margin-left: 60px;
	border: 0px;
	border-bottom: 2px solid #eee;
	background-color: transparent;
}

table {
	background-color: #fff;
	font-size:13px;
	margin: 0 auto;
	line-height: 19px;
	color:#333;
}
table th, table td {
	padding: 10px;
	border: 1px solid #e7e7e7;
}
table th {
	background-color: #f7f7f7;
}
table th.table_title {
	padding: 10px;
	background-color: #e7e7e7;
	font-size: 14px;
}
table tbody th {
	text-align: right;
}

/* CONTINUE, NEXT, AND PREVIOUS */

.modal .stage_nav {
	position: relative;
	clear: both;
	margin-top: 40px;
	margin-bottom: 10px;
	min-height: 40px;
	width: 800px;
}

.modal .stage_nav ul {	
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	list-style:none;
}
.modal .stage_nav li {
	margin: 0;
}
.modal .stage_nav li a {
	display: block;
	background-color: red;
	text-decoration: none;
}
.modal .stage_nav li.previous {
	position: absolute;
	top: 0px;
	left: 0px;
}
.modal .stage_nav li.previous a {
	padding: 10px 10px 10px 20px;
	min-width: 90px;
	background: #919fcc url(media/graphics/interface/prev_arrow.jpg) center left no-repeat;
	color: #fff;
	text-align: right;
}
.modal .stage_nav li.next {
	position: absolute;
	top: 0px;
	right: 0px;
}
.modal .stage_nav li.next a {
	padding: 10px 20px 10px 10px;
	min-width: 90px;
	background: #919fcc url(media/graphics/interface/next_arrow.jpg) center right no-repeat;
	color: #fff;
}
#maincontent .stage_nav li.toc {
	margin: 0 auto;
	width: 120px;
}
#maincontent .stage_nav li.toc a {
	padding: 10px;
	min-width: 120px;
	background-color: #919fcc;
	color: #fff;
	text-align: center;
}

/* INTERACTIONS */

#maincontent .question_wrap {
	font-size:13px;
	line-height: 19px;
	color:#333;
	padding: 10px 10px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	width:90%;
	margin: 15px 20px 15px 20px;
}

#maincontent .question_wrap form div {
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
}
#maincontent .question_wrap form div input {
	margin-right: 0px;
	margin-left: 3px;
}
#maincontent .question_wrap form div label {
	float: right;
	width: 95%;
}
#maincontent .question_wrap h4 {
	margin-left: 0px;
}
#maincontent .question_wrap p {
	margin-right: 0px;
	margin-left: 0px;
}
#maincontent .question_wrap ul, #maincontent .question_wrap ol {
	margin-right: 40px;
	margin-left: 40px;
}
#maincontent .question_wrap ol {
	margin-top: 10px;
}
#maincontent .question_wrap ol.sortIt {
	overflow-x: visible;
	overflow-y: visible;
	width: 100%;
}
#maincontent .question_wrap ol.sortIt li {
	list-style-type: decimal;
}
#maincontent .question_wrap textarea {
	margin-bottom: 15px;
}
#maincontent .question_wrap .answer {
	display: none;
}
#maincontent .question_wrap .message{
	display: none;
}
#maincontent .question_wrap img {
	margin: 0;
}
#maincontent .question_wrap .submit_button, #maincontent .question_wrap .compare {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.question_wrap .correct_answer {
	background-color: #d4f3ca;
}

#maincontent .question_wrap .caption p, #maincontent .question_wrap .caption .inset_left p, #maincontent .question_wrap .caption .inset_right p {
	display: block;
	clear: both;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #dedede;
	text-align: center;
	font-size: 11px;
}
/*
#maincontent .question_wrap .takeaways {
	margin-right: 0px;
}

#maincontent .question_wrap .takeaways {
	margin-right: auto;
	background-color: #FFFFFF;
}
*/

/* TABLE OF CONTENTS (on the table_of_contents.htm page if needed)*/

.toc_chapter {
	margin-bottom: 15px;
}
.toc_chapter h3 {
	margin-left: 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}
.toc_chapter h3 a {
	display: block;
	margin-bottom: 8px;
	color: #444;
	text-decoration: none;
}
.toc_chapter h3 a:hover {
	color: #833715;
}
.toc_chapter h3 a strong {
	color: #ccc;
	font-weight: normal;
	font-size: 24px;
}
.toc_chapter p {
	margin-right: 0;
	margin-left: 0;
}
.toc_chapter .toc_desc {
	float: left;
	width: 590px;
}
.toc_chapter .toc_go {
	float: right;
}
.toc_chapter .toc_go a {
	display: block;
	margin-top: 5px;
	padding: 5px 10px;
	width: 100px;
	background-color: #646d8c;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	border-radius: 4px;
}
.toc_chapter .toc_go a:hover {
	background-color: #a7b7eb;
}

/* DOWNLOAD VERSION */

#download h3 {
	padding-left: 20px;
	border-bottom: 0px;
}
#download h2.page_title, #download #progressContainer {
	margin-left: 60px;
}
#download #progressMsg {
	margin-left: 0px;
}
#license_agree {
	height: 250px;
	margin-bottom: 15px;
	margin-right: 20px;
	padding: 20px;
	overflow: scroll;
	background-color: #efefef;
}
#license_agree p {
	margin-left: 0;
	margin-right: 0;
}
#agree_btns {
	margin-left: 60px;
	margin-bottom: 40px;
}
#agree_btns span input {
	padding: 5px 20px;
	border: 0px;
	color: #444;
	text-transform: capitalize;
	text-decoration: none;
	background-color: transparent;
}
#agree_btns span input.agree {
	color: #FFF;
	background-color: #97B249 !important;
	cursor:pointer;
}
#agree_btns span input:hover {
	text-decoration: underline;
	cursor:pointer;
}
#agree_btns span input.agree:hover {
	text-decoration: none;
	background-color: #a7c551;
}

#table_of_contents #sidebar ul, #contrib #sidebar ul, #technotes #sidebar ul, #download #sidebar ul {
	margin-top: 20px;
}

/* Media Gallery
////////////////////////////////// */

#gallery #maincontent table#image_gallery td p {
	margin: 0;
	font-size: 2px;
}
#gallery #maincontent table {
	margin: 0;
}
#gallery #maincontent table td {
	padding: 5px;
	width: 50%;
	background-color: #eee;
	font-size: 11px;
}
#gallery #maincontent img {
	margin: 0 0 15px 0;
}

/*//////////////////////SPLASH/////////////////////////*/

#splash #wrap {
	position: relative;
	margin: 0 auto;
	width: 950px;
	background-color: #000;
}

#splash #splashImage {
	width: 950px;
	height: 600px;
}

#splash #header {
	padding: 0;
	width: 950px;
	height:0px;
	background:none;
}

#splash #header h1 {
	padding: 0;
}

#splash #header h1 a {
	position: absolute;
	color:#FFF;
	top:20px;
	left:20px;
}

#splash .produced_by {
	position: absolute;
	top: 55px;
	font-size: 11px;
	color:#FFF;
}

#splash #footer{
	width: 940px;
}

/* ///////////////////////////SPLASH PAGE SIDEBAR /////////////////////// */

#splash #sidebar {
	position: absolute;
	margin-left: 700px;
	margin-top: -530px;
	width: 200px;
	background: rgb(255, 255, 255);/*Fallback for IE7-8 that do not support opacity*/
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
}

#splash #sidebar ul {
	font-size:13px;
	padding-bottom: 15px;
}
#splash #sidebar li {
	margin-bottom: 5px;
	list-style:none;
}
#splash #sidebar a {
	display: block;
	padding: 5px 5px 5px 40px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
}

#splash #sidebar li.here a, #splash #sidebar li.here a:hover, #splash #sidebar a.menu_here, #splash #sidebar a.menu_here:hover {
	border-bottom: 2px solid #DEDEDE;
	background-color: #fff;
	color: #bb480f;
}

#splash #sidebar a:hover {
	color: #bb480f;
}
#splash #sidebar ul ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 0;
}
#splash #sidebar ul ul a {
	margin-left: 20px;
	font-size: 85%;
}

#splash #sidebar ul#menu ul li.here a {
	margin-left:0px;
	padding-left:60px;
}

#splash #sidebar ul ul ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 0;
}
#splash #sidebar ul ul ul a {
	margin-left: 30px;
	font-size: 85%;
}
	
#splash #sidebar .ext_links {
	margin:0 10px 0 10px;
	padding-top: 20px;
	border-top: 2px solid #fff;
}

#splash #sidebar .ext_links a {
	margin-left:20px;
	padding: 4px 0 3px 16px;
	background: url(media/graphics/interface/ext_link.png) center left no-repeat;
	font-size: 11px;
}

#splash p#begin_btn {
	padding: 20px 0 20px 20px;
	width: 160px;
	margin-left: 0px;
}
#splash p#begin_btn {
	padding-bottom: 10px;
	
}
#splash p#begin_btn a {
	display: block;
	padding: 9px;
	background: #833715;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-align:center;
}
#splash p#begin_btn a:hover {
	background-color: #bb480f;
	border-radius: 5px;
	color: #fff;
}

/*///////////////////////////END SPLASH//////////////////////////////////////*/

	
/* ///////////////////////////////////
PRINT STYLES */

@media print {
* {
	background: transparent !important;
	color: #444 !important;
	text-shadow: none;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after {
	content: " (" attr(href) ")";
}
#header a:after, #tableofcontents a:after {
	content: none;
}
abbr:after {
	content: none;
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
}
@page {
 margin: 8px;
}
#maincontent {
	page-break-before: avoid;
}
.stage_nav {
	display: none;	
}
.page {
	page-break-after: always;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
#nav_bar_wrap, #nav_bar, #sidebar {
	display: none;
}
#header, #page_title, #wrap, #footer {
	width: 750px;
}
table {
	page-break-before: always;
}
table td{
	word-break:break-all;
}
#header nav, #header a img {
	display: none;
}
.dyn p.produced_by, .core p.produced_by {
	position: relative;
	float: left;
	margin-left: 15px;
}
.topnav {
	display: none;
}
.innerNode {
	page-break-after: avoid;
}
#tableofcontents {
	page-break-after: always;
}
#tableofcontents ul li, #tableofcontents ul li ul li {
	list-style-type: none;
}
#tableofcontents a {
	color: #000;
	text-decoration: none;
}
#maincontent .question_wrap {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #fff;
	page-break-inside: avoid;
}
#maincontent .question_wrap div.answer {
	display: block !important;
}
#maincontent .question_wrap form div {
	padding: 10px 5px;
	border-bottom: 1px solid #fff;
}
fieldset {
	border: none;
}
.submit_button {
	display: none;
}
.link {
	display: none;
}
.printer_only {
	display: block;
}
#license_agree {
	overflow: auto;
	padding: 0px;
	height: 100%;
}
/* turns off display of href in generated code at end of document */
#fancybox-wrap {
	display: none;
}
#maincontent .tabs {
	width: 100%;
}
#maincontent .tabsMenu {
	display: none;
}

#maincontent .tabbody {
	display: inline !important;
	overflow: auto;
	padding: 10px 20px;
	width: 90%;
	height: auto;
	border: 1px solid #fff;
	background-color: #fff;
}

.mainH2 {
	display: none;
}

#page_title h2 {
	display:none;
}

.reveal_box .closed{
	display:block;
}

.reveal_box h4{
	text-align:left;
}

#print #maincontent .float_left {
	float:none;
	text-align:left;
	width:800px;
}

iframe {
	overflow: hidden;
	border: none;
}

.audioC p {
	display: block;
}

.videoC img {
	display: block;
}

.videoC p {
	display: block;
}

.videoC video {
	display: none;
}

.videoC object {
	display: none;
}

.container canvas {
	display: none;
}

.container img {
	display: block;
}

.drag_container .image_holder {
	display: none;
}

.drag_container img {
	display: block;
}

}
