/***************************************************************************}
{* ExiteCMS Web Application Framework                                      *}
{***************************************************************************}
{* Copyright 2008-2009 Exite BV, The Netherlands                           *}
{* for support, please visit http://www.exitecms.org                       *}
{***************************************************************************}
{*                                                                         *}
{* Theme name: Exite - static html stylesheet                              *}
{* Author    : WanWizard, ExiteCMS development team                        *}
{*                                                                         *}
{***************************************************************************/

/* TinyMCE specific rules */
#tinymce {
    font-family:"Liberation Sans", Tahoma, Arial, Verdana, sans-serif;
	font-size:0.82em;
	margin:0;
	padding:0;
	background-color:transparent;
}

/*----- ELEMENT DEFAULTS -----*/

.static_html {
	font-size:110%;
	color: #222;
}

/*----- HEADINGS -----*/

.static_html h1 {
	font-size:1.6em;
	font-weight:normal;
	color:#2c4f97;
	letter-spacing:0px;
	margin: 0.5em 0em;
}

.static_html h2 {
	font-size:1.4em;
	font-weight:normal;
	color:#2c4f97;
	margin: 0.5em 0em;
}

.static_html h3 {
	font-size:1.2em;
	margin: 0.4em 0em;
	font-weight:normal;
	color:#2c4f97;
	background-image:none;
}

.static_html h4 {
	font-size:1.0em;
	font-weight:normal;
	color:#2c4f97;
	margin: 0.3em 0em;
}

.static_html h5 {
	font-size:0.9em;
	margin: 0.3em 0em;
	font-weight:normal;
	color:#2c4f97;
}

/* !important needed here because #mainbody in page_default.css has higher css order! */
.static_html h6 {
	font-size:0.8em !important;
	margin: 0.2em 0em !important;
	font-weight:normal;
	color:#2c4f97;
}

/*-----LINK TEXT COLORS-----*/

.static_html a {
	font-weight:normal;
	color:#2c4f97;
	text-decoration:none;
	outline:none;
	border-bottom: 1px dotted #2c4f97;
}

.static_html a:hover {
	text-decoration:underline;
	cursor:pointer;
}

/*-----BLOCKQUOTE STYLE-----*/

.static_html blockquote {
}
