.error { color: red; }
.left { float: left; }
.right { float: right; }

body {
	padding: 15px;
	font-size: 14px;
}

p#welcome {
	color: #005c45;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, sans-serif;
}

table#empdoctab,
table#doctab,
table#employeetab {
	border-spacing: 5px;
	border-collapse: separate;
	border-spacing: 0;
	border-collapse: collapse;
}

table#empdoctab td,
table#doctab td,
table#employeetab td {
	vertical-align: top;
	padding: 3px;
	background: #fff;
	border: 1px solid #005c45;
}

table#empdoctab th,
table#doctab th,
table#employeetab th {
	padding: 3px;
	color: #fff;
	background: #005c45;
	border: 1px solid #005c45;
}

table#empdoctab td {
	font-weight: bold;
	line-height: 20px;
}

table#empdoctab td#docpreview {
	width: 735px;
/*	height: 700px;*/
	text-align: center;
}

div#employeediv,
div#docdiv {

}
img.docprev { margin: 15px auto 15px auto; }
.pagelink, .prevlink {
	text-decoration: none;
	color: #005c45 !important;
}
.pagelinks, .prevlink {
	margin: 5px 30px 0 30px;
}
.pagelink:hover, .prevlink:hover, .doclink:hover {
	text-decoration: underline !important;
	cursor: pointer;
}
form.modu { display: inline; }
form.modf { display: inline; }
/*
form.modf input[type=submit] {
	border: none;
	background: none;
}
*/
