@charset "iso-8859-1";
/* h.e.s.e.-UK style sheet */

@media print {
.noprint {display: none;}
}

.hide {display: none;}

body {font-family: Verdana, Helvetica, Arial, sans-serif;
   		color: #000080;
		background: #000;
		margin: 0;
		padding: 0;
        text-align: center; /* for IE noncompliance */
}

.light {background: #fffae1}

#outer {border-collapse: collapse;
		margin: 0;
		padding: 0;
       	width: 100%;
		vertical-align: top;
        max-width: 1024px;
		margin: 0 auto;
        text-align: left;
}

html #outer {
	/* For IE: simulate max-width with IE-proprietary expression() function: */
	width: expression(document.body.clientWidth > 1030 ? "1024px" : "auto");
	}

#header {
		background: #f0f0ff;
		vertical-align: top;
        padding: 5px 15px;
        border-bottom: 1px solid #8C387B;
}

#left {
		background: #f0f0ff;
		vertical-align: top;
        border-right: 1px solid #8C387B;
        padding: 0;
		margin: 0;
        height: 15em;
		width: 8em}

#middle {
		background: #ffffff;
		vertical-align: top;
		padding: 10px 15px;
        text-align: left;
}

#right {
		background: #E0F5FE;
		vertical-align: top;
        padding: 10px 15px;
        border-left: 1px solid #8C387B;
		width: 10em}
}


/* text links */
a:link {color: #0000ff;
}
a:visited {color: ##8C387B;
/*           text-decoration: none*/}
a:hover {color: #21848c;
         text-decoration: none}

.plain {text-decoration: none}

/* top menu bar */

.menuholder {background: #8C387B;
		border-bottom: 1px solid #000}


#navlist {
	font-size: 0.9em;
	margin: 0;
    padding: 0;
    background: #8C387B
}

#navlist ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#navlist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
    text-align: center;
/*	white-space: nowrap;*/
    display: inline;

}
#navlist a {
/*	font-size: 0.8em;*/
    float: left;
    text-align: center;
	padding: 3px; /*use to control overall menu height */
    width: 7em;
	border: 1px solid;
	border-color: #eeeeee #000000 #000000 #eeeeee;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	color: #ffffff;
	background-color: #909090;
    }
#navlist a:hover {
	color: #000000;
	background-color: #f7b80d;
}
#set a:link, #set a:visited {
    background-color: #8C387B;
}
#set a:hover, #set a:active {
	color: #ffffff;
    background-color: #b9a7ff;
}
/* end top menu */

.clear {
	clear: both;
    }

#sidemenu{
	font-size: 0.8em;
    background-color: #E0D1FF;
}

#sidemenu a{
	border-bottom: 1px solid #8C387B;
	border-top: 1px solid #f0f0ff;
	padding: 5px;
	padding-left: 22px;
	display: block;
	width: 100%;
	color: #8C387B;
	text-decoration: none;
}

html>body #sidemenu a{
	width: auto;
}

#sidemenu a:hover{
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #f0f0ff;
	background-color: #b9a7ff;
	padding: 5px;
	padding-left: 22px;
	color: #000080;
}

#sidemenu .selected{
	background-color: #8C387B;
	background-image: url('../images/menupointer.gif');
	background-repeat: no-repeat;
	background-position: 5 4;
	padding: 5px;
	padding-left: 22px;
	color: #ffffff;
}

#submenu{
	font-size: 0.8em;
    background-color: #E0D1FF;
}

#submenu a{
	border-bottom: 1px solid #8C387B;
	border-right: 1px solid #8C387B;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px;
	padding-left: 22px;
	display: block;
	width: 100%;
	color: #8C387B;
	text-decoration: none;
}

html>body #submenu a{
	width: auto;
}

#submenu a:hover{
	border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	border-top: 1px solid #8C387B;
    border-left: 1px solid #b9a7ff;
	background-color: #b9a7ff;
	padding: 5px;
	padding-left: 22px;
	color: #000080;
}

#submenu .selected{
	background-color: #8C387B;
	background-image: url('../images/menupointer.gif');
	background-repeat: no-repeat;
	background-position: 5 4;
	padding: 5px;
	padding-left: 22px;
	color: #ffffff;
}

.quicklink{
	color:#000080;
	background-color:#e7f3fd;
	width: 9.5em;
}


/* menu column links */

.menus a:link {color: #336699;
		text-decoration: none}

.menus a:visited {color: #000080;
        text-decoration: none}

.menus a:hover {color: #0000ff;
        text-decoration: none}

/* forms */

form p label {float:left;
    width: 20%}

