/****************************************
* global styles
****************************************/

LABEL {
	/*display: block;*/
}

INPUT {
	/*display: block;*/
}

/****************************************
* overrides
****************************************/

#leftmenu {
	display: none;
}

#content {
	/* original values
		left: 237px;
		width: 438pc;
	*/
	left: 24px !important;
	width: 612px !important;
}

#rightside {
	/* original values
		width: 204px;
	*/
	width: 240px !important;
}

/****************************************
* search result styles
****************************************/

.search_result_list {
	margin: 12px 12px 12px 36px;
}

.search_result_list .aktivitet {
	clear: both;
	margin-bottom: 12px;
}

.search_result_list .datum {
	font-weight: 600;
	font-size: 120%;
}

.search_result_list .tid {
	float: left;
	width: 60px;
	
}

.search_result_list .titel {		
	font-size: 110%;
}

.search_result_list .plats {		
	clear: both;
	padding-left: 60px;
	font-style: italic;
}

.search_result_list .prast {
	clear: both;
	padding-left: 60px;
	font-style: italic;
}

.search_result_list .musiker {
	clear: both;
	padding-left: 60px;
	font-style: italic;
}

.search_result_list .ansvarig {
	clear: both;
	padding-left: 60px;
	font-style: italic;
}

.search_result_list .notering {
	clear: both;
	padding-left: 60px;
	margin: 3px 0 12px 0;		
}

/****************************************
* page navigator styles
****************************************/

.page_navigator {
	margin: 12px 12px 12px 36px;
}

/****************************************
* search form styles
****************************************/

.dateedit {
	width: 156px;
}

.combobox {
	width: 180px;
}

.button_panel {
	margin: 12px 0 0 0;
	text-align: right;
}

OPTION.header {
	background-color: #F0F0F0;
	font-weight: 600;
}

/****************************************
* date selector styles
****************************************/

.DateSelector_Button {		
	background: buttonface url(./drop_down_button_face.gif) no-repeat center center;
	width: 18px;	
	margin: 0px;
	z-order: -1;
}

.DateSelector_Calendar {
	position: absolute;
	border: 1px solid;
	xborder-color: threedlightshadow threeddarkshadow threeddarkshadow threedlightshadow;
	border-color: windowframe;
	background-color: white;
	width: 180px;
	z-index: 100;
}

.Calendar {
	font-family: Verdana;
	font-size: 9pt;
	border: 0px solid;
	xborder-color: threedhighlight threedshadow threedshadow threedhighlight;	
	border-color: threedlightshadow threeddarkshadow threeddarkshadow threedlightshadow;
	margin: 0;
}

.Calendar .header {
	background-color: #000080; 
	color: #FFFFFF;
}

.Calendar .header TH {
	padding: 6px 2px;
}

.Calendar TD {
	padding: 0px;
	margin: 0px;
}

.Calendar .footer TD {
	text-align: right;
	border-top: 1px solid gray;
	background-color: #F0F0F0; 
	padding: 2px;	
}

.Calendar .navigator {
	cursor: pointer;
	color: transparent;
}

.Calendar .prev_month {
	background: #000080 url(./cal_nav_prev_month.gif) no-repeat center center;
}

.Calendar .next_month {
	background: #000080 url(./cal_nav_next_month.gif)  no-repeat center center;
}

.Calendar .weekday_cell {
	border-bottom: 1px solid silver;
	text-align: center;
	padding: 2px 0 2px 0;
	color: gray;
}

.Calendar .weekno_cell {
	border-right: 1px solid silver;
	padding: 0 2px 0 2px;
	width: 18px;
	text-align: right;
	color: gray;
}

.Calendar .day_cell {
	border: 1px solid transparent; 	
	text-align: center;
	cursor: pointer;
	width: 21px;
	height: 21px;
}

.Calendar .red_day {
	color: red;
}

.Calendar .selected {
	background-color: silver;
}

.Calendar .today {
	border: 1px solid gray;
}

