div.html-viewer, div.html-viewer td, div.html-viewer pre{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	overflow:auto;	
}

div.html-viewer p {line-height:15px; margin-top:0px; margin-bottom:15px;}
div.html-viewer td, pre{margin:8px;}
div.html-viewer h1 {font-size: 2em; margin-top:0px; margin-bottom:29px;}
div.html-viewer h2 {font-size: 1.5em; margin-top:0px; margin-bottom:15px;}
div.html-viewer h3 {font-size: 1.17em; margin-top:0px; margin-bottom:15px;}
div.html-viewer h4 {font-size: 1em; margin-top:0px; margin-bottom:16px;}
div.html-viewer h5 {font-size: .83em; margin-top:0px; margin-bottom:16px;}
div.html-viewer h6 {font-size: .75em; margin-top:0px; margin-bottom:16px;}

div.html-viewer ul,
div.html-viewer ol {margin-top:0px; margin-bottom:15px;}
div.html-viewer li {margin-top:0px; line-height:15px;}

div.html-viewer a {text-decoration:none;}
div.html-viewer a:hover {text-decoration:underline;}
div.html-viewer .mceItemTable,div.html-viewer .mceItemTable td, div.html-viewer .mceItemTable th, div.html-viewer .mceItemTable caption, div.html-viewer .mceItemVisualAid {border: 1px dashed #BBB;}
div.html-viewer a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
div.html-viewer img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
div.html-viewer img {border:0;}
div.html-viewer table {cursor:default}
div.html-viewer table td, div.html-viewer table th {cursor:text}
div.html-viewer ins {border-bottom:1px solid green; text-decoration: none; color:green}
div.html-viewer del {color:red; text-decoration:line-through}
div.html-viewer cite {border-bottom:1px dashed blue}
div.html-viewer acronym {border-bottom:1px dotted #CCC; cursor:help}
div.html-viewer abbr, div.html-viewer html\:abbr {border-bottom:1px dashed #CCC; cursor:help}

/* IE */
div.html-viewer 
{
	width:594px;
	scrollbar-3dlight-color:#F0F0EE;
	scrollbar-arrow-color:#676662;
	scrollbar-base-color:#F0F0EE;
	scrollbar-darkshadow-color:#DDD;
	scrollbar-face-color:#E0E0DD;
	scrollbar-highlight-color:#F0F0EE;
	scrollbar-shadow-color:#F0F0EE;
	scrollbar-track-color:#F5F5F5;
	position:relative;
	left:7px;
}

div.html-viewer  div#articlePage{height:inherit;width:566px;}

div.mceTmpl
{
	background-color: #eee;
	padding: 2px;
}

div.templateError
{
	border: dashed 1px red;
	background-color: #fee;
	padding: 4px;
}

/*
tinyMCE
*/
#txaEditableContent_parent
{
	width:600px;
	position:absolute;
	left:0px;
}

