/*** Sections - Colours ***/

/********* grey *********/

/** Navigation **/

.navbg-grey
{
    background-color: #D3D3D3;
}

.navbg-grey ul li
{
    color: #878787;
}

/** Generic **/

.grey .highlighted,
.grey .page-selected
{
    color: #878787;
}

.grey h3
{
    color: #878787;
}

.grey .sectionbg
{
    background-image: url(../../images/client/grey/sectionbg.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
    background-color: #D3D3D3;
}

/** Listing **/

.grey #list
{
    color: #878787;
}

.grey #list a
{
    color: #878787;
	text-decoration:none;
}


.grey #listing #list .alternative
{
    background-color:#FFFFFF;
}

/** Details **/
.grey #details #description
{
    color: #878787;
}

.grey #details #information
{
    background-color: #B4B4B4;
}

.grey #details #contactdetails, .grey #details #venuedetails
{
    background-color: #878787;
}

.grey #details .header
{
    background-image: url(../../images/client/grey/details-header.jpg);
    background-color: #B4B4B4;
}

/** Things to do **/
.grey #thingstodo #sectionlist
{
    background-image: url(../../images/client/grey/sectionlistbg.jpg);
    background-repeat: no-repeat;
    color: #878787;
    list-style-image: url(../../images/client/grey/sectionlistbullet.jpg);
}

/** Zone **/
.grey #zone #sectionlist
{
    background-image: url(../../images/client/grey/zone-sectionlistbg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #878787;
    list-style-image: url(../../images/client/grey/sectionlistbullet.jpg);
	border-top: 3px solid #B5B5B5;
}
