@import url('null.css');

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

.ok-msg, .error-msg {
	font-weight: bold;
}

.ok-msg {
	color: green !important;
}

.error-msg {
	color: red !important;
}

p.notice {
	margin-bottom: 20px;
	padding: 5px;
	color: black;
}

.notice.ok {
	background: #fed1a8;
}

.notice.error {
	background: #F6A9A9;
}

/*

		MAIN

*/

body {   
	font-size: 80%;
	font-family: Trebuchet MS;
	text-align: center;
	background: url(../img/body-white.gif) left top repeat;
}

div#body-bg {
	width: 100%;
	height: 599px;
	background: url(../img/body-gradient.gif) left top repeat;
	position: absolute;
	left: 0;
	top: 0;
}

div#page {
	width: 900px;
	margin: 0 auto;
	min-height: 810px;
	_height: 810px;
	text-align: left;
	background: url(../img/pattern-inner.gif) left top repeat-x;
	position: relative;
}

/*

		HEADER

*/

div.content-spacer {
	height: 15px;
}

#page div#header {
	width: 869px;
	height: 184px;
	margin: 0 auto;
	padding-top: 12px;
	background: url(../img/header-border.jpg) left 12px no-repeat;
}

#header a {
	display: block;
	width: 863px;
	height: 172px;
	margin: 3px 0 0 3px;
	overflow: hidden;
}

/*

		RIGHT CONT

*/

#page div#right-cont, #page div#right-cont-full {
	width: 650px;
	_width: 635px;
	min-height: 500px;
	_height: 500px;
	float: right;
	margin-right: 15px;
	_overflow: hidden;
	color: #143a02;
}

#page div#right-cont-full {
	width: 95%;
	float: none;
	margin-left: 19px;
}

#right-cont h2, #right-cont-full h2 {
	font-family: Trebuchet MS;
	font-size: 1.4em;
	color: #297604;
}

#right-cont p, #right-cont-full p {
	margin-top: 15px;
	color: #143a02;
}

#right-cont ul, #right-cont-full ul {
	list-style-position: outside;
	padding-left: 15px;
}

#right-cont ul li, #right-cont-full ul li {
/*	padding-left: 15px;	 */
}

#right-cont ol, #right-cont-full ol {
	list-style-position: outside;
	padding-left: 20px;
}

#right-cont a, #right-cont a:hover,
#right-cont-full a, #right-cont-full a:hover,
a.default-link, a.default-link:hover {
	color: #e16a00;
	text-decoration: underline;
}

#right-cont a:hover, #right-cont-full a:hover, a.default-link:hover {
	text-decoration: none;
}

/*

		LEFT CONT

*/

#page div#left-cont {
	width: 195px;
	float: left;
	margin: 0 19px 0 19px;
	_margin-left: 10px;
}

#left-cont div.main-menu {
	width: 100%;
}

.main-menu ul, .main-menu ul li {
	list-style: none;
}

.main-menu ul li {
	width: 100%;
	margin-bottom: 5px;
	line-height: 22px;
	border: 1px solid #399609;
}

.main-menu.login ul li {
	border: 1px solid #f7ba11;
}

.main-menu ul li ul li {
	margin-bottom: 0;
	border: 0 none;
}

.main-menu ul li#mm4 {
	margin-bottom: 0;
}

.main-menu ul li a, .main-menu ul li a:hover {
	display: block;
	width: 100%;
	line-height: 22px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background: #399609;
}

.main-menu.login a, .main-menu.login a:hover {
	background: #f7ba11;
}

.main-menu.webshop a, .main-menu.login a:hover {
	background: #95B359;
}

.main-menu.login a:hover {
	color: #297604;
	background: #f7a911;
}

.main-menu ul li ul li a, .main-menu ul li ul li a:hover {
	background: #35890a;
}

.main-menu ul li a:hover, .main-menu ul li ul li a:hover {
	color: #ffff01;
	background: #33810b;
}

.main-menu ul li a span {
	display: block;
	padding-left: 15px;
}

.main-menu ul li ul li a span {
	padding-left: 25px;	
}

/*

		SIDEBOX

*/

#left-cont div.sidebox {
	width: 100%;
	border: 1px solid #3b980c;
}

.sidebox h3 {
	width: 100%;
	border-bottom: 1px solid #3b980c;
	line-height: 25px;
	font-family: Trebuchet MS;
	font-size: 1.1em;
	color: #366b19;
	background: #a1d78b;
}

.sidebox h3 span {
	display: block;
	padding: 0 10px 0 20px;	
}

.sidebox div.sidebox-cont {
	padding: 8px 5px 5px 5px;
	line-height: 25px;
	background: #e0efda;
}

/*

		SIDEBOX - USEFUL LINKS

*/

