@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	background-color:#a53d06;
	margin:0 .5em;
	font-size:80%;
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
}
h1{
	font-size:140%;
	color:#333;
	border-bottom:1px solid #666;
	margin-top:.5em;
}
h2{
	margin-top:1em;
	font-size:125%;
	color:#165263;
	border-bottom:1px solid #165263;
}
.homepage h2{
	font-size:135%;
	color:#165263;
	border-bottom:1px solid #165263;
}
a{
	color: #784801;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
code{
	font-size:110%;
	_font-size:85%;
	*font-size:85%;
}
img{
	margin: .5em;
}

#page{
	width: 1000px;
	margin: .5em auto;
}
#content{
	background:#fff;
	border:6px solid #000;
}
#innerContent{
	margin:1em;
	margin-top:0;
}
#headerTop{
	min-height:65px;
	height:auto !important;
	height:65px;
	background-image: url(images/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#reload{
	float:right;
	margin-top:.5em;
	text-align:right;
}
#reload img{
	margin:0;
}
#reload a{
	margin:.25em .5em;
	text-decoration:none;
}
#reload .note{
	font-size:85%;
	color:#222;
}

#headerTxtContainer{
	font-size:100%;
	background: #000;
}
#headerTxt{
	font-size:150%;
	color:#fff;
	padding:.25em;
	background: #000;
}

#topNav ul{
	list-style:none;
	display:block;
	background:#ffda42;
	border-bottom:2px solid #000;
	padding:.25em 0;
}
#topNav ul li{
	display: inline;
}
#topNav ul li a{
	padding:.25em .75em;
	color:#000;
	text-decoration: none;
	font-weight:bold;
}
#topNav ul li a:hover{
	background: #fff;
}

#explain ul{
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: square;
}
#explain ol {
	margin-left: 2em;
	list-style-position: outside;
}
#explain .note{
	font-size:85%;
	color:#777;
}

.sectionLabel{
	background: #784801;
	border: 1px solid #555;
	border-bottom:none;
	color:#fff;
	font-size:90%;
	padding:.25em .5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:.75em;
}
.imageSection{
	background-color:#eee;
	border: 1px solid #555;
	border-top:none;
	padding-top:.5em;
}
#imageSectionOne{
}
#imageSectionTwo{
}

#credits{
	color:#fff;
	padding: .5em;
	font-size: 85%;
}
#credits a{
	color:#fff;
	text-decoration:underline;
}
#credits a:hover{
	text-decoration:none;
}

#requires{
	color:#555;
	font-size:85%;
}
#requires a{
	text-decoration:underline;
	color:#555;
}
#requires a:hover{
	text-decoration:none;
}

#toggleBtnContainer{
	margin:.5em 0;
}
a#toggleBtn{
	font-size:90%;
}
#toggleItem{
	display:none;
}

.listHeading{
	font-weight:bold;
	margin-top:1em;
	font-size:110%;
}

.loaded{
	color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
	background: #fffba8;
	padding:.15em .5em;
	border:1px solid #000;
	margin: .25em .5em;
}

.ui-tabs-hide { display: none; }

#tabs{
	margin-top:2em;
}
.noTopSpace{
	margin-top:0;
	padding-top:0;
}
.addTopSpace{
	margin-top:1em;
}
.tabsFix{
	float:left;
	width:100%;
	display:block;
}

.ex5_addDynamicContent{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #aa0000;
	text-decoration: underline;
	cursor: pointer;
	padding: 1em;
}
.ex5_addDynamicContent.inline{
	padding: 0; font-size: 100%;
}
.ex5_addDynamicContent:hover{
	text-decoration: none;
}

.html{
	width: 100%;
	overflow:scroll;
}

.tinyMceAdvToggle {
	color:blue;	
}

