@charset "utf-8";
/* CSS Document */

body{
	font-family: "arial";
	font-size: small;
}

a{
	text-decoration: none;
	color: #014f82;
}

a:visited{
	color: #0F67A1;	
}

a:hover{
	color: #820101;	
}

h1{
	width: 100%;
	border-bottom: 1px dotted;
}

h2{
	width: 100%;
	border-bottom: 1px dotted;
}

.subtext{
	font-size: x-small;
	color: #333333;
	font-style: italic;
}

.code{
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: Courier New, monospace;
	background-color: #DDDDDD;
	border: 1px dashed;
	padding: 16px;
}

.smallTable
{
	max-width: 50%;
	margin-left: 24px;
}

.smallTable .label
{
	font-weight: bold;
	min-width: 100px;
}

.shortDesc
{
	/*font-style: italic;*/	
}
#container{
	margin: 24px;
	/*max-width: 1024px;*/
	background-color: #FFFFFF;
}

.classSummary{
	/*font-size: small;	*/
}

.classSummary .label{
	font-weight: bold;
}

.topTable table{
	width: 100%;
	border-spacing: 0px;
	border-color: #999999;
}
.topTable table thead tr{
	background-color: #0F67A1;
	text-align: left;
	border: 1px dotted;
	color: #FFFFFF;
}

.topTable .col1
{
	width: 70%;
	border-left: 1px dotted;
}

.topTable .col2
{
	border-right: 1px dotted;
}

.topTable table thead tr th{
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px dotted;
}

.topTable table tbody{
	background-color: #E2EDF4;
}

.topTable table tbody .odd{
	background-color: #FFFFFF;	
}

.topTable table tbody .title{
	/*font-size: medium;*/	
}

.topTable table tbody tr td{
	padding: 5px;
	border-bottom: 1px dotted;	
	vertical-align: top;
}

.topTable table tbody .col1{
	padding-left: 20px;	
}

.topTable table tbody .title a{
	font-weight: bold;	
}

.details .title{
	max-width: 100%;
	background-color: #E2EDF4;
	padding: 8px;
	font-size: medium;
	font-weight: bold;
}

/* FUNCTIONS */

.tableBox
{
	clear: both;
	min-width: 80px;
	max-width: 100%;
	padding-left: 48px;
	/*padding-left: 24px;*/
}

.functionDetails table
{
	width: 100%;
	border-spacing: 0px;
	border: 1px dotted;
}
.functionDetails table th
{
	/*background-color: #c0cdd5;*/
	text-align: left;
	padding: 2px;
	padding-left: 16px;
}
.functionDetails table .shortCol{
	width: 15%;	
}

.functionDetails table td{
	padding: 2px;
	padding-left: 16px;
	vertical-align: top;
	border-top: 1px dotted;
}