.sidebox.useful-links div.sidebox-cont span {
	padding-right: 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #29971c;
}

.sidebox.useful-links div.sidebox-cont a, .sidebox.useful-links div.sidebox-cont a:hover {
	color: #2a7801;
	text-decoration: underline;
}

.sidebox.useful-links div.sidebox-cont a:hover {
	text-decoration: none;
}

/*

		SIDEBOX - INQUIRY

*/

.sidebox.inquiry div.sidebox-cont ol {
	padding-left: 23px;
	_padding-left: 26px;
}

.sidebox.inquiry div.sidebox-cont ol li {
	list-style-position: outside;
	color: #2a7801;
}

.sidebox.inquiry div.sidebox-cont a, .sidebox.inquiry div.sidebox-cont a:hover {
	color: #2a7801;
	text-decoration: underline;
}

.sidebox.inquiry div.sidebox-cont a:hover {
	text-decoration: none;
}

/*

		LOGIN FORM

*/

#left-cont div#login-form {
	width: 100%;
}

#login-form table tr {
	margin-bottom: 3px;
}

#login-form table tr td {
	height: 15px;
}

#login-form table tr td label {
	display: block;
	height: 18px;
	padding: 0 3px 0 3px;
	color: #356a1a;
	background: #a1d78b;
	border: 1px solid #39960a;
	position: relative;
	left: 7px;
}

#login-form table tr td input {
	width: 140px;
	border-top: 1px solid #a1ce8d;
	border-right: 1px solid #c0ddaf;
	border-bottom: 1px solid #f0f8ed;
	border-left: 1px solid #39960a;
}

#login-form table tr td input.submit-input {
	margin-left: 7px;
	color: #356a1a;
	background: #a1d78b;
	border: 1px solid #39960a;
}

/*

		FOOTER

*/

#page div#footer {
	width: 100%;
	text-align: center;
	font-size: .9em;
}

#footer p, #footer p a, #footer p a:hover {
	color: #143A02;
}

#footer p a, #footer p a:hover {
	text-decoration: underline;
}

#footer p a:hover {
	text-decoration: none;
}

/*

		REGISTRATION

*/

#right-cont div.registration {
	margin-top: 20px;
}

.registration p {
	margin-top: 0 !important;
	color: #535353 !important;
}

.registration p.ok-msg, .registration p.error-msg {
	margin-bottom: 20px;
	padding: 5px;
	color: black;
}

.registration p.ok-msg {
	background: #fed1a8;
}

.registration p.error-msg {
	background: #F6A9A9;
}

.registration table {
	width: 100%;
}

.registration table tr td {
	vertical-align: top;
	width: 74%;
}

.registration.actions table tr td {
	width: 24%;
	position: relative;
}

.registration table tr td.vertical-middle {
	vertical-align: middle;
}

.registration table tr td.first-cell {
	width: 25%;
}

.registration table tr td.first-cell.time {
	text-align: right;
}

.registration table tr.heading-row td {
	background: #399609;
	border: 1px solid #143A02;
}

.registration table tr.member td {
	color: #535353;
}

.registration table tr.member.highlighted td {
	background: #c7c7c7;	
}

.registration table tr.heading-row td p {
	color: white !important;
}

.registration table tr td input, .registration table tr td textarea, .registration table tr td select {
	width: 100%;
}

.registration table tr td label {
	color: #535353;
}

.registration table tr td input, .registration table tr td textarea, .registration table tr td select {
	font-family: Trebuchet MS;
	font-size: 1em;
	color: #535353;
	background: #f8f6f7;
	border: 1px solid #626262;
}

.registration table tr.last-row td input, .registration table tr td input.auto {
	width: auto;
}

.registration table tr td input[disabled] {
	background: silver;
}

.registration table tr td input.required-input, input.required-input,
.registration table tr td textarea.required-input, textarea.required-input {
	background: #f6a9a9 !important;
}

.registration span.required-field {
	color: red;
}

/*

		OTHER

*/

div#bottom-spacer {
	height: 30px;
}

/*

		ACTIONS TABLE

*/

table.actions-table {
	width: 100%;
}

.actions-table tr td, .actions-table tr th {
	border-right: 1px solid #143a02;
	border-bottom: 1px solid #143a02;
}

.actions-table tr.first-row td, .actions-table tr.first-row th {
	border-top: 1px solid #143a02;
	cursor: pointer;
}

.actions-table tr.first-row th.nosort {
	cursor: default;
}

.actions-table tr td.first-cell, .actions-table tr th.first-cell {
	border-left: 1px solid #143a02;
}

table.action-detail-table {
	width: 100%;
	margin-top: 10px;
}

.action-detail-table tr td {
	vertical-align: top;
	border-top: 1px solid #143a02;
}

.action-detail-table tr.first-row td {
	border-top: 0 none;
}
