﻿.HomePageMainPanel_Top
{
    background-image: url(Images/HomePage/MainPanel_Top.png);
    background-repeat: no-repeat;
    width: 764px;
    height: 587px;
    overflow: hidden;
}

.HomePageMainPanel_Bottom
{
    background-image: url(Images/HomePage/MainPanel_Bottom.png);
    background-repeat: no-repeat;
    width: 764px;
    height: 24px;
}

.HomePageViewIcon
{
    display: block;
    padding: 6px 5px;
    cursor: pointer;
    width: 15px;
    height: 13px;
}

.HomePageViewIcon_Selected
{
    display: block;
    padding: 6px 5px;
    background-color: #feefd7;
    cursor: default;
    width: 15px;
    height: 13px;
}

.HomePage_JobTable
{
    width: 100%;
    font-size: 95%;
    border-collapse: collapse;
}

.HomePage_JobTable .Column1Data
{
    padding: 6px 0px;
    width: 120px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.HomePage_JobTable .Column2Data
{
    padding: 6px 0px;
    width: 215px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.HomePage_JobTable .Column3Data
{
    padding: 6px 0px;
    width: 130px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.HomePage_JobTable .Column3Data a:link, .HomePage_JobTable .Column3Data a:visited
{
    color: #466779;
}

.HomePage_JobTable .Column3Data a:hover
{
    color: #df4800;
}

.HomePage_JobTable .Highlight
{
    cursor: pointer;
}

.HomePage_JobTable .HighlightLeft
{
    background-image: url(Images/HomePage/ListHighlight_Left.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.HomePage_JobTable .HighlightMiddle
{
    background-image: url(Images/HomePage/ListHighlight_Middle.gif);
    background-position: left center;
    background-repeat: repeat-x;
}

.HomePage_JobTable .HighlightRight
{
    background-image: url(Images/HomePage/ListHighlight_Right.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

/* Side panel */
.HomePagePromoPanel
{
    position: absolute;
    top: 0px;
    left: 767px;
}

.HomePagePromoPanel .Jowba
{
    width: 208px;
    height: 302px;
    background-image: url(Images/HomePage/Jowba.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.HomePagePromoPanel .Jowba a:link, .HomePagePromoPanel .Jowba a:visited, .HomePagePromoPanel .Jowba a:hover
{
    display: block;
    width: 208px;
    height: 302px;
    text-decoration: none;
}

.HomePagePromoPanel .TourVideo
{
    width: 208px;
    height: 76px;
    background-image: url(Images/HomePage/TourVideo.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.HomePagePromoPanel .PromoVideo
{
    width: 208px;
    height: 89px;
    background-image: url(Images/HomePage/PromoVideo.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.HomePagePromoPanel .PostJob
{
    width: 208px;
    height: 89px;
    background-image: url(Images/HomePage/PostJob.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.HomePagePromoPanel .PostJob a:link, .HomePagePromoPanel .PostJob a:visited, .HomePagePromoPanel .PostJob a:link, .HomePagePromoPanel .PromoVideo a:visited, .HomePagePromoPanel .PromoVideo a:hover
{
    display: block;
    width: 208px;
    height: 89px;
    text-decoration: none;
}

.HomePagePromoPanel .TourVideo a:link, .HomePagePromoPanel .TourVideo a:visited, .HomePagePromoPanel .TourVideo a:hover
{
    display: block;
    width: 208px;
    height: 76px;
    text-decoration: none;
}

.HomePagePromoPanel .FeaturedCompany_Top
{
    background-image: url(Images/HomePage/FeaturedCompany_Top.gif);
    background-repeat: no-repeat;
    width: 208px;
    padding-top: 25px;
}

.HomePagePromoPanel .FeaturedCompany_Top a:link, .HomePagePromoPanel .FeaturedCompany_Top a:visited, .HomePagePromoPanel .FeaturedCompany_Top a:hover
{
    display: block;
    width: 208px;
    height: 90px;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
}

.HomePagePromoPanel .FeaturedCompany_Bottom
{
    background-image: url(Images/HomePage/FeaturedCompany_Bottom.gif);
    background-repeat: no-repeat;
    width: 208px;
    padding-bottom: 17px;
    font-size: 1px;
}

.HomePagePromoPanel .PromoMessage_Top
{
    background-image: url(Images/HomePage/PromoText_Top.gif);
    background-repeat: no-repeat;
    width: 168px;
    height: 245px;
    padding: 20px;
    font-size: 95%;
    overflow: hidden;
}

.HomePagePromoPanel .PromoMessage_Bottom
{
    background-image: url(Images/HomePage/PromoText_Bottom.gif);
    background-repeat: no-repeat;
    width: 208px;
    padding-bottom: 16px;
}

.HomePageMainPanel_Top .BlueBulletItem
{
    margin-top: 10px;
    padding-left: 20px;
    background-image: url(Images/HomePage/BlueBullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.HomePageMainPanel_Top .OrangeBulletItem
{
    margin-top: 10px;
    padding-left: 20px;
    background-image: url(Images/HomePage/OrangeBullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.HomePageMainPanel_Top .MovieBulletItem
{
    margin-top: 5px;
    padding-left: 20px;
    background-image: url(Images/HomePage/MovieBullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
}