@charset "UTF-8";
/* CSS Document */

/*==========================
	big menu
===========================*/
#menu {
	width: 800px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	padding: 20px 0;
}

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 0;
	margin-left: 0px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
	padding: 0;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 157px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #000;
}

#kwick .kwick span {
	color: #fff;
	display: none;
	margin: 5px;
	font-variant:small-caps;
	letter-spacing: 1px;
}

#kwick .opt1 {
	background: url(../img/menu1.jpg);
	background: none;
}

#kwick .opt2 {
	background: url(../img/menu2.jpg);
	background: none;
}

#kwick .opt3 {
	background: url(../img/menu3.jpg);
	background: none;
}

#kwick .opt4 {
	background: url(../img/menu4.jpg);
	background: none;
}

#kwick .opt5 {
	background: url(../img/menu5.jpg);
	background: none;
	border-right: 0;
}

#kwick .opt6 {
	background: url(../img/menu6.jpg);
	border-right: 0;
	background: none;
}

#kwick #current {
	background: #899b90;
}

#kwick .opt1, #kwick .opt2, #kwick .opt3, #kwick .opt4 {
}

#kwick .opt1:hover, #kwick .opt2:hover, #kwick .opt3:hover, #kwick .opt4:hover {
}

.kwicks span {
	display: none;
}

/*===========================
	CALENDAR
===========================*/
/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron>, MIT Style License. */

input.calendar,
select.calendar {
	width: 149px;
}

button.calendar {
	background: url(../img/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../img/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../img/dashboard-prev.gif);
		left: 1px;
	}
	div.calendar caption a.next {
		background-image: url(../img/dashboard-next.gif);
		right: 1px;
	}
	div.calendar caption a:hover {
		background-position: 0 11px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 17px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.calendar td.invalid {
		color: #666;
	}
	div.calendar td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.calendar td.active,
	div.calendar td.hover {
		color: #CF0;
		cursor: pointer;
	}