﻿@import 'chumpGeneralStyles.css';

/* Start of home page content styles */

#divHomePageContent
{
    color: #0b7fa0;
    float: left;
    padding: 16px 0px 0px 10px;
    width: 416px;
}
#divHomePageContent div
{
    margin-top: -20px;
}
#divChooseDirections
{
    float: left;
    overflow: hidden;
    width: 334px;
}

/* End of home page content styles */

/* Start of New Home Page News styles*/

/* Generic Start */

#divCHYMNews
{
    padding-top: 7px;
    padding-left: 7px;
}
#divCHYMNews br
{
    line-height: 7px;
}
.chymCyclingNews, .chymCarSharingNews, .chymPassengerTransportNews, .chymWalkingNews
{
    position: relative;
    width: 750px;
}
.chymNewsHeader
{
    height: 30px;
    width: 750px;
    overflow: hidden;
}
.chymNewsContent
{
    padding: 5px 10px 5px 125px;
    background-repeat: repeat-y;
}
.chymNewsFooter
{
    height: 11px;
    width: 750px;
    overflow: hidden;
}
.chymNewsImageContainer
{
    left: 4px;
    position: absolute;
    top: 4px;
    height: 74px;
    overflow: hidden;
}
.chymNewsImageBorder
{
    height: 74px;
    left: 0px;
    position: absolute;
    top: 1px;
    width: 120px;
}
/* Generic End*/

/*Mode Specific Start*/

/*Car Sharing*/
.chymCarSharingNews .chymNewsHeader
{
    background-image: url('../Images/wcc-chym-hp-news-car-header.gif');
}
.chymCarSharingNews .chymNewsContent
{
    background-image: url('../Images/wcc-chym-hp-news-car-content-slice.gif');  
}
.chymCarSharingNews .chymNewsFooter
{
    background-image: url('../Images/wcc-chym-hp-news-car-footer.gif');
}
.chymCarSharingNews .chymNewsImageBorder
{
    background-image: url('../Images/wcc-chym-hp-news-car-border.gif');
}

/*Cycling*/
.chymCyclingNews .chymNewsHeader
{
    background-image: url('../Images/wcc-chym-hp-news-cycling-header.gif');
}
.chymCyclingNews .chymNewsContent
{
    background-image: url('../Images/wcc-chym-hp-news-cycling-content-slice.gif');  
}
.chymCyclingNews .chymNewsFooter
{
    background-image: url('../Images/wcc-chym-hp-news-cycling-footer.gif');
}
.chymCyclingNews .chymNewsImageBorder
{
    background-image: url('../Images/wcc-chym-hp-news-cycling-border.gif');
}

/*PT*/
.chymPassengerTransportNews .chymNewsHeader
{
    background-image: url('../Images/wcc-chym-hp-news-pt-header.gif');
}
.chymPassengerTransportNews .chymNewsContent
{
    background-image: url('../Images/wcc-chym-hp-news-pt-content-slice.gif');  
}
.chymPassengerTransportNews .chymNewsFooter
{
    background-image: url('../Images/wcc-chym-hp-news-pt-footer.gif');
}
.chymPassengerTransportNews .chymNewsImageBorder
{
    background-image: url('../Images/wcc-chym-hp-news-pt-border.gif');
}

/*Walking*/
.chymWalkingNews .chymNewsHeader
{
    background-image: url('../Images/wcc-chym-hp-news-walking-header.gif');
}
.chymWalkingNews .chymNewsContent
{
    background-image: url('../Images/wcc-chym-hp-news-walking-content-slice.gif');  
}
.chymWalkingNews .chymNewsFooter
{
    background-image: url('../Images/wcc-chym-hp-news-walking-footer.gif');
}
.chymWalkingNews .chymNewsImageBorder
{
    background-image: url('../Images/wcc-chym-hp-news-walking-border.gif');
}

/* Mode Specific End */
