@charset "UTF-8";
/* THIS CSS FILE ONLY CONTAINS COLOUR INFORMATION for the different colour ways */

 #main {
	background: #D6D6D6; /*Primary Color*/
}
#sidebar1 h1, .time-left, .bottom-header ul li a, #content h2, .side-item h2, .vote-text h3, h2 {
	color: #A6B052;
}
.panels h2, .sidePanels h2 {
	color: #A6B052;
}
.sidePanels h4 {
	color: #BE6099;
}
#mainContent h1 {
	color: #A6B052;
}
.panels h2, .sidePanels h2, .pagination ul li {
	color: #A6B052;
}
.pagination ul li {
	color:#999;
}
.pagination ul li a:hover {
	color:#A6B052;
	text-decoration: overline;
}
a:link, a:visited, .side-item h3 a, .section-text h4 a, .pagination ul li a {
	color: #BE6099;
}

.link {
	color:#BE6099;
}
/*arrow colour - tertiary*/
.ratingImages, .profileRating {
	background-color:#BE6099;
}
.profileName {
	color:#BE6099;
}

/*two-column background image*/
#two-columns {
	background: #fff url(/public/common/images/bg-two-columns-green.gif) repeat-y 100% 0;
}

.cj-btn, .button {
	color:#0F8568;
	background-color:#fff; 
	border:1px solid #0F8568;
}

#showCaseFilter{
	color: #A6B052;
}
.journeySorter{
	color: #A6B052;
}

#header-search {
	color: #A6B052;
}


#content .rightPanel h1 {color: #A6B052;}
body #content .comments .commentBox span.agent, #content .comments .commentBox span.agent a {color: #BE6099;}