﻿html *
{
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif;
}
.bold
{
	font-weight: bolder;
	font-size:small;
}
/* Header */
.rotator { height: 281px; width: 820px; margin: auto; }
.rotator img { width: 800px; height: 261px; padding: 10px; position: absolute; margin-top: 5px;}
/* jQuery Image Rotator - hidden to start with to avoid IE flicker when first loaded */
#rotatorStart
{
    visibility: hidden;
}

h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}
div#columns {
    position: relative;
    width: 840px;
    top: 0px;
    background-color: White;
}
div#side1 
{
	position: absolute;
    width:240px;
    left:0px;
    background-color: White;
}
div#content 
{
	position: absolute;
    width: 344px;
    left: 240px; 
    height:740px;
    background-color: White;
    border-left: solid 3px #42136E;
    border-right: solid 3px #42136E;
}
div#side2 
{
	position: absolute;
    width:245px;
    left: 590px;
    background-color: White;
}
div#foot {
    position: relative;
    width: 820px;
    clear: both;
    background-color: White;
    height: 75px;
  	margin-left: 10px;
	margin-right: 10px;

}
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 840px;
    background-color: White;
}
/*LH Menus etc*/
.MenuUnSelected
{
    color: #FFFFFF;
    margin-left: 10px;
    line-height: 15px;
}
.MenuSelected
{
    color: #FFFF00;
    margin-left: 14px;
    line-height: 15px;
}
#NavMenu
{
    font-weight:bold;
    font-size: small;
    text-align: left !important;
    background-image: url("../images/nav_menu_bg.gif");
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin: 0px 0px 0px 10px;
    min-height: 80px;
}
#InfoMenu
{
    font-weight:bold;
    font-size: small;
    text-align: left !important;
    background-image: url("../images/info_menu_bg.gif");
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 10px 10px 10px;
    min-height: 225px;
}
#NavMenuInner
{
    padding: 20px 10px 10px 10px;
}
#InfoMenuInner
{
    padding: 10px 10px 10px 10px;
}
#NavMenuInner table, tr, th, td
{
    margin: 0;
    padding: 0;
}
#InfoMenuInner table, tr, th, td
{
    margin: 0;
    padding: 0;
}
/* Quickie advert */
#quickieAdvert
{
	font-size: medium;
    margin-left: 10px;
    background-image: url("../images/info_bg.gif");
    background-repeat: no-repeat;
    padding: 0;
}
#quickieAdvertInner
{
	font-size: medium;
    margin: 15px 10px 20px 10px;
    padding: 15px 10px 20px 10px;
}
#quickieAdvertH3
{
    color: #41276F;
    font-size: larger;
}
/* NCSP Survey */
#NCSPSurvey
{
	font-size: small;
	color: White;
    background-image: url("../images/NCSPSurveyPanel.jpg");
    background-repeat: no-repeat;
	background-position: top left;
    margin: 5px 10px 10px 10px;
    padding: 65px 10px 30px 20px;
}
#NCSPSurveyInner
{
	font-size: medium;

    margin: 45px 10px 0px 20px;
    /*padding: 45px 10px 10px 0px;*/
}
/*Inner Frame*/
#Iframe
{
    background-color: #ffffff;
}
/* Main Content Pages */
#contentArea h2
{
	margin-left: 15px;
	margin-right: 15px;
    color: #F26E3A;
    font-size: x-large;
    padding-bottom: 0px;
}
#contentArea p
{
 	margin-left: 15px;
	margin-right: 15px;
    font-weight: normal;
    font-size: small;
    padding-bottom: 0px;
}
#contentArea ul
{
 	margin-left: 10px;
	margin-right: 10px;
    font-weight: normal;
    font-size: small;
    padding-bottom: 10px;
}
.orange
{
	color: #F26E3A;
}
/* Fancy a Quickie Central panel */
#fancyAQuickie
{
    font-weight: bold;
    padding: 0px 0px 10px 10px;
    margin-left: 5px;
    background-image: url("../images/quickie_advert_bg.gif");
    background-repeat: no-repeat;
}
#fancyAQuickieInner
{
    margin: 10px 10px 10px 0px;
    padding: 10px 20px 10px 10px;
}
#fancyAQuickie h2
{
    color: #41276F;
    font-size: medium;
}
#fancyAQuickie h1
{
    color: #F26E3A;
    font-size: x-large;
}

/* Right Hand Side */
/* Right hand menu - HPA Clinic list */
#listMenu
{
    margin-left: 10px;
    padding: 0px 0px 10px 0px;
    font-size: inherit;
    background-image: url("../images/rhs_info_bg.gif");
    background-repeat: no-repeat;
}
#listMenuInner
{
    margin: 0px 20px 0px 20px;
    padding: 20px 10px 20px 0px;
}
#listMenuH3
{
	font-weight: bold;
    color: #41276F;
    font-size: small;
}
/* HPA clinics */
.hpaClinicList
{
    margin: 10px 20px 10px 20px;
    height: 540px;
    background-color: #FFFFFF;
    overflow:scroll;
}
.hpaClinicList hr
{
    border-bottom: solid 1px #42136E;
}
.hpaClinic
{
	width: 170px;
	font-size: small;
    
}
/* Footer copyright message */
#ft1
{
	border-top: solid 3px #42136E;
	margin-left: 20px;
	margin-right: 20px;
	width: 800px;
    font-size: xx-small;
    line-height: 5px;

}
#footer
{
	background-color: White;
	margin-bottom: 20px;
}
/* Form */
#dataCaptureForm table
{
    border: 0 !important;   
    margin: 0px 10px 00px 10px;
}
#dataCaptureForm caption
{
    visibility: hidden;
}
#dataCaptureForm th, td
{
    padding: 0px 10px 5px 0px !important;
}
/* Text box and select list */
.LongText:hover
{
    background-color: #FFFF99;
}
.SelectList:hover
{
    background-color: #FFFF99;
}
/* Short text box DOB and select button */
.DateText
{
    width: 80px;
}
.ShortText
{
    width: 80px;
}
.ShortText:hover
{
    background-color: #FFFF99;
}
.CalendarButton:hover
{
    border: solid 1px #FFFF99;
}
.captchaTextBox:hover
{
    background-color: #FFFF99;   
}
.requestCaptcha
{
	border: 1px;
	width: 190px;
	text-align: center;
}
/* Mandatory warning */
.red
{
    color: Red;
}
/* Date picker */
.ui-datepicker
{
    width: auto !important;   
}
/* Privacy notice */
#privacyContentArea
{
    margin-left: auto;
    margin-right: auto;   
}
#privacyContentArea h2
{
    font-size: x-large;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
#privacyContentArea h3
{
    font-size: large;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
#privacyContentArea p
{
    font-size: medium;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
}
