/*BASIC DESIGN STYLE SHEET excluding column layout*/
html {
	font-size:100%
}
/*
 * User Stylesheet for Firefox
 * From: http://projectcerbera.com/web/articles/firefox-scrollbar
 */

/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {
 overflow-y: scroll !important;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: #333333;
	background-image: url(../image/background10a.png);
	background-repeat: repeat;
	background-color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
}	

#header {/*header background etc - TV lines + wave*/
	color: #000000;
	height: 97px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(/image/tablesurg1correct.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.header {/*header surgeryphoto or flash welcome*/
	margin-left: 351px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navigation1 { /*top menu - home, contact, site index*/
	text-align: right;
	vertical-align: top;
	height: 19px;
}
#navigation1 ul { /*top menu - home, contact, site index*/
	list-style-type: none;
	margin-bottom: -1px;
	padding-right: 10px;
}	
#navigation1 li { /*top menu - home, contact, site index*/
	display: inline;
	margin-left: 5px;
}
#navigation1 a { /*top menu - home, contact, site index*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#navigation1 a:visited { /*top menu - home, contact, site index*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}	
#navigation1 a:hover {/*top menu - home, contact, site index*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#navigation1 a:active {/*top menu - home, contact, site index*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
}
#navline {/*top horzontal menu bar*/
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #33CC66;
	display: block;
	background-image: url(/image/Rtablebarend.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	vertical-align: middle;
	font-weight: bold;
	height: 19px;
	width: 99.2%;
}
#navline li { /*top horizontal menu bar*/
	display: inline;
	margin-left: 12px;/* distance between each link */
}
#navline a:link {/*top horizontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#navline a:visited {/*top horizontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#navline a:hover {/*top horizontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFF66;
	text-decoration: none;
}
#navline a:active {/*top horizontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
#navline ul { /*top horizontal menu bar*/
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: -1px;
	margin-top: -1px;
}
	
#dropmenudiv{/* drop down */
	position: absolute;
	border:2px solid black;
	border-bottom-width: 0;
	z-index:100;
	margin-top: 5px; /*controls position of drop down box */
}
#dropmenudiv a {/* drop down - block*/
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 1.1em;
	color: #666666;
}
#dropmenudiv a:link {/* drop down - block*/
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 1.1em;
	color: #666666;
}
#dropmenudiv a:visited {/* drop down - block*/
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 1.1em;
	color: #666666;
	
}
#dropmenudiv a:hover{ /* drop down - hover text and background color*/
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D8EFC3;
	color: #000000;
	font: 1.1em;
	
}
#navend {/* Left end curve of top vaigation line*/
	background-image: url(/image/Ltablebarend.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #33CC66;
	clear: none;
	height: 19px;
	width: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: -26px;
	text-align: left;
}

#side1 h2 {     /* h3 - Left menu title */
	width: 150px;
	color: #333333;
	background-color: transparent;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 5px;

}
#side1 ul {   /*Left menu*/
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	
}
#side1 li {  /*Left menu*/
	background-image: url(/image/Lmenubackgreen.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	font-weight: bold;
	text-indent: 0px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#side1 a:link, #side1 a:visited {  /*Left menu*/
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	position: relative;
	z-index: 1;
	padding-right: 30px;
}
#side1 a:hover {   /*Left menu*/
	color: #000000;
	background-image: none;
	width: auto;
	background-repeat: repeat-x;
	background-position: left;
	text-decoration: underline;
	text-indent: 0px;
	background-color: #D8EFC3;
}
.yellowlink {           /*Lmenu yellow background*/
	background-image: url(/image/Lmenubackyellow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#side2 h2 {/* right column heading */
	width: 150px;
	color: #000000;
	margin-left: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#side2 h3 {/* right column subheading */
	width: 150px;
	color: #000000;
	margin-left: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#side2 p {
	margin-left: 5px;
	margin-right: 20px;
}
#side2 a {/*R index column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}

#side2 a:hover {/*R index column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

#side2 a:active {/*R index column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}	
#content a {/*main centre column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#content a:hover {/*main centre column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}

#content a:active {/*main centre column*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

h1 {/*Content heading main central column heading with welsh translation in green*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 90%;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: -10px;
	padding-top: 5px;
	color: #333333;
}
.clear {/*when applied to p - forces text below the floated image*/
	clear: both;
}
.dateh1 {/*date on partnership page*/
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
}
.verdanasubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.closewindow {/*docs page voice pop up*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-top: 10px;
	padding-left: 30px;
	display: block;
}
.voiceplugin {/*docs page voice pop up*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left: 30px;
	display: block;
}
.newshead {/* News heading*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 12px;
}
.podnews {/* Podcast headings with overline*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 80%;
	margin-left: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}
#content p {
	margin-left: 10px;
	margin-right: 5px;
}
div.indexpic {/*image div class to contain image and caption eg drs pictures etc(float: left; not needed now as text wraps around divindexpic)*/
	margin-right: 5px;
	margin-left: 12px;
	margin-bottom: -2px;
}
.indexpic {/*Main content image class - not needed if no caption eg dental picture etc*/
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.caption {/*Image caption  text size altered from 65 to75,*/
	float: none;
	margin-right: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #666666;
	font-style: italic;
	clear: both;
	margin-top: -1px;
	margin-bottom: 7px;
}

#navlinebot {  /* bottom horizontal nav */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	height: 19px;
	background-color: #000000;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #33CC66;
	display: block;
	background-image: url(/image/Rtablebarend.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 99.2%;
	text-indent: 10px;
	vertical-align: middle;
	font-weight: bold;
}
#navlinebot ul { /* bottom horizontal nav */
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: -1px;
	margin-top: -1px;
}	
#navlinebot li { /* bottom horizontal nav */
	display: inline;
	margin-left: 12px;/* distance between each link */
}
#navendbot {/*bottom horzontal menu bar*/
	background-image: url(/image/Ltablebarend.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-top: -26px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #33CC66;
	height: 19px;
	width: 14px;
	color: #FFFFFF;
	background-color: #000000;	
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	font-weight: bold;
	
	
}
#navlinebot a:link {/*bottom horzontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#navlinebot a:visited {/*bottom horzontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#navlinebot a:hover {/*bottom horzontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: #FFFF66;
	text-decoration: none;
}
#navlinebot a:active {/*bottom horzontal menu bar*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {/*bottom table containing address etc*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #336633;
	font-weight: 400;
	background-image: url(/image/footerback.gif);
	background-repeat: repeat-y;
	width: 100%;
	margin-top: 0;
	position: relative;
	z-index: 13;
	text-align: center;
	height: 80px;
}
#footer a {/*bottom table containing address etc*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}	
#footer a:hover {/*bottom table containing address etc*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}	
#footer a:active {/*bottom table containing address etc*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.style2 {color: #000000
}
.style3 {color: #339933/*Welsh H1 colour green*/
}
.style4 {
	color: #FFFF66/*yellow navline*/;
	text-decoration: none;
}
.style5 {color: #FF0000/*Red asterisk etc on prescription form*/
}
.style6 {color: #0000FF/*Blue etc on prescription form*/
}
.style7 {
	color: #000000;
	font-weight: bold;
}
.style8 {
	color: #FF0000/*Red asterisk etc on prescription form*/;
	font-weight: bold;
}
div.thumbnail img{/*doctors old*/
	float: left;
	margin-right: 115px;
	margin-left: 115px;	

}
#printonly {/*removes printer logo from webpage*/
	display: none;

}
#tablehours {/* surgery hours table style*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
}
#tablellan {/*surgery hours llanwrtyd table style*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333 ;
}
#tablefees {/*general - Fees table style*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	margin-left: 10px;
}
.datatable tr:hover, .datatable tr.hilite {/*Fee table colour switcher*/
	background-color: #FFFFCC;
	color: #000000;
}
#map { /* Google Map */
	width: 550px; 
	height: 310px; 
	margin-left: 2em; 
	margin-bottom: 0.1em;
}

