﻿

.cssform {
/*width: 495px;*/
padding:0 5px 0 8px;
height: 1%;
font-family: arial,Verdana,arial,Geneva,Arial,Helvetica,sans-serif;
font-size:10pt;
color:#000000;
}



.cssform div {
padding: 5px 0 8px 0;
border-top: 1px dashed gray;
/*height: 1%;*/
}

label 
{
 font-weight: bold;
 font-family:Arial, Verdana;
 font-size: 11px;
 font-size: 9pt;
 margin-left: 10px; /*width of left column*/
 margin-right: 5px;


}

label.main
{
    line-height: 30px;
   
      
}

label.prog
{
    line-height: 30px;
    margin-right:57px;
   
      
}


label.one
{
 width:130px;
 float:left;
 white-space:nowrap;
}

label.sec
{
 margin-top: 5px;
 margin-left: 10px; /*width of left column*/
 width:130px;
 float:left;
 text-align:right;
 white-space:nowrap;
 

}

label.other
{
 width:130px;
 float:left;
 white-space:nowrap;
 

}

label.min
{
 margin-left: 80px; 
 margin-right: 65px;
}

label.max
{
 margin-left: 25px; 
 
}

label.example
{
 margin-left: 5px;
 font-size:x-small;
 font-style:italic; 
 
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/

font-size: 10px;
font-size: 9pt;
margin-right: 10px;
margin-left: 3px;

}


.cssform input.small[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 80pt;
width: 75px;
width: 7em;
font-size: 10px;
font-size: 9pt;
}

.cssform input.bsscmax[type="text"] 
{
    width: 80pt;
    width: 75px;
    width: 7em;
    margin-left: 15px;
}
    
.JobTarget
{	
	padding-right:50px;
}
.MinWage
{	
	padding-right:20px;
}
.cssform input[type="text"].med{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
font-size: 10px;
font-size: 9pt;
}


.cssform DropDownList[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
font-size: 10px;
font-size: 9pt;
}

.cssform textarea{
width: 250px;
height: 150px;
font-size: 10px;
font-size: 9pt;
}

.cssform DropDownList
{
width: 150px;
height: 100px;
font-size: 10px;
font-size: 9pt;
}   


.cssform input[type="checkbox"]{ /*width of text boxes. IE6 does not understand this attribute*/

font-size: 10px;
font-size: 9pt;
margin-right: 10px;
margin-left: 3px;

}

ul
{
    margin-top:0px;
}


		/* Undo some styles from the master stylesheet 
		.checklist li { background: none; padding-left: 0; }*/
		
		/* CSS for checklists */
		.checklist {
			border: 1px solid #ccc;
			list-style: none;
			height: 10em;
			overflow:  auto;
			/*width: 95%;*/
			font-size: 10px;
            font-size: 9pt;
            background-image:none;
            
		}
		.checklist, .checklist li { margin: 0px; padding: 0; background-image:none; }
		.checklist label { display: block; padding-left: 5px; margin-left:5px; background-image:none; }
		.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
		* html .checklist label { height: 1%; }
		
		/* Checklist 1 */
		.cl1 { font-size: 0.9em; height: 18em; margin:0; padding-left:0px; background-image:none; }
		/*.cl1 .alt { background: #f5f5f5; background-image:none; }*/
		.cl1 input { vertical-align: middle; }
		.cl1 label:hover, .cl1 label.hover { background: #ddd; color: #000; }

.special {
    border: 1px solid #ccc;
    list-style: none;
    /*height: 20em;*/
    /*overflow: auto;*/
    /*width: 475px;*/
    font-family:Arial, Verdana;
    font-size: 11px;
    font-size: 9pt;
    width:495px;
    white-space:normal;
    
}
.counties
{
    margin-left:10px;
}

.counties label
{
 font-weight: normal;
 font-family:Arial, Verdana;
 font-size: 10px;
 font-size: 8pt;
 margin-left: 1px; /*width of left column*/
}

.othersp 
{
    margin-left:5px;
}


.quick 
{
    margin-left:41px;
   
}

.qbox
{
    margin-left:3px;
}

.req
{
    font-size:small;
    color:Red;
}

.minus
{
    margin-left:-8px;
}

.sp
{
    margin-bottom:10px;
    padding-bottom:10px;
}


