﻿/* CSS layout */
table.layout
{
    border-spacing: 0px;
    width: 100%;
}

td
{
   vertical-align: top;
   padding: 0px 0px 0px 0px;
}

td.fieldname
{
   text-align: left;
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 1px; 
}

td.fielddata
{
    padding-bottom: 0px;
}

div.Spacer 
{
    overflow: hidden;
    width: 1px;
    height: 1px;
}

#body 
{
    font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #F4FFE4; /*#666666; /* #D5EDB3 */
}

#wrapper {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

#menu {
   padding: 0px 0px 0px 0px;
   	height: 26px;
	background-color:#99CC66;
	border:1px solid #5C743D;
	width:100%;
}

#masthead {
	position: relative;
	height: 120px;
	width: 100%;
	background-color: White;
	border-left:1px solid #5C743D;
	border-right:1px solid #5C743D;
}

#masthead_left 
{
    height: 120px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('header_left.png');
	background-repeat: no-repeat;
}

#masthead_center
{
    height: 120px;
    margin-left:200px;
	background-image: url('header_image.png');
	background-repeat: no-repeat;
}

#masthead_right 
{
    height: 120px;
	width:200px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-left: 750px;
	background-image: url('header_right.png');
	background-repeat: no-repeat;
}

#page_title
{
    position: absolute; 
    top: 10px; 
    right: 6px; 
    font-size: 12pt; 
    text-align: right; 
	color: #231F20;
}

#status {
	position: relative;
	height: 26px;
	background-color:#99CC66;
	border:1px solid #5C743D;
	width:100%;
}

#datetime 
{
	position: absolute;
	width: 200px;
	top: 7px;
	left: 6px;
    font-size: 9px;
    text-align: left;
    font-weight: bold;
    color: #231F20;
}

#ticker
{
	position: absolute;
    margin-left:200px;
    margin-right:200px;
	top: 7px;
    font-size: 9px;
    text-align: left;
    font-weight: bold;
    color: #231F20;
}

#user 
{
	position: absolute;
	top: 6px;
	right: 6px;
	width: 200px;
    font-size: 9px;
    text-align: right;
    font-weight: bold;
    color: #231F20;
}

#container {
	position: relative;
	width: 100%;
	border-left:1px solid #5C743D;
	border-right:1px solid #5C743D;
}

#left_col 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	background-color: #436D9B;
}

#page_content 
{
	margin-left: 0px;
	background-color: White;
}

#footer {
	height: 24px;
	background-color:#99CC66;
	border:1px solid #5C743D;
	width:100%;
}

#footer_text
{
    font-size: 9px;
    text-align: center;
    padding-top: 6px;    
    color: #231F20;        
}

/*
#header {
	position: relative;
	height: 77px;
	background-color: Red;
}

#header_image {
	position: absolute;
	height: 56px;
	width: 236px;
	left: 6px;
	top: 0px;
	padding-top: 0px;
}

#header_links {
	position: absolute;
	height: 65px;
	width: 200px;
	right: 6px;
	top: 6px;
	font-size: 9px;
    text-align: right;
    font-weight: bold;
    color: White;
}
*/

.dxbButton_Office2003_Blue div.dxb
{    
    padding: 4px 8px 5px 8px;
	border: 0px;
}

.dxbButton_Office2003_Blue
{	
  	color: #000000;    
	font-size: 9pt;
	font-family: Tahoma;				    
	font-weight:normal;
	vertical-align: middle;	 		
	border: solid 1px #6a8ccb;
	background: url('edtButtonBack.gif') repeat-x center bottom #d7e8fd;
    padding: 1px 1px 1px 1px;
	cursor: pointer;
	cursor: hand;
}

.focus
{
    border-color:#861900!important;
	background:#fff!important;
}

.mouseover
{
	border-color:#a16e0b!important;
	background:#f8f7e3!important;
}

.mouseout
{
	border-color:#78884a!important;
	background:#f2f8e3!important;
}

.highlight_yellow
{
   background-color: Yellow;
   color: #000080;
}

.content_area
{
    padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.content_frame
{
    text-align: left;
}

.caption_header
{
    color: #231F20;
    font-weight: bold;
}

.caption_text
{
    color: #231F20;
    font-weight: normal;
}

.success_text
{
    color: #202F11;
    font-weight: normal;
}

.failure_text
{
    color: #983027;
    font-weight: normal;
}