/* loading popup 
.indicator_loading{
	position: absolute;
	top: 1%;
	left: 1%;
	z-index: 500;
	width: 30px;
	height: 30px;
	background: url("../../images/skin/oxylane/popup/indicator.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} */
/* window popup */
.scWindowFront {
	background-color:#E7E7E7;
	border:1px solid #ACAFB3;
}
.scWindow {
	text-align:left;
}
/* Top Bar */
.scWindowFront .scWindowTitleArea td {
	background:#D0D0D0 none repeat scroll 0 0;
	color:#333333;
}
/* Buttons bar */
.scWindowFront .scWindowMinButton div {
	background:transparent url(../../images/skin/oxylane/popup/minimize2.gif) repeat scroll 0 0;
}
.scWindowFront .scWindowMaxButton div {
	background:transparent url(../../images/skin/oxylane/popup/maximize2.gif) repeat scroll 0 0;
}
.scWindowFront .scWindowCloseButton div {	
	background:transparent url(../../images/skin/oxylane/popup/close2.gif) repeat scroll 0 0;
}
.scWindowFront .scWindowResize {
	background:#E7E7E7 url(../../images/skin/oxylane/popup/resize2.gif) no-repeat scroll right bottom;
}
/* status bar */
.scWindowFront .scWindowStatus {
	border-left:1px solid #8F8F8F;
}
/* Border content */
.scWindowFront .scWindowContent {
	border-color:#8F8F8F #F1F1F1;
}
/* content */
.scWindowContent {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	padding:0.55em;
	position:relative;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* style content */
.jobdetailmaintitle {
	color:#7B7879;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
}
.jobdetailtext {
	color:#999999;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding-bottom:5px;
	text-align:left;
	vertical-align:top;
}
.mylink {
	color:#FF0000;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
}
.errMessage {
	color:#FF3300;
	font-family:verdana,arial;
	font-size:13px;
	font-weight:bold;
}
.jobdetailtextb, .textlist {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}
.titletextlist {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}
