@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: #7251A1;
}
.panels h2, .sidePanels h2 {
	color: #7251A1;
}
.sidePanels h4 {
	color: #DF6197;
}
#mainContent h1 {
	color: #7251A1;
}
.panels h2, .sidePanels h2, .pagination ul li {
	color: #7251A1;
}
.pagination ul li {
	color:#999;
}
.pagination ul li a:hover {
	color:#7251A1;
	text-decoration: overline;

}
a:link, a:visited, .side-item h3 a, .section-text h4 a, .pagination ul li a {
	color: #DF6197;
}
.link {
	color:#DF6197;
}
/*arrow colour - tertiary*/
.ratingImages, .profileRating{
	background-color:#DF6197;
}
.profileName{
	color:#DF6197;
}

/*two-column background image*/
#two-columns {
	background: #fff url(/public/common/images/bg-two-columns-blue.gif) repeat-y 100% 0;
}

.cj-btn, .button {
	color:#7251A1;
	background-color:#fff; 
	border:1px solid #7251A1;
}


#showCaseFilter{
	color: #7251A1;
}
.journeySorter{
	color: #7251A1;
}

#header-search {
	color: #7251A1;
}

#content .rightPanel h1 {color: #7251A1;}
body #content .comments .commentBox span.agent, #content .comments .commentBox span.agent a {color: #DF6197;}