<!--
$Title : Calendar CSS for EDW Intranet $
$Autor : Philipp Blatter $
$Date : 24.03.2003 $
$     : 21.02.2007 $
$     : 13.11.2008 Calender also for suprise shop $
-->


#bshop table.calendart {
	padding: 0;
	margin: 20px 0 0 0;
	}
	
#bshop table.calendart td {
	padding: 0;
	margin: 0;
	}


#bshop td.calendar {
	border: none;
	margin: 0;
	padding: 0;
}

#bshop .calendar a, 
#bshop .calendar a:link, 
#bshop .calendar a:visited { 
	font-size : 11px;
	color : #547088;
	font-weight : bold;
	display: block !important; 
	width: 24px;
	height: 15px;
	border-bottom: 1px solid #bbb;
	padding-right: 4px;
}

#bshop .calendar a:hover, 
#bshop .calendar a:active {
	background: #FBD12B;
}

#bshop .calendar a.unselectable, 
#bshop .calendar a.unselectable:link, 
#bshop .calendar a.unselectable:visited {
	text-decoration: line-through;
	color: #fff;
	font-weight: normal;
}
#bshop .calendar a.unselectable:hover {
	background: transparent;
}



#bshop table.calendart { 
	background: #D5DEE4 url(/img/bg_calendar.gif) 0 -2px;
	border-style : solid;
	border-width : 5px;
	border-color : #D5DEE4;
}

#bshop .calendarHeader { 
	background-color : transparent;
	padding : 2px;
	font-family : Verdana;
	font-weight : bold;
	font-size : 11px;
	color : #555555;
	line-height: 12px;
}

#bshop .calendarHeader2 { 
	font-family : Verdana;
	font-weight : bold;
	font-size : 11px;
	color : #555555;
	line-height: 18px;
}

#bshop .today { 
	background-color : #bbb;
}

#bshop .choosen { 
	background-color: #FBD12B;
	font-weight: bold !important;
}



