/*--------------------------------------
    #Editor styles
--------------------------------------*/

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #0A509B;
	font-family: Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

p {
	padding: 0;
	margin: 0 0 10px 0;
}

a {
	color: #145F32; 
	text-decoration: none;
	padding: 0;
} 

a:hover, a:active, a:focus {
	text-decoration: underline;
}

ul,
ol {
	margin: 0;
	line-height: 1.3;
	font-size: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th, caption {
    background-color: #0A509B;
    color: #FFFFFF;
}

hr {
	margin-bottom: 20px;
	border-top: 1px solid #145F32;
}

#content *:first-child { margin-top:0; }


/* CKeditor indents */

.text-indent-1 { padding-left: 2em; }
.text-indent-2 { padding-left: 4em; }
.text-indent-3 { padding-left: 6em; }
.text-indent-4 { padding-left: 8em; }
