body {
	background-color: #ffffcc; 
	margin: 0 !important;
	padding: 0;
	text-align: center;

}

body, div.bar_sep div.buttons {
	font-family: verdana, sans, "sans serif";
	font-size: 12px;
	color: black;
	font-weight: normal;
}

div.bar_sep div.buttons {
	float: right;
}

a {
	text-decoration: underline;
	color: #4747e0;
}

a:visited {
	color: #49496d;
}

a:hover {
	text-decoration: none;
	color: #0000ff;
}

div.center {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
}

div.advertisement {
	float: right;
	width: 120px;
	height: 300px;
	margin-top: 130px;
	margin-left: 0px;
	overflow: none;
}

div.contents_all {
	min-height: 300px;
	width: 750px;
}

div.contents {
	padding-top: 10px;
	padding-left: 210px;
}

div.contents_text {
	border: 1px solid #fa8508;
	background-color: white;
	padding: 10px;
}

div.header {
	background-image: url('images/header.png');
	position: relative;
	height: 80px;
	width: 710px;
	text-align: right;	
	padding: 20px;
}

div.header div.indent {
	margin-right: 30px;
	font-weight: bold;
}

img.corner_left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

img.corner_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}

div.menu_side {
	float: left;
	width: 207px;
	padding-top: 10px;
	margin-left: 0px;
}

div.contents div.bar, div.contents div.bar_header, div.contents div.bar_sep, div.contents div.bar_right {
	border-top: 1px solid #fa8508;
	border-bottom: 1px solid #fa8508;
	background-color: #fffc9e;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.contents div.bar img, div.contents div.bar_sep img {
	vertical-align: middle;
}

div.contents img.button {
	padding: 2px;
	vertical-align: middle;
}

div.contents textarea {
	border: 1px solid #646ff9;
	border-bottom: 1px solid #646ff9;
	border-right: 1px solid #646ff9;
	padding: 1px;
	font-family: verdana, sans, "sans serif";
	font-size: 12px;
	width: 99%;
}

div.contents textarea.editable, div.contents textarea.editable_error {
	width: 510px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 300px;
}

div.contents textarea.editable_error {
	background-color: #ffdbdb;
}

div.editable_preview {
	border: 1px dashed #646ff9;
	margin: 15px;
	display: none;
	padding: 5px;
}

div.contents div.bar_sep {
	font-size: 20px;
	font-weight: bold;
	color: #7f4341;	
}

div.contents div.bar_header {
	font-size: 24px;
	font-weight: bold;
	color: #7f4341;
}

div.contents div.bar_right {
	text-align: right;
}

div.menu {
	width: 207px;
	position: relative;
	margin-bottom: 10px;
}

div.menu h3 {
	margin-top: 0px;
	font-size: 12px;
	margin-right: 20px;
	border-bottom: 1px dashed #623300;
	margin-bottom: 1px;
}

img.corner_top {
	position: absolute; 
	top: 10px; 
	left: 10px;
	z-index: 0;
}

img.corner_bottom {
	position: absolute;
	bottom: 14px; 
	right: 17px;
	z-index: 0;
	display: block;	
}

img.block {
	display: block;
}

img {
	behavior: url("themes/default/data/pngbehavior.htc");
	border: 0;
}

div.menu_header {
	position: absolute; 
	top: 18px; 
	left: 20px; 
	right: 15px; 
	font-weight: bold;
	text-align: left;
}

div.menu hr {
	padding-top: 0px; 
	margin-top: 0px; 
	border-top: 1px solid black;
	border-bottom: 1px solid #999999;
}

div.menu_contents_green, div.menu_contents_yellow, div.menu_contents_blue {
	display: block;
	padding-left: 20px; 
	padding-right: 20px;
	padding-top: 20px;
	font-size: 12px;
	padding-bottom: 1px;
}

div.menu_contents_green p, div.menu_contents_yellow p, div.menu_contents_blue p {
	margin-top: 0px;
}

div.menu_contents_green {
	background: url('images/menu_contents_green.png'); 
}

div.menu_contents_yellow {
	background: url('images/menu_contents_yellow.png'); 
}
	
div.menu_contents_blue {
	background: url('images/menu_contents_blue.png'); 
}

div.menu ul {
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 9px;
	
	list-style-type: none;
}

div.menu ul.expander {
	margin-top: 0px;
	margin-left: 30px;
}

div.menu ul.star {
	list-style-type: disc;
}

div.menu li {
	padding-left: 0px;
	margin-left: 0px;
}

div.menu li.expander {
	margin-left: -17px;
}

div.menu img.expander {
	vertical-align: bottom;
}

h1.top {
	margin-top: 0px;
}

h1, h2, h3 {
	color: #7f4341;
}

