﻿
table.FeaturedJobs img {
    border-style:none;
}
table.FeaturedJobs a {
    color:#73a9d8;
    text-decoration:underline;
}
table.FeaturedJobs a:hover{
    text-decoration:none;
}
table.FeaturedJobs input, table.FeaturedJobs textarea, table.FeaturedJobs select {
    font:10px arial,sans-serif;
    vertical-align:middle;
}
table.FeaturedJobs form, fieldset{
    margin:0;
    padding:0;
    border:none;
}
table.FeaturedJobs td.shadow-top{
    background:url(../images/uper-shadow.gif) no-repeat;
}
table.FeaturedJobs td.header{
    background:url(../images/bg-top-table.gif) repeat-x;
}
table.FeaturedJobs td.header label{
    float:left;
    font-size:14px;
    font-weight:bold;
    margin-left:12px;
    width:200px;
}

table.FeaturedJobs td.header a:hover{
    text-decoration:underline;
}
table.FeaturedJobs td.link a{
    font-size:11px;
}
table.FeaturedJobs td.link .up{
    margin:15px 0 25px 15px;
}
table.FeaturedJobs td.link .down{
    
}
table.FeaturedJobs td.link .down ul{
    margin:0 0 12px;
    padding:0;
    list-style:none;
    float:left;
    display:inline;
}
table.FeaturedJobs td.link .down ul li{
    float:left;
    display:inline;
    margin:0 0 0 15px;
}
table.FeaturedJobs td.link .down ul li.last{
    margin-left:45px;
} 
table.FeaturedJobs td.content{
    float:left;
    padding:15px;
    display:inline;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    
}
table.FeaturedJobs td.content .image{
    float:right;
    width:106px;
    height:68px;
    
}
table.FeaturedJobs td.content .text{
    float:none;
}
table.FeaturedJobs td.content .text label.job-title{
    font-size:16px;
    font-weight:bold;
    float:left;
    color:#0171bd;
    width:328px;
}
table.FeaturedJobs td.content .text label.salary{
    float:left;
    font-weight:bold;
    width:328px;
    margin: 2px 0 22px;
    display:inline;
}
table.FeaturedJobs td.content .text p{
    float:left;
    margin: 0 0 22px;
    color:#7c7d6f;
    display:inline;
}
table.FeaturedJobs td.shadow-title {
    background:#D4D4D6;
    color:#353535;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
border-bottom:1px solid #f0f0f0;
}

table.FeaturedJobs td.shadow-title label.shadow-t{
    background:url(../images/bg-shadow.gif) no-repeat;
    height:23px;
    float:left;
    margin:0 0 0 5px;
    padding-top:6px;
    display:inline;

    
}
table.FeaturedJobs tr.blue-box{
    background:url(../images/bg-blue-gradient.gif) repeat-x;
    float:left;
    padding:10px 0;
    border:1px solid #f0f0f0;
border-top:none;
    width:100%;
    height:150px;
	overflow:hidden;
}
table.FeaturedJobs tr.blue-box td.first,
table.FeaturedJobs tr.blue-box td.second,
table.FeaturedJobs tr.blue-box td.third {
    width:33%;
    vertical-align:top;
    padding:0 8px;
}
/*table.FeaturedJobs tr.blue-box td.divisor{
    width:2px;
    background:url(../images/divisor.gif) repeat-y;
    vertical-align:top;
    height:150px;
}*/
/* new */

table.FeaturedJobs tr.blue-box td.divisor{
    width:2px;
    height:100%;
    padding:11px 0 30px;
}
table.FeaturedJobs tr.blue-box td.divisor .pad{
    background:url(../images/divisor.gif) repeat-y ;
    display:table;
    float:left;
    height:100%;
line-height:1000%;
}


table.FeaturedJobs tr.blue-box td label.info {
    color:#353535;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:0;
    width:100%;
}

table.FeaturedJobs tr.blue-box td p {
    color:#68695B;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    margin:4px 0;
}

table.FeaturedJobs tr.blue-box td a.view {
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#3366cc;
    width:130px;
}

