
/*
    same as fck_editorarea.css
*/

body
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 10px;
}

body, td
{
	font-size: 12px;
}

a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

/*
	Just uncomment the following block if you want to avoid spaces between
	paragraphs. Remember to apply the same style in your output front end page.
*/

/*
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


h1{
	border-left:7px solid #C00;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding: 3px;
	background-color: #f3f3f3;
}

h2{
	border-left:6px solid #C00;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding: 3px;
	background-color: #f3f3f3;
}

h3{
	border-left:5px solid #C00;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding: 3px;
	background-color: #f3f3f3;
}

h4{
	border-left:3px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding: 3px;
	background-color: #f3f3f3;
}

h5{
	border-left:2px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 3px;
}
	
