.addEmploy {
	width:98%
	margin:15px auto;
	padding:10px;
}

.rowAltColor {
	background-color: #eee;
}

#editTable {
	margin:auto 15px; 
	width: 98%; 	 
} 	 
  	 
#editTable tr td { 	 
	padding: 3px; 	 
}

h2 {
	width: 100%;
	background-color: #eee;
	font-weight: bold;
	font-size: small;
	color: #000;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h3 {
	color: red;
	font-weight: bold;
}

h5 {
	width: 100%;
	font-weight: bold;
	font-size: small;
	color: #000;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}


padd {
padding-left: 30px;
	 
}

fieldset {
margin-left: 15px;
	margin-right: 15px;
	left: 50%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	padding:10px;

	 
}

legend {
	font-weight: bold;
	color: #fff;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #900;
}

fieldset ul {
	list-style-type: square;
	margin-top: 0;
        
}

fieldset ul li ul {
	list-style-type: none;
        padding-left: 20px;
}
}

fieldset table {
	background-color: #fff;
	width: 100%;
	border: 0;
}

fieldset table td {
	border: 0;
}

fieldset input {
	border: 1px solid #aaa;
	font-size: small;
}

fieldset p {
	margin-left: 5px;
}

fieldset h3 {
	text-align: center;
	font-weight: bold;
}

.dataTable td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align:top;
	line-height:17px;
	text-align: center;
}
	
.dataTable {
	border:solid 1px #999;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	/*width: 98%;
	left: 50%;
	margin-left: auto;
	margin-right: auto;*/
	}
	
table.dataTable textarea {
	border: solid 1px #ccc;
	overflow:default;
}

.button {
font-weight: bold;
}

.error {
	font-size: small;
	font-weight: bold;
	background-color: #fcc;
	border: 3px solid #c00;
	padding: 5px;
	width: 80%;
	left: 50%;
	margin: 20px;
}

.ierror {
	background-color:pink;
	border:2px solid #c00;
}

.error ul {
	list-style-type: square;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margnin-left: 0;
	margin-right: 0;
}

#copyright {
	margin-top: 10px;
	text-align: center;
	font-size: x-small;
}

#message {
	vertical-align:middle;
	text-align:left;
	background-color:#ffc;
	padding:2%;
	margin-bottom:20px;
}

#message ul.status {
	margin:0;
	padding:0;
}
	
#message ul.status li {
	margin:0;
	padding:0;
	list-style:square;
	font-weight:bold;
	color:red;
}

input:focus, 
input:active, 
textarea:focus, 
textarea:active, 
select:focus,
select:active{
	background-color:#fc3;
}

input, textarea, select {
	margin:0px;
	padding:0px;
}

.header {
	background-color:#999;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}

#content {
	margin:auto auto;
}

#reportData {
	border:none;
	float:left;
}

#directions {
	float:right;
	margin:0 0 15px 0;
	padding:15px 15px 15px 30px;
}

.buttons {
	margin:15px auto;
	width:90%;
	text-align:center;
}

div.scrollingTable {
	height:250px;
	overflow:auto;
	overflow-y:scroll;
}

.finePrint {
	font-size: x-small;
	font-weight: lighter;
}
A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: none; color:black;}
A:hover {text-decoration: underline; color:#990000;}
