/*BODY

  Description: CSS for the body of the
  site and background image
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


/*LOGO

  Description: Little cell for the logo
*/
#logo {
	width: 200px;
}



/* TOPBAR and CROSSBAR
	Description: styles at the top, where companies logos exist + bar beneath containing
	language flags
*/
#crossbar {
	padding-top: 3px;
}



/*SITEMAP

  Descriptions: Sitemap UL/LI styling
*/
#sitemap {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
#sitemap a{
	color: #5d24a8;
}
#sitemap img {
	display: inline;
}

#sitemap .closed ul{
	display: none;
}

#sitemap li {
	list-style-type: none;
}





/*LEFTNAV

  Description: The left hand side navigation
  of the site, always the same colour
*/
#leftnav {
	font-size: 7pt;
	font-weight: bold;
	background-color: #C5C6C9;
	vertical-align: top;
}
#leftnav ul {
	margin: 0px;
	padding-left: 20px;
}
#leftnav a{
	text-decoration: none;
	color: #FFF;
}
#leftnav ul li{
	list-style-image: url('../images/bl_grey.gif');
	width: 170px;
}
#leftnav ul li.popout{
	list-style-image: url('../images/bl_lgrey.gif');
}
#leftnav ul li.popout a{
	color: #000;
}
#leftnav ul li.tblue, #leftnav ul li.tbluehover {
	color: #00A4E4;
}
#leftnav ul li.tnavy, #leftnav ul li.tnavyhover {
	color: #0055A4;
}
#leftnav ul li.torange, #leftnav ul li.torangehover {
	color: #F8981D;
}
#leftnav ul li.tred, #leftnav ul li.tredhover {
	color: #AB0635;
}
#leftnav ul li.tpurple, #leftnav ul li.tpurplehover {
	color: #6B207F;
}
#leftnav ul li.tblack, #leftnav ul li.tblackhover {
	color: #000000;
}
#leftnav ul li.blue:hover, #leftnav ul li.bluehover {
	background-color: #82c9ef;
	list-style-image: url('../images/bl_blue.gif');
}
#leftnav ul li.popout:hover, #leftnav ul li.popouthover {
	background-color: #93979a;
	list-style-image: url('../images/bl_black.gif');
}
#leftnav ul li.navy:hover, #leftnav ul li.navyhover {
	background-color: #8095ca;
	list-style-image: url('../images/bl_navy.gif');
}
#leftnav ul li.orange:hover, #leftnav ul li.orangehover {
	background-color: #f7c78d;
	list-style-image: url('../images/bl_orange.gif');
}
#leftnav ul li.red:hover, #leftnav ul li.redhover {
	background-color: #d28381;
	list-style-image: url('../images/bl_red.gif');
}
#leftnav ul li.purple:hover, #leftnav ul li.purplehover {
	background-color: #9c7ba8;
	list-style-image: url('../images/bl_purple.gif');
}
#leftnav ul li.black:hover, #leftnav ul li.blackhover {
	background-color: #93979a;
	list-style-image: url('../images/bl_black.gif');
}




/*SIDESTRIPE

  Description: Little CSS side decoration
*/
#sidestripe {
	width: 260px;
}




/*ICONHEADER

  Description: The centre heading on
  the site, with 4 main links to company
  sections
 */
#iconheader{
	background-color: #959AA1; 
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 630px;
	margin: 0px;
	padding: 0px;
}
#iconheader img{
	display: inline;
}
#iconheader a, #iconheader a:visited {
	color: #FFFFFF;
}
#iconheader a:hover {
	text-decoration: none; 
}



/* TITLE
   Description: The centre panels above MainContent
   comprises of 2 sections, navigation bar and panel 
   area
*/
#middlepane {
	background-image: url('../assets/21812_montage.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
#middlepane img {
	display: inline;
}

#middlesill { 
	text-align: right;
	padding-right: 1em;
}
#middlesill .sBar{ 
	float: left;
	font-weight: normal;
	font-size: 8pt;
}



/*MAINCONTENT

  Description: The centre body of the
  site in which the body template is
  allocated
*/
#maincontent {
	font-size: 8pt;
	background-color: #e3e3e5;
	vertical-align: top;
	padding: 2em 2em 2em 2em;
}

