﻿/* Red */
img#logo {
	background: url(../img/logo_red.png) 0 0 no-repeat;
}
#sub-menu 
{
	border-top: 3px solid #D12E2E;
}
.bc-red #header
{
	border-top: 1px solid #D12E2E;
}


.articlebox .red h1
{
	color: #D12E2E;
	font-size: 200%;
}

.pg .pg-container td a.norm,
.pg .pg-container td a.norm:hover
{
	border: solid 1px #D12E2E;
}
#pg .pg-container td a.norm:hover
{
	color: #fff;
	background-color: #D12E2E;
	text-decoration: none;
}

.bc-red input.submit,
.bc-red .contentheading,
.bc-red #main-section a,
.bc-red .moduletable h3,
.bc-red #left-column .module h3,
.bc-red .right-column .module h3,
.bc-red #left-column .module-menu h3,
.bc-red .right-column .module-menu h3,
.bc-red #bottommodules1 .module h3,
.bc-red #bottommodules2 .module h3,
.bc-red #sub-menu a,
.bc-red .comments strong.number {
	color: #D12E2E;
}

.bc-red #horiz-menu li.active a, 
.bc-red #horiz-menu li.active .separator, 
.bc-red #bottom-menu ul#mainlevel-bottom a#active_menu.mainlevel-bottom, 
.bc-red #bottom-menu ul#mainlevel-bottom a.mainlevel-bottom:hover 
{
    background: #D12E2E;
    color: #FFFFFF;
}

.bc-red #showcase {
	background: #D12E2E url(../img/green/showcase-bg.png) 0 0 no-repeat;
}

.bc-red .showcase-div {
	background: url(../img/green/showcase-div.png) 0 0 repeat-x;
}

.bc-red #showcase .column-1 {
	border-right: 1px solid #166C97;
}

.bc-red #showcase a {
	color: #D0F0FF;
}

.bc-red #showcase ul.latestnews li {
	background-color: #083552;
}

.bc-red #showcase ul.latestnews li:hover {
	background-color: #06273C;
}

.bc-red .date-block {
	border-bottom: 1px solid #1478B7;
}

.bc-red span.date-number {
	background: #1478B7;
	color: #fff;
}

.bc-red .comments ol .top {}

.bc-red .comments .badge {
    background-color: #D12E2E;
}

