h1{margin: 0; margin-top: 5px; padding: 0;}
h4{margin: 0;margin-bottom: 2em; font-family: Helvetica, sans-serif; font-weight:normal}
.sideboxes{padding-top: 5px;}
#indexbox{margin-top: 0px; font-size: 0.8em;}
/*.active{font-weight: bold;}*/

.fullBox{position:relative; width: 100%; background: #4c4a49; color: #fff; margin: 0; font-family:Arial; list-style-image: url('liststarter.png');}
.fullBox a{color: #fff; text-decoration:none; padding:0px 5px;}
.fullBox a:hover {color: #fff; background: #929292;}
.fullBox a:active {color: #fff;}
.fullBox a:visited {color: #fff;}
.fullBox ul{width: 40%; font-size: smaller;}


.accordion h4{
	margin: 1px;
	font-size: 1.25em; 
	background: #e0e0e0 url('accordion-background-normal.png');
	border: 1px solid #dda; /*d28718*/
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	font-weight: normal;
	cursor: pointer;
	}
.accordion .module-table-active h4{
	border: 1px solid #ce5c00;
	background: url('accordion-background-active-top.png');
	font-weight: bold;
	 /*Just negating some borders and rounding*/
	margin-bottom: 0;
	border-bottom: 0;
	-moz-border-radius-bottomleft: 0; 
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.accordion .module-table-active .variable{
	width: 616px;
	margin: 0px 1px 1px 1px;
	background: #fafafa url('accordion-background-active-bottom.png') repeat-x bottom;
	border: 1px solid #ce5c00;
	border-top: 0;
	-moz-border-radius-bottomleft: 4px; 
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

}

.module-table{font-size: smaller;}
.module-table .variable{padding: 10px;}
.module-table h4{padding: 3px 10px;}

.variable{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px #444 solid;
	}
.variable h4{padding: 0px;}
.variable .variable-descriptor{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.variable .variable-descriptor li{
	float: left;
	width: 40%;
	margin-right: 9%;
	padding: 0px;
	color: #555;
}
.variable .variable-descriptor li .right{color: #000}

.download{
	display: block;
	background-image: url('download.png');
	width: 140px;
	height: 50px;
	padding: 5px 5px 10px 30px;
	margin: 5px;
	font-family: Verdana;
	background-repeat: no-repeat;
	color:#d28718;
	text-decoration: none;
}
.download h1{font-size: 14px; padding:0;margin:0;}
.download h2{font-size: 9px; padding:0;margin:0; font-weight: lighter;}
.download:hover{background-position: -175px; color: #ce5c00;}

.download-long{
	display: block;
	background-image: url('download-long.png');
	width: 305px;
	height: 15px;
	padding: 3px 5px 3px 30px;
	font-family: Verdana;
	background-repeat: no-repeat;
	color:#d28718;
	text-decoration: none;
	vertical-align: top;
}
.download-long h1{display: inline; font-size: 14px; padding:0; margin:0;}
.download-long h2{display: inline; font-size: 9px; padding:0; margin:0; font-weight: lighter;}
.download-long:hover{background-position:0 -21px; color: #ce5c00;}


.data{padding-top: 1em; width:91%}
.data td{padding: 0px 10px 0px 10px;}
.data thead{font-style: italic;}
.data thead td{border-bottom: 1px black solid}

.alt td{background-color: #dda;}
.module-table .variable tr:hover, .alt:hover td{background: #fff; color: #000}


.YITS{border-collapse: collapse; font-size:smaller; width: 100%;}
.YITS td{
	vertical-align: top;
	padding: 5px;
	empty-cells: hide;
	border: none;
}
.YITS thead td{border-bottom: 1px solid black;}

.documentation-index{
	background: #929292;
	color: #fff;
	font-size: smaller;
	padding: 1em 10px 1em 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.documentation-index a{color: #fff;}
.documentation-index .download{color: #d28718;}