/* ================================================================== */
/** Clear Background **/

body {
background: #FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9pt;
}

div#content-container{
background: #FFFFFF;
}

/* ================================================================== */
/** Turn all text into black **/

* {
color: #000000 !important;
}

/* ================================================================== */
/** Cancel the display of unnessesary items **/

ul#top-nav{
display:none;
}

ul#main-menu{
display:none;
}

ul.level2_menu{
display:none;
}

div.wrapper h2{
display:none;
}

div.back{
display:none;
}

div.back_top{
display:none;
}

p.right{
display:none;
}

/* ================================================================== */
/** Enlarge font size, margin, padding **/

p.left{
font-size: 0.8em;
padding-top: 0.6cm;
}

.job_detail table th{
font-size: 1.3em;
padding-top: 0.4cm;
padding-bottom: 0.4cm;
}

div.num{
padding-top: 0.6cm;
}

td{
padding-bottom:0.1cm;
}

/* ================================================================== */
/** Fix the table width **/

div.job_detail table{
width: 100%;
}

td:first-child {
width: 4.5cm;
}

.info header2, .header2 {
font-weight:bold;
}