h1 { margin-left: 1em; }


/* Navigation tabs in contractor details */
#tbl_cnav {
	margin-left: 1ex;
	border-spacing: 0;
	border-top: 1px solid #C3952D;
	border-left: 1px solid #C3952D;
	position: relative;
	top: +1px;
}
#tbl_cnav td {
	border-right: 1px solid #C3952D;
	padding-left: 1ex;
	padding-right: 1ex;
}
#tbl_cnav td.selected {
	background-color: #F9F8F2;
	font-weight: bold;
}
#tbl_cnav a {
	text-decoration: none;
}

.overlay {
	display: none;	
}
.overlay_curtain, .overlay_msg_wrapper {
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	margin:0px;
}
.overlay_curtain {
	background-color: black;
	opacity:.7;
	z-index:200;
}
.overlay_msg_wrapper {
	z-index:201;
	text-align: center;
}
