﻿
.bodyBold
{
    font-family:Arial;
    font-size: 1em;
    font-style:normal;
    font-weight:bold;
   
   
}

.tableHead
{
    font-family:Arial;
    background-color: #000066;
    color:White;
    font-weight:bold;
  
}

.ErrorLabel
{
    font-family:Arial;
    color:Red;
    font-weight:bold;
    
}

.ResultsTitle
{
    font-weight:bolder;
}

.ResultsLabel
{
    font-weight:bold;
}

.Footer
{
    font-weight:bold;
    font-size: 120%;
}




HR
{
    
 color: #223778;
}

    
.AjaxWaiting
{
   background-color:#fff; 
   width:20em; 
   height:10em;
   color: #223778;
   left: 25%; 
   top: 45%;  
   position: fixed; 
    border-color:#223778;
    border-style:outset;
    border-width:medium;
    margin: 2px 2px 2px 2px;
   
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:outset;
	border-color:#223778;
	padding:3px;
	width:500px;
}

.underline
{
    
    text-decoration: underline
}

.Form label
{
width: 10em;
float: left;
text-align: right;
margin-right: 1em;
display: block;

}

.Form fieldset
{
border: none;
width: 30em
}

.Form legend
{
border: none;
padding: 2px 6px
} 

.FormValidator
{
margin-left: 2em;
 margin-right: 1em;
display:inline;
float:left;
} 

.FormButton
{
    margin-top:1em;
display:inline;
width:5em;


}


/* demographics DemoForm*/

.DemoForm label
{
width: 17em;
float: left;
text-align: left;
margin-right: 1em;


display: block;

}

.DemoForm
{
border: 0px solid #fff;


}
.DemoForm br
{
    line-height: 5px;
}

.DemoForm legend
{
border: none;
padding: 2px 6px
} 

.DemoFormValidator
{
margin-left: 1.5em;
 margin-right: 1em;
display:inline;
float:left;
} 

.DemoFormButton
{
    margin-top:1em;
    display:inline;
    width:5em;


}



