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


@media all{

/*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 */
}

}
          /* ----------  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#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;
}
