body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: justify;
	background-color: #e1efd2;
	
	min-width: 900px;
}

/*****************************     Header     ****************************************/

#header
{
	background-image: url("../img/header.png");
	height: 109px;
	padding: 0;
	margin: 0;
}

#logo { float: left; }

#banner
{
	background-image: url("../img/banner.png");
	height: 100px;
	width: 421px;
	float: right;
	
	margin: 0;
}

/*****************************    Container   ****************************************/

#container
{
	padding-top: 5px;
}

#boxes
{
	/*float: right;*/
	position: absolute;
	top: 114px;
	left: 0px;
	right: 0;
	width: 200px;
	margin: 5px;
	margin-top: 0;
}

.box, .element
{
	background-color: #FFF;
	border: #4b751e 1px solid;
	border-top: none;
	margin-bottom: 5px;
}

.element { /*margin-left: 5px; margin-right: 210px;*/ /*margin-right: 5px; margin-left: 210px;*/ }

.inline { margin-bottom: 5px; height: 22px; padding-top: 2px; background-image: url("../img/inline-middle.png"); }

.box .content, .element .content { margin: 5px; }
.box .content-centered, .element .content-centered { margin: 5px; text-align: center; }
.box .top, .element .top { background-image: url("../img/item-top-middle.png"); height: 22px; font-size: 1.2em; font-weight: bold; color: #FFF; padding-top: 2px; margin: -1px; margin-top: 0; text-align: center; }
.box .top .left, .element .top .left, .inline .left { background-image: url("../img/item-top-left.png"); height: 24px; width: 1px; float: left; margin-top: -2px; background-repeat: no-repeat; padding-top: 1px; padding-left: 5px; }
.box .top .right, .element .top .right, .inline .right { background-image: url("../img/item-top-right.png"); height: 24px; width: 6px; float: right; margin-top: -2px; }
.box .bottom, .element .bottom { margin: -1px; }
.element .bottom { clear: both; }
.box .bottom .left, .element .bottom .left { background-image: url("../img/item-bottom-left.png"); height: 4px; width: 5px; margin-top: -3px; float: left; }
.box .bottom .right, .element .bottom .right { background-image: url("../img/item-bottom-right.png"); height: 4px; width: 5px; margin-top: -3px; float: right; }
.element .administration { margin-top: 2px; margin-left: 5px; padding: 2px; padding-left: 5px; float: right; border-left: solid 1px #333; }
.element .statistics { margin: 5px; }
.inline .left { background-image: url("../img/inline-left.png"); }
.inline .right { background-image: url("../img/inline-right.png"); }

.element a { text-decoration: underline; }
.element a:hover { text-decoration: none; }
.element .statistics a { text-decoration: none; }
.element .statistics a:hover { text-decoration: underline; }
.element .top a { color: #FFF; text-decoration: none; }
.element .top a:hover { color: #FFF; text-decoration: none; }
.element .top input { margin: 0; }
.inline p { margin: 0; text-align: center; }
.inline input { border: 0; vertical-align: middle; display:inline-block; height: 16px; background: none; margin: 0px; }
.inline input.inline-input-area { background-image: url( "../img/transparent-white.png" ); -moz-border-radius: 4px 0 0 4px; padding-left: 2px; padding-right: 2px; }

.element .comments { clear: both; border-top: solid 1px #4b751e; margin: 5px; /*margin-top: 20px;*/margin-top: 10px; }
.element .comment { border: solid 1px #4b751e; margin: 5px; padding: 5px; -moz-border-radius: 5px; background-color: #EEE; }
.element .comments form { border-top: dashed 1px #4b751e; margin-top: 10px; padding-top: 10px; }
.element .comment .statistics { margin: 0; border-bottom: dashed 1px #4b751e; padding-bottom: 2px; margin-bottom: 2px; }
.element .share { clear: both; border-top: solid 1px #4b751e; margin: 5px; margin-top: 20px; }

.box #calendar-tooltip { text-align: left; border: solid 1px #4b751e; background-color: #FFF; padding: 5px; width: 200px; -moz-border-radius: 5px; visibility: hidden; position: absolute; }

/*****************************     Footer     ****************************************/

#footer
{
	clear: both;
	
	text-align: center;
	border-top: solid 1px #527f22;
	margin: 10px;
	padding: 5px;
}

/*****************************     Tooltip     ****************************************/

#tooltip
{
	position: absolute;
	display: block;
	visibility: hidden;
	
	text-align: left;
	border: solid 1px #4b751e;
	background-color: #FFF;
	padding: 5px;
	-moz-border-radius: 5px;
}

#copyrighter
{
	position: absolute;
	display: block;
	visibility: hidden;
	
	background-image: url( "../img/copyright-logo.png" );
	width: 63px;
	height: 20px;
	
	cursor: crosshair;
}

/*****************************      Misc      ****************************************/

img { border: 0; vertical-align: middle; display:inline-block; }
input, textarea { border: solid 1px #4b751e; background-color: #FFF; margin: 2px; -moz-border-radius: 5px; }
p { margin: 5px; padding: 0; }
a { text-decoration: none; color: #4b751e; }
a:hover { text-decoration: underline; }
.box a { color: #000; }
.box a:hover { text-decoration: none; color: #4b751e; }
.box table tr a { display: inline-block; width: 100%; background-color: #CCC; }
.box table .calendar-currentDay { font-weight: bold; }
#footer a { color: #000; }

ul { list-style:none; margin: 0; padding: 0; }
.element .content ul { list-style: circle; margin-left: 20px; }
li { margin: 2px; }
ul .separator { background-color: #4b751e; height: 1px; }


h1 { display: inline-block; font-size: 1em; margin: 0; padding: 0; }
h3 { margin: 5px; padding: 0; }

select { margin: 2px; }


.icon
{
	margin: 5px;
	padding: 2px;
	display: inline-block;
}
.icon:hover { background-color: #D7D7D7; }
.caption { margin-left: 2px; }
.icon a { color: #000; text-decoration: none; }
.icon a:hover { text-decoration: none; }

#form label { display: block; width: 250px; text-align: right; float: left; margin-right: 5px; padding-top: 2px; }

div.error { display: inline; margin: 0; padding: 0; }
div.error-message { text-align: center; font-weight: bold; }
/*.form-error { background-color: #fcf7f7; }*/

.admin-link, .admin-link-transparent { margin: auto; margin: 2px;  width: 200px; text-align: center; display: inline-block; }
.admin-link-transparent { opacity: 0.25; }
.admin-link a, .admin-link-transparent a { text-decoration: none; }
.admin-link img, .admin-link-transparent img { display: block; margin: auto; }
