.disabled	{
	background-color:#ddd;
}
form{
	margin:0;
	padding:0;
}
div	{
	border:0px solid #000;
}
img	{
	border:0;
}
body {
	min-width:750px;
	color: black;
	background-color: white;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 71%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;

}
h1	{
	font-size:22px;
}
#sent	{
	
	background-color:#DAEED1;
	padding:20px;
	width:80%;
	border:2px solid #BDD6A6;
	text-align:center;
}
#sent h1	{
	color:#307511;
	margin-bottom:15px;
}
#error	{
	
	background-color:#D03030;
	padding:20px;
	width:80%;
	border:2px solid #F7D3D3;
	text-align:center;
	color:#fff;
}
#error h1	{
	color:#fff;
	margin-bottom:15px;
}
.required	{
	color:#ff0000;
	font-weight:bold;
}


.prescriptionsForm p	{
	color: #ddd;
}
.prescriptionsForm label	{
	display: block;
	float: left;
	width: 180px;
	padding-right: 20px;
	text-align: right;
}

#formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#000;
	color:#000;
	padding: 1px 5px 1px 5px;
	background:url(../images/formbg.gif) repeat-x left top;
	width: 150px;
}


.prescriptionsForm input, .prescriptionsForm textarea	{
	float: left;
	color: #333;
	margin-bottom: 7px;
	background: #fff;
   border:1px solid #ccc;
	padding: 5px;
	/*width: 50%;*/
}
.prescriptionsForm input.red	{
	border: 3px solid #FF0000;
}

.prescriptionsForm input:focus {
	background-color: #EFF6FF;
}

.prescriptionsForm br {
	clear: left;
}

#newsticker	{
	padding:8px;
	background-color:#ff0000;
	color:#fff;
	font-size:15px;
}
#newsticker	a:link{
	color:#fff;
}
#newsticker	a:visited{
	color:#fff;
}

#jserror	{
	padding:55px;
	border:1px solid #000;
	position:absolute;
	top:140px;
	margin:20px;
	width:80%;
	background-color:#ff0000;
}
#jserror p	{
	font-weight:bold;
	font-size:15px;
	color:#fff;

}
table#content {
	width:100%;
	border-collapse: collapse; 
	border-spacing: 0;
}
.clear	{
	clear:both;
}


.contener	{
	margin:20px 15px 20px 20px;
	font-size:14px;
}
#content ul, #content ol{
	padding-left:20px;


}
#content div	{
	padding-top:3px;
	padding-bottom:3px;
}
#content p	{
	/*margin-top:3px;
	margin-bottom:3px;*/
	margin:0px;
}
#content	hr	{
	margin-top:10px;
	margin-bottom:15px;

}
/*#content * p	{
	margin-top:0px;
	
}*/

#topText	{
	text-align:justify;
	padding:15px;
	font-size:15px;
}
#bottomText	{
	text-align:justify;
	padding:15px;
	font-size:13px;
}
.header	{
	width:100%;
}	
.header #firstLine	{
	background:#78716D;
	padding:5px;
}
.header #secondLine	{
	background:#9D9892;
	
}
.header #thirdLine	{
	background:#D5CDCA;
}
.header #secondLine h1	{
	font-size: 287%;
	color: #FFF;
	font-weight: normal;
	margin: 0 0 0 4mm;
	padding: 0.25ex 0;
	float:left;
	
}
.header #imgGooglemap	{
	
	float:left;
}
.header #imgGooglemap img	{
	
	
}
.header #imgNhs	{
	padding-top:7px;
	padding-right:7px;
	xwidth:80px;
	xbackground:#000;
	xheight:80px;
	float:right;
	
}
 

.header #lastUpdated		{
	float:left;
	color:#D2D2D2;
}
.header #lastUpdated span	{
	color:#555555;
	font-weight:bold;
}
.header	#topMenu	{
	float:right;
}
.header #topMenu ul, .header #tomMenu li	{
	padding:0;
	margin:0;
}
.header	#topMenu ul li	{
	display:inline;
	
}
.header #topMenu ul li a { font-weight:bold; 
	color:#fff;
	padding: 5px 10px;
}



#footer	{
	width:100%;
	text-align:center;
	background-color:#D5CDCA;
	
}
#footer p	{
	padding:10px;
	color:#000;
	font-size:12px;

}

#tdMenu	{
	
  background-color: #DFDFDF;
	vertical-align:top; 
	width:150px;
	border-right: 1px solid rgb(153,153,153);
 
}

#side-bar {
  width: 150px;
  min-height:300px;
  float: left;
  clear: left;
 
  background-color: #DFDFDF;
}
.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}
#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}
#side-bar li {
  margin: 0;
  padding: 0 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar ul.menuItems li.menu_item_bg2 a,.menu_item_bg3 a, .thisPage { font-weight:bold; 
  
  color: #000;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
}
.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}
#side-bar ul.menuItems li.menu_item_bg2 a:hover {
  color: #000;
  background-color: #FF9900;
  text-decoration: none;
}
#side-bar  ul.menuItems li.menu_item_bg3 a
{
	font-weight:bold;
	padding: 0.75em 1ex 0.75em 5mm;
	display: block;
}
#side-bar  ul.menuItems li.menu_item_bg3 a:hover
{
	font-weight:bold;
	background-color:#FF9900;
	color:#000;
	
}
#side-bar ul.subMenu	{
	margin:10px 0px 10px 0px;
	padding:0;
	list-style-type:none;
}
#side-bar ul.subMenu li.subMenuItem	{
	padding-left:25px;
	padding-bottom:5px;
	
}
#side-bar ul.subMenu li.subMenuItem a	{
	text-decoration:none;
	 color: #426F85;
	padding:3px;

}


/*NEWS */
	.newsTitle, .newsTitle a	{
		
		font-weight:bold;
		font-size:16px;
		margin-bottom:5px;
		color:#cf7c02;
	}
	.newsDate	{
		font-size:12px;
		font-weight:normal;
		margin-left:10px;
		color:#666;

	}
	.newsDesc	{
		
		font-size:13px;
		line-height:17px;
		text-align:justify;
		
	}
/* END NEWS */


/* LINKS */
	p.linkDesc	{
		margin-left:10px;
		color:#666;
		font-size:13px;
		line-height:17px;
		text-align:justify;
		
	}
/* END  LINKS */


/*OPENING HOURS */
	#opening_hours	{
	
	}
	.opening_left	{
		width:250px;
		float:left;
	}
	.opening_row	p	{
		margin:10px;
	}
	.opening_right	{
		margin-left:20px;
		float:left;
	}
	.opening_row	{
		clear:both;
		
		overflow:auto;
	}
/*END OPENING HOURS */



/*OPENING HOURS */

	.contact_row	p	{
		margin:10px;
	}
	.contact_row	span	{
		font-size:16px;
		font-weight:bold;
	}

/*END OPENING HOURS */


/*LOADING MESSAGE*/
#loadingbar
{
	position:absolute;right:0;top:0;
	color:#fff;
	width:120px;
	background-color:#B11000;
	padding:2px 5px 2px 5px;"
}
/*LOADING MESSAGE*/