div.table_header
{
	position: relative;
    color: #FFFFFF;
    background-color: #666666;
    heigth: 20px;
    left: -10px;
    top: 1px;
}
img.table_header
{
	position: relative;
	align: left;
	left: 0px;
	width: 600px;
	height: 25px;
	background-image: url("/image/table_header_yellow.gif");
	background-repeat: no-repeat;	
}
td.table_header
{
	background-image: url("/image/table_header_yellow.gif");
	background-repeat: no-repeat;	
}
img.table_bottom
{
	position: relative;
	align: left;
	left: 0px;
	width: 600px;
}
img.right_table_header
{
	position: relative;
	align: right;
	right: +8px;
	top: -15px;
}
table.job_header {
	width: 600px;
}
table.job_overview {
	width: 600px;
}
tr.header {
color: #000000;
background: url(/image/table_header_yellow.gif) no-repeat;
height: 40px;
left: 2px;
}
td.dark_header {
color: #000000;
font-weight: bold;
background-color: #DBDBDB;
height: 40px;
left: 2px;
}
td.light_header {
color: #000000;
font-weight: bold;
background-color: #DBDBDB;
height: 40px;
left: 2px;
}
td.light_body {
color: #0E3192;
background-color: #F2F2F2;
height: 20px;
}
td.dark_body {
color: #0E3192;
background-color: #FFFFFF;
height: 20px;
}
tr.light_body {
color: #0E3192;
background-color: #F2F2F2;
height: 20px;
}
tr.dark_body {
color: #0E3192;
background-color: #FFFFFF;
height: 20px;
}

