@CHARSET "UTF-8";

/*
 * global
 */
	body {text-align: leflt; margin-left: 0px; font-size: 110%; padding-top: 0px !important;}
	a {text-decoration: none; color: #009DDA;}
	a:link, a:visited {color: #009DDA;}
	ul {list-style-type: none; margin: 0; padding: 0;}
    li {list-style-type: none; margin: 0;}
    #index-contentright li {list-style-type: disc; margin-left: 40px;}
	#no-user-header {top: 0; min-width: 1370px; position: fixed; width: 100%; z-index: 10;}
	#contentarea { padding-top: 100px !important; }
	.userLoginDoc{ padding: 80px 30px 42px 20px; }
	h1 {color: #84c423; margin: 0 0 10px; font-family: "NewJuneMedium"; font-weight: normal; font-size: 24px; border-bottom: 1px dotted #dcdcdc;}
	pre {white-space: pre-wrap; margin-top: 0px;}
	input, select, textarea {padding: 1px;}
	
	/* table formatting */
	caption {text-align: left; color: #84C423; font-size: 1.5em;}
    /*
	tr {border-bottom: 1px solid #EEE;}
	tr:hover {background-color: #F8F8F8;}
    */
	td, th {padding: 1px;}
	table {border-collapse: collapse; border-spacing: 0; border-top: 1px solid #EEE;}
	tbody>tr>td:first-of-type {padding-left: 5px;}
	thead>tr>th:first-of-type {padding-left: 5px;}
	
	/* misc */
	.code {
		border: 1px dashed #E1E1E1;
		color: #333344;
		background: #FAFAFA;
		font-family: monospace;
		overflow: auto;
		font-size: 90%;
		padding: 0.5em;
	}
	
	.indent {padding-left:1.5em; text-indent:-1.5em;}
	
/*
 * index
 */
	#index-main {max-width: 1150px; padding: 30px 20px; padding-top: 100px;}
	#index-leftnav {float: left; width: 200px;}
	#index-contentright {margin-left: 250px;}
	#index-contentright tbody>tr>td:first-of-type {font-weight: bold; width: 210px; font-size: 90%;}
	#index-contentright h2 {margin-top: 25px;}
    #index-contentright img {margin: 15px 0 30px;}
	
	#index-leftnav a:hover {text-decoration: underline;}
	#index-leftnav .header {padding-top: 15px; font-size: 2em;}
	#index-leftnav .header a:hover {text-decoration: none;}
    #index-leftnav .header.home {padding-top: 0; font-size: 1.75em;}
	#index-leftnav .sub {padding: 0 0 3px 20px; font-size: 1.125em;}

/* 
 * functions_overview 
 */
	#overview-lower {padding-top: 30px;}
	#overview-leftnav {margin: 65px 0 0 152px; padding: 0 5px 0 10px; position: fixed; text-align: right; color: #666; border-right: 1px solid #ccc;}
	#overview-leftnav ul li a {color: #999;}
	#overview-leftnav ul li a:hover {text-decoration: underline;}
	#overview-contentright {margin-left: 250px; padding-bottom: 50px; padding-right: 30px;}
	#overview-contentright thead>tr>th:first-of-type {width: 175px;}
	#breadcrumb {height: 50px; background-color: #F8F8F8; padding: 10px 0 0 10px; position: fixed; width: 98%; top: 0px; border: 8px solid white;}
	
	#overview-contentright .fill {margin-bottom: 18px;}
	#overview-contentright .content {margin-bottom: 50px; width: 100%;}
	#overview-contentright .function-name {font-size: 16px; float: right; padding-right: 20px;}

/*
 * function_rest
 */
	#function-header h2 {float: left;}
	#function-main {width: 95%; padding: 0px 30px 50px;}
	#function-main h1 {margin-top: 15px;}
	#function-main h2, #function-main h3 {margin: 20px 0 0 0;}
	#function-main tr>td:first-of-type {padding-right: 30px;}