h2, h3 {
	padding-bottom: 2px;
	border-bottom: 1px dashed #fa8508;
}

hr {
	border: 0;
	border-top: 1px dashed #ffdebb;
	border-bottom: 1px dashed #fa8508;
}

div.dont_panic {
	position: relative;
	margin-bottom: 15px;
	width: 351px;
	margin: 0 auto;
}

div.dont_panic div {
	position: absolute;
	text-align: left;
	top: 50px;
	left: 85px;
	font-size: 10px;
	width: 250px;
}

div.expander_menu {
	display: none;
}

div.login {
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: left;
	vertical-align: bottom;
}

div.login form {
	margin: 0;
	padding: 0;
}

input, select, input.error {
	border: 1px solid #fa8508;
	border-bottom: 1px solid #f9b164;
	border-right: 1px solid #f9b164;
	background-color: #fffc9e;
}

input.image {
	border: 0;
	background-color: transparent;
	vertical-align: middle;
}

input.text, input.text_error {
	width: 200px;
}

input.text_error {
	background-color: #ffdbdb; 
}

input.text_error, input.currency_error, input.error {
	border: 1px solid #ff0000;
}

input.button {
	border: 1px solid black;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

input.currency, input.currency_error {
	width: 50px;
}


div.login input, div.login input.error {
	z-index: 5;
}

div.login input.text_field, div.login input.text_field_error {
	padding-left: 3px;
	padding-right: 3px;
	width: 150px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.top {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

img.menu_control {
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 5;
}

div.popup {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

img.popup {
	position: absolute;
	display: block;
}

.smaller {
	font-size: 10px;
}

table.default {
	border-collapse: collapse;
	width: 99%;
}

table.default td {
	border: 1px solid #8486a1;
	padding: 3px;
}

table.default tr.r1 td {
	background-color: #fffe97;
}

table.moderate {
	border-collapse: collapse;
}

tr.header td {
	background-color:  #fff392;
	font-weight: bold;
}

table.moderate td {
	border: 1px solid #8486a1;
	padding: 3px;
	vertical-align: top;
}

table.moderate tr.r0 td {
	background-color: #ffffb4;
}

table.moderate tr.r1 td {
	background-color: #fffe97;
}

tr.highlight td {
	background-color: #8fff86;
}


td.submit {
	text-align: right;
}

span.error {
	font-weight: bold;
	color: red;
}

span.label_required {
	font-weight: bold;
}

span.label_error {
	color: red;
}

div.header div.message {
	position: absolute;
	top: 20px;
	font-weight: bold;
}

textarea.error {
	background-color: #ffdbdb;
}

div.error_message {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 3px solid #ff7474;
	color: red;
	font-weight: bold;
}

div.beheer {
	display: none;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0px;
	padding: 10px;
	background-color: #cfd8e8;
	border-top: 1px solid #8486a1;
	border-bottom: 1px solid #8486a1;
	margin-bottom: 15px;
}

div.beheer table {
	margin: 0 auto;
	width: 90%;
}

div.message_box {
	border: 1px solid #8486a1;
	margin-bottom: 30px;
	background-color: #fffecd;
}

div.message_box div.title {
	padding: 3px;
	background-color: #cfd8e8;
	border-bottom: 1px solid #8486a1;
	font-weight: bold;
}

div.message_box div.bericht {
	padding: 3px;
}

div.message_box div.subtitle {
	font-size: 10px;
	font-weight: normal;
	border-top: 1px dashed #8486a1;
	margin-top: 3px;
	padding-top: 2px;
}

span.highlight {
	background-color: #fff56b;
}

table.fill {
	width: 99%;
}

table.bordered {
	border-collapse: collapse;
}

table.bordered td {
	border: 1px solid #8486a1;
	padding: 3px;
}

table.show_new {
	width: 99%;
}

table.votes {
	font-size: 10px;
	width: 99%;
	position: relative;
}

table.votes td {
	vertical-align: top;
	position: relative;
	border-bottom: 1px dashed #8f92ba;
	padding-bottom: 2px;
}

table.votes td.percentage {
	vertical-align: bottom;
}

div.vote {
	font-size: 9px;
	display: inline;
	height: 10px;
	background-image: url("images/pgspgs.png");
	vertical-align: middle;
}

div.vote img.end {
	vertical-align: bottom;
}

table.default_noborder td {
	vertical-align: top;
	padding: 3px;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}


div.page_navigation {
	font-size: 10px;
}

div.page_navigation img {
	margin-bottom: 2px;
	vertical-align: top;
}

table.poll {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

input.small {
	width: 80px;
}

input.tiny {
	width: 50px;
}

.full {
	width: 100%;
}

.noborder {
	border: 0;
}
