﻿/* Grey */

#sub-menu 
{
	border-top: 3px solid #444;
}

.bc-grey #header {
	border-top: 1px solid #444;
}

.articlebox .grey h1
{
	color: #444;
	font-size: 200%;
}

.pg .pg-container td a
{
	color: #444;
}

.pg .pg-container td a.norm,
.pg .pg-container td a.norm:hover
{
	border: solid 1px #444;
}
#pg .pg-container td a.norm:hover
{
	color: #fff;
	background-color: #444;
	text-decoration: none;
}

.bc-grey input.submit,
.bc-grey .contentheading,
.bc-grey .moduletable h3,
.bc-grey #main-section .comments a,
.bc-grey .module a,
.bc-grey .componentheading a,
.bc-grey #left-column .module h3,
.bc-grey .right-column .module h3,
.bc-grey #left-column .module-menu h3,
.bc-grey .right-column .module-menu h3,
.bc-grey #bottommodules1 .module h3,
.bc-grey #bottommodules2 .module h3,
.bc-grey #sub-menu a {
	color: #444;
}

.bc-grey .content a {
	color: #444;
}

.bc-grey #showcase {
	background: #444 url(../img/grey/showcase-bg.png) 0 0 no-repeat;
}

.bc-grey .showcase-div {
	background: url(../img/grey/showcase-div.png) 0 0 repeat-x;
}

.bc-grey #showcase .column-1 {
	border-right: 1px solid #777;
}

.bc-grey #showcase a {
	color: #ccc;
}

.bc-grey #showcase ul.latestnews li {
	background-color: #333;
}

.bc-grey #showcase ul.latestnews li:hover {
	background-color: #1f1f1f;
}

.bc-grey .date-block {
	border-bottom: 1px solid #777;
}

.bc-grey span.date-number {
	background: #111;
	color: #fff;
}

.bc-grey #horiz-menu li.active a, 
.bc-grey #horiz-menu li.active .separator, 
.bc-grey #bottom-menu ul#mainlevel-bottom a#active_menu.mainlevel-bottom, 
.bc-grey #bottom-menu ul#mainlevel-bottom a.mainlevel-bottom:hover 
{
    background: #444;
    color: #fff;
}

.bc-grey .comments ol .top {}

.bc-grey .comments .badge {
    background-color: #444;
}