input.formfield {font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000080;
    font-size: 1em;
    width: 80%;
    vertical-align: top;
    background: #E0F5FE}

textarea.formfield {font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000080;
    font-size: 1em;
    width: 100%;
    vertical-align: top;
    background: #E0F5FE}

input.btn {color: #ffffff;
	background-color: #8C387B;
	border: 1px outset;
	border-color: #eeeeee #000000 #000000 #eeeeee;}

input.btnover {color: #000080;
	background-color: #f7b80d;
	border: 1px outset;
	border-color: #eeeeee #000000 #000000 #eeeeee;}

form p {clear: left;
	margin: 0;
	padding: 8px 0px 0px 0px;}

/* tables */
td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	vertical-align: top;
    color: #000080;
	}

th {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	vertical-align: top;
    color: #000080;
	}

.layout {font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #000080;
   font-size: 0.8em;
   line-height: 1.4em;}

.layout th {
    color: #000080;
    font-weight:700;}

.layout td {
   color: #000080;
}

/* purple-lined, for tables or lists of short text etc */

p.caption {font-weight: 700;}
p.source {font-style: italic;}

table.data {
	border-collapse: collapse;
    border-right: 1px solid #8C387B;
	background: #fffae1;
    }

.data th, .data td, .data tbody {
	border-left: solid 1px #8C387B;
    border-bottom: solid 1px #8C387B;
    vertical-align: top;
    text-align: center;
    padding: 4px;
    margin: 4px;
}

.data th {
    text-align: left;
    font-weight: 500;
}

.data .datahead {
    background-color: #8C387B;
    border: solid 1px #8C387B;
	border-right-color: #ffffff;
    vertical-align: bottom;
    text-align: center;
    padding: 4px;
    margin: 4px;
	font-weight: 700;
    color: #ffffff;
}

.data .thrule {
	border-right: 1px solid #8C387B;}

.data .left {
text-align: left;
}

/* end tables */

p {font-size: 0.8em;
   line-height: 1.4em;
   margin-bottom: 0px;
}

p.nospace {margin-bottom: -1.4em;}

.restore {font-size: 1.0em}

.line {margin-top: 0;
	   border-bottom: 1px solid #0000c0;
	   padding-bottom: 3px}

.divider {margin-top: 0;
       border-bottom: 1px solid #0000c0;
       padding-bottom: 3px;
       width: 8em;}

.left {margin-left: 0}

.tight {margin: 5px 5px 5px 2px;}

.nsp {margin-top: 0em;
      margin-bottom: 0em;
}

/* colours */

.dred {color: #8C387B}

.red {color: #ff0000}

.blockred {background-color: #ff0000;
	padding: 0px 3px;
			color: #ffffff}

.blue {color: #0000c0}

.white {color: #ffffff}

.black {color: #000000}

/* features */

.feature {color: #0000b0;
          font-size: 0.7em;
          line-height: 1.2em;
          margin-left: 5px;
          margin-bottom: -10px}

.featurehead {color: #0000b0;
          font-size: 0.8em;
          margin-left: 5px;
          font-weight: 700;
          margin-bottom: 5px}

.indent {margin-left: 30px}

.noindent {font-family: Verdana,Arial,Helvetica,sans-serif;
           color: #000080;
           font-size: 0.8em;
           vertical-align: middle}

/* lists */

ul ul {font-size: 1em;
	   margin-top: 0.6em;}

ul ol {font-size: 1em;
       margin-top: 0.6em;}

ol ul {font-size: 1em;
       margin-top: 0.6em;}

ol ol {font-size: 1em;
       margin-top: 0.6em;}

li {margin-bottom: .7em;}

ul {font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-right: 15px;
    margin-left: 0px;
    padding-left: 15px;}

ol {font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 15px;}

/* decorative plain square bullet lists */

.square li {list-style: square url(../images/listsquare.gif);
margin-left: 4px;
}

.square li li {list-style: square url(../images/listsquare2.gif);
}

.square li li li {list-style: square url(../images/listsquare3.gif);
}

.linkspot ul, .linkspot li {
	list-style-type: none;
	line-height: 1.4em;
    margin-left: -15;
/*    padding-left: -19px;
    text-indent: -19px;*/
}

.linkspot li a {
	background: transparent url(../images/listsquare.gif) no-repeat;
    padding-left: 19px;
    text-decoration: none;
}

.linkspot li a:hover {
	background: transparent url(../images/listsquareover.gif) no-repeat;
    padding-left: 19px;
}

.pointer ul, .pointer li {
	list-style-type: none;
	line-height: 1.4em;
    margin-left: 5;
    padding-left: -19px;
    text-indent: -19px;
}

.pointer li a {
	background: transparent url(../images/fwdarrow.gif) no-repeat;
    padding-left: 19px;
    text-decoration: none;
}

.pointer li a:hover {
	background: transparent url(../images/fwdarrowover.gif) no-repeat;
    padding-left: 19px;
}

.pointback ul, .pointback li {
    list-style-type: none;
    line-height: 1.4em;
    margin-left: 5;
    padding-left: -19px;
    text-indent: -19px;
}

.pointback li a {
	background: transparent url(../images/backarrow.gif) no-repeat;
    padding-left: 19px;
}

.pointback li a:hover {
	background: transparent url(../images/backarrowover.gif) no-repeat;
    padding-left: 19px;
}

.mailpointer ul, .mailpointer li {
    list-style-type: none;
    line-height: 1.4em;
    margin-left: 0;
    padding-left: -19px;
    text-indent: -19px;
}

.mailpointer li a {
    background: transparent url(../images/mailtosm.gif) no-repeat left;
    padding-top: 3px;
    padding-left: 34px;
    }

.mailpointer li a:hover {
    background: transparent url(../images/mailtosmover.gif) no-repeat left;
    padding-top: 3px;
    padding-left: 34px;
}

/* for menus to bookmarks down a page */
/* this div sets horizontal list to left margin */
.bulletmenu {
	margin-left: -21px;
}

.pointdown ul, .pointdown li {
    list-style-type: none;
    display: inline;
    line-height: 1.4em;
    padding-right: 12px;
}

.pointdown li a {
	background: transparent url(../images/downarrow.gif) no-repeat left center;
    padding-left: 17px;
}

.pointdown li a:hover {
	background: transparent url(../images/downarrowover.gif) no-repeat left center;
    padding-left: 17px;
}

/* for mid-page menus pointing back up the page */

.pointup ul, .pointup li {
    list-style-type: none;
    display: inline;
    line-height: 1.4em;
    padding-right: 12px;
}

.pointup li a {
	background: transparent url(../images/uparrow.gif) no-repeat left center;
    padding-left: 17px;
}

.pointup li a:hover {
	background: transparent url(../images/uparrowover.gif) no-repeat left center;
    padding-left: 17px;
}

a.external {
	background: url('../images/external.html') center right no-repeat;
	padding-right: 20px;}

dl {font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000080;
    font-size: 0.8em;
    line-height: 1.3em;
    margin-right: 15px;
   	margin-left: -4px;
    padding-left: 16px}

dt {font-weight: 700}

dd {margin-left: 20px;
	margin-bottom: 20px}

.menuhead {color: #336699;
           font-weight: 700}

.small {font-size: 0.7em;
        margin-top: -1px}

.footer {color: #ffffff;
         background: #8C387B;
         font-size: 0.7em;
         padding: 5px 15px 20px 15px;
         }

h1 {color: #336699;
    font-size: 1em;
    font-weight: 700;
}

.header {margin: 0;}


h2 {color: #336699;
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 20px;
}

h4 {font-weight: 700;
    font-size: 0.8em;
    margin-top: 20px;
}

.pagetop {margin-top: 0}

/* this is h2 equivalent for top of page: */

.pagehead {font-family: Verdana, Arial,Helvetica,sans-serif;
           color: #336699;
           font-size: 0.9em;
           font-weight: 700;
           margin-bottom: 0px;
           margin-left: 15px}

.pageheadleft {font-family: Verdana, Arial,Helvetica,sans-serif;
           color: #336699;
           font-size: 0.9em;
           font-weight: 700;
           margin-bottom: -10px}

.data { font-family: Verdana,Arial,Helvetica,sans-serif;
        color: #000080;
        font-size: 0.8em;
        vertical-align: top}

.hang {text-indent: -40px;
       margin-left: 40px}

.indent {text-indent: -25px;
       margin-left: 25px}

.blk { margin-left: 30px;
       margin-right: 30px}

.peoplepic {border: 1px solid #336699;
		float: right;
        margin: 0 0 10px 10px;}

.picture {border: 1px solid #336699;
        float: right;
        margin: 0 0 10px 10px;}

.whitebox {border: 1px solid #336699;
      background-color: #ffffdc;
      line-height: 16px;
      padding: 8px}

.box {border: 1px solid #336699;
      background-color: #f0f0ff;
/*      margin-left: 15px;
      margin-right: 15px;*/
      line-height: 16px;
      padding: 8px}

.boxlist {border: 1px solid #336699;
      background-color: #ffffff;
      margin-left: 40px;
      margin-right: 15px;
      line-height: 16px;
      padding: 8px}

.flag {float: right;
	border-right: 2px solid #bbb;
    border-top: 0;
    border-bottom: 2px solid #bbb;
    border-left: 0;
	margin-top: 8px;
    margin-left: 8px;}

.floatright {float: right;
             margin: 0 0 10px 10px}

.floatleft {float: left;
             margin: 0 10px 10px 0}

.floatright2 {float: right}

.floatleft2 {float: left}