/* This contains all the styles which apply the blue colour scheme */

/* Main colour - #c6d7ed */

/* Dark color - #0b2d4e */

/* light color - white */


/* Generic style modifiers */
#lightBackground_1 {
	background: none;
	border-color: #0b2d4e;
	color: navy;
}

#lightBackground_2 {
	background: white;
	border-color: #0b2d4e;
	color: navy;
}

#darkBackground_1 {
	background: #c6d7ed;
	border-color: #0b2d4e;
	color: white;
}

#darkBackground_2 {
	background: #c6d7ed;
	border-color: #0b2d4e;
	color: white;
}

/* Structural colour sets */
body {
	background: white;
	color: black;
}

td {
	color: black;
}

td a:link {
	color: blue;
}

td a:visited {
	color: purple;
}

td a:hover, .body1 a:active {
	color: red;
}

.logoCell {
	background: #c6d7ed;
	border-color: #0b2d4e;
}

.headerCell {
	background: #c6d7ed;
	border-color: #0b2d4e;
}

.navCell {
	background: white;
	border-color: #0b2d4e;
}

.lsCell {
	background: white;
	border-color: #0b2d4e;
}

.mainCell {
	background: white;
	border-color: #0b2d4e;
}

.secondMainCell {
	background: #c6d7ed;
	border-color: #0b2d4e;
}

.rsCell {
	background: #c6d7ed;
	border-color: #0b2d4e;
}

/* Cell content container colour definitions */
.logoPanel {
	color: white;
}

.headerPanel {
	color: white;
}

.headerPanel a:link, .headerPanel a:visited {
	color: white;
}

.headerPanel a:hover, .headerPanel a:active {
	color: white;
}

.menuPanel {
	background: #c6d7ed;
	border-color: #0b2d4e;
	color: white;
}

.menuPanel a:link, .menuPanel a:visited {
	color: white;
}

.menuPanel a:hover, .menuPanel a:active {
	color: white;
}

.mainContent {
	color: black;
}

panel5 {
	background: #c6d7ed;
	border-color: #0b2d4e;
	color: white;
}

panel6 {
	background: #c6d7ed;
	border-color: #0b2d4e;
	color: white;
}

/* Navigation colour definitions */
.navigation {
	background: none;
	border-color: black;
	color: #0b2d4e;
}

.navigation a:link, .navigation a:active, .navigation a:visited  {
	color: #0b2d4e;
}

.navigation a:hover {
	color: white;
}

.navActive, .navActive a:link, .navActive a:active, .navActive a:visited, .navActive a:hover {
	color: white;
}

.navarrows {
}


/* Content colour definitions */
.head1 {
	color: #0b2d4e;
}

.head1 a:link, .head1 a:active, .head1 a:visited {
	color: #0b2d4e;
}

.head1 a:hover {
	color: blue;
}

.body1 {
	color: #4A4A4A;
}

.body1 a:link {
	color: blue;
}

.body1 a:visited {
	color: purple;
}

.body1 a:hover, .body1 a:active {
	color: red;
}

/* Other colour definitions for main content */
.contactsLine {
	color: #0b2d4e;
}

/* Component colour definitions */
.bannerItem {
	color: white;
}

.datetimePanel {
	background: #c6d7ed;
}

.comp_functBanners {
	background: #c6d7ed;
}
