@charset "utf-8";
/* 
Editor Styles CSS Document
This document should hold class styles that appear in the default document that you wish the user to have available in the editor.
***********WARNING**************
These style must be included in all documents manged by the tnyMCE editor!!
*/
 
/* 
Default tags 
Include styles for the following tags to style the editor content appropriatly for the user:
*/
h1, h2, h3, h4, h5, h6 {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
margin:0;
padding:10px 0 0 0;
}
h1 {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	padding-top:5px;
}

h2 {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	padding-top:10px;
}
h3 {
	color: #333;
	font-size: 14px;
	line-height: 14px;
	padding-top:5px;
}
h4 {
	color: #666;
	font-size: 12px;
	line-height: 12px;
	padding-top:5px;
}
h5 {
	color: #999;
	font-size: 12px;
	line-height: 12px;
	padding-top:5px;
}
h6 {
	color: #CCC;
	font-size: 12px;
	line-height: 12px;
	padding-top:5px;
}
p {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
	padding:10px 0 0 0;
}

h2 + p {
	padding: 0 0 0 0;
}

address {
	color:#333333;
	font-size:11px;
	line-height:14px;
}
preformatted {
	color:#333333;
	font-size:11px;
	line-height:14px;
}

table { margin-top: 5px;}

#main_right ul {
	margin: 5px;
	font-size: 110%;
}
#main_right ul li {
	margin-left: 20px;
	margin-top: 3px;
	font-size:12px;
	line-height:18px;
}

/*User Available Style Classes*/

.ed_warning {
	color: #FF0000;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
}
/*a, a:link, a:visited {
	color:#666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #999999;
}*/

a, a:link, a:visited {
	color:#ca7068;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #ffddda;
}

.offsettd {
	background-color:#e2faa3;
}