/*
	Filename         :	custom_styles.css
	Created by       :	Mark Thomas
	Last modified by :	Mark Thomas
	Created          :	11 February 2005 14:04:53
	Last Updated     :	11 February 2005 14:13:28
	Comments         :	
*/

body div.wysiwyg h3.toggleThis {
	color:#0066CC;
	background: url("/ukgwa/20121107111258oe_/http://www.ic.nhs.uk/images/nav/subnav1_bg_arrow.gif") no-repeat scroll 0px 5px transparent;
	padding-left:10px;
}
	div.wysiwyg h3.toggleThisActive {
		background: url("/ukgwa/20121107111258oe_/http://www.ic.nhs.uk/images/nav/subnav1_bg_arrow_active.gif") no-repeat scroll 0px 5px transparent !important;
	}
	div.wysiwyg h3.toggleThis:hover{
		cursor: pointer;
		cursor: hand;
		text-decoration:underline;
	}
body div.wysiwyg p.telNum {
	font-size:2.5em;
	padding:10px 0 0;
	margin:0;
	line-height:1em;
}
body div.wysiwyg  p.emailLink {
	font-size:1.5em;
	line-height:1em;
	margin:0;
	background:url(/ukgwa/20121107111258oe_/http://www.ic.nhs.uk/images/icon_listArrow.gif) center left no-repeat;
	padding:0 0 0 10px;
}
body div.wysiwyg p.readMore{
	background:url(/ukgwa/20121107111258oe_/http://www.ic.nhs.uk/images/theme_read_more.jpg) top left no-repeat;
	font-size:1.5em;	
	margin:30px 0 0;
}

body div.wysiwyg p.topMargin{
	margin-top:20px;
}
body div.wysiwyg p.bottomMargin{
	margin-bottom:20px;
}

body div.wysiwyg p.submit {
		cursor:pointer;
		padding:6px 8px;
		font-size:1.3em;
		color:#fff;
		background:#006666;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border:none;
		font-weight:bold;
		display:inline;
		text-transform:none !important
	}
div.wysiwyg p.submit a{
	color:#fff !important;
	}
body div.wysiwyg p.QuoteNoAuthor{
		padding-bottom:40px;
}
body div.wysiwyg p.QuoteAuthor{
	color:#007D83;
	font-size:1.2em !important;
	padding-bottom:40px;
	font-style:italic;
}