@import url('m.css') ;


h2 
{
    margin-top:5px;
    margin-bottom:5px;
}

h3
{
    padding-top:10px;
    padding-bottom:5px;
	font-size: 110%;
}

#subheader {
	margin-top:0;
	border-bottom: 1px #000000 solid;	
    background-color: #E0E9F2;
	padding-bottom:5px;
}

#subheader * {
	padding-top: 5px;
	padding-left: 5px;
}

#subheader h2 {
	margin:0;
	font-size: 120%;
}


#main_content ul {
	padding-left: 20px;

}



#appContent input[type=radio]
{
	width: 1.8em;
	height: 1.8em;
}

#appContent select  {
    padding: 2px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.1em;
}

#global_footer, #footer {
	font-size: 85%;
	padding-top: 5px;
	border-top: 1px #000000 solid;	
	text-align:center;
	color: #000000;
}

#global_footer  a, #footer a {
	color: #000000;
}



.group dd
{
    background:#E0E9F2;
	font-size: 1.2em;
}


/* Definition List - News (Overrides)
---------------------------------------------------------------------------- */
.news dl.alt {
	background:#E0E9F2;
}


/* Definition List - Summary
---------------------------------------------------------------------------- */
.summary {

}

.summary dl, dl.summary 
{
    border-bottom: 2px solid #CCCCCC;
    text-align: left;
    clear: both ;
}

.summary dl.alt {
	background:#E0E9F2;
}

.summary dd, summary dt {
	font-size: 1.1em;
    margin: 5px 0;
    padding: 0 5px;
}

.summary dt{
	display: block ;
	float: left ;
	clear:left;
}


.summary dd
{
	text-align: right ;
}




/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table caption {
	font-weight:bold;
	text-align: left;
	padding: 5px 0 0 0;
	border-bottom: solid 2px #CCCCCC;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table tr {
  border-bottom: solid 1px #CCCCCC;
}

table td 
{
  padding: 5px 0 5px 3px;   

}





/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
