/*
----------------------
styles.css
Main styles for site
----------------------
*/

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	
}


#navcontainer2 ul
{
	background-color: #660000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0;
	height: 30px;
	overflow: hidden;
}

#navcontainer2 ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#navcontainer2 ul li a
{
	padding: 5px 15px;
	background-color: #660000;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer2 ul li a:hover
{
background-color: #000000;
color: #fff;
}
fieldset {
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#navcontainer a
{
display: block;
padding: 3px 3px 3px 15px;
width: 160px;
background-color: #E9EBF3;
border-bottom: 1px solid #608FBE;
}

#navcontainer a:link, #navlist a:visited
{
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	list-style-type: square;
}

#navcontainer a:hover
{
	background-color: #02569F;
	color: #FFFFFF;
	font-weight: normal;
}

A:link	{
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #000000 }
A:active	{ text-decoration:underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #003399}

ul {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: none;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 19px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

ol {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 19px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}


p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	
}

.tabletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-left: 10px;
}


h1	{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px;
	padding-top: 18px;
}

h2	{
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003366;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	padding-left: 10px;
	text-decoration: none;	
}

h3 {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	padding-left: 10px;
	text-decoration: none;
}

.navmain:link	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}
.navmain:visited	{
	text-decoration: none;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
} 
.navmain:hover	{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
} 
.navmain:active	{
	text-decoration: none;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}

.nav:link	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}
.nav:visited	{
	text-decoration: none;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
} 
.nav:hover	{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
} 
.nav:active	{
	text-decoration: none;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
}

.datatable {
	margin-left: 10px;
	margin-right: 10px;
}

.copyright:link	{ background: none; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF}
.copyright:visited	{ text-decoration: underline; background: none; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF}
.copyright:hover	{ text-decoration: underline; background: none; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF}
.copyright:active	{ text-decoration: underline; background: none; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF}

a.footertxt { text-decoration:none; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; margin-top:4px; margin-bottom:4px; } 
a.footertxt2 { text-decoration:none; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; margin-top:2px; margin-bottom:2px; }


.tile-bg {
	background-color: #FFFFFF;
	width: 130px;
}

.tile-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #024683;
	line-height: 22px;
	background-color: #FFFFFF;
	width: 130px;
	font-weight: bold;
}

.copysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: normal;
}

/**************** CANCEL APPOINTMENT *****************/

.appointfield {
	height: 40px;
	width: 98%;
	padding: 1%;
}
.label {
	width: 180px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	text-transform: none;
}
.labelfield {
	float: left;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.textfield {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	border: 1px solid #660000;
	height: 20px;
	width: 200px;
	float: left;
}

.textfield-sm {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	border: 1px solid #660000;
	height: 20px;
	width: 110px;
}
.textarea {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	border: 1px solid #660000;
	height: 100px;
	width: 240px;
	float: left;
}

fieldset
{
	border: 2px solid #024683;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

legend
{
	color: #FFFFFF;
	border: 1px solid #024683;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #660000;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-left: 6px;
	margin-right: 6px;
} 

	input.btn {
	color:#FFFFFF;
	background-color:#660000;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
	  filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	} 
	
	.appointarea {
	height: 100px;
	width: 98%;
	padding: 1%;
}
.appointsmall {
	height: 30px;
	width: 98%;
	padding: 1%;
}
.textfield-smer {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	border: 1px solid #660000;
	height: 20px;
	width: 50px;
}
.graytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.bluetext {
	color: #003366;
}
.error-text {
	width: 260px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 186px;
	text-transform: none;
	}
	
#contact-form{
	padding: 14px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	width: 400px;
	background-color: #f6f9fc;
}

#contact-form td{
	padding: 4px;
}	
	
/**************** CANCEL APPOINTMENT *****************/
.ul-register {
	padding-left: 30px;
	list-style-type: disc;
}





/* general form styles  */

.inputbox {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	color            : #000000;
	background-color : #FFFFEC;
	border           : 1px solid #B4B4B4;
}

.inputbox2 {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	color            : #000000;
	background-color : #ffffff;
	border           : 1px solid #B4B4B4;
}

/* FORMS */

.formtitles{font-size:15px;font-weight:bold;color:#000}

.formtextsmall{
	color:#000;
	font: 400 10px Verdana, Arial, Helvetica, sans-serif;
}

.formtext {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formtextgrey {
	color: #4D4D4D;
}

.terms-conditions{
	color: #990000;
	font-size: 12px;
	border: 1px solid #990000;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#registration-form {
	border: 1px solid #CCCCCC;
	width: 450px;
	font-size: 12px;
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#personal, #bottomform, #bottomform2, #bottomform3, #bottomform4, #bottomform5, #bottomform6{
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#download {
width:178px;
padding-top: 4px;
padding-bottom: 4px;
}

#download a{
width:160px;
padding-top: 4px;
padding-right: 9px;
padding-bottom: 4px;
padding-left: 9px;
text-decoration:none;
font-size:11px;
}

#notice {
display:block;
width:auto;
background-color:#FFFFCC;
border-color:#FF0000;
border-width:5px;
border-style:solid;
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#000;
line-height:22px;
text-align:center;
}


