body { 
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	}
		
img { 
	border-width: 0px;}
		
hr	{ 
	border: 0px; 
	border-top: solid #cccccc 1px; 
	height: 1px;} /* This is the horisontal rule, a line you use for separation */

			
table, tr, td	{ }
		
form {
	margin: 0px;
	padding: 0px;}
	
/* LOGIN  ------------------------------------------------------------ */

.login {
	width: 300px;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #eeeeee;}
	
/* HEADINGS  ------------------------------------------------------------ */

h1, h2,	h3, h4, h5 ,h6	{}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #B73839;
	padding: 0px;
	margin: 0px;
	}

/* LINKS  --------------------------------------------------------------- */

a:link, a:visited, a:active {
	color: #B73839;
	}	

a:hover {
	color: #C1BBBB;
	}
	
/* GENERAL CLASSES  -------------------------------------------------------
(used in the autohandler and/or index, most of these are up to the designer
to place them where he/she thinks would be appropriate) */

.logo {
	width: 910px;
	margin: 5px 0px 5px 0px;
	font-size: 0px;
	line-height: 0px;
	}
	
.logo p {
	padding: 0px;
	margin: 0px;
	}

.holder {
	width: 910px;
	}
	
.frame {
	border-left: solid 1px #C1BBBB;
	border-right: solid 1px #C1BBBB;
	padding: 10px;
	}
	
.content {
	width: 670px;
	padding: 0px 10px 0px 0px;
	float: left;
	border: solid 0px;
	}
	
.sideNav {
	margin: 0px 0px 10px 0px;
	float: right;
	width: 200px;
	}
	
.copyright {
	width: 890px;
	margin: 0px 0px;
	background-color: #C1BBBB;
	padding: 10px;
	color: #B73839;
	}


/* MENU ------------------------------------------------------------------------- */

.menuContainer {
	height: 30px;
	width: 910px;
	margin: 0px;
	background-color: #B73839;
	}

.tab {
	float: left;
	}
 
.tab a.header:link, .tab a.header:visited{
	display: block;
	float: left;
	text-decoration: none;
	padding: 8px 10px 7px 10px;
	height: 15px;
	margin: 0px 0px;
	color: #ffffff;
	border-right: solid 1px #ffffff;
	}

.tab a.header:hover {
	background-color: #D37172;
	}

.tab a.headerSelected:link, .tab a.headerSelected:visited, .tab a.headerSelected:hover {
	
	}

.itemContainer {
	display: none;
	position: absolute;	
	margin-top: 29px;
	width: 200px;
	z-index: 1000;
	background-color: #D37172;
	}
	
*html .itemContainer {
	margin-left: -100%;
	}
 
.tab .itemContainer a.item:link, .tab .itemContainer a.item:visited {
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	}
	
.tab .itemContainer a.item:hover {
	color: #B73839;
	}

.tab .itemContainer a.itemSelected:link, .tab .itemContainer a.itemSelected:visited {
	
	}





/* BREADCRUMBS ---------------------------------------------------------------- */

.breadcrumbs {
	width: 900px;
	margin: 0px;
	border-right: solid 40px #ffffff;
	background-color: #C1BBBB;
	padding: 7px 5px;
	color: #B73839;
	border-top: solid 1px #ffffff;
	}

.breadcrumbs ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
	}
	
*html .breadcrumbs ul {
	margin-top: 4px;}

.breadcrumbs li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
	margin: 0px 5px 0px 0px;
	padding: 0px 8px 0px 0px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.breadcrumbs li a:link, .breadcrumbs li a:visited, .breadcrumbs li a:hover {
	color: #B73839;
	text-decoration: none;
	}

/* SIDENAV ---------------------------------------------------------------- */


.sideNav ul {
	margin: 0px 0px;
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
	list-style-type: none;
	font-size: 0px;
	}
	