#maincontent img {
	display: inline;
}
#maincontent a {
	color: #666666;
}
#maincontent a.sysedit, #leftsill a.sysedit{
	color: #000;
	font-size: 9pt;
}
#maincontent a.sysedit:hover, #leftsill a.sysedit:hover{
	color: #73BE1E;
}
#maincontent p{
	margin-right: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

#maincontent h1 {
	padding-top: 10px;
}



/*RIGHTSPACE

  Description: Things that go in the right
  hand side
*/
#rightspace {
	width: 260px;
	font-size: 8pt;
}
#rightspace h3 {
	margin-top: 1em;
	color: #000;
}
#rightspace .grey_text {
	color: #404040;
}




/*NEWSMONTHS

  Description: List the months in the
  right pane
*/
#newsMonths {
	font-size: 9pt;
	margin: 10px auto;
	background-color: #FFFFFF;
	border: 1px solid #404040;
}
#newsMonths tr.header td {
	background-color: #ebebeb;
	font-weight: bold;
	text-align: center;
}

#newsMonths tr.headerbl td {
	background-color: #ccccff;
	font-weight: bold;
	text-align: center;
}

#newsMonths tr.headerlbl td {
	background-color: #ddddff;
	font-weight: bold;
	text-align: center;
}

#newsMonths a, #newsMonths a:visited {
	color: #000000;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
}
#newsMonths a:hover {
	font-weight: bold;
	color: #73BE1E;
	text-decoration: none;
}
#newsMonths a.selected {
	font-weight: bold;
	color: #73BE1E;
}

/*FOTTEXT

  Description: For the Copyright
  notice at the bottom of the page
*/
#foottext{
	font-size: 8pt;
	line-height: 200%;
	text-align: right;
}




/*COMMON

  Description: Common styles
*/
h1, h2, h3 {
	margin: 0px;
	padding: 2px 2px 4px 0px;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

img{
	border: 0px;
	display: block;
}
img.inline {
	display: inline;
}

a { 
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

p {
	text-align: left;
}

table {
	border-collapse: collapse;
}

#menu1Container {
	z-index: 10;	
}
#menu1Content {
	background-color: #f1f1f1;
}


/* FORM and INPUT styles
*/
form { 
	margin-bottom: 0px; 
}
input { 
	font-size: 8pt;
}
select {
	font-size: 8pt;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
input.text {
	width: 180px;
}
input.large {
	width: 250px;
}
input.xlarge {
	width: 450px;
}


/* Admin STYLES 

	Description : selection of styles to tidy up the Backoffice functionality
*/
#menu td {
	padding: 2px;
	text-align: center;
}
#menu a, #menu a:visited {
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #73BE1E;
	text-decoration: underline;
}

.editlinks {
	float: right;
	display: inline;
	padding: 0px 3px 3px 3px; 
	margin: 0px 2px 2px 2px;
	text-align: right;
	background-color: #D1E5D1;
	border: 1px solid #404000;
}

.editlinks a, .editlinks a:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.editlinks a:hover {
	color: #73BE1E;
	text-decoration: none;
}


/*SITESEARCH

  Description: Table Styles for the
  Search functionality
*/

#searchResults{
	margin-left: 20px;
}
#searchResults td{
	text-align: left;
}
#searchResults td.separator {
	line-height: 50%;
}
#searchResults td.filename {
	font-size: 10pt;
	font-weight: bold;
}
#searchResults td.filename a {
	color: #0055a4;
}
#searchResults td.details, #searchResults td.score{
	font-weight: bold;
}
#searchResults td.newsdate{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}




/*SEARCHSTATS

  Description: Table style for the
  statistics of a single search
*/
#searchStats{
	margin: auto;
	width: 90%;
}
#searchStats td {
	border-top: 1px solid #0055a4;
	background-color: #e5ecf9;
	text-align: right;
}




/*LISTDISPLAY

  Description: Displays the nav
  in the edit_nav.php page
*/
#listDisplay, #listDisplay table {
	margin: 0px auto;
	border: 1px solid #CCC;
}

