/***COLOURED TITLES***/

.orange  .title {
	background: url(../images/title_orange_left.png) no-repeat;
}

.orange .title_end {
	background: url(../images/title_orange_right.png) no-repeat right top;
}

.red  .title {
	background: url(../images/title_red_left.png) no-repeat;
}

.red .title_end {
	background: url(../images/title_red_right.png) no-repeat right top;
}

.blue  .title {
	background: url(../images/title_blue_left.png) no-repeat;
}

.blue .title_end {
	background: url(../images/title_blue_right.png) no-repeat right top;
}

.pink  .title {
	background: url(../images/title_pink_left.png) no-repeat;
}

.pink .title_end {
	background: url(../images/title_pink_right.png) no-repeat right top;
}

.yellow  .title {
	background: url(../images/title_yellow_left.png) no-repeat;
}

.yellow .title_end {
	background: url(../images/title_yellow_right.png) no-repeat right top;
}

.green  .title {
	background: url(../images/title_green_left.png) no-repeat;
}

.green .title_end {
	background: url(../images/title_green_right.png) no-repeat right top;
}

.steel  .title {
	background: url(../images/title_steel_left.png) no-repeat;
}

.steel .title_end {
	background: url(../images/title_steel_right.png) no-repeat right top;
}


/***PAGINATION***/

.green .paginationFooter .currentPage ,
.green .pagination .currentPage  {
	background: #7CB206;
}

.orange .paginationFooter .currentPage ,
.orange .pagination .currentPage {
	background: #ff7c00;
}

.red .paginationFooter .currentPage , 
.red .pagination .currentPage {
	background: #ff3300;
}

.yellow .paginationFooter .currentPage ,
.yellow .pagination .currentPage {
	background: #e0c010;
}

.blue .paginationFooter .currentPage ,
.blue .pagination .currentPage {
	background: #2db7e3;
}

.pink .paginationFooter .currentPage , 
.pink .pagination .currentPage {
	background: #b81085;
}


/***BUTTONS***/

.green .go {
	background: url(../resource/btn_go_green.png) no-repeat;
}
 


/***GENERIC COLOUR STUFF***/

.green h1 , .green h2 , .green h3, .green h4 , .green h5 , .green h6 ,
.green #sidenav a:hover  , .green #sidenav .active a ,
.green .quote p ,
.green .error {
	color: #7cb206;
}

.orange h1 , .orange h2 , .orange h3, .orange h4 , .orange h5 , .orange h6 ,
.orange #sidenav a:hover  , .orange #sidenav .active a ,
.orange .quote p ,
.orange .error {
	color: #ff7c00;
}

.yellow h1 , .yellow h2 , .yellow h3, .yellow h4 , .yellow h5 , .yellow h6 ,
.yellow #sidenav a:hover  , .yellow #sidenav .active a ,
.yellow .quote p ,
.yellow .error {
	color: #e0c010;
}

.red h1 , .red h2 , .red h3, .red h4 , .red h5 , .red h6 ,
.red #sidenav a:hover  , .red #sidenav .active a ,
.red .quote p ,
.red .error  {
	color: #ff3300;
}

.blue h1 , .blue h2 , .blue h3, .blue h4 , .blue h5 , .blue h6 ,
.blue #sidenav a:hover  , .blue #sidenav .active a ,
.blue .quote p ,
.blue .error  {
	color: #2db7e3;
}


.pink h1 , .pink h2 , .pink h3, .pink h4 , .pink h5 , .pink h6 ,
.pink #sidenav a:hover  , .pink #sidenav .active a ,
.pink .quote p ,
.pink .error  {
	color: #b81085;
}


.steel h1 , .steel h2 , .steel h3, .steel h4 , .steel h5 , .steel h6 ,
.steel #sidenav a:hover  , .steel #sidenav .active a ,
.steel .quote p ,
.steel .error  {
	color: #3a3a3a;
}

