/*------------------------------*/
/* CSS-STYLES für den KALENDER  */
/*------------------------------*/

/*Voegele-Reisen calendar_vgl.css 
  19.05.09 */


#calendars {
	z-index:600;
	/*visibility: hidden;*/
	position: absolute;
	/* left: 290px;*/
	left: 150px;
	top: 160px;
	background-color: #e6e6e6;
	width: 400px;
	padding: 3px;
	border: 1px solid #666;
	/*
	background: #ff;
	border: 1px solid #0F5CAA;
	padding: 3px;
	left: 150px;
	top: 150px;
	*/
}

#calendars a:link 
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : #3333CC;
	text-decoration: none;
}
#calendars a:visited 
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : #000;
	text-decoration: none;
}
#calendars a:hover 
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : #000;
	text-decoration: none;
}
#calendars input 
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	weight: 150px;
	text-align: center;
	vertical-align: middle;
	text-indent: 2px;
}
#calendars select {

}


#calendars .title
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
}
#calendars .date_title
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-align: right;
	line-height: 1.5em;
}

#calendars .tr_month
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}
#calendars .arrow_lft  {
	background: #51B948 url(../images/calendar/arrowleft.gif) no-repeat center center;
}
#calendars .arrow_rgt  {
	background: #51B948 url(../images/calendar/arrowright.gif) no-repeat center center;
}

#calendars .tr_weekday
{
	background-color: #fff;
	font: normal 11px Verdana,  sans-serif;
	text-transform: capitalize;
	text-align: center;
}

#calendars .td_workday
{
	vertical-align: middle;
	text-align: center;
	background-color: #efefef;
}

#calendars .td_weekend
{
	vertical-align: middle;
	text-align: center;
	background-color: #ccc;
}

#calendars .workday_inactiv
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : italic;
	color: #666666;
}

#calendars .weekend_inactiv
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : italic;
	color : #666666;
}
#calendars .allday_inactiv
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : italic;
	color : #666;
}
#calendars .workday_activ
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
}

#calendars .weekend_activ
{
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
}
#calendars   .table  
{
	font-family : Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	table-layout: fixed;
	width: 180px;
}
#calendars  .table  td {
	line-height: 1em;
	height: 1.4em;
}
#calendars .date {
	width: 170px;
}
#calendars #apply {
	color: #000;

}

#calendars .btnbox_x {
	width: 20px;
	text-align: center;
	background-color: #FFFFFF;
	float: right;
	/*border: thin outset #FFFFFF;*/
	margin-right: 0px;
	}
	#calendars .btnbox_x a,
	calendars .btnbox_x a:link,
	#calendars .btnbox_x a:visited,
	#calendars .btnbox_x a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	
	
}
	#calendars .btnbox_x a:hover {
	color: #fff;
	background-color: #FF0000;
	padding: 5px;
	

}

