
          /* ---------- accent.css starts here ---------- */

@media all{

.directory-continent li.last a.more span.count,
.commercial #promo li a,
body.most-viewed div#promo div#editor-zone-1 a,
body.most-clipped div#promo div#editor-zone-1 a,
body.most-popular div#promo div#editor-zone-1 a
{
    color: #005689; /* $editorialLink */
    background-color: $linkBackgroundColor; /* $editorialLinkReverse */
}


#promo a,
.commercial #promo .commercial li a,
body.front .commercial li a,
div.jobsbox a,
div.ventures-slot-machine a
{
    color: #005689; /* $promoLink */
    background-color: $linkBackgroundColor; /* $promoLinkReverse */
 }

a:focus,
a:active,
label:focus,
label:active,
body.front .commercial li a:active,
body.front .commercial li a:focus
{
    outline: none;
    background-color: #005689; /* $editorialLink */
    color: white; /* $editorialLinkReverse */
}

#promo a:focus,
#promo a:active,
body.front .commercial a:focus,
body.front .commercial a:active
{
    background-color: #005689; /* $promoLink */
    color: white; /* $promoLinkReverse */
}


/*lightbox special case*/
body.gallery div.lightbox ol li a:hover
{
    background-color: #88a3b6; /* $lightboxLink */
    color: #fff; /* $lightboxLinkReverse */
}



/*front heading link colour set */

body.front #content .first ul#main-trailblock li.wide h3 a,
body.front #content #main-zone .first li.wide h3 a
{
    color: #005ca3; /* $frontLink */
    background-color: white; /* $frontLinkReverse */
}

body.front #content .first ul#main-trailblock li.wide h3 a:focus,
body.front #content .first ul#main-trailblock li.wide h3 a:active,
#badge a,
#badge
{
    color:  white;/* $frontLink */
    background-color: #005ca3; /* $frontLinkReverse */
}


body.front #content .first ul#main-trailblock li.wide .trailtext
{
    color: #005689; /* $editorialLink */
}

body.third-party-toolkit div#footer
{
    border-color: #88a3b6; /* $sectionAccent */
}

}
          /* ----------  accent.css ends here ----------- */

body.weather-city #box h2,
body.weather-country #box h2, 
body.weather-continent #box h2,
body.weather-continent #content #ed-zone-1 .breakdown h2,
body.weather-continent #article-sub-header,
body.weather-continent #content #ed-zone-1
{
	border-color: #c3d0dc;/*35% tint*/
}

body.weather h1,
body.weather div#heading,
body.weather div#main-trailblock div.breakdown

{
	border-color: #88a3b6; /* 100% tint*/
}

body.weather-city table.current-weather-details th,
body.weather-city table .descriptions,
body.weather-city div.low,
body.weather-city td.low

{
	color: #999;
}

body.weather div#main-trailblock div.breakdown table thead tr,
body.weather div#main-trailblock div.breakdown table tbody tr,
body.weather div#main-trailblock #weather-front-table tbody tr,
#next-four-days-forecast tbody tr,
body.weather-continent #content #ed-zone-1 .breakdown tbody tr,
body.weather-city th,
body.weather-city table.current-weather-details td,
body.weather-city table.current-weather-details th,
body.weather-city table.current-weather-basics td,
body.weather-city table.current-weather-basics th,
body.weather-country table td,
body.weather-country table th,
body.weather-country table tbody tr,
body.weather-continent table tbody td,
body.weather-continent table tbody th,
body.weather-continent .country
{
	border-color: #999
}

#next-four-days-forecast .high-icon span,
#next-four-days-forecast .low-icon span
{
	background-color: #fff;
}

#next-four-days-forecast div.high-icon
{
	background-image: url(images/high-image-small.gif); 
}

#next-four-days-forecast div.low-icon
{
	background-image: url(images/low-image-small.gif); 
}

body.weather-city table.current-weather-basics th.high-icon
{
	background-image: url(images/high-image.gif); 
}

body.weather-city table.current-weather-basics th.low-icon
{
	background-image: url(images/low-image.gif); 
}

body.weather-city table.current-weather-basics th.low-icon span
{
	background-color: #bebebe;
}

body.weather-city table.current-weather-basics th.high-icon span
{
	background-color: #f29400;
}
