@CHARSET "UTF-8";

/*----------- General definitions -------------*/
h1 {
	font-size: 14pt;
    color: #4a70a7;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h2 {
	font-size: 10pt;
    color: #4a70a7;
    font-weight: bold;
    margin: 10px 0 0 0;
}

h1.fronttitle, h2.fronttitle {
	font-size: 12pt;
	margin: 0px;
    margin-button: 10px;
}

h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
	color: #444;
}

a, a:link	{ text-decoration: none; color:#840008; }
a:visited 	{ text-decoration: none; }
a:hover		{ text-decoration: underline; }

hr {
	height: 1px;
	border: 0;
	border-top:1px dashed #ccc;
	text-align:left;
	margin: 20px;
	margin-left: 0px;
}

.subtitle {
	color: #aaa;
}

/*----------- Forms -------------*/


dt { float: left; text-align: right; padding: 5px 20px; width: 140px; }
dd { margin-left: 180px; margin-bottom: 10px }

.zend_form {
	margin-top: 20px;
}

.errors {
	color: red;
}
ul.errors {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.subform {
	padding: 10px 10px;
	border-top: 1px solid #E2E2E2;
	border-left: 10px solid #E2E2E2;
	margin-bottom: 20px;	
}

.subformcontent {
	margin-top: 10px;
}

.subformheader {
	color: #666;
}

/*----------- Pagination control -------------*/

.paginationControl {
	text-align: center;
}