#notice2 {
display:block;
width:auto;
background-color:#E9EBF3;
border-color:#660000;
border-width:5px;
border-style:solid;
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#000;
line-height:22px;
text-align:center;
margin-top: 20px;
}


/********************* Prescriptions/Appointments/Registartion Blocks *********************/

#blocks { height:120px; min-width:760px; width:100%; overflow:visible; margin: 15px 0px 15px 0px; font-family: Arial, Helvetica, sans-serif; }

#repeat { float:left; width:202px; height:117px; margin: 0px 0px 0px 15px; padding:0px 0px 0px 0px; background-image:url(../pagepix/repeat_block.jpg); background-repeat: no-repeat;  }
#repeat .top { height:27px; width:202px; color:#FFF; font-weight:bold; font-size: 14px; padding:6px 0px 0px 15px;}
#repeat .bottom { top:27px; height:90px; width:202px; padding:12px 0px 0px 60px; color:#000; font-weight:normal; font-size: 12px; }
					
#appoint { float:left; width:202px; height:117px;  margin: 0px 0px 0px 15px; padding:0px 0px 0px 0px; background-image:url(../pagepix/appoint_block.jpg); background-repeat: no-repeat; }
#appoint .top { height:27px; width:202px; color:#FFF; font-weight:bold; font-size: 14px; padding:6px 0px 0px 15px;}
#appoint .bottom { top:27px; height:90px; width:202px; padding:12px 0px 0px 70px; color:#000; font-weight:normal; font-size: 12px; }
					
#register { float:left; width:202px; height:117px;  margin: 0px 0px 0px 15px; padding:0px 0px 0px 0px; background-image:url(../pagepix/register_block.jpg); background-repeat: no-repeat; }
#register .top { height:27px; width:202px; color:#FFF; font-weight:bold; font-size: 14px; padding:6px 0px 0px 15px;}
#register .bottom { top:27px; height:90px; width:202px; padding:12px 0px 0px 60px; color:#000; font-weight:normal; font-size: 12px; }


/********************* Prescriptions - Centred *********************/

#blocks {
	height:120px;
	min-width:420px;
	width:530px;
	overflow:visible;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#repeat { float:left; width:202px; height:117px; margin: 0px 10px 0px 0px; padding:0px 0px 0px 0px; background-image:url(../pagepix/repeat_block.jpg); background-repeat: no-repeat;  }
#repeat .top { height:27px; width:182px; color:#FFF; font-weight:bold; font-size: 14px; padding:6px 0px 0px 10px; text-align:left; }
#repeat .bottom { top:27px; height:90px; width:152px; padding:12px 0px 0px 70px; color:#000; font-weight:normal; font-size: 12px; text-align:left; }
					
#appoint { float:left; width:202px; height:117px;  margin: 0px 10px 0px 0px; padding:0px 0px 0px 0px; background-image:url(../pagepix/appoint_block.jpg); background-repeat: no-repeat; }
#appoint .top { height:27px; width:182px; color:#FFF; font-weight:bold; font-size: 14px; padding:6px 0px 0px 10px;  text-align:left; }
#appoint .bottom { top:27px; height:90px; width:152px; padding:12px 0px 0px 70px; color:#000; font-weight:normal; font-size: 12px; text-align:left; }
					
#register { float:left; width:202px; height:117px;  margin: 0px 0px 0px 0px; padding:0px 0px 0px 0px; background-image:url(../pagepix/register_block.jpg); background-repeat: no-repeat; }
#register .top { height:27px; width:182px; color:#FFF; font-weight:bold; font-size: 14px; padding:6px 0px 0px 10px; text-align:left; }
#register .bottom { top:27px; height:90px; width:132px; padding:12px 0px 0px 50px; color:#000; font-weight:normal; font-size: 12px; text-align:left; }

#appointcanc {
	float:right;
	width:202px;
	height:117px;
	padding:0px;
	background-image:url(../pagepix/appoint_cancel_block.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#appointcanc .top { height:27px; width:202px; color:#FFF; font-weight:bold; font-size: 14px; padding:6px 0px 0px 15px; text-align:left;}
#appointcanc .bottom { top:27px; height:90px; width:202px; padding:12px 0px 0px 70px; color:#000; font-weight:normal; font-size: 12px; text-align:left; }

