@charset "utf-8";
/* CSS Document */

/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

	
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html {
	height: 100%;
}
body {
	color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 12px;
	height: 100%;
	background-color: #FFF;
}
h1 {
	color: #db7900;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
}
h1 span {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 5px 5px 0;
	text-align: left;
}
.description {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 5px 0 15px 0;
}
#container {
	margin: 20px auto 0 auto;
	width: 780px;
}
#top_container {
	width: 680px;
	height: 130px;
	margin: 10px auto 10px auto;
}
#bottom_container {
	clear: both;
	width: 700px;
}
.page-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #09f;
	border-bottom: 5px solid #444444;
}
.page-sidebar {
	position: fixed;
	top: 30px;
	left: 20px;
	width: 250px;
}
* html .page-sidebar {
	top: 30px;
	left: 20px;
	width: 250px;
	position:absolute;
}
.page-title {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}
.page-title h1 {
	margin: 0 0 5px 0;
}
.page-title h2 {
	clear: both;
	font-size: 100%;
	color: #FF9;
	font-weight: normal;
	margin: 0;
}
.page-body {
	margin: 0 10% 0 315px;
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}
.page-footer {
	margin: 20px 0 0 0;
	text-align: left;
	font-size: 10px;
}
.page-body ul, .page-body ol {
	color: #ffffff;
	margin: 10px 0 30px 25px;
}
.page-body ul li,  .page-body ol li {
	padding: 0;
	margin: 0 0 5px 0;
	color: #cccccc;
	line-height: 140%;
	font-size: 100%;
}
.page-footer p {
	margin: 0;
}
.page-title h1 span {
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	color: #ffffff;
	margin: 5px 0 15px 0;
}
a, a:link, a:visited {
	color: #29547E;
}
h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #db7900;
	margin: 5px 0 15px 0;
}
h2 span {
	clear: both;
	font-size: 70%;
	color: #FF9;
}
.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	background-color: #09f;
	margin: 0 0 20px 0;
}
.notice p,  .notice p a,  li a {
	color: #ffffff;
	text-decoration: none;
}
.navigation {
	list-style: none;
	margin: 10px 0 30px 0;
	width: 200px;
}
.navigation li {
	padding: 0;
	margin: 0;
}
.navigation a,  .navigation a:visited {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	border-bottom: 3px solid #171B20;
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.navigation a:hover {
	color: #000000;
	background-color: #db7900;
}
a.page-options {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px;
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}
a.page-options:hover, a.page-options:focus {
	color: #fff;
	background: #09F;
}
p small,  li small {
	color: #09F;
	font-size: 100%;
}
p em,  em {
	color: #ffffff;
}
.hidden {
	display : none;
}
pre {
	font-size: 11px;
	padding: 10px;
	background: #000000;
	overflow: auto;
	margin: 10px 0 10px 0;
}
code {
	color: #ffffff;
	background: #000000;
	font-family: Monaco, Courier, monotype;
}
/** RUBY / JAVASCRIPT **/
code span.comment {
	color: #BD48B3;
}
code span.string {
	color: #99FF00;
}
code span.brackets {
}
code span.symbol {
	color: #6BCFF7;
}
code span.keywords {
	color: #FF8400;
}
code span.erb {
	background: #333;
}
code span.symbol {
	color: #07DFFC;
}
/** HTML **/
code.html span.tag {
	color: #fff;
}
code.html span.attribute {
	color: #FFD500;
}
code.html span.string {
	color: #99FF00;
}
code.html span.comment {
	color: #999;
}
code.html span.doctype {
	color: #D7FF80;
}
start of accordion

* {margin:0; padding:0; font:12px Arial,Verdana}
code {font-family:"Courier New",Courier}

#options {
	width:650px;
	margin:20px auto;
	text-align:right;
	color:#CACACA
}
#options a {text-decoration:none; color:#CACACA}
#options a:hover {color:#033}

#acc {
	width:650px;
	list-style:none;
	color:#333;
	margin:0 auto 40px
}
#acc h3 {
	width:636px;
	border:1px solid #CACACA;
	padding:6px 6px 8px;
	font-weight:normal;
	margin-top:5px;
	cursor:pointer;
	background:url('../images/bgOFF1.gif')
}
#acc h3:hover {background:url('../images/header_over.gif')}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:618px; padding:15px; border:1px solid #CACACA; border-top:none; background:#fff}

#nested {
	width:600px;
	list-style:none;
	color:#333;
	margin-bottom:15px
}
#nested h3 {
	width:590px;
	border:1px solid #CACACA;
	padding:6px 6px 8px;
	font-weight:normal;
	margin-top:5px;
	cursor:pointer;
	background:url('../images/header.gif')
}
#nested h3:hover {
	background:url('../images/bgOFF1.gif')
}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:570px; padding:15px; border:1px solid #CACACA; border-top:none; background:#fff}
#nested .acc-selected {background:url('../images/header_over.gif')}

