

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #F8F8F8;
	margin: 0;
}

#page {
}

#content {
	clear: both;
	color: #000;
	background-color: white;
	padding: 15px;
	border: 1px solid #CCC;
}

#footer {
	background: #6584A2;
	border-top: 1px solid black;
	color: #FFFFFF;
	padding: 5px;
}



/* the bar across the top */

#header {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #6584A2;
	border-bottom: 1px solid black;
	
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	color: #D46400;
	text-decoration: underline;
}



/* sidebar */

.sidebar table {
	margin-bottom: 20px;
	border: 1px solid black;
	padding: 0px;
	border-collapse: collapse;
}
.sidebar table th {
	background: #6584A2;
	color: white;
	border: 1px solid black;
}
.sidebar table td {
	margin: 0;
	/*background: #F5F5F5;*/
	background: white;
	font-size: 80%;
}
.sidebar ul {
	padding: 10px;
	margin: 10px;
	/*list-style-type:none;*/
}
.sidebar a {
	/*color: #000080;*/
	color: black;
	text-decoration: underline;
}
.sidebar a:hover {
	color: #D46400;
}



/* links in page content */

#content a {
	color: #339;
	text-decoration: underline;
}

#content a:visited {
	color: #336;
}

#content a:active {
	color: #336;
}

#content a:hover {
	text-decoration: none;
}



/* headings */

h1, h2, h3, h4, h5 {
	font-family: Georgia, "DejaVu Serif", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content h5 {
	font-size: 12pt;
	margin-bottom: 4pt;
}

#content h4 {
	font-size: 14pt;
	margin-bottom: 5pt;
}

#content h3 {
	font-size: 16pt;
	margin-bottom: 6pt;
}

#content h2 {
	font-size: 18pt;
	margin-bottom: 8pt;
}

#content h1 {
	font-size: 20pt;
	margin-bottom: 10pt;
}



/* floats */

.floatl {
	float: left;
	text-align: left;
	width: 46%;
	margin-right: 15px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC; 		
}

.floatr {
	float: right;
	text-align: left;
	width: 46%;
	margin-left: 15px;
	padding: 4px;
	background: #EEE;
	border: 1px solid #CCC; 		
}

.clear {
	clear:both;
}



/* misc formatting */

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
	border: 0px;
}

.underline {
	text-decoration: underline;
}

.indent {
	margin-left: 40px;
}

.center, .center p {
	text-align: center;
}

hr {
	border: 0;
	border-top: 1px solid #EEE;
}










/* Wikka table CSS */
table.data {
	border: 2px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
}

table.data caption {
	border: 1px solid #CCC;
	font-size: 95%;
	color: #666;
	margin:5px 0;
	padding:2px;
}

table.data thead {
	background-color: #DDD;
}

table.data tfoot {
	background-color: #DDD;
}

table.data th {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

table.data thead th {
	background-color: #DDD;
}

table.data tfoot th {
	background-color: #DDD;
}

table.data tbody th {
	background-color: #EEE;
}

table.data tbody tr:hover {
	background-color: #E9E9F9;
}

table.data tbody tr.alt:hover {
	background-color: #E9E9F9;
}

table.data td {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

table.data td.number {
	text-align: right;
}

table.data td.datetime {
	text-align: right;
	white-space: nowrap;
}

/* --- alternate row & column color --- */

table.data tr.alt {
	background-color: #EEE;
}

table.data th.c1 {
	background-color: #CDD;
}

table.data th.c2 {
	background-color: #DCC;
}

table.data th.c3 {
	background-color: #DDC;
}

table.data th.c4 {
	background-color: #CDC;
}

table.data th.c5 {
	background-color: #CCD;
}

table.data th.c6 {
	background-color: #DCD;
}

table.data td.c1 {
	background-color: #EFF;
}

table.data td.c2 {
	background-color: #FEE;
}

table.data td.c3 {
	background-color: #FFE;
}

table.data td.c4 {
	background-color: #EFE;
}

table.data td.c5 {
	background-color: #EEF;
}

table.data td.c6 {
	background-color: #FEF;
}

table.data tr.alt td.c1 {
	background-color: #DEE;
}

table.data tr.alt td.c2 {
	background-color: #EDD;
}

table.data tr.alt td.c3 {
	background-color: #EED;
}

table.data tr.alt td.c4 {
	background-color: #DED;
}

table.data tr.alt td.c5 {
	background-color: #DDE;
}

table.data tr.alt td.c6 {
	background-color: #EDE;
}

