/*
	Filename         : 	wysiwyg.css
	Created by       : 	Adam Elleston
	Created          : 	16/10/2009
	Last Updated     : 	16/10/2009
	Comments         : 	Styling for IC WYSIWYG areas			
*/

/* Styling goes here
************************************************************************************************************************/
.wysiwyg {
	margin:15px 0;
}
h1 {
	font-size:2.2em;
	color:#333;
	font-weight:bold;
	clear:both;
}
.wysiwyg h2,
.wysiwyg h1.survey {
	font-size:1.8em;
	color:#333;
	margin:0 0 10px;
}
.wysiwyg h3 {
	font-size:1.5em;
	color:#333;
	margin:0 0 10px;
}
.wysiwyg h4 {
	font-size:1.4em;
	color:#333;
	margin:0 0 10px;
}
.wysiwyg h5 {
	font-size:1.4em;
	color:#333;
	margin:0 0 10px;
}
.wysiwyg h6 {
	font-size:1.3em;
	color:#333;
	margin:0 0 10px;
}
.wysiwyg p {
	font-size:1.3em;
	color:#333;
	margin:0 0 10px;
}
.themeIntro .wysiwyg p {
	font-size:1.5em;
	font-weight:bold;
	color:#333;
	margin:0 0 15px;
}
.wysiwyg ul,
.wysiwyg ol{
	margin:0 0 15px 3px;
	font-size:1.3em;
	color:#333;
}
	.wysiwyg ul p,
	.wysiwyg ul p a,
	.wysiwyg ol p,
	.wysiwyg ol p a,
	.wysiwyg ul li ul,
	.wysiwyg ol li ol{
		font-size:1em;
	}
.wysiwyg ul li,
.wysiwyg ol li {
	margin:0 0 5px;	
}
	.wysiwyg li h3,
	.wysiwyg li h4,
	.wysiwyg li h5,
	.wysiwyg li h6 {
		font-size:1em;
	}
	.wysiwyg .topicrss li h2 {
		font-size:1.2em;
	}
.wysiwyg ul li {
	padding:5px 0 0 0px;
	margin:0 0 5px 15px;	
	list-style-type:square;
}
.wysiwyg ol li {
	margin:0 0 5px 20px;	
	padding:5px 0 0 0;
	list-style-type:decimal;
}
.wysiwyg hr{
	border:none;
	border-bottom:1px dotted #ccc;
	margin:0 0 10px;
}
.wysiwyg em{
	font-style:italic;
}
.wysiwyg .intro {
	margin:0 0 20px;
}
	.wysiwyg .intro div {
		padding:13px 20px;
		margin:0;
		background:url(/ukgwa/20121107083241oe_/http://www.ic.nhs.uk/images/intro_text_bg.jpg) top left no-repeat;
	}
	.wysiwyg .intro div  p{
		font-size:1.5em;
		width:470px;
	}

div.wysiwyg table{
	font-size:1.3em;
}
 div.wysiwyg table p{
	font-size:1em;
	color:#666;
 }
	
div.wysiwyg table.border {
	width:98%;
	border-collapse:collapse;
	margin:.5em 0 1em 0;
}
div.wysiwyg table.noborder {
	margin:1em 0 1em 0;
	width:98%;
	border-collapse:collapse;
}
div.wysiwyg table.border td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
	vertical-align:top;
	padding:.3em 10px .3em 0;
	color:#666;
}
div.wysiwyg table.noborder td {
	border-collapse:collapse;
	padding:.3em 10px .3em 0;
}
	
	
	
/* THE following styles are required by the editor */
body#editor div.wysiwyg a.anchor {
	background-image:url(/ukgwa/20121107083241oe_/http://www.ic.nhs.uk/cms/images/bg_anchor.png);
	display:inline-block;
	width:9px;
	height:16px;
}
body#editor div#pageTitle {
	font-weight:bold;
	color:#E41715;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 10px;
}
body#editor div#pageTitle h1 {
	font-size:22px;
	color:#333333;
	margin:0px;
	padding:0px;
}
body#editor div.wysiwyg h2, body#editor div.wysiwyg h2 a {
	font-size:18px;
	font-weight:normal;
}
body#editor div.wysiwyg h3, body#editor div.wysiwyg h3 a {
	font-size:15px;
}
body#editor div.wysiwyg h4, body#editor div.wysiwyg h4 a {
	font-size:14px;
}
body#editor div.wysiwyg ul{
	list-style-type:none;
}
body#editor div.wysiwyg a{
	color:#007BC2;
}
body#editor div.wysiwyg p{
	font-family:Arial,Helvetica,sans-serif;
	line-height:18px;
	font-size:13px;
}
body#editor div#image0,
body#editor div#image1 {
	background-image:url(/ukgwa/20121107083241oe_/http://www.ic.nhs.uk/cms/images/txt_click_to_select_an_image.png);
	background-repeat:no-repeat;
	padding:0 !important;
}

body#editor div.edit,
body#editor div.wysiwyg {
	padding:10px 0px 0px 10px;
	overflow:auto;
	color:#666;
	background:#fff;
}
body#editor table.noborder {
	border:1px solid #e7e7e7;
}
body#editor table.noborder td {
	border:1px solid #e7e7e7;
}