﻿body { }

fieldset { padding: 5px;  }

legend { padding: 0px 3px 5px 3px; }
.clear {clear: both;}
.centered {margin: 0 auto; width:100%}

fieldset.GreenFieldset {position: relative;  padding: 0 15px 15px 15px;}
legend.GreenLegend     
{   
    border:1px solid #194C44;
    margin-left:5px;
    margin-bottom:10px;
    zpadding:0.4em 0.5em 0.4em 0.5em;
    font-size: 1em;
	font-weight: bold;
	color:#002D58;
}

.FormDiv{ clear:both; width:100%; }

.FormRow, .FormAltRow{ float:left; margin-bottom: 5px; min-height: 100%; width:100%; padding:2px 0px 3px 3px; 
                       display:block; text-align: center; white-space: nowrap; clear:both; }
                       
.FormAltRow{ background-color: #edf1d5;}

.RowLabel{ display: block; float: left; min-width: 200px; width: auto; text-align: left;}
.RowField{ display: block; float: left; width: auto; text-align: left;  }

.bClose {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 10px;
}

.panelContent{margin: 10px;}
.section{margin-bottom: 15px;}

.ListViewEmptyData{background-color: #FCFAF0; border-collapse: collapse; border-color: #194C44;
                        border-style: none; border-width: 1px;}
                        
.DisabledButton 
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: gray;
	padding: 1px;
	cursor:pointer;
}    
.expandImg {margin-right:5px}                    