﻿/* 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: 9px;
   font-weight: bold; 
   padding-bottom: 1px;
}

td.fielddata
{
    padding-bottom: 0px;
}

div.Spacer 
{
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.sandbag
{
    float:right;
    clear:right;
    height:270px;
    width:385px;
}

.breadcrumb
{
    color:#005B99;
}

.sidebar_menu_item
{
    color:White;
}

.button_small {
	background-color:#446d9b; /*#8CD600;*/
	color:white;
	width:25px;
	height:16px;
	padding-top:2px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

.content_area
{
    min-height:330px;
    padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.caption_header
{
    color: #0066A4; /*#94CA4C;*/
    font-weight: bold;
    padding-bottom:6px;
}

.caption_text
{
    padding-bottom:16px;
}

.success_text
{
    color: #202F11;
    font-weight: normal;
}

.failure_text
{
    color: #983027;
    font-weight: normal;
}

.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;
}
