html {
	margin: 0px;
	
	height: 100%;
}

body {
	margin: 0px;
	
	background-color: #2F4F4F;
	height: 100%;
}

div#page {
	margin: 0px auto;
	
	width: 80%;
	height: 100%;
	
	background: rgba(255,255,255,0.8);
	
	border-left: 1px solid black;
	border-right: 1px solid black;
	
	overflow-y: auto;
}

div#page_header {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

ul#page_menu {
	width: 100%;
	
    list-style-type: none;
    
	padding: 0;
}
ul#page_menu li {
    display: inline;
	
	text-align: center;
}
ul#page_menu li  a {
    float: left;
	width: 20%;
	
    text-decoration: none;
    color: #000;
    background-color: #C1CDCD;
	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
	margin-bottom: 10px;
}
ul#page_menu li  a:hover {
	font-weight: bold;
	background-color: #668B8B;
}

div#page_footer {
	font-style: italic;
	text-align: center;
	
	width: 80%;
	
	position: absolute;
	bottom: 0px;
}

textarea {
	width: 95%;
}

div#page_block {
	margin: 0px auto;
	margin-bottom: 15px;
	
	width: 33%;
	
	border: 1px solid black;
	
	line-height: 24px;
	
	background-color: #C1CDCD;
}
div#page_block_header {
	border-bottom: 1px solid black;
	background-color: #668B8B;
	
	font-weight: bold;
	font-size: 125%;
	
	height: 24px;
}

div#error {
	width: 90%;
	border: 1px dotted red;
	color: red;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	font-weight: bold;
}

div#succes {
	width: 90%;
	border: 1px dotted gray;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	font-weight: bold;
}

img#icon_right {
	width: 24px;
	height: 24px;
	
	float: right;
}

label#add, label#add img {
	width: 24px;
	height: 24px;
	
	float: right;
}