

#policy-manual-entries {
	position: relative;
}

#policy-manual-entries dl {
	position: absolute;
}

#policy-manual-entries dt {
	font-size: 1.4em;
	padding: 10px 0 0 45px;
	background: transparent;
	font-weight: bold;
}

#policy-manual-entries dd {
	font-size: 1.2em;
	padding: 12px 0 0 70px;
	margin: 0;
	background: transparent;
}

#employee_info th {
	padding: 5px;
	margin: 0;
	font-size: 1.2em;
	margin: -.25in -.25in .2in -.25in;
	background: #890c00 url(../../img/box_top_bg.gif) top left repeat-x;
	text-align: left;
}

#error_message{
	float: left;
}

UL.tabs{
	padding: 0px;
	margin-bottom: 18px;
	z-index: 100;
	position: relative;
	text-align: center;
}

UL.tabs LI {
	display: inline;
	margin: 0;
	line-height: 30px;	
}

UL.tabs LI.current{
	padding: 7px 12px 7px 12px;
	margin: -1px -1px 0 0;
	background: #890c00;
}

UL.tabs LI A {
	white-space: nowrap;
	padding: 6px 12px;
	text-decoration: none;
	color: #eee;
	font-weight: bold;
	background: #991c10;
	border: 1px solid #b93430;
}

UL.tabs LI A:hover {
	background: #880b00;
}

#employee_info, #roster, #new_inquiry {
	width: 100%;
}


#roster td{
	padding: 4px 2px;
	background: #890c00;
}

#roster th{
	text-align: left;
}

#roster tr.even td {
	background: #991c10;
	border: 1px solid #b93430;
	border-left: none;
	border-right: none;
}
