
div.front {
   background-color: #eeeeee;
   height: 60em;
}

a.button_link {
	border: 2px outset;
	padding: 2px;
	text-decoration: none;   
}

a.button_link:link {color:#000000;}
a.button_link:visited {color:#000000;}
a.button_link:active {color:#000000;}
a.button_link:hover {color:#000077;}



div.graph_info {
	width: 50em; height: 21em;
	position:absolute;
	font-size:10pt;
	color: #333333;
}

div.right_header {
	display:absolute;
	font-size:10pt;
	color: #333333;
	width:500px;
	text-align:right;
}


div.form_note {
	display:inline;
	font-size:8pt;
	color: #333333;
}



select.small_select {
	display:inline;
	font-size:8pt;
}

select.control_select {
	display:inline;
	font-size:8pt;
}



div.small_link {
	display:inline;
	font-size:8pt;
	
}

div.small_link a:link {color:#333377;}
div.small_link a:visited {color:#333377;}
div.small_link a:active {color:#333377;}
div.small_link a:hover {text-decoration: underline; color: red;}


div.alphabet {
	display:inline;
}

div.alphabet a:link {text-decoration: none; color:#333377;}
div.alphabet a:visited {text-decoration: none; color:#333377;}
div.alphabet a:hover {text-decoration: none; color: red;}

div.title {
	font-size:14pt;

	display:inline;
	color: #bb2288;
   background-color: #ccd8cc;
}

div.query {
	font-size:12pt;

	display:inline;
	color: #bb2288;
   background-color: #ccd8cc;
}

div.table_controls
{
	font-size:8pt;
}

div.graph_info_latest
{
	position:relative;
	font-size:8pt;
	overflow: auto;	
	color: #333333;
	border:1px black solid;
}

div.main_graph
{
	position:absolute;
	height:100px;
}

div.graph_info_all
{
	position:relative;
	font-size:8pt;
	overflow: auto;
	color: #333333;
	border:1px black solid;
}

div.graph_query_controls
{
	padding-left: 5px; padding-top: 5px;
	position:relative;
	font-size:12pt;
	overflow: auto;
	color: #333333;
	border:1px black solid;
	
}



div.header {
   margin: 0%;
   padding: 0;
   width: 100%;
   height: 60px;
   background-color: #dddde0;
   
}
div.left_header, div.right_header {
	overflow: hidden;
   height: 60px;
   width: 50%;
   margin: 0% 0 0% 0%;
   padding: 0px;
}
div.right_header {
   float: right;
   margin: 0% 0% 0% 0;
}

div.left_header {
   float: left;
   margin: 0% 0% 0% 0;
}

table.small_table th, table.small_table td {
  font-size : 8pt;
  color : #630;
}

table.small_table a:link {color:#333377;}
table.small_table a:visited {color:#333377;}
table.small_table a:active {color:#333377;}
table.small_table a:hover {text-decoration: underline; color: red;}

div.left_controls, div.right_controls {
	overflow: hidden;
   height: 302px;
   width: 49%;
   margin: 0% 0 0% 0%;
   padding: 0px;
}
div.right_controls {
   float: right;
   width:42%;
   margin: 0% 0% 0% 0%;
}

div.left_controls {
   float: left;
   margin: 0% 0% 0% 0;
}