@CHARSET "ISO-8859-1";

body {
	margin: 10px 10px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	font-size: 10pt;
	background-color: #0D0D0D;
	color: #FEF8C9;
}

input {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

input[type=text],
input[type=password],
input[type=file],
textarea {
	background-color: #FEF8C9;
	color: #0D0D0D;
	border: 1px solid #FCD22C;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus {
	background-color: #FCD22C;
	border: 1px solid #EC282C;
}

p {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 6pt;
}

p.block {
	text-align: justify;
}

li {
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 6pt;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 6pt;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 6pt;
}

h4 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 6pt;
}

a {
	color: #FCD22C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

div.pagecontainer {
	margin: 0px auto;
	width: 750px;
}

div.pageheader {
}

div.pageheader .languageselect {
	float: right;
}

div.maincontent {
}

.successbox {
	background-image: url(../images/ico/success_16x16.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	color: #0D0D0D;
	padding-left: 22px !important;
	padding: 3px;
	background-color: #338749;
	/*border: 1px #FEF8C9 solid;*/
	overflow: auto;
	margin-bottom: 8px;
}

.zend_form .description, .informationbox {
	background-image: url(../images/ico/questionmark_16x16.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	color: #0D0D0D;
	padding-left: 22px !important;
	padding: 3px;
	background-color: #FCD22C;/*#F5FC83;*/
	/*border: 1px #FEF8C9 solid;*/
	overflow: auto;
}

.informationbox a {
	color: #EC282C;
}

.zend_form ul.errors, ul.errors, .errorbox {
	background-image: url(../images/ico/exclamation_16x16.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	color: #FEF8C9;/*#0D0D0D;*/
	padding-left: 22px !important;
	padding: 3px;
	background-color: #EC282C; /*#F27074;*/
	/*border: 1px #FEF8C9 solid;*/
	overflow: auto;
}

.zend_form ul.errors li, ul.errors li {
	margin-left: 0px;
	list-style: none;
}

.topmenu {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #338749;
	/*border: 1px gray solid;*/
	overflow: auto;
}

.topmenu a {
	text-decoration: none;
	font-weight: bold;
	color: #0D0D0D;
}

.topmenu a.visited {
	color: #0D0D0D;
}

.topmenu ul {
	padding: 0px;
	margin: 0px;
}

.topmenu li {
	list-style: none;
	display: block;
	float: left;
	padding: 2px 0.5em 2px 0.5em;
	margin-right: 1px;
	background-color: #338749;
}

.topmenu li:hover {
	background-color: #FCD22C;
}

.topmenu li.active {
	background-color: #FCD22C;
}

/* birthdayspecial */
.birthdayspecial dt {
	font-weight: bold;
	color: #FCD22C;
	clear: both;
}

/* text styles */
.highlighted_text {
	color: #EC282C;
}

/* ul styles */
ul.standard_ul {
	margin-top: 0px;
	margin-bottom: 6pt;
}
ul.standard_ul li {
	margin-bottom: 6pt;
}