/*
This is the style section.
Note: Font size can be in point (pt) or pixel (px) for the style
*/

.job_bullet {
	width: 1px;
	text-decoration: none;
	background-color: #7CC9D3;
	cursor: pointer;
}

.job_title {
	background-color: #4DA1AD;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	cursor: pointer;
}

.job_detail {
	background-color: #36737C;
	display: none;
	visibility: hidden;
}

.job_detail_exp {
	background-color: #D6E6F7;
	display: block;
	visibility: visible;
}

.job_table
{
	background-color: #3E848C;
	border-collapse: collapse;
	border-color: #111111;
}

.job_info {
	font-family: times, serif;
	font-size: small;
	color: #347DA0;
}

/* Just a placeholder */
.job_link {

}