﻿/* 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
{
    padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.content_area_white
{
    padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color:White !important;
}

.caption_header
{
    color: #0066A4; /*#94CA4C;*/
    font-weight: bold;
    padding-bottom:6px;
}

.caption_text
{
    padding-bottom:16px;
}
