/*
 *  General definitions   
 * * * * * * * * * * * * * * * * */
*.note{
	font-weight:normal;
	font-size:7pt;
}
*.chkLng{
	display:inline !important;
	width:auto !important;
}

#sysJobApplication{
	
}
#sysJobApplication div.detail-outer{
	background-color:#dfdfdf;
	margin:0px 0px 12px 0px;
	padding:1px;
}
#sysJobApplication div.detail-error{
	background-color:#ffd686;
}
#sysJobApplication div.detail-outer h3{
	font-size:12pt;
	font-weight:normal;
	margin:3px 0px 3px 30px;
}
#sysJobApplication div.detail-outer * h4{
	font-size:10pt;
	font-weight:bold;
}
#sysJobApplication div.detail-outer h3 span{
	color:#3369a0;
}
#sysJobApplication div.detail-inner{
	background-color:white;
	padding:10px 30px;
}
#sysJobApplication div.detail-error div.detail-inner{
	background-image:url(../images/ico/alert.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding-left:50px;
}
/* dl */
#sysJobApplication div.detail-inner dl{
	background-color:white;
	margin-bottom:10px;
}
#sysJobApplication div.detail-inner dl.last{
	border-top:1px solid #efefef;
	padding-top:10px;
}
#sysJobApplication div.detail-inner dt{
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
}
/* table */
#sysJobApplication div.detail-inner table{
	margin-top:10px;
}
#sysJobApplication div.detail-inner table tbody tr td{
	margin:0;
	min-height:0;
	padding:3px 8px 4px !important;
	vertical-align:top;
}
#sysJobApplication div.detail-inner table tbody tr td.label{
	font-weight:normal;
	width:25%;
}
#sysJobApplication div.detail-inner table tbody tr td.content{
	font-weight:normal;
	width:75%;
	white-space:nowrap !important;
}
#sysJobApplication div.detail-inner table tbody tr td.content input.ZIP{
	display:inline !important;
	width:15% !important;
}
#sysJobApplication div.detail-inner table tbody tr td.content textarea{
	width:100%;
}
#sysJobApplication div.detail-inner table tbody tr td.content li{
	display:inline;
	margin:0;
	margin-left:0px !important;
	vertical-align:top;
}
#sysJobApplication div.detail-inner table tbody tr td.content li input{
	display:inline;
	font-weight:bold;
	height:19px;
	text-align:center;
	width:20%;
}
#sysJobApplication div.detail-inner table tbody tr td.content li label{
	display:none;
}
input.Town{
	display:inline !important;
	width:83% !important;
}

.jobApply{
	float:right;
}

/*
 *  Form definitions   
 * * * * * * * * * * * * * * * * */
#jobAppForm{
	margin:0 !important;
	max-width:100% !important;
	padding:0 !important;
	width:100% !important;
}

/*
 *  Calendar definitions   
 * * * * * * * * * * * * * * * * */
.calhead{
	height:auto;
}
.calheader a{top:-1px;}
.yui-calcontainer,
.yui-calcontainer table
{
	width:270px !important;
}
