.error_span
{
	font-family: tahoma,arial; 
	font-size:8pt; 
	color:White;
	background-color:Red;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
}

div.message_bar
{
	background-color: cornflowerblue;
	color: White;
	font-weight: bold;
	padding: 4px 8px;
	border-bottom: solid 1px black;
}

body
{
	border-style: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 8pt;
	background-color: white;
	margin: 0;
}

body.padded
{
	border-style: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 8pt;
	margin: 8px;
}

form
{
	margin: 0px;
}

td, th
{
	padding: 0;
}

td.form_label
{
	font-weight: bold;
}

td.form_label_mandatory
{
	font-weight: bold;
	color: Red;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
	font-size: 8pt;
	padding: 0;
}

div.content_title
{
	/*background-image: url(/images/title_bkg.gif);*/
	background-color: slategray;
	border-bottom: solid 1px black;
	color: white;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding: 8px;
}

div.error_bar
{
	background-color: #ff6666;
	color: White;
	font-weight: bold;
	padding: 4px 8px;
	border-bottom: solid 1px black;
}

div.logout
{
	float: right;
	width: 100px;
	text-align: right;
}

div.page_header
{
	background-image: url(/images/top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: solid 1px black;
	padding: 8px;
}

div.panel_login
{
	background-color: gainsboro;
	border-bottom: solid 1px black;
	padding: 20px 8px;
}

div.launch_page_section_title
{
	padding: 4px 8px 4px 8px;
	background-color: IndianRed;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px black;
}

div.popup_edit_bottom_buttons
{
	padding: 8px;
	background-color: gainsboro;
	width: 100%;
	position: absolute; bottom: 0;
}

h1.popup_edit
{
	background: gainsboro;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	width: 100%;
	line-height: 100%;
	margin: 0px;
	border: 0px;
}

A:visited 
	{
	text-decoration: none;  
	font-family:  tahoma,verdana,geneva,helvetica,sans-serif;
	color: #6666cc;
	}
	
A:active 
	{
	text-decoration: none; 
	font-family:  tahoma,verdana,geneva,helvetica,sans-serif;
	color: #6666cc;
	}

A:link 
	{
	text-decoration: none;  
	font-family: tahoma,arial,geneva,helvetica,sans-serif;
	color: #6666cc;
	}

A:hover 
	{
	text-decoration: underline;
	color: #3333cc;
	}

.bgcolor 
	{
	background-color:#213c88;
	}

.page_title 
	{
	font-family: tahoma,Verdana,arial;
	font-size:12pt; 
	color:#C32F3C;
	font-weight:bold
	}
	
.page_text  
	{
	font-family: tahoma,arial; 
	font-size:8pt; 
	}

.page_text_small
	{
	font-family: tahoma,arial; 
	font-size:6pt;
	}

.page_text_red
	{
	font-family: tahoma,arial;
	font-size:8pt;
	color:#ff0000
	}

.page_text_grey
	{
	font-family: tahoma,arial;
	font-size:8pt;
	color:#999999
	}

.page_text_dark_grey
	{
	font-family: tahoma,arial;
	font-size:8pt;
	color:#333333
	}

.button
{
	border-style: ridge;
	background-color: #e0e0e0;
	font-family: tahoma, arial;
	font-weight: bold; 
	font-size: 8pt; 
	color: #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	text-decoration: none;
}

.button_red
{
	border-style: ridge;
	background-color: cc3333;
	font-family: tahoma, arial;
	font-weight: bold; 
	font-size: 8pt; 
	color: #ffffff;
}

.button_mainmenu
	{
	background-color: 213c88;
	font-family: tahoma,arial; 
	font-weight:bold;font-size:12pt; 
	color:#ffffff;
	height: 64;
	width: 300;
	border: 0
	}	
	
.resetbutton
	{
	background-color:9ba5ae;
	font-family: tahoma,arial; 
	font-weight:bold;font-size:8pt; 
	color:#ffffff;
	border: 0
	}

.input
	{
	/*font-size: 8pt; 
	font-family: tahoma,arial; */
	/*border: 1px groove c0c0c0;*/
	z-index: 0;
	color:Silver;
	}

.input_standard
	{
	font-size: 8pt; 
	font-family: tahoma,arial; 
	/*border: 1px groove c0c0c0;*/
	z-index: 0;
	color:Black;
	}

.input_readonly
	{
	font-size:8pt; 
	font-family: tahoma,arial; 
	border: 1px solid #808080;
	background-color: gainsboro;
	z-index: 0;
	}

div.user_settings
{
	float: right;
	font-weight: normal;
}

div.user_bar
{
	background-color: #cccccc;
	border-bottom: solid 1px black;
	color: Black;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 8px;
}

.userdetails
{
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	font-family: Tahoma, Arial;
}

.userdetailstitle
{
	font-size: 10pt;
	color: #333333;
	font-family: Tahoma, Arial;
}

.userdetailsbkg
{
	background-color: #cccccc;
}

.greencell
{
	background-color:#ccffcc;
}

.bluecell
{
	background-color:#ccccff;
}

.pageheader
{
	font-family: Tahoma, Arial;
	font-size: 16pt;
}

.palebluecell
{
	background-color:#e0e0ff;
}

.greycell
{
	background-color:#cccccc;
}

.lightgreycell
{
	background-color:#e0e0e0;
}

div.padded_panel
{
	padding: 8px;
}

h2
{
	font-weight: bold;
	font-size: 8pt;
	margin: 0px 0px 8px 0px;
	text-decoration: underline;
}

div.panel_section_title
{
	padding: 2px 8px 2px 8px;
	background-color:slategray;
	color: White;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
}

div.padded_panel_underlined
{
	padding: 8px;
	border-bottom: 1px solid gainsboro;
}

div.panel_underlined
{
	padding: 0px;
	border-bottom: 1px solid gainsboro;
}

div.panel_filter
{
	background-color: gainsboro;
	border-bottom: solid 1px black;
	padding: 8px;
}

.menu_title {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
line-height: 10px;
font-weight: bold;
color: #FFFFFF;
background-color: #000000;
text-align: left;
padding: 5px;
padding-left: 2px;
border: 1px solid black;
vertical-align: middle;
}

.menu_cell {
background: #5781a1;
text-align: left;
}

.menu_button {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
line-height: 11px;
font-weight: bold;
text-align: center;
color: #a0a0a0;
text-decoration: none;
padding: 5px 7px;
background-color: #e0e0e0;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #c0c0c0;
cursor: default;
}

.menu_button_over {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
line-height: 11px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
text-decoration: none;
padding: 5px 7px;
background-color: #e0e0e0;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #c0c0c0;
background: url(/soanearchive/images/menu_bar_over.gif);
cursor: pointer;
display: block;
}

.menu_button_down {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
line-height: 11px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
text-decoration: none;
padding: 5px 7px;
background-color: #e0e0e0;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #c0c0c0;
background: url(/soanearchive/images/menu_bar_down.gif);
cursor: pointer;
display: block;
}

div.paged_table_nav_bar
{
	padding: 4px 8px;
	color: Silver;
}

div.paged_table_items_per_page
{
	float: right;
}

div.paged_table_navigation
{
	float: right;
}
