/*Revision 7/23/20, HKP, Created new #fnnew styles to replace #fn styles used in TraineeLogin.aspx to allow for workshops
 See comments labeled ### Revision 3.0 ###*/

body {
    color: #333;
    font-size: 62.5%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    text-align: left;
}
p { line-height: 1.5em;  margin-bottom: 1em; }
h1 
{
	font-size: 1.7em; 
    border-bottom: #185407 1px dotted;
    color: #58770F; 
    padding: 0;
    margin:0;
    margin-bottom: 1em;
}
h2 
{
	font-size: 1.4em; 
    color: #935800; 
    padding:0;
    margin:0;
    margin-bottom: .75em;
}
h3
{
	font-size: 1.2em; 
    color: #666;
    padding:0;
    margin:0;
    margin-bottom: .5em;
}
#page 
{
    width: 80%;
    margin: 0 auto; 
	min-width: 700px;
	max-width: 978px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #E5EAD6;
}
#header 
{
    height: 140px;
	background-color: #080B0A;
	border-top: 5px solid #91AF49;
	border-bottom: 5px solid #D1A834;
}
#logo { float: left; width: 80%; padding: 0 0 0 2%;}
#content-wrapper {margin: 1%;}	
#content 
{
	background-color: #FEFEFE;
	font-size: 1.2em;
	padding: 2% 2% 4% 2%;
    border: solid 1px #DDDDDD;
}
#footer-copyright
{
    font-size: 1em;
    margin-top: 1%;
    float: left;
}
#footer p 
{
	color: #585858;
}
#footer-logo
{
     margin: 1% 0 0 0;
     float: right;
}
/************************ Form Styles *******************************/
#fn fieldset 
{
    border: 1px solid #DDDDDD;
    margin: 1em 0;
    padding: 1em;
}
#fn fieldset fieldset 
{
    margin: 1em 0;
}
#fn fieldset fieldset legend 
{
    font-size: 1.2em;
}
#fn legend 
{
    font-size: 1.1em;
    font-weight: bold;
    color: #2B597B;
}
#fn label
{
    display: block;
    float: left;
    clear: left;
    width: 12em;
    padding-right: 1em;
    text-align: right;
    line-height: 1.8em;
    font-weight: bold;
    margin-right: 5px;
    color: #585858;
}
#fn input {
    display:  block;
    float:  left;
    margin-bottom: 1em;
}
#fn input[type="text"], input[type="password"] 
{
    width: 16em;
}
#ContentPlaceHolder1_RBLEmailLinkOrNot li input
{
     display: inline;
     float: none;
     clear: none;
}
/************************ Level I Test Form Styles *******************************/
fieldset 
{
    border: none;
}
label 
{
    line-height:  1.8em;
}
fieldset,fieldset fieldset 
{
    margin: 1em 0;
}
fieldset legend,fieldset fieldset legend
{
    font-weight: bold;
    padding-bottom: .5em;
}
input[type="radio"]
{
    margin-right: 5px; 
}
.prqborder 
{
	border: 1px solid #2B597B;
}
.prqopenendquestionslabel 
{
    display: block;
    font-weight: bold;
    padding-top: 1em;
}
/************************ Level II Test Form Styles *******************************/
#ctl00_ContentPlaceHolder1_RadGrid1 fieldset 
{
    border: none;
}
#ctl00_ContentPlaceHolder1_RadGrid1 legend
{
    margin-bottom: 1.2em;
}
#ctl00_ContentPlaceHolder1_RadGrid1 legend span
{
    font-size: 1.2em;
}
#ctl00_ContentPlaceHolder1_RadGrid1 fieldset legend {
    display: table;
    white-space: normal;
}
#ctl00_ContentPlaceHolder1_RadGrid1 label 
{
    line-height:  1.8em;
}
#ctl00_ContentPlaceHolder1_RadGrid1 input[type="radio"]
{
    margin-right: 5px; 
}
/************************ PR Form Styles *******************************/
fieldset ul.pr { list-style:none; width: 90%; }
    fieldset ul.pr li {
        float: left;
        padding-right: 10%;
    }
/************************ CLASSES *******************************/
.infofromDB 
{
	color: #1C94D5;
    padding-left: 2.5%;
    display: inline-block;
}
.donotfloat
{
    float: none;
    display: inline;
}
.clear {clear:both;}
a.external span
{
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external:link
{
	background: url(Img/external-icon.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
} 
a.external:visited 
{
	color: purple;
	background: url(Img/external-icon.gif) no-repeat 100% -100px;
	padding: 0 20px 0 0;
}
a.external:hover, a.external:focus 
{
	color: red;
	background: url(Img/external-icon.gif) no-repeat 100% -200px;
	padding: 0 20px 0 0;
}
.info-box {
    background: #fdf4e2;
    border: 1px solid #fba903;
    padding: 0.8em;
    margin-bottom: 1em;
}
/************************ OTHER *******************************/
#ValidationSummary1, #ValidationSummary2
{
    margin-bottom: 1em;
}

/*### Revision 3.0 ###*/ 
/************************ Form Styles *******************************/
#fnnew fieldset {
    border: 1px solid #DDDDDD;
    margin: 1em 0;
    padding: 1em;
}

#fnnew fieldset fieldset {
    margin: 1em 0;
}

#fnnew fieldset fieldset legend 
{
    font-size: 1.2em;
}

#fnnew legend {
    font-size: 1.1em;
    font-weight: bold;
    color: #2B597B;
}

#fnnew label { 
    clear: left;   
    padding-right: 1em;
    text-align: right;
    line-height: 1.8em;
    font-weight: bold;
    margin-right: 5px;
    color: #585858;
}

#fnnew input {
    margin-bottom: 1em;
}

#fnnew input[type="text"], input[type="password"] 
{
   width: 16em;
}

#fnnew input[type="checkbox"] {
    margin-left: 5em;
    margin-right: .5em;
}
/*### End Revision 3.0 ###*/ 