table {
	font:9pt arial;
	color:#ffffff;
}

table a {
	color:#999;
}

table a:hover {
	color:#fff;
}

body {
	background-image:url(images/doc_back.jpg);
	background-repeat:repeat-x;
	background-color:#24292d;
	margin:0px;
	padding:0px;
}

.loginbox {
	background-image:url(images/login_back.gif);
	width:269px;
	height:163px;
}

.txtlogin {
	font:8pt arial;
	width:100%;
}

.button 
{
    font:9pt arial;
    border:1px solid #333;
    color:#fff;

    background-image:url(report/images/button_back.gif);
}

.main_content {
	color:#ccc;
}

h4, h5 {
	padding:0px;
	margin:0px;
	color:#999900;
}

.level2_title 
{
    font-weight:bold;
    background-color:#a32a26;
    padding:3px;
    padding-left:5px;
}

.top_links 
{
    font-size:8pt;
    color:#ececf0;
}

.top_links a
{
    color:#ececf0;
    text-decoration:none;
}

.top_links a:hover
{
   color:#ffffff;
   text-decoration:underline;
}

hr 
{
    height:1px;   
}

.home_logout
{
    position:absolute;
    font:9pt arial;
    color:#ececf0;
    top:10px;
    width:100%;
}

.home_logout table
{
    font:9pt arial;
    color:#ececf0;
}

.home_logout table a 
{
    color:#ffffff;   
    text-decoration:none;
}

.home_logout table a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

input, textarea, select 
{
	font:8pt arial;
	border:1px solid #999999;
}

.button 
{
    font:9pt arial;
    border:1px solid #333;
    color:#fff;
    background-image:url(report/images/button_back.gif);
}

.table_header 
{
    cursor:default;
    background-color:#999; 
    color:#ffffff; 
    border-bottom:2px solid #e40404;
    text-align:center;
}

.confLink 
{
    padding:5px;
}

.confLink a
{
   border:1px solid #666;
   padding:3px;
   color:#fff;
   background-color:#990000;
}

.txtFullWidth 
{
    width:100%   
}

.txtDateField
{
    width:65px;   
}

.application_table td 
{
	border-bottom:1px solid #333333;	
	padding:8px;
}

.application_table input 
{
	background-color:#333333;
	color:#ffffff;
} 

.full_length 
{
	width:100%;	
	background-color:#333333;
	color:#ffffff;
}

.required_selected 
{
	background-color:#ececf0;
	color:#333333;
}

.required_ok
{
	background-color:#333333;
	color:#ffffff;
}