a:link {
	color: #db7900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFBD6C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


new code


ul.list-tick {
	margin: 0;
	padding: 0;
}
ul.list-tick li {
	margin: 0;
	padding: 0px 0 4px 21px;
	list-style: none;
	background: url('../images/tick1.jpg') no-repeat top left;
}
ul.list-youtube {
	margin: 0;
	padding: 0;
}
ul.list-youtube li {
	margin: 0;
	padding: 0px 0 4px 44px;
	list-style: none;
	background: url('../images/youtube_icon.jpg') no-repeat top left;
}
ul.list-doc {
	margin: 0;
	padding: 0;
}
ul.list-doc li {
	margin: 0;
	padding: 0px 0 4px 20px;
	list-style: none;
	background: url('../images/doc_icon.jpg') no-repeat top left;
}
/*

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#tabs31 {
	position:relative;
	display:block;
	height:39px;
	font-size:12px;
	font-weight:normal;
	background:transparent url('../images/bgOFF1.gif') repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-top:4px solid #DB7900;
}
#tabs31 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#tabs31 ul li {
	display:block;
	float:left;
	margin:0;
}
#tabs31 ul li a {
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url('../images/bgDIVIDER1.gif') no-repeat top right;
}
#tabs31 ul li a:hover, #tabs31 ul li a.current {
	color:#db7900;
	background:#fff url('../images/bgON1.gif') no-repeat top right;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
body {
	background-color: #FFF;
}
a:link {
	color: #688D3F;
}
a:visited {
	color: #db7900;
}
a:hover {
	color: #7FAF49;
}

/* Zebra List and Table */

table { border-collapse: separate; }

table.zebra {
	border-right: 1px solid;
	border-color: rgba(0,0,0,0.15); 
}

ul.zebra > li,
table.zebra tbody td { 
	border-bottom: 1px solid #d1d1d1; 
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.mod-box-black ul.zebra > li,
.mod-box-black table.zebra tbody td,
.mod-box-color ul.zebra > li,
.mod-box-color table.zebra tbody td { 
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,0.15); 
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { 
	border-top: 1px solid #d1d1d1; 
	box-shadow: inset 0 1px 0 rgba(255,255,255,1), 
				0 1px 0 rgba(255,255,255,1);
}

.mod-box-black ul.zebra > li:first-child,
.mod-box-black table.zebra tbody tr:first-child td,
.mod-box-color ul.zebra > li:first-child,
.mod-box-color table.zebra tbody tr:first-child td { 
	border-top: 1px solid;
	border-color: rgba(0,0,0,0.15); 
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 
				0 1px 0 rgba(255,255,255,0.15);
}

ul.zebra > li.odd,
table.zebra tbody tr.odd { background: url(../images/bg_black_2.png); }
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: rgba(0,0,0,0.02); }

table.zebra thead,
table.zebra tbody tr:hover,
table.zebra tbody tr.odd:hover,
.mod-box-black ul.zebra > li.odd,
.mod-box-black table.zebra tbody tr.odd,
.mod-box-color ul.zebra > li.odd,
.mod-box-color table.zebra tbody tr.odd,
table.zebra tfoot td,
.mod-box-black table.zebra tfoot td { background: url(../images/bg_black_5.png); }

.mod-box-black ul.zebra > li:nth-of-type(odd),
.mod-box-black table.zebra tbody tr:nth-of-type(odd),
.mod-box-color ul.zebra > li:nth-of-type(odd),
.mod-box-color table.zebra tbody tr:nth-of-type(odd)  { background: rgba(0,0,0,0.05); }

table.zebra caption { color: #999; }
.mod-box-black  table.zebra caption { color: #d1d1d1; }
.mod-box-color  table.zebra caption { color: #fff; }

.mod-box-black table.zebra thead,
.mod-box-color table.zebra thead,
.mod-box-black table.zebra tbody tr:hover,
.mod-box-black table.zebra tbody tr.odd:hover,
.mod-box-color table.zebra tbody tr:hover,
.mod-box-color table.zebra tbody tr.odd:hover { background: url(../images/bg_black_10.png); }

table.zebra tbody tr:nth-of-type(odd):hover { background: rgba(0,0,0,0.05); }

.mod-box-black table.zebra tbody tr:nth-of-type(odd):hover,
.mod-box-color table.zebra tbody tr:nth-of-type(odd):hover { background: rgba(0,0,0,0.1); }

table.zebra thead th { 
	border-top: 1px solid;
	border-color: rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); 
}

.mod-box-black table.zebra thead th,
.mod-box-color table.zebra thead th {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

table.zebra tr td,
table.zebra tr th {	
	border-left: 1px solid;
	border-color: rgba(0,0,0,0.15);
	padding: 5px 10px;
}

table.zebra tfoot td { 
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,0.15);
}

.mod-box-black table.zebra tfoot td,
.mod-box-color table.zebra tfoot td { background: url(../images/bg_black_15.png); }


.boxrounded {
	padding: 6px;
	border: 1px solid #B5B5B5;
	-moz-border-radius: 03px;
	-webkit-border-radius: 03px;
	border-radius: 06px;
	behavior: url(border-radius.htc);
	font-family: 'sweet_sans_proregular', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 2px;
}

.submit-button {
	font-size: 13pt;
	color: #db7900;
	padding: 4px;
	cursor: hand; cursor: pointer;
	font-weight:bold;
}