body {
  font-family: verdana, sans-serif;
  background:white;
  font-size: 12pt;
}

#logo_div {
  text-align: center;
}

#subtitle {
  text-align: center;
  color: navy;
  font-size: 12pt;
  font-weight: 700;
}

#main_text {
  margin:0px 50px 20px 200px;
  padding: 10px;  
  border: 1px black solid;
  text-align: left;
  color: black;
  font-size: 11pt;
  background-color: white;
}

#left_menu {
  position: absolute;
  /*top: 100 px;*/
  left: 20px;
  width: 150px;
  color: white;
  /*font-size: 13;*/
  font-weight: 700;
  /*background-color: #5A68A6; 4D5A91; #4D5B91;  navy; */ /* #000080 */
  background-color: #465386; 

  border: 1px black solid;
  padding: 10px;
}

#Log_in_form {
  padding: 10px;
  border: 1px solid #333;
  background-color: #eeeeee;
}

#spamnotice	{
  /*position:absolute;
  left:50%;
  bottom: 10px;
  
  width:500px;
  margin-left:-261px;*/
  padding:5px;
  border:1px solid #333333;
  background-color:#eeeeee;
  font-size: 8pt;
  text-align: left;
  margin:0px 50px 20px 200px;
}

#footer	{
  /*position:absolute;
  left:50%;
  bottom: 10px;
  
  width:500px;
  margin-left:-261px;*/
  padding:5px;
  border:1px solid #333333;
  background-color:#eeeeee;
  font-size: 8pt;
  text-align: center;
  margin:0px 50px 20px 200px;
}


#powered_by {
	text-align: right;
  	margin:0px 50px 20px 200px;
}

/*__________________________________________________________________*/
/* Styles for test links in left-side menu                          */
a.menu:link { color: white; text-decoration: none; }
a.menu:visited { color: white; text-decoration: none; }
a.menu:hover { color: white; text-decoration: underline; }
a.menu:active { color: white; }

a.sub_menu { font-size: smaller; }
a.sub_menu:link { color: white; text-decoration: none; }
a.sub_menu:visited { color: white; text-decoration: none; }
a.sub_menu:hover { color: white; text-decoration: underline; }
a.sub_menu:active { color: white; }


th:hover { text-decoration: underline;}


/*__________________________________________________________________*/
/* Set styles for elements in tables of class "results_list" */
table.results-list td * { padding: 2px; }

table.results_list tr.oddrow { background-color: #dddddd;}
table.results_list tr.evenrow { background-color: #eeeeee; }

/*
table.results_list tr th a { 
  	text-decoration: none; 
	color: black;  
}*/

table.results_list a { 
  	text-decoration: none; 
	color: blue;  
}

table.results_list a:hover { text-decoration: underline; }
table.results_list a:visited { color: blue; }
table.results_list a:active { color: blue; }

table.results_list th.sort_heading a { color: black;}
table.results_list th.sort_heading a:hover { text-decoration: underline; }
table.results_list th.sort_heading a:visited { color: black; }
table.results_list th.sort_heading a:active { color: black; }
/*
table.results_list caption a { 
  	text-decoration: none; 
	color: blue;  
}*/
table.results_list caption a:hover { text-decoration: underline; }
/*table.results_list caption a:visited { color: blue; }
table.results_list caption a:active { color: blue; }*/
table.results_list caption { border-top: thin solid; }
/* End of table class="results_list" styles*/
/*------------------------------------------------------------------*/



/*__________________________________________________________________*/
/* Styles for elements in tables of class "result_detail*/

table.result_detail a { 
  	text-decoration: none; 
	color: blue;  
}

table.result_detail a:hover { text-decoration: underline; }
table.result_detail a:visited { color: blue; }
table.result_detail a:active { color: blue; }

table.result_detail td:first-child { text-align: right; }

table.result_detail caption { border-top: thin solid; }
/* End of table class="result_detail" styles  tr td*/
/*------------------------------------------------------------------*/



/*__________________________________________________________________*/
/* Styles for elements in tables of class "edit_form*/

table.edit_form td:first-child { text-align: right; }

/*table.edit_form input { background-color: white; }*/

/* End of table class="edit_form" styles  tr td*/
/*------------------------------------------------------------------*/



h3 {
  font-size: 12pt;
  font-weight: 700;
  color: black;
}
