/*------------------------------*/
/* CSS-STYLES für den KALENDER  */
/*saa_calendar.css
  LA 29.04.2009/ 17.01.11*/


#calendars {
	z-index:600;
	/*visibility: hidden;*/
	position: absolute;
	left: 0px;
	top: 100px;
	background-color: #191919;
	width: 400px;
	color: #fff;
	border-top: thin solid #F2AF00;
	border-right: thin solid #F2AF00;
	border-bottom: thin ridge #F2AF00;
	border-left: thin solid #F2AF00;
	padding:5px;
}

#calendars a:link 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color: #F2AF00;
	text-decoration: none;
}
#calendars a:visited 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #F2AF00;
	text-decoration: none;
}
#calendars a:hover 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #F2AF00;
	text-decoration: none;
}
#calendars input 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	weight: 150px;
	text-align: center;
	vertical-align: middle;
	text-indent: 2px;
}

#calendars .title
{
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
}
#calendars .date_title
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-align: right;
}

#calendars .tr_month
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color : #FFF;
	vertical-align: middle;
	text-align: center;
	background-color: #4c4c4c;
}


#calendars .tr_weekday
{
	font-family : Tahoma, Verdana, Arial;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	background-color: #4c4c4c;
	vertical-align: middle;
	text-align: center;
}

#calendars .td_workday
{
	vertical-align: middle;
	text-align: center;
	background-color: #928b81;
}

#calendars .td_weekend
{
	vertical-align: middle;
	text-align: center;
	background-color: #999999;
}

#calendars .workday_inactiv
{
	font-weight : normal;
	font-style : italic;
}

#calendars .weekend_inactiv
{
	font-weight : normal;
	font-style : italic;
}
#calendars .allday_inactiv
{
	font-weight : normal;
	font-style : italic;
}
#calendars .workday_activ
{
	font-weight : normal;
	font-style : normal;
}

#calendars .weekend_activ
{
	font-weight : normal;
	font-style : normal;
}
#calendars   .table  
{
	font-weight: bold;
	border-top: thin solid #999999;
	border-right: thin solid #999999;
	border-bottom: thin ridge #999999;
	border-left: thin solid #999999;
	background-color: #ffffff;
	table-layout: fixed;
	width: 170px;
	font-size: 12px;
}
#calendars  .table  td {
	line-height: 1em;
	height: 1.2em;
}
#calendars .date {
	width: 170px;
}
#calendars #search2 {
	color: #FFF;
}
#calendars #apply {
	/*color: #FFF;*/
	/*text-align: center;*/
}
#calendars #buttonbox {
	height: 24px;
	padding: 0px;
	padding-top: 5px;
	}
#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: #b61234;*/
	color: #F2AF00;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	
	
}
	#calendars .btnbox_x a:hover {
	color: #fff;
	background-color: #b61234;
	padding: 5px;
	

}

#calendars  .btnbox_r {
	float: right;
	background: url(./images/saa/btn_right_r.gif) no-repeat right top;
	width: auto;
	padding-right: 25px;
	height: 21px;
	}

#calendars  .btnbox_r a:link, 
#calendars		.btnbox_r a:visited, 
#calendars		.btnbox_r a:hover, 
#calendars		.btnbox_r a:active {
	display: block;
	width: auto;
	color: #0065BD;
	text-decoration: none;
	text-transform: uppercase;
	font: italic bolder 12px/21px Arial;
	background: #FFf url(./images/saa/btn_right_l.gif) no-repeat left top;
	padding-left: 8px;
	float: left;
	vertical-align: bottom;
	height: 21px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#calendars .arrow_lft  {
	background: url(../images/calendar/arrowleft.gif) no-repeat center center;
	background-color: #4c4c4c;
}
#calendars .arrow_rgt  {
	background: url(../images/calendar/arrowright.gif) no-repeat center center;
	background-color: #4c4c4c;
}

