<!-- 
/* global */
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #666666; line-height: 12pt; }
body { background-color: #FFFFFF; margin: 0; }
a:link { color: #666666; text-decoration: underline; }
a:visited { text-decoration: underline; color: #333333; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: underline; color: #000000; }

/* headers */
h1,h2,h3,h4,h5,h6 { text-transform: capitalize; line-height: normal; color: #666666; font-weight: lighter; margin: 5px auto; }
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 13pt; }
h4 { font-size: 11pt; }

/* misc */
hr { height: 1px; color: #333333; background-color: #333333; margin: 5px 0; }
img { border: 5px solid #EEEEEE; }
a img { border: none; background: none; text-decoration: none; }
small, .small { font-size: 7pt; line-height: 9pt; }
big, .big { font-size: 11pt; }
fieldset { border: 1px solid #333333; }
legend { font-weight: bold; color: #333333; }
th, td, tr { text-align: left; vertical-align: top; }
li { list-style-image: url(../images/list_arrow_blue.jpg); }

/* forms */
input, textarea, option, select { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; line-height:14pt; background-color: #CCCCCC; padding: 2px; border: 1px solid #EEEEEE; margin: 3px 0px; }
input:focus, textarea:focus, option:focus { border: 1px solid #999999; }
textarea { width: 250px; height: 100px; }
form { margin: 0; padding: 0; }
table.form td { width: 50%; }

/* custom classes */
.none { display: none; }
.button { font-size: 9pt; padding: 2px; border-width: 5px; }
.button:hover { border-color: #999999; }
.centre { position: relative; display: block; text-align: center; width: auto; margin: 0 auto 0 auto; }
.left { float: left; display: block; text-align: left; margin: auto 10px 10px auto; }
.right { float: right; display: block; text-align: right; margin: auto auto 10px 10px; }
.lowlight { color: #333333; /*font-style: italic;*/ text-decoration: none; background-color: #efefef; border-bottom: 1px solid #eeeeee; }
.highlight { color: #333333; /*font-style: italic;*/ text-decoration: none; background-color: #FFFFCC; border-bottom: 1px solid #FFFF66; }
.highlightbox { border: 1px solid #FFFF66; background-color: #FFFFCC; padding: 10px; }
.highlightbox h3, .highlightbox h2 { margin: 3px auto; }
a h3.highlightbox { text-decoration: none; }
a h3.highlightbox:hover { background: none; background-color: #FFFFCC; }
.bigborderbox { border: 10px solid #EEEEEE; padding: 5px; }
.bigborderbox h3:first-child { margin-top: 0; }
img.bigborderbox { border: 10px solid #EEEEEE; padding: 0px; }
 
/* structure */
#container { position: relative; display: block; width: 980px; height: auto; margin: 0 auto 0 auto; padding: 0; }
#top { position: relative; display: block; width: auto; height: 75px; }
#logo { position: absolute; display: block; width: 287px; height: 68px; top: 1px; background: url(../images/hospitallogo.png) top left no-repeat; }
#nhslogo { position: absolute; display: block; width: 273px; height: 37px; right: 0px; top: 16px; background: url(../images/nhslogo.png) top right no-repeat; }
#menu { position: relative; display: none; width: auto; height: 26px; margin-bottom: 15px; }
#leftcol { float: left; display: none; width: 187px; height: auto; padding: 0; margin: 0; }
#rightcol { float: right; display: none; width: 187px; height: auto; padding: 0; margin: 0; }
#content { position: relative; display: block; width: auto; height: auto; padding: 0; margin: 0 10px; }
#footer { float: left; display: block; text-align: center; font-size: 8pt; color: #999999; width: 100%; }
-->