/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.0
*/




.yui-cal2upwrapper {
	height:1%;  /* IE */
}

.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */



.yui-calcontainer {
	float:left;
	/*padding:6px;*/
}


.yui-calcontainer_topright
{
	position: absolute;
	right : 0px;
	top: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #9a9a9a;
}


.yui-calcontainer .title {
	font:100% sans-serif;
	color: #568194;
	font-weight:bold;
	margin-bottom:5px;
	margin-top: 6px;
	margin-left: 4px;
	height :auto;
	width:320px;
	position:relative;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	/*padding-top:5px;*/
	padding: 0;
	font-size:15px;
}

.yui-calcontainer .title .close-icon {
	position:absolute;
	right:0px;
	border:none;
}

.help-icon {
	position:absolute;
	right:20px;
	border:none;
}

.yui-calcontainer .cal2up {
	/*float:left;*/
	margin: 0;
	padding: 0;
  top:0px;
  width:155px;
  margin-bottom:15px;
}

.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:-1px;
	width:15px;
	height:15px;   
	left:2px;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:-1px;
	width:15px;
	height:15px;  
	right:2px;
}

/* Calendar element styles */

.yui-calendar {
	font:100% sans-serif;
	margin-left: 4px;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
}

.yui-calendar td.calcell {
	width:1.5em;
	height:1em;
	border:1px solid #E0E0E0;
	background-color:#FFF;
}

.yui-calendar td.calcell a {
	color:#003DB8;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	border:1px solid #000;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color: #003DB8;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.selected a {
	color:#c76344;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#FF9900;
	border:1px solid #FF9900;
}

/* Added to perform some correction for Opera 8.5
   hover redraw bug */
table.yui-calendar:hover {
	background-color:#FFF;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }


.yui-calendar .calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	color: #FFF;
	background-color:#AAB8C3;
	height: 21px;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#666;
	font-weight:normal;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/*Specific changes for calendar running under fonts/reset */
.yui-calendar a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}


.yui-calcontainer_luecke
{
	width: 171px; /* Breite der Luecke */
	background-color: #edf5fb; /* Farbe muss gleich Hintergrundefarbe des Overlay sein */
	border-left: 1px solid #829cb5; /* Farbe muss gleich linke Border des Overlay sein */
	border-right: 1px solid #829cb5; /* Farbe muss gleich rechte Border des Overlay sein */
	position: absolute; 
	z-index: 30;
	top: 0px; 
	left: 1px; 
	height: 2px;
	line-height: 0px;
	font-size: 0px;
}

.flugpanel_unique_overlay_1 {
	width: 322px;
	border-bottom: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
}

/* MISC */
div.loader {
	background:url(img/trans.gif);
	vertical-align:middle;
	text-align:center;
}
div.loader table {
	border:2px solid #fff;
	padding:5px;
	background:#7F7F7F;
	height:20px;
	position:relative;
	width:50%;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
}

div.loader table td{
	background-color:#7F7F7F !important;
	color:#fff;
}
