/* Classes defined here are used to format the guts of the WYSIWYG editor */
/* Any class that can be affect the appearence of content should be here */

body {
	margin:0px;
	vertical-align:top;
	cursor:default;
	background-color:#FFFFFF;
	font-family: 'Lato', sans-serif;
}

a {
	color: #A8573C;
}
a:hover {
	text-decoration: none;
	color: #8b422a;
}

.primary-color {
	color: #921c00;
}

blockquote {
	margin:0px;
}

form {
	margin:0px;
}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px solid;
}

th {
}

td {
	vertical-align:top;
	padding: 0px;
}

p {
	margin:0px;
}

h1{
	margin: 12px 0px 28px 0px;
	color: #921c00;
	font-size: 34px;
}
h2{
	color: #921c00;
	margin: 12px 0px 4px 0px;
	font-size: 34px;
}

ul{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
}
li{
	margin-bottom: 5px;
}
.footer_left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_left li {
	background: url(/templates/custom/calamar2014/images/arrow.png) no-repeat 2px 7px;
	padding-left: 1em;
}

.mainbody-wrap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.mainbody-wrap li {
	background: url(/templates/custom/calamar2014/images/arrow.png) no-repeat 2px 7px;
	padding-left: 1em;
}


a img { border: 0; }

/* mceFontSize List must be 7 items 1-7 no more, no less */
.mceFontSize1 {
	font-size:8px;
}
.mceFontSize2 {
	font-size:10px;
}
.mceFontSize3 {
	font-size:12px;
}
.mceFontSize4 {
	font-size:14px;
}
.mceFontSize5 {
	font-size:18px;
}
.mceFontSize6 {
	font-size:24px;
}
.mceFontSize7 {
	font-size:36px;
}

/* Any SPAN classes are available in the WYSIWYG tool formatting dropdowns */
/* Place all span classes between these comments */

span.some-font {
	font-size:14px;
	color:#FF0000;
}
span.seminar-title{
	font: bold 14px arial;
	color: #555555;
}

/* End SPAN tag classes */
