/* GENERIC STYLES */
body {
	margin:0;
	background:url("../images/site/bg.png") repeat-x #462e22;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:.9em;
}
h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Comic Sans Ms, Georgia, Helvetica, serif;
}
a img {
	border:none;
}
a:link, a:visited {
	text-decoration:underline;
	color:#87230b;
}
a:hover, a:active {
	text-decoration:underline;
	color:#333333;
}


/* LAYOUT */
#wrapper {
	width:744px;
	margin:0 auto;
	background:#ac8b6c;
}
#leftCurtain {
	position:absolute;
	margin-left:-30px;
	z-index:98;
}
#rightCurtain {
	position:absolute;
	margin-left:650px;
	z-index:98;
}
#header {
	height:146px;
	background:url("../images/site/header_bg.png") repeat-x;
	padding-left:80px;
}
#logo {
	position:absolute;
	margin:0 0 0 160px;
}
#navigation {
	height:36px;
	background:url("../images/site/nav_bg.png") repeat-x;
}
#contents {
	min-height:300px;
	padding:15px 30px 15px 30px;
	color:#000000;
}
#footer {
	height:37px;
	background:url("../images/site/footer_bg.png") repeat-x;
	border:3px solid #ac8b6c;
	text-align:center;
	color:#efefef;
	font-size:.8em;
	padding:20px 0 0 0;
}
#subfoot {
	font-size:.8em;
	width:730px;
	margin:0 auto;
	margin-top:2px;
	text-align:right;
}
#subfoot a {
	color:#cccccc;
	text-decoration:none;
}


/* MAIN NAVIGATION */
#navigation ul {
	margin:0;
	padding:0 20px 0 20px;
	list-style-type:none;
	position:absolute;
	z-index:99;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	display:block;
	height:28px;
	padding:8px 15px 0 15px;
	text-decoration:none;
	color:#ffffff;
}
#navigation ul li a:link, #navigation ul li a:visited {
	background:inherit;
}
#navigation ul li a:hover, #navigation ul li a:active {
	background:url("../images/site/nav_bg_hover.png") repeat-x;
}


/* MAIN NAVIGATION, SECOND LEVEL*/
#navigation ul li ul {
	display:none;
	padding:0;
	width:140px;
	background:url("../images/site/nav_bg_hover.png") repeat-x;
}
#navigation ul li:hover ul {
	display:block;
}
#navigation ul li ul li {
	float:none;
}
#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
	background:url("../images/site/nav_bg_hover.png") repeat-x;
}
#navigation ul li ul li a:hover, #navigation ul li ul li a:active {
	background:#333333;
}


.fb-like {
	float:right
	
}


/* CLASSES */
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.italic {
	font-style:italic;
}
.std_table {
	border-collapse:collapse;
	margin-left:1px;
}
.std_table td, .std_table th {
	border:1px solid #666666;
	padding:2px 5px 2px 5px;
}
.std_table th {
	background:#666666;
	color:#ffffff;
}
.dataTable {
	border-collapse:collapse;
}
.dataTable td, .dataTable th {
	border:1px solid #cccccc;
	padding:2px 6px 2px 6px;
}
.boxHead {
	border:1px solid #b6e292;
	background:url("../images/site/boxhead.png") repeat-x;
	padding:3px 5px 3px 5px;
	color:#333333;
	font-weight:bold;
}
.boxBody {
	border:1px solid #b6e292;
	border-bottom:2px solid #b6e292;
	padding:5px;
}
.subBoxHead {
	border:1px solid #b6e292;
	background:#a7d4a6;
	padding:3px 5px 3px 5px;
	color:#333333;
	font-weight:bold;
}
.subBoxBody {
	border:1px solid #b6e292;
	border-bottom:2px solid #b6e292;
	padding:5px;
}
.resultBar {
	height:14px; 
	border:1px solid #000000;
}
.resultBarFilling {
	background:#CCCCCC; 
	height:14px;
}

.odd {
	background:#efefef;
}
.even {
	background:#ffffff;
}
.rightImg {
	float:right;
	margin-left:10px;
}
.leftImg {
	float:left;
	margin-right:10px;
}
.button {
	width:auto;
	background:#666666;
	border:1px solid #333333;
	font-weight:bold;
	color:#ffffff;
	padding:3px 6px 3px 6px;
}
.error {
	color:red;
}
.ok {
	color:green;
}
.highlight {
	background:#f9ffc4;
}


/* DATECOMPONENT BY ADERYN */
input.date {
	float: left;
}
.dateButton {
	display: block;
	float: left;

	width: 19px;
	height: 14px;

	background-image: url("../images/icons/tableDate.gif");
	background-repeat: no-repeat;
}
.clearButton {
	clear: both;
}
.dateButton span {
	display: none;
}
#dateContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
#dateTable .weekday {
	font-weight: bold;
}
#dateTable td {
	border: 1px solid #ccc;
	text-align: center;
}
#dateTable td.hover {
	background-color: #ccc;
	cursor: pointer;
}
#dateTable td.prevCell {
	border: 0;
	text-align: left;
}
#dateTable td.nextCell {
	text-align: right;
	border: 0;
}