



/*
 * Common styles
 */
 
blockquote { display: block !important; margin-left: 20px !important; }
 

table *{
	text-align:left;
}

p, ul, ol{
	margin-bottom:10px;
}

ul ul, ol ul, ol ol, ul ol{
	margin-bottom:0;
}

sub, sup {
	font-size: 80%;
}

h1,h2,h3,h4,h5,h6{
	font-size:13px;
	padding-top:20px;
	/* padding-bottom:15px; */
}

a{
	color:#000000;
}

a:hover{
	color:#d63944; /* #b84100; */
}

/*
 * RTE specials
 */

.htmlarea-content-body {
}

.htmlarea-content-body td, .htmlarea-content-body th{
}

.htmlarea-showtableborders, .htmlarea-showtableborders td, .htmlarea-showtableborders th {
/*  border: 1px dashed lightgrey !important; */
}


/*
 * RTE configuration
 */

.align-right { text-align: right; }
.align-center { text-align: center; }
