
body {
    margin: 0;
}

table.jssectionbody {
	background-color:#FFFFFF;
}

/* new styles */
#searchJobs {
    background: url('/Media/Images/homepage/bg-find.png') no-repeat top left; 
    width:248px; height:118px;
}
#browseJobs {
    background: url('/Media/Images/homepage/bg-plain309.png') no-repeat top left; 
    width:309px; height:118px;
}
#help {
    background: url('/Media/Images/homepage/bg-profile.png') no-repeat top left;
    width:193px; height:119px;
}


table#main {
    width: 760px;
    margin: 0 0 0.5em 7px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.mainBlock {
    background: #fff url('/Media/Images/homepage/bg_mainBlock.png') repeat-x 0 35px;
    border: solid 2px #dedede;
    border-radius: 6px;
    box-shadow: 0 0 5px #e2e2e2;
    float: left;
    margin: 0; padding: 2px;
}
.mainBlock h3 {
    background: url('/Media/Images/homepage/bg_mainBlock_header.gif') no-repeat;
    font-family: Verdana; font-size: 15px; font-weight: bold; line-height: 32px;
    color: #fff;
    margin: 0; padding: 0 0 0 25px;
    height: 31px;
    border-bottom: solid 1px #fff;
    border-radius: 3px 3px 0 0;
}

#industryNews {
    width: 322px;
    float: right;
}
#industryNewsCnt {
    border-top: solid 1px #000000;
    padding-left: 10px;
}
#industryNewsCnt li.ybi {
    background: none !important;
    padding: 0 0 0 5px;
    text-align: left;
}
#industryNewsCnt li.ybi.odd {
    background: #F6F6F6 !important;
}

#featuredJobs {
    width: 410px;
    min-height: 193px;
}
#featuredJobsCnt {
    border-top: solid 1px #000000;
}
#featuredJobsCnt table.jssectionbody {
    background: none;
    margin: 0.3em 0;
}
#featuredJobsCnt table.jssectionbody td.jstext div table.jssectionbody {
    background: #fff;
    margin: 0;
}
#featuredJobsCnt>table.jssectionbody {
    margin-top: 10px;
}
#featuredJobsCnt table.jssectionbody td>img {
    margin-top: 10px;
}

#tcnAd {
    float: right;
    width: 325px;
    text-align: center;
    border: solid 2px #dedede;
    border-radius: 6px;
    box-shadow: 0 0 5px #e2e2e2;
    margin: 0.5em 0 0 0; padding: 5px 0 0 0;
}
#tcnAd a {
    margin-bottom: 5px;
}
#tcnAd .ad-cnt {
    float: left; clear: both;
    margin-bottom: 5px;
    margin-left: 12px;
    width: 300px;
}
/*
#tcnAd .ad-cnt a img {
    display: block;
    max-width: 100% !important;
    height: auto;
}
*/
/* to hide description in Industry News feed on default.aps*/
.pipesDescription {
	display: none;
}