/* List */
dl.jobs{
	margin:0;
	padding:0;
}
.jobs dd{
	margin:0;
	padding:0 0 8px 0;
}
.jobs h4{
	font-weight:bold;
	font-size:13px;
	margin:0;
}
.jobs div{
	color:#666;
	font-size:11px;
}
.jobs a,
.jobs a:visited,
.jobs a:active,
.jobs a:hover{
	font-size:12px;
}
.category-name{
	color:#13235;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:5px;
	border-bottom:dotted 1px #BBB;
	padding-top:5px;
	padding-bottom:3px;
	width:615px;
}
/* Detail */
/*h4.job-title{
	
}*/
#job-app-desc h6{
	color:#666;
	margin:0;
	padding:0;
}
#job-app-desc .content{
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	font-size:11px;
	height:9em;
	overflow:auto;
	padding:2px;
}
