/*
	CSS Document
	Web Dynamic demo
	"Håndtverkeren as"
	Kalender
*/

/*------------------------- Minikalender */


#mini_calendar {
	width: 200px;
	margin-bottom: 20px;
	}

#mini_calendar a {
	text-decoration: none;
	}

#mini_calendar td { 
	padding: 1px;	
	text-align: center; 
	font-size: 11px;
	}

#mini_calendar #nav_center {
	font-weight: bold;
	background-color: #2e5a2c;
	color: #fff;
	text-transform: capitalize;
	}	

td#nav_left, td#nav_right {
	background-color: #2e5a2c;
	}

td#nav_left a, td#nav_right a {
	display: block;
	color: #fff;
	}

td#nav_left a:hover, td#nav_right a:hover {
	color: #fff;
	}
	

#mini_calendar tr.days { 
	
	}

#mini_calendar tr.divide { 
	background-color: #c3d6ac;
	}

#mini_calendar td.mini_calendar_eventday a {
	font-weight: bold;
	padding: 1px 6px;
	color: #ff0000;
	border: 1px solid #b0aba9;
	background-color: #fff;
	}

#mini_calendar td.mini_calendar_eventday a:hover {
	color: #c49578;
	}

/*------------------------- Hovedkalender */

#calendar_area { 
	font-family: Verdana, sans-serif !important;
	font-size: 12px;
	}

#calendar_today { 

	}

.calendar_today_activity {
	position: relative;
	}

.calendar_today_date, .calendar_date {
	font: normal 10px/16px Verdana;
	position: relative;
	width: 100px;
	left: 15px;
	text-align: center;
	padding: 4px 0;
	font-weight: bold;
	color: #fff;
	background-color: #2e5a2c;
	}

.calendar_today_category, .calendar_category {
	font: normal 10px/16px Verdana;
	position: relative;
	width: 20em;
	left: 116px;
	margin-top: -20px;
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
	color: #392e27;
	background-color: #c3d6ac;
	}
	
.calendar_contents {
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #2e5a2c;
	}

#calendar_activities {

	}

#calendar_caption {
	margin-bottom: 40px;
	font: normal 12px/16px "Trebuchet MS";
	}

.calendar_activity {
	position: relative;
	}

.calendar_opt_fields {

	}

.calendar_opt_fieldlabel {

	}

.calendar_opt_value {

	}

#calendar_filter {
	padding-bottom: 40px;
	position: relative;
	}

#calendar_filter_caption {
	font: normal 10px/16px Verdana;
	position: relative;
	width: 160px;
	left: 700px;
	top: 0;
	}

#calendar_filter select {
	position: relative;
	width: 160px;
	left: 700px;
	top: 0;
	color: #770000;
	}

#calendar_filter_button {
	position: relative;
	width: 160px;
	left: 540px;
	top: 22px;
	}

#calendar_filter_days {

	}