
/* EMR Employment Form CSS Document */
body {margin:0 auto; padding:0; font-size:14px}
#clear {clear:both}
input, textarea {border:#333333 1px solid}
.smlinput {width: 5em}
legend {border:none}
label {white-space:nowrap; text-align:left}
/* employment app form */
#employmentct { width:47em; margin-top:1em}
#employmentct fieldset { width:46em;float:left; display: block; margin: 0 .5em 1em 0; padding: 0 .25em .5em .25em; border-color:#990000}
#employmentct legend { color:#990000; font-size:100%; font-family: Geneva, Arial, Helvetica, sans-serif; padding: 0 .5em;}
#employmentct label.texta { clear:both}
#employmentct input { clear:both;display:block; width:15em; margin-right: 1em}
#employmentct input.zip {width: 6em;}
#employmentct label { display:block;float:left; font-size:.8em}
#employmentct select {display: block; margin-right: 1em}

/* education history */
#employmentedu { width:47em; margin-top:1em}
#employmentedu fieldset { width:46em;float:left; display: block; margin: 0 .5em 1em 0; padding: 0 .25em .5em .25em; border-color:#990000}
#employmentedu legend { color:#990000; font-size:100%; font-family: Geneva, Arial, Helvetica, sans-serif; padding: 0 .5em;}
#employmentedu fieldset.sub1 { width: 14em;margin: 1em auto .5em 0.25em; border-style:solid; border-width:1px; padding-bottom:.5em}
#employmentedu legend.sub1  { padding:1px 1em 1px 1em; margin:0;font-weight:bold; font-family:tahoma, arial; font-size:.8em}
#employmentedu fieldset.sub1 input { clear: both; float: left; width: 14em;}
#employmentedu fieldset.sub1 label { font-weight: normal;display:block; font-size:.9em}
#employmentedu label.texta { clear:both}
#employmentedu fieldset.sub1 textarea { clear:left; float:left; width:18em;}

#employmentedu fieldset.sub2 {width:auto;margin: 1em 0 .125em 0; border:none}
#employmentedu legend.sub2  { padding:0; margin:0;font-weight:bold; font-family:tahoma, arial; font-size:.8em}	
#employmentedu fieldset.sub2 input { clear: both; width:4em; margin-right:.25em}
#employmentedu fieldset.sub2 label {font-weight: normal; float:left;}
	
#employmentedu fieldset.sub3 { width:auto;margin: 1em 0 .125em 0; border:none}	
#employmentedu fieldset.sub3 input { clear: both; width: auto; margin-right:.25em  }
#employmentedu fieldset.sub3 label { font-weight: normal;float:left; padding-left: 1em }
	
#employmentedu input {display: block;	width: 15em;}
#employmentedu label { display: block; margin-bottom: .25em; font-weight: normal; }
#employmentedu label.first { padding-top: 1em; }
#employmentedu select { display: block; }

/* employment history */
#employmenthist {clear:both; width:47em; font-family:tahoma, verdana, arial;}
#employmenthist fieldset { width:46em;float:left; display: block; margin: 0 .5em 1em 0; padding: 0 .25em .5em .25em; border-color:#990000}
#employmenthist legend { color:#990000; font-size:100%; font-family: Geneva, Arial, Helvetica, sans-serif; padding: 0 .5em;}
#employmenthist legend.bold{font-size:93%; font-weight:bold;}
#employmenthist label {font-size:.8em; font-family:Arial, Helvetica, sans-serif}

#employmenthist fieldset.main { width:44em; margin: 1em auto .5em .25em; border-color:#CC0000; border: 1px solid #990000; padding-bottom:.5em}
#employmenthist legend.main {padding:1px 1em 1px 1em; margin:0; margin-bottom:.5em; font-weight:bold; font-family:tahoma, arial; font-size:.85em}

#employmenthist fieldset.sub1 { display:block;width:41em;margin:.75em 0 .5em .5em;border:none;  border-top: 1px solid #990000;	}
#employmenthist legend.sub1,#employmenthist legend.sub2  {padding:1px 1em 1px 1em; margin:0;font-weight:bold; font-family:tahoma, arial; font-size:.8em}
#employmenthist fieldset.sub1 input { clear: both;  width: 11.5em;}
#employmenthist fieldset.sub1 input.city {width: 9em;}
#employmenthist fieldset.sub1 input.zip {width: 5em;}
#employmenthist fieldset.sub1 input.employerphone {width: 8em;}
#employmenthist fieldset.sub1 label {float: left;display:block; margin-right:.5em}
#employmenthist label.texta { width:120px;  float:left; }
#employmenthist  textarea {width:36em;float:left}
	
#employmenthist fieldset.sub2 { display:block;width:40em;margin:.75em 0 .5em 1em;border:none;  border-top: 1px solid #990000;	clear:left}
#employmenthist fieldset.sub2 input { clear: both; width:4em; margin-right:.25em}
#employmenthist fieldset.sub2 label { font-weight: normal; float:left;margin-right: 1.5em}

#employmenthist fieldset.sub3 { float:left;width: auto;margin: .75em 0 .5em 0; border:none; border-top:none; }
#employmenthist legend.sub3 {padding:1px 1em 1px 1em; margin:0; font-family:tahoma, arial; font-size:.8em}
#employmenthist fieldset.sub3 input {clear:both; width: 5em; margin-right:.25em }
#employmenthist fieldset.sub3 label {float:left; width:85px; margin-right:.75em  }

#employmenthist fieldset.sub4 { float:left;width: 37em;margin: .75em 0 .5em 0; border:none; border-top:none; }
#employmenthist label.texta2 { width:120px; float:left}
#employmenthist textarea {float:left; width:36em;}

#employmenthist input {display: block;	width: 15em;}
#employmenthist label {display: block; margin-bottom: .25em; font-weight: normal; }

#employmenthist label.first { padding-top: 1em; }

#employmenthist select { display: block; }
.submitBtn { color:#000000; font-weight:bold}
