/* ========== NAUT DATEPICKER 1.03 VisitSilkeborg ==========
	Modles:
		naut_buttons.css
		naut_awesome.css
FFFFFF='FFFFFF'; #baggrund for arrangementerne
fff='D8E1BF'; #overskrift til lister
ffffff='ffffff'; #hvert andet arr
='000000'; #tekst til baggrundsfarve
='000000'; #tekst til baggrundsfarve2
000000='000000'; #tekst til baggrundsfarve3

*/







#naut-datepicker {
	font-family: font-family: Arial, Helvetica, sans-serif;;
    position: relative;
    display: block;
    background-color: none;
    padding: 2;
}

#naut-datepicker input {
    display: block;
    width: 100%;
    border: 1px solid #;
    background-color: #;
    color: #3e3e3e;
    padding: 0;
    margin-bottom: 2;
    height: 33px;
}

#naut-datepicker input.textbox:focus {
    outline: none;
}

.naut-select {
	position: relative;
}

.naut-select h3 {
	margin-bottom: 1;
	color: #fff;
}

.naut-select i {
	background: #;
	width: 33px;
	height: 33px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 29px;
	text-align: center;
	color: white;
	font-size: 32px;
	line-height: 1;
    border: 1px solid #;
}


/* ========== POPUP CALENDAR ========== */

#datepickerdiv {
	font-family: font-family: Arial, Helvetica, sans-serif;;
    z-index:200;
    position:absolute;
    top: 0;
    visibility:hidden;
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
		padding:10px;
}
#datepickerdiv table {
		margin:0;
}
#datepickerdiv td {
    font-size: 11px;
    color: #;
    padding: 0;
		text-align:center;
}

#datepickerdiv td a, #datepickerdiv td span{
    text-decoration: none;	
    padding:  5px;
		margin-top:5px;
		margin-bottom:5px;
    color:  #;
}

.cpBorder { padding: 0; }

td.cpCurrentMonthDate a:hover, td.cpOtherMonthDate a:hover {
    background-color: #;
    color: #000000;
}

#datepickerdiv td.cpCurrentDate a {	
	color:  #;
	background: #; 
}

#datepickerdiv td a.cpTodayText {
    color: #;
    padding: 2;
    margin-top: 2;
}

.cpYearNavigation,.cpMonthNavigation, td.cpDayColumnHeader {
    text-align:center;
    vertical-align:center;
    text-decoration:none;
    color: #;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled, .cpTodayTextDisabled {
    color:#;
    text-decoration: line-through;
    text-align: right;
}