﻿/* 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, tahoma, verdana, sans-serif;
	font-size: 12px;
	background-color: White; /*#959485; /*#221F30; /*#43414E; /*#877472; /*#CB8F36;/*#f3f3e2;*/
}

#wrapper {
    width: 1036px;
    margin: 0 auto;
    text-align: left;
}

#status 
{
    position: relative;
	height: 32px;
	background:White; /*#959485; /*#959485; /*#221F30; /*#362625;*/
	border:none; /*1px solid #959485; /*#959485; /*#362625;*/
	width:1037px;
}

#search
{
	position: absolute;
	padding-top:10px;
	margin-left:0px;
	width:200px;
    font-size: 10px;
    text-align: left;
    font-weight: normal;
    color: White;
    vertical-align:middle;
}

#user 
{
	position: absolute;
	padding-top:10px;
	right:0px;
	margin-left:836px;
	width:200px;
    font-size: 10px;
    text-align: right;
    font-weight: normal;
    color: White;
}

#masthead {
	position: relative;
	height: 158px;
	width: 100%;
	background-color: #BDE7AD; /*#362625;*/
    border:none;
	/*border-left:1px solid #BDE7AD; #362625;
	border-right:1px solid #BDE7AD; #362625;
	border-top:1px solid #BDE7AD; #362625;*/
    padding: 0px 0px 0px 0px;
}

#menu {
	height: 24px;
	background:#BDE7AD; /*#362625;*/
	border:none; /*1px solid #BDE7AD; /*#362625;*/
	width:100%;
}

#container {
	position: relative;
	width: 100%;
	background-color: #4ABDC6;
	border-left:none; /*1px solid #BDE7AD; /*#362625;*/
	border-right:none; /*1px solid #BDE7AD; /*#362625;*/
	display:block;
}

#left_col 
{
    float:left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	background-color: #f3f3e2;
	min-height:400px;
}

#page_content 
{
	margin-left: 0px;
	background-color: White;
	position:relative;
	min-height:400px;
}

#footer {
	height: 24px;
	background:#4ABDC6; /*#362625;*/
	border:none; /*1px solid #BDE7AD; /*#362625;*/
	width:100%;
	position:relative;
	display:block;
}

#footer_text
{
    font-size: 9px;
    text-align: center;
    padding-top: 6px;    
    color: White;
    font-weight:bold;        
}

div.sectiontitle, .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #0031A5;
}

div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.postinfo
{
   background-color: #BDE7AD;
   font-weight: bold;
   text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #4ABDC6;
   color: white;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
	position: relative;
	width: 100%;
}

.member_link
{
    color:#0031A5;
    font-weight:bold;
    text-decoration: none;
}

.action_link
{
    color:#0031A5;
    font-weight:bold;
    text-decoration: underline;
}

.member_data
{
    color:#0031A5;
    font-weight:normal;
    text-decoration: none;
}

.submit
{
	border: 0;
	color: #fff;
	background: #4ABDC6;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
}

.breadcrumb
{
    color:#005B99;
   font-size: larger;
}

.sandbag
{
    float:right;
    clear:right;
    width:185px;
    background-color:#BDE7AD;
    padding:12px;
    border: 1px solid #4ABDC6;
}

.event-sandbag
{
    float:right;
    clear:right;
    width:185px;
    background-color:#BDE7AD;
    padding:12px;
    border: 1px solid #4ABDC6;
}

.sidebar_menu_item
{
    color:White;
}

.button_small {
	background-color:#4ABDC6; /*#0066A4; /*#8CD600;*/
	color:white;
	width:25px;
	height:18px;
	padding-top:2px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

.content_area
{
    padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}

.content_frame
{
    text-align: left;
}

.caption_header
{
    color: Navy;
    font-weight: bold;
    padding-bottom:2px;
}

.caption_text
{
    color:Navy;
    font-weight: normal;
}

.success_text
{
    color: #202F11;
    font-weight: normal;
}

.failure_text
{
    color: #983027;
    font-weight: normal;
}