@charset "UTF-8";

body {background-color: black;
	font-family:Lucida Grande, sans-serif;
	font-size:12px;
	margin:0;
	}

h1 {font-size: 24px;
	font-family:Georgia, serif;
	}
h2 {font-size: 20px;
	font-family:Georgia, serif;
	}
	
h3 {margin:10px;
	font-family:Lucida Grande, sans-serif;}

p {
	/*text-align:justify;*/
	margin:10px;
	}

tr	{
	valign:top;
	}

td	{
	valign:top;
	padding-left:5px;
	}

.page-turner a:hover	{color:gray;
}

.table-sortable	{
	background-image:url(images/01_unsorted.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

.table-sorted-asc	{
	background-image:url(images/01_ascending.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
.table-sorted-desc	{
	background-image:url(images/01_descending.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

/*level 1 */
#container {
	width:1024px;
		/*border: solid 1px white;*/
		}

/* level 2 */
#header {
	width:1024px;
	padding-bottom:20px;
	}
		
#main {
	width:1024px;
	clear:both;
		}
		
#footer {
	width:1024px;
	clear:both;
	padding:5px;
	}

/* level 3 */
#logo {float:left;
	margin-left:28px;
	margin-top:25px;
	padding-bottom:50px;
	color:white;
	}

#topmenu   {position:absolute;
	top:12px;
	left:275px;
	color:#A7BD9D;
	margin-left:5px;
	}

#login	{position:absolute;
	right:30px;
	top:25px;
	font-size:14px;}
	
#content {float:left;
	clear:both;
	margin-right:3px;
		}

#right-pane {
	margin:0;
	}

#bottom-pane	{float:left;
	padding-left:25px;
	padding-top:8px;
	}

#bottom-menu	{
	width:1024px;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:50px;
	}

#home-menu	{
	width:1024px;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:50px;
	}

#legal	{
	color:#A7BD9D;
	font-size:10px;
	margin-left:160px;
	}

/* level 4*/
#caption {
	width:550px;
	background-color:#A7BD9D;
	color:white;
	font-family: Georgia, serif;
	font-size:26px;
	padding-left:85px;
	padding-right:20px;
	padding-top:5px;
	Padding-bottom:5px;
	}

#message  {
	width:550px;
	background-color:#A7BD9D;
	min-height:175px;
	margin-top:3px;
	margin-bottom:5px;
	padding-left:85px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:30px;
	}


#big-text	{
	font-family: Georgia, serif;
	font-size:18px;
	}
	
ul, li, a {
/*	list-style-type: none; */
/*	display: inline;*/
	text-decoration: none;
	font-family:Georgia, serif;
	}

#message ul {
	list-style-type:disc;
	}

#message * li {
	line-height:16px;
	font-family:Lucida Grande, sans-serif;}

a {color:#A7BD9D;}
a:hover {color:white}

#main * a {color:#5A6655;
	margin-left:10px;}
	
#main * a:hover {color:white;}

#bottom-menu * a {color:#5A6655;}

#bottom-menu * a:hover {color: white;}

#home-menu * a {color:white;}

#home-menu * a:hover {color:#5A6655;}

#topmenu * a {font-size:14px;}

/* below is from previous CC.css */ 

#contentlist  {position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	left: 210px;
	width: 580px;
	border: solid 1px #696969;
	}
	
#contentlist2  {position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	left: 10px;
	width: 780px;
	border: solid 1px #696969;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#hometext {
	font-family:Lucida Grande, sans-serif;
}

#mybottom {position: relative;
	top:280px;
}

#ccfooter {width:800px;
	color: #696969;
	background-color: #94A899;
	margin-left:45px;
	}

#resetbox {
	height:100px;
	width: 800px;
	border: solid 1px gray;
	}
	
.inlinemenu {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	font-size:36px;
	color:#5A6655;
	}

.homemenu {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	font-size:36px;
	}
	
.listboxnorm {
	width:200px;
	}

.optionwide {
	width:800px;
	}
	
.datatable1 {
	width:100%;
	valign:top;
	border-collapse:collapse;
	font-size:8pt;
	font-family:sans-serif;
	background-color: #FFFFCC;
	cellspacing:0;
	cellpadding:0;
	}
	
.diagram	{
	width:300px;
	}
