﻿h2 { display: block; margin: 15px 0 10px 0; }

#board-description
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	margin-left: -150px;
	height: 400px;
	margin-top: -200px;
	border: solid 1px #000;
	padding: 10px;
	padding-top: 15px;
	background-color: #FFF;
	text-align: left;
	overflow: auto;
}

#board-description-close
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#JobList th a { text-decoration: none; color: #666; }
#JobList th a:hover { color: #0097BF; }