#background {
	background-color: #eeeedf;
	color: black;
}
/*
form input, form select, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
}
*/
.main_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
}

.main_form_submit_button {
	font-weight: bold;
}


/* Panels */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	color: black;
	text-align: right;
	background-color: #dfdfbf;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;

}

#header a {
	color: black;
	text-decoration: none;
}

#header a:hover {
	color: orangered;
	text-decoration: underline;
}

#banner {
/*	border: solid 1px black; */
	
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	background-color: #999999;
}

#menu {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px black;
	background-color: #444444;
}

#popup_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	background-color: #ffffff;
}

#popup_content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: slategray;
}

#popup_content a {
	color: royalblue;
	text-decoration: none;
}

#popup_content a:hover {
	color: lightsalmon;
	text-decoration: underline;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	background-color: #ffffff;
	padding-top: 20px;
}

#content a {
	color: royalblue;
	text-decoration: none;
}

#content a:hover {
	color: lightsalmon;
	text-decoration: underline;
}

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #dfdfbf;
	font-size:67%;
	padding: 3px;
	background-color: beige;
}

#sidebar_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:67%;
	padding: 3px;
	color: #999999;
}


#outlined_box {
	border: solid 1px #dfdfbf;
	padding: 3px;
	background-color: beige;
}


#content_text {
	font-size: 75%;
	line-height: 140%;
}

#content_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: slategray;
}

#content_text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: slategray;
}

#content_text h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: slategray;
}

#footer {
	background-color: #dfdfbf;
	border: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	color: #666666;
}

/* General */

#highlight {
	color: orangered;
}

.float_right {
   float: right
}

.outlined_box {
	border: solid 1px #dfdfbf;
	padding: 3px;
	background-color: beige;
}

/* Full details */

.outlined_subblock {
	border-top: solid #e1e1d7 1px;
	border-left: solid #e1e1d7 1px;
	border-right: solid white 1px;
	border-bottom: solid white 1px;
	background-color:white;
}

.outlined_block {
	border-top: solid #cecece 1px;
	border-left: solid #cecece 1px;
	border-right: solid #cecece 1px;
	border-bottom: solid #cecece 1px;
	background-color:whitesmoke;
}

.outlined_block_coloured {
	border-top: solid #e1e1d7 1px;
	border-left: solid #e1e1d7 1px;
	border-right: solid #e1e1d7 1px;
	border-bottom: solid #e1e1d7 1px;
	background-color:#ecece1;
}

.subblock_header {
	border-top: solid white 1px;
	border-left: solid white 1px;
	border-right: solid #bbbbbb 1px;
	border-bottom: solid #bbbbbb 1px;
	background-color: #e7e7e7;
}

.no_data {
	color: silver;
	font-style: italic;
}
