#OV_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
	width:100%;
	height:100%;
}

#OV_window {
    position: absolute;
    overflow: visible;
    z-index: 150;
	width:650px;
	height:550px;
	background:#FFF;
}

#OV_close{
	padding:6px 40px 0 0;
	text-align:right;
	height:31px;
}
#OV_close img{
	cursor:pointer;
}
#OV_contents{
	overflow:auto;
	background:#FFF;
	padding: 0 40px;
}

/* Menu */
#OV_menu{
	width:600px;
	height:60px;
	text-align:center;
}
#OV_prev,
#OV_next{
	vertical-align:middle;
	cursor:pointer;
}
#OV_number{
	margin:0 20px;
}

/* job title */
.overlay .jobArea{
	border-bottom: 1px solid #CCC;
	padding: 0 0 3px 3px;
	font-weight: bold;
}
.overlay .jobTitle{
	padding: 5px 0 20px 3px;
	color: #C70067;
	font-weight: bold;
	font-size: 140%;
}

/* jobPhoto1 */
.overlay .jobPhoto1{
	float:left;
	width: 264px;
	height: 199px;
}
.overlay .jobPhoto1 img{
	width: 260px;
	height: 195px;
}
.overlay .jobPhoto1 a{
	display: block;
	border: 1px solid #CCC;
	padding: 1px;
	width: 260px;
	height: 195px;
}
.overlay .jobPhoto1 a:hover,
.overlay .jobPhoto1 a:active{
	border-color:#0066FF;
}
/* .jobInfo */
.overlay .jobInfo{
	float: right;
	width: 295px;
	height: 199px;
	background: #F2F2F2;
	overflow: auto;
	margin-bottom: 30px;
}
.overlay .jobInfo p{
	margin: 12px;
}
.overlay .jobInfo p.detailLink{
	text-align: right;
}
.overlay .jobInfo p.detailLink a{
	font-weight: bold;
}
.overlay .jobInfo p.detailLink a:link{
	color: #457DE6;
}
.overlay .jobInfo p.detailLink a:visited{
	color: #3366dd;
}

/* Icon */
.overlay .jobIcon{
	clear: both;
}
.overlay .jobIcon th{
	padding: 3px 2px 3px 0;
	border-right: 1px solid #CCC;
	width:70px;
}
.overlay .jobIcon td{
	padding: 3px 0 3px 5px;
}
.overlay .jobIcon img{
	margin-right: 3px;
}

