table.description {
	vertical-align: top;
}

table.description td {
	padding-top: 3px;
	padding-bottom: 3px;
}

table.description td.title {
	width: 100%;
	font-size: 20pt;
	font-weight: bold;
}

table.description td.item {
	width: 100%;
	padding-left: 10px;
}

table.description td.item p {
	margin: 1px 0;
}

table.description td.spacer {
	height: 25px;
}

table.description td.footer_link {
	padding-left: 52px;
	padding-top: 15px;
	font-weight: bold;
}

table.header {
	position: relative;
	vertical-align: top;
	left: -25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted black;
}

table.jobs {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	cellspacing: 0px;
	cellpadding: 0px;
}

table.jobs .main_menu {
	vertical-align: top;
	padding: 0px 0px 15px 0px;
	white-space: nowrap;
}

table.jobs .main_menu .menu_item {
	clear: both;
	text-align: left;
	padding: 3px 0 3px 10px;
	margin: 0px;
	border: none;
}

table.jobs .main_menu .menu_item-selected {
	color: black;
	font-weight: bold;
	background-color: #c2deff;
}

table.jobs .main_menu .menu_item_header {
	margin: 15px 5px 1px 0;
	font-weight: bold;
	color: #505050;
}

table.jobs .body {
	width: 100%;
	border: 3px solid #c2deff;
	vertical-align: top;
	padding: 0px;
}

.toolbar {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	background-color: #e0ebff;
	border-collapse: collapse;
	white-space: nowrap;
}

.toolbar td {
	white-space: nowrap;
}

.backlink {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	white-space: nowrap;
}

table.jobs .body .content {
	margin: 5px;
}

div.footer {
	width: 100%;
	background: #d5d5d5;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.notice {
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
	padding: 3px;
}

.tip {
	font-weight: bold;
	padding: 3px;
	background: #fff1a8;
}