/* Dynamic style sheet. Do not overwrite this file */
/** Formats the background colour and border colour of the header area */
#headerset {
	border: #C0C0C0;
}

/** Formats the colour of the "Website Members Login" title */
#hdr_formpart1 {
	color: #920629;
}

/** Formats the colour of the "Not a member?" title */
#hdr_formpart2 {
	color: #920629;
}

/** Formats the colour of the dashed border in the login form */
#hdr_form {
	border-top-color: #ADADAD;
}

/** Formats the border and background colour of the of the username and password boxes */
#hdr_form input {
	background: #ECECEC;
}

/** Formats the colour of the dashed border of the logged in message */
#hdr_loggedin2 {
	border-top-color: #ADADAD;
}

/** Formats the colour "Forgot your password?" link */
a.forgot {
	color: #920629;
}

/** Formats the text colour of the date and dashed line below */
#hdr_date {
	border-bottom-color: #ADADAD;
}

/** Formats the colour of the main links and their bullet points in the header i.e. "Home", "Contact Us" */
#hdr_links a {
	border-left-color: #920629;
}

/** Formats the colour of the bullet point when it is rolled over */
#hdr_links a:hover {
	border-left-color: #C94747;
}

/** Formats the colour of the dashed line under the headings in the subscription form */
#fixed_body th {
	border-bottom-color: #ADADAD;
}

/** Formats the colour of the dashed line under each section in the subscription form */
#fixed_body table {
	border-bottom-color: #ADADAD;
}

/** Formats the border and background colour of the "You must be a member..." message e.g. in the E-editions page */
#fixed_body p.alert {
	border-color: #920629;
	background: #ECECEC;
}

/** Formats the background colour and border colour of the prefooter */
#prefooter {
	border-color: #ADADAD;
}

/** Formats the background colour and border colour of the footer area */
#footerset {
	border-top-color: #920629;
}

/** Formats the background colour and border colour of the pre-menu e-editions link area */
#premenu {
	border-color: #ADADAD;
}

/** Formats the background colour and border colour of the menu area */
#menuset {
	border-color: #ADADAD;
}

/** Formats the background and border colour of the search box */
#searchbox input {
	background: #ECECEC;
}

/** Formats the border colour of the adverts area on the left hand side after the menu */
#postmenuads {
	border-color: #ADADAD;
}

/** Formats the background colour and border colour of the core content area */
#contentset {
	border-color: #ADADAD;
}

/** Formats the background colour and border colour of the code snippet content area */
#thirdparty {
	border-color: #ADADAD;
}

/** Formats the background colour and font colour of the headings in the menu area i.e. "Sections", "Site Search" */
#menuset p {
	color: #920629;
	border-color: #ADADAD;
}

/** Formats the background colour and font colour of the left-hand section navigation */
#navcontainer a {
	color: #920629;
	border-left-color: #920629;
}

/** Formats the highlight colour of the navigation links when rolled over */
#navcontainer a:hover {
	background-color: #EDDADA;
}

/** Formats the default background colour and font colour of the top bar which states the section name in all articles. The background colour is overwritten by the section colour set within section settings if applicable */
#art_topbar {
	background: #920629;
}

/** Formats the default colour of the article headline | page titles through out the entire site. */
#art_headline h1 {
	color: #920629;
}

/** Formats the default colour of the "back to..." link at the bottom of every page */
#art_back a {
	color: #920629;
}

/** Formats the default colour of the "back to..." link once rolled over */
#art_back a:hover {
	color: #CC263E;
}

/** Formats the colour of the dashed border that splits the "Other articles in this section" from "Related articles" */
#art_other {
	border-right-color: #ADADAD;
}

/** Formats the default colour of the links used in CPMs */
a:link {
	color: #920629;
}

/** Formats the default colour of the links when rolled over in CPMs */
a:hover {
	color: #CC263E;
}

/** Formats the default colour of the links when vistied in CPMs */
a:visited {
	color: #920629;
}

/** Formats the colour of borders and the background colour used in the CPM heading */
#cpmall div div table {
	border-top-color: #920629;
	border-bottom-color: #920629;
}

