/****
	colour scheme css information
	NOTE: this file only contains the classes that change between sites, other classes
	that are consistant throughout the Prestige sites are in the global css files.
****/



/**** defaults ****/

a {
	color: #1d3fcf;
	text-decoration: none;
	}

a:hover {
	color: #181474;
	text-decoration: underline;
	}

h1 {
	background: #181474;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 3px 7px;
	}

h2 a {
	color: #000;
	}

h2 a:hover {
	color: #181474;
	text-decoration: none;
	}

h3 a {
	color: #000;
	}

h3 a:hover {
	color: #181474;
	text-decoration: none;
	}



/**** use this for random boxes of info ****/
.info {
	background: #f7f7f7;
	border: 1px solid #ccc;
	margin: 13px 0 3px 0;
	padding: 4px;
	}



/**** bucket list ****/

.bucket-more a {
	color: #181474;
	font-weight: bold;
	padding: 0 0 0 1px;
	text-decoration: underline;
	}

.bucket-more a:hover {
	color: #1d3fcf;
	}



/**** banner ****/

.banner-classads {
	color: #1d3fcf;
	font-size: 17px;
	font-weight: bold;
	}



/**** search-login ****/

#search-login {
	background: #000;
	border-top: 2px solid #999;
	height: 23px;
	padding: 2px;
	width: 766px;
	}

#search {
	background: #000;
	color: #fff;
	float: left;
	padding-top: 1px;
	}

#login {
	background: #000;
	color: #fff;
	font-size: 11px;
	float: right;
	padding-top: 1px;
	}



/**** ticker-bar ****/

#ticker a {
	color: #666;
	text-decoration: underline;
	}

#ticker a:hover {
	color: #1d3fcf;
	}

#ticker strong {
	color: #1d3fcf;
	}



/**** left ****/

.menu-heading {
	border-bottom: 2px solid #2f53c6;
	color: #000;
	padding: 2px 0 1px 7px;
	}

.menu-heading-oe {
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #000;
	color: #000;
	padding: 2px 0 1px 7px;
	}

#menu .main {
	background: url("../images/menu_main_bg.gif") no-repeat top left;
	border-bottom: 1px solid #191475;
	border-top: 1px solid #93a7ea;
	padding: 2px 0 2px 16px;
	}

#menu .sub {
	background: url("../images/menu_sub_bg.gif") no-repeat top left;
	border-bottom: 1px solid #1435a0;
	border-top: 1px solid #97b1f3;
	padding: 2px 0 2px 16px;
	}

.sub-menu a:hover {
	color: #1d3fcf;
	text-decoration: none;
	}



/**** footer ****/

#footer {
	border-top: 1px solid #191475;
	padding-top: 1px;
	}

.footer-links {
	border-top: 3px solid #191475;
	padding-top: 10px;
	text-align: center;
	}



/**** frontpage / sections ****/

.content-right-h1 {
	background: #1435a0;
	text-align: center;
	}



/**** past front pages ****/

.past-left a, .past-right a {
	color: #181474
	}



/**** feedback/login ****/

.message {
	color: #f00;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px;
	text-align: center;
	}

.help-heading {
	background: #181474;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	}



/**** extras box ****/

#extras {
	background: #e5e5e5;
	border: 1px solid #0e0b64;
	padding: 2px;
	}

#extras a {
	color: #1d3fcf;
	font-size: 12px;
	}

#extras table td {
	background: #fff;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px 3px 3px 7px;
	}



/**** weather box ****/

#weather {
	background: #f5f5f5;
	border: 1px solid #0e0b64;
	padding: 5px;
	}

#weather a {
	color: #1d3fcf;
	text-decoration: underline;
	}

#weather a:hover {
	color: #181474;
	text-decoration: underline;
	}



/******** SPECIAL FEATURES ********/