/*
	Filename         :	site_styles.css
	Created by       :	Mark Thomas
	Last modified by :	markt
	Created          :	20 April 2006 11:11:56
	Last Updated     :	02 May 2006 16:09:54
	Copyright		 : Mark Thomas
	Comments         : make the wysiwyg look like the website
	
	DO NOT ADD OR REMOVE RULES
*/




div.wysiwyg {
	line-height:140%;
}

div.wysiwyg u {
	color:red;
}

div.wysiwyg th,
div.wysiwyg td,
div.wysiwyg span,
div.wysiwyg select,
div.wysiwyg input,
div.wysiwyg textarea,
div.wysiwyg pre,
div.wysiwyg a,
div.wysiwyg p,
div.wysiwyg li,
div.wysiwyg p,
div.wysiwyg div {
	font-family:arial;
}
div.wysiwyg {
	line-height:140%;
}
div.wysiwyg blockquote {
	margin:0;
}
div.wysiwyg p {
	margin:0 0 1em 0;
}
div.wysiwyg a {
	color:#B591D1;
}
div.wysiwyg img {
}
div.wysiwyg a strong {
	color:#A59E79;
}
div.wysiwyg strong { 
}
div.wysiwyg h2 {
	color:#B591D1;
	font-size:180%;
	margin-bottom:1.0em;
	padding:0;
}
div.wysiwyg h3 {
	color:#7576B9;
	font-size:120%;
	margin-bottom:1.0em;
	padding:0;
}
div.wysiwyg h4 {
	font-size:110%;
	margin:0 0em 0em 0em;
	padding:0;
	color:#B591D1;
}
div.wysiwyg ul,
div.wysiwyg ol {
	margin:1.8em 0 1em 25px;
	padding:0;
	color:#007BC2;
}
div.wysiwyg ul ul,
div.wysiwyg ol ol,
div.wysiwyg ul ol,
div.wysiwyg ol ul {
	margin:.2em 0 .2em 20px;
}
div.wysiwyg li {
	margin-bottom:.8em;
}
div.wysiwyg img.imgLeft {
	float:left;
	margin:.2em 20px 20px 0px;
}
div.wysiwyg img.imgRight {
	float:right;
	margin:.2em 0px 20px 20px;
}
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;
}
div.wysiwyg a img {
	
}
div.wysiwyg hr {
	clear:both;
	border:none;
	border-top:1px solid #eee;
	color:transparent;
	background-color:transparent;
	height:1px;
	color:#eee;
}
div.wysiwyg>hr {
	border-top:1px solid #eee;
}

/* THE following styles are required by the editor */
body#editor div.wysiwyg a.anchor {
	background-image:url(../cms/images/bg_anchor.png);
	display:inline-block;
	width:9px;
	height:16px;
}
body#editor div#pageTitle {
	font-weight:bold;
	color:#007BC2;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 10px;
}
body#editor div#pageTitle h1 {
	font-size:14px;
	color:#007BC2;
	margin:0px;
	padding:0px;
}
body#editor div#image0,
body#editor div#image1 {
	background-image:url(../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 #ccc;
}
body#editor table.noborder td {
	border:1px solid #ccc;
}
/*  */
/* */


/* hide from ie5, 5.5 */
.wysiwyg table.border,
.wysiwyg table.noborder {
	voice-family:"\"}\"";
	voice-family:inherit;
	width:98%;
}
/* end hide from ie5, 5.5 */