#listDisplay h1 {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	font-size: 14px;
	display: block;
	border-bottom: 2px solid #73BE1E;
	color: #000000;
}
#listDisplay div {
	margin: 2px 2px 2px 2px;
	padding: 5px 2px 5px 2px;
}
#listDisplay .navPartlink {
	float: left;
	width: 90px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #efefef;
	background-color: #d4d4ff;	
}
#listDisplay .navPartlink img{
	margin-top: -3px;
}
#listDisplay .navParttitle {
	float: left;
	width: 98%;
	text-align: left;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #73BE1E;
}
#listDisplay .navParttitle img{
	margin-top: -3px;
}


#lowerSelection {
	margin: 0px auto;
}
#iconTable {
	margin: 0px auto;
}




/*LISTOPTIONS

  Description: Options for the navigation
  menu edit screen
*/
#listOptions, #listOptions table {
	margin: 0px auto;
	border: 1px solid #CCC;
}
#listOptions .colourtds td {
	padding: 2px 5px 2px 5px;
}



/* COLOURS from previous CSS - added 20/11/06
*/
.navbar_black, .navbar_black a, .navbar_black a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.navbar_blue {
	font-weight: bold;
	color: #0055A4;
}
.navbar_cyan {
	font-weight: bold;
	color: #00A4E4;
}
.navbar_purple {
	font-weight: bold;
	color: #6b207f;
}
.navbar_orange {
	font-weight: bold;
	color: #F8981D;
}
.navbar_red {
	font-weight: bold;
	color: #AB0635;
}
.navbar_white {
	font-weight: bold;
	color: #FFFFFF;
}


/* Colours and Shades (background)
	Description :
	
	selection of text, foreground colours and background shades to apply to text and table data <td> areas
*/
.yellowBg {
	background-color: #FFFFC0;
}
.blueBg {
	background-color: #d4d4ff;
}
.greenBg {
	background-color: #C0FFC0;
}
.redBg {
	background-color: #FFC0C0;
}

.pinkBg {
	background-color: #FFC0FF;
}
.white {
	color: #FFFFFF;
}


/* BUTTON styles

  Description: For buttons eg OK / Cancel - OK would be default and highlighted more
  example on Page_details.tpl
  
*/
.button1 {
	width: 100px;
	height: 28px;
	border: 1px solid #404040;
}





/*  Refurbished Styles and FORMS 

	Description: new styles added from previous website.
	added 15.12.2006

*/

.refurb-header {
	font-size: 16px;
	width: 300px;
}
.refurb-title {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.refurb-ref {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0px;
}
div.refurb-desc p{

	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0px;
}

div.refurb-desc td {
	font-size: 11px;
	padding: 2px 0;
	}
	
div.refurb-desc th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
	}	
	
#refurb-links {
	float: left;
	clear: left;
	margin: 25px 0 30px 0;
	}
	
#refurb-links li {
	display: inline;
	margin: 0 15px 0 0;
	}
	
#refurb-links li a {
	padding: 8px;
	border: 1px solid #999;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	}
	
#refurb-links li a.refurb-send {
	background-color: #999;
	color: #fff;
	}
	
#refurb-links li a.refurb-back {
	color: #999;
	}
	
div#refurb-index dl				{float: left;display: inline;width: 150px;margin: 0 45px 20px 0;height: 215px;}
div#refurb-index dd,dt			{margin: 0;padding: 0;}
div#refurb-index dt img			{border: 0;}
div#refurb-index dd a			{color: #000;font-weight: bold;text-decoration:none;}
div#refurb-index dd a:hover		{text-decoration: underline;}
	
div#refurb-section-link			{float :left;background-color: #999;border: 5px solid #039; width: 90%;padding: 0;margin: 0;}
div#refurb-section-link div		{float: left;padding: 10px;}
div#refurb-section-link h1		{color: #fff;text-transform: uppercase;font-weight: bold;font-size: 12px;margin-bottom: 0;padding: 0;}	
div#refurb-section-link a		{color: #fff;text-transform: uppercase;font-weight: normal;font-size: 11px;text-decoration: none;}		

.refurb-contact					{color: #fff;font-size: 11px;line-height: 1.5em;}	
.refurb-label					{text-transform: uppercase;}
input.input-txt					{border: 1px solid #999;width: 175px;padding: 3px;}
select.input-select				{border: 1px solid #999;padding: 3px;}
textarea.input-ta				{border: 1px solid #999;padding: 3px; width: 300px; height: 70px;font-family: Arial, Helvetica, sans-serif;font-size: 11px;}
.vtop							{vertical-align: top;}