form{
	border: 1px solid #aaaaaa;
	background-color: #FAFAFA;
	padding: 0px 6px 3px 20px;
}
input.formtext {/*line text style1*/
	background-color: #FFFFE6;
	border: 1px inset #00008B;
	width: 200px
}
form p {
	clear: left;
	padding:0px 0 5px;
	margin-bottom: 0px;

}
form p label {/*form float*/
	float:left;
	width: 20%
}
input.formtext2 {/*line text style2 quantity*/
	background-color: #FFFFE6;
	border: 1px inset #00008B;
	width: 100px
}
textarea.formtext3 {/*prescription text field comments*/
	background-color: #F5FFF2;
	border: 1px inset #00008B;
	width: 400px;
	height: 100px;
}
textarea.formtextcontact {/*contact text field comments*/
	background-color: #F5FFF2;
	border: 1px inset #00008B;
	width: 400px;
	height: 150px;
}	
select {/*controls style of selector boxes*/
	background-color: #F5FFF2;
	border: 1px inset #00008B;
	width: 300px
}
input.btn {/*controls styles of submit and reset buttons*/
	border: 1px inset #00008B;
	width: 70px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-bottom: 5px;

}
#divform {
	clear: left;
	padding:0px 0 0;
	margin-bottom: 0px;

}
#divform {/*form float*/
	float:left;
	width: 20%
}
.box {/*Controls text in adbox also so p not needed -partnership*/
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 10px;
	margin-left: 0.5em;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000000;
}
.box p {/*maintains adbox in case p used by mistake -partnership*/
	margin-right: 0.5em;
	margin-bottom: 10px;
	margin-left: 0.5em;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;	
}
.captionpart {/*Image caption for box -partnership*/
	float: none;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	clear: both;
	margin-top: -1px;
	margin-left: 2px;
}
.captionpartmain {/*Image caption main content -partnership*/
	float: none;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	clear: both;
	margin-top: -1px;
	margin-left: 2px;
}	
.boximage {/*Images within box - 4px space above image -partnership*/
	float: none;
	margin-top: 4px;
}
#news1, #news3, #news5, #news7, #news9, #news11, #news13, #news15, #news17, #news19, #news21, #news23, #news25, #news27, #news29{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	min-height: 165px;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#news2, #news4, #news6, #news8, #news10, #news12, #news14, #news16, #news18, #news20, #news22, #news24, #news26, #news28{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	min-height: 165px;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}

#port1, #port3, #port5, #port7, #port9, #port11, #port13, #port15, #port17, #port19, #port21{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	min-height: 110px;
	width: 100%;
	background-color: #FAFAFA;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#port2, #port4, #port6, #port8, #port10, #port12, #port14, #port16, #port18, #port20, #port22{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	min-height: 110px;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#docs1, #docs3, #docs5, #docs7, #docs9{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #FAFAFA;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#docs2, #docs4, #docs6, #docs8{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
.voicepic {/*controls postion of Doc page flash player*/
	float: right;
	margin-left: 5px;
	margin-top: 30px;
	clear: none;
	padding: 0px;
	margin-right: 200px;