.sideNav .header {
	border: 1px solid #B73839;
	background-color: #B73839;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
.sideNav .header a:link, .sideNav .header a:visited {
	display: block;
	border-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 9px 5px 9px;
	}
	
.sideNav .item {
	border: 1px solid #B73839;
	border-top: 0px;
	}
	
.sideNav .item a:link, .sideNav .item a:visited {
	display: block;
	border-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #B73839;
	padding: 5px 9px 5px 9px;
	}
	
.sideNav .item a:hover {
	background-color: #FFFFFF;
	}
	
.sideNav .selected {
	border: 1px solid #999999;
	border-top: 0px;
	}
	
.sideNav .selected a:link, .sideNav .selected a:visited {
	display: block;
	border-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #B73839;
	padding: 5px 9px 5px 9px;
	}
	
.sideNav .back {
	border: 1px solid #B73839;
	border-top: 0px;
	}
	
.sideNav .back a:link, .sideNav .back a:visited {
	display: block;
	border-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #B73839;
	padding: 5px 9px 5px 9px;
	}


/* SEARCH ------------------------------------------------------------------*/

div.searchForm {
	border: 1px solid #999999;
	background-color: #EEEEEE;
	padding: 8px 9px 8px 9px;
	margin-bottom: 10px;}

.searchForm .field {
	border: 1px solid #999999;
	width: 124px;}
	
.searchForm .button {
	height: 20px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

/* TOOLKIT ---------------------------------------------------------------- */

.toolKit {
	padding: 10px 0px;
	clear: both;
	}
	
.toolKit .print {
	text-decoration: none;
	word-spacing: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 17px;
	background-image: url(../images/printer.gif);
	background-repeat: no-repeat;
	background-position: 0%;
	}
	
.toolKit .e-mail {
	text-decoration: none;
	word-spacing: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 7px;
	border-left: 1px solid #999999;
	padding-left: 26px;
	background-image: url(../images/mail.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	}

/* NEWS ---------------------------------------------------------------- */

.latestNews h1 {
	margin: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #EEEEEE;
	padding: 5px 9px 5px 9px;
	border: 1px solid #999999;}
	
.latestNews a {
	border: 1px solid #999999;
	border-top: 0px;
	padding: 5px 9px 5px 9px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #B73839;
	background-color: #EEEEEE}
	
.latestNews a:hover {
	background-color: #FFFFFF;}
	
.latestNews .date {
	display: block;
	font-size: 9px;
	font-style: normal;
	color: #999999;}

/* CATALOGUES TEMPLATES  ----------------------------------------------- 
The classes are split in two: 

listing classes are for the listing.xsl templates and are the same for all of those templates in all catalogues */

	.listingTitle {} /* DIV tag arround the top Title of the list for which you can set styles just like for TABLE, TR and TD tags */
	
	.listingDir {} /* DIV tag arround the Directory (folder) entries that are listed,
		for which you can set styles just like for TABLE, TR and TD tags */
	
	.listingDir a:link,
	.listingDir a:hover,
	.listingDir a:visited {} /* Directory (folder) enties links */
	
	.listingDir div {}
	
	.listingItem {} /* DIV tag arround the Item (file) entries that are listed,
	for which you can set styles just like for TABLE, TR and TD tags */
	
	.listingItem a:link,
	.listingItem a:hover,
	.listingItem a:visited {} /* Item (file) enties links */
	
	.listingFaqA {} /* Class specific to the FAQ catalogue listing template letter A */
	
	.listingImage {
		float: left;
		}
	.listingCloser {
		clear: both;
		width: auto;
		font-size: 0px;
		padding: 0px;
		margin: 0px;
		} /* Two classes specific to Products and Real Estates listing templates (those are the 
	oly two with images)  - listingImage floats the image to the left and the closer is there to clear it for the 
	next in the code*/
	
	.listingBack {} /* DIV tag arround the Back link for which you can set styles just like for TABLE, TR and TD tags */
	.listingBack a:link,
	.listingBack a:hover,
	.listingBack a:visited {} /* Back link */

/* detail classes are for the detail_view.xsl templates and apply for all of those templates in all catalogues */

	.detailTitle {} /* Title displayed on top of the detail view of a catalogue entry */
		
	.detailDateTime	{} /* Date and Time displayed under the title */
	
	.detailCareersInfo {
		float: right;
		font-weight: bold;
		} 
	.detailCareersInfo span {}/* Two classes specific to the Careers catalogue - allows the Ref. No., Start and Expiry Dates to float right
		to the Title*/
	
	.detailImage {
		float: left;
		}
	.detailImage div {}
	
	.detailDownload {
		
		}
		
	.detailDownload p {
		margin: 5px 0px 0px 0px;
		font-weight: normal;
		font-style: italic;
		}
		
	.detailSummary	{} /* Short description that comes after the horisontal rule under the date and time,
		usually smaller than the Detail Description */
		
	.detailSubTitle	{} /* All the subtitles for different categories in catalogues (e.g. External Links, Images, External Documets) */

/* Detail Description and links for catalogues do not have a class specified
since for the description the class should be same as the content class listed
in General Classes above, and the links styles can be also set by the Links
classes above (if the catalogues links need to be different then the classes can be added afterwords) */



/* SITEMAP  ------------------------------------------------------- */
	.sitemap_level_0 {}
	
	.sitemap_level_1,
	.sitemap_level_1 a:link,
	.sitemap_level_1 a:hover,
	.sitemap_level_1 a:visited {}
	
	.sitemap_level_2 {}
	
	.sitemap_level_3 {}
	
	.sitemap_level_4 {}
	
	
/* SEARCH LIST ------------------------------------------------------------- 
Classes for the searchList.xsl template in /_assets/mc/templates/_site/ */

	.searchTitle h1{}
	.searchTitle span {}
	
	.searchMatchNum span{}
	
	.searchResSpan {}
	.searchResSpan span{}
	
	.searchPrevNext,
	.searchPrevNext a:link,
	.searchPrevNext a:hover,
	.searchPrevNext a:visited{}
	
	.searchItem {}
	.searchItemNum {}
	.searchItemTtl {}
	.searchItemDes {}
	.searchItemLink {}
	.searchItemLink span {}
