body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a { text-decoration:none; }

html {
	min-height: 100%;
    height: 100%;
}

#fckcontent.edit {
   width: 100%;
   height: auto;
   background: #FFFFFF;
}

/************ ROOT STYLES - AVAILABLE TO EDITOR ***********/

p.intro {
	margin-top:0;
	color:#03C;
}

p span.header { color:red;color:#ef251f;font-weight:bold; }

p, ul, ol, li {
  color:#333;
}

table, th, td, tr {}


/*---------- HEADING TAGS ----------*/
h1 {color:#ef251f;margin:0;padding:0;width:90%; }

h2 {
}

h3 {	
}

h4 {
}

h5 {
}

h6 {
}


/*---------- LIST ELEMENTS ----------*/
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	list-style-position: inside;
}


/*---------- LINKS ----------*/
a:link, a:visited {
	color: #EF251F;
}

a:hover, a:active {
	color:#03C;
}


/*---------- IMAGES ----------*/
img { 
	border: none;
}


/*---------- OTHER ELEMENTS ----------*/
blockquote {
	margin: 10px;
 	padding: 5px;  	
	font-style: italic;
	color: #666;
	background: #ccc;
	border: #999 solid 1px;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

code {
}

acronym {
  cursor: help;
}

pre {
}

