/* Keyrus 2008 - styles.css */

#wysiwygEditorBody {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color : #666666;
	margin:0;padding:0;
}

#wysiwygEditorBody img {
	display:block;
	border:0;
}

#wysiwygEditorBody ul, li, p, h1, h2, h3, h4, h5 {
	margin:0;padding:0;
}

#wysiwygEditorBody h1 {font-size:2.08em;color:#424242;font-weight:normal;margin:0 0 10px 0;}
#wysiwygEditorBody h2 {font-size:1.25em;color:#424242;margin:0 0 10px 0;}
#wysiwygEditorBody h3 {font-size:1.0em;color:#424242;}
#wysiwygEditorBody h4 {font-size:1.3em;}

#wysiwygEditorBody a:link, a:visited, a:active, a:hover {
	color:#529fca;
	text-decoration:none;
	outline:none;
}

#wysiwygEditorBody p {
	margin:0 0 10px 0;
}

#wysiwygEditorBody img {
	display:inline;
	border:1px solid #e6e6e6;
	margin:0 0 10px 0;
}

#wysiwygEditorBody p.intro {
	font-weight:bold;
	color:#424242;
}

#wysiwygEditorBody ul {
	margin:0 0 10px 0;
}

#wysiwygEditorBody li {
	background:url(/01/images/KeyrusBE/bullet.gif) no-repeat 0px 10px;
	list-style-type:none;
	line-height:20px;
	padding:0 0 0 8px;
	margin:0 0 0 20px;
}

table.list-of-domains {
	clear: both;
	border:1px solid #e6e6e6;
}
table.list-of-domains tr {
	clear: both;
}

table.list-of-domains td {
	display: block;
	float: left;
	width: 94px;
	height: 48px;
	margin: 0;
	border-top: 16px solid #fff;
	border-bottom: 16px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	padding: 0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #3e4850;
}
table.list-of-domains a{
    color: #000000;
}
