
.bp_calender {
    width:100%;
    /* border:1px solid #999; */
}
.bp_calender div.bp_after,
.bp_calender div.bp_before{
    color:#333;
	opacity:0.3;
}
.bp_day {
    /* float:left; */
	display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    text-align: center;
	border:1px outset #fff;
}
.bp_headline {
    /* background:silver; */
	background:rgba(0,0,0,0.1);
	font-weight:bold;
}
.bp_current {
    font-weight:bold;
	
}
.bp_clear {
    clear:left;
}
.bp_pagination {
    text-align: center;
	/*
    height:1.5em;
    line-height:1.5em;
	*/
    font-weight: bold;
	background-color:#eee;
	border-bottom:1px solid #999;
}
.bp_pagihead { 
	width:100%;
   /* display:inline-block; */
   font-size:1.2em;
   color:#000;
   text-align:center;
   font-weight: bold;
   padding-top:0.2em;
}
.bp_pagination a {
	display: inline-block;
	width: 20%;
	background-color: #ccc;
	/* border: 1px solid #666; */
	text-decoration:none;
	border:1px solid #fff;
	-webkit-border-radius:0.6em;
	-moz-border-radius:0.6em;
	border-radius:0.6em;
	-webkit-box-shadow:0.1em 0.1em 0.2em 0.1em rgba(0,0,0,0.10);
	-moz-box-shadow:0.1em 0.1em 0.2em 0.1em rgba(0,0,0,0.10);
	box-shadow:0.1em 0.1em 0.2em 0.1em rgba(0,0,0,0.10);
}
#bp_calcontent { 
	text-align:center;
	background-color:#eee;
	padding-bottom:0.4em;
	padding-top:0.4em;
}
/*
.bp_last { 
	display: inline-block;
	width: 10%;
	background-color: #ccc;
	border: 1px solid #666;
}
.bp_next { 
	display: inline-block;
	width: 10%;
	background-color: #ccc;
	border: 1px solid #666;
}
*/

.bp_frei {
	background-color:#eee;
}
.bp_belegt {
	/* background-color:#ec644b; */
	background-color:#ccc;
}
.bp_ankunft {
	/* background:linear-gradient(45deg,#87d37c 0,#87d37c 50%,#ec644b 50%,#ec644b 100%); */
	background:linear-gradient(45deg,#eee 0,#eee 50%,#ccc 50%,#ccc 100%);
}
.bp_abfahrt {
	background:linear-gradient(45deg,#ccc 0,#ccc 50%,#eee 50%,#eee 100%);
}
.bp_eintag {
	background:linear-gradient(45deg,#eee 0,#eee 35%,#ccc 35%,#ccc 65%,#eee 65%,#eee 100%);
}

.bp_footer { 
	width:100%;
	text-align:center;
}
.bp_legende { 
	font-size:0.6em !important;
	display:inline-block;
	text-align:left;
}

#bfrm, #bfrm_adm { 
	background-color:#eee;
}
#bfrm div, #bfrm_adm div { 
	padding:0.1em;
}
#bfrm .bfrm_left, #bfrm_adm .bfrm_left { 
	display:inline-block;
	width:38%;
	vertical-align:top;
}
#bfrm .bfrm_right, #bfrm_adm .bfrm_right { 
	display:inline-block;
	width:57%;
}

#bfrm  input[type="text"], #bfrm_adm  input[type="text"] { 
	max-width:400px;
	width:94%;
}
#bfrm  input[type="submit"], #bfrm_adm  input[type="submit"] { 
	padding:0.5em;
	font-size:1em;
}
#bfrm  textarea, #bfrm_adm  textarea { 
	max-width:400px;
	width:94%;
	height:6em;
}

#tooltip {
	display:none;
	font-size:1em;
	background:-webkit-linear-gradient(top, #99ccff, #eeeeee);
	background:-moz-linear-gradient(center top, #99ccff, #eeeeee);
	background:-o-linear-gradient(top, #99ccff, #eeeeee);
	background: rgba(0, 0, 0, 0) linear-gradient(#99ccff, #eeeeee) repeat scroll 0 0;
    border-radius:30%;
	border:1px solid #000;
	left:0;
	margin-left:5px;
    margin-right:10px;
	padding:15px;
    bottom:45px;
    color: #000;
	max-width:400px;
	box-shadow: 2px 3px 4px 2px #ccc;
    text-align:center;
    z-index: 2007;
	position: fixed;
	/* position:absolute; */
}
#tooltip .tooltipmsg { 
	padding-top:3px;
	padding-bottom:3px;
	text-shadow:0.1em 0.1em 0.1em #fff;
}
#tooltip .tooltipclose { 
	position:absolute;
	left:5px;
	bottom:-10px;
	box-shadow:-2px 2px 0 6px #ccccff;
	border-radius:40%;
	border:2px inset #000;
	line-height:0; /* img-padding bottom */
	background-color:#fff;
}
#tooltip .tooltipclose:hover { 
	border:2px outset #000;
}
#tooltip .tooltipclose img { 
	width:20px;
	padding:2px 5px;
}
#tooltip .tooltiptimeview { 
	font-size:60%;
	color:#666;
	/* text-shadow:none; */
	/* text-shadow:1px 1px 2px #666; */
	text-shadow:0.1em 0.1em #fff;
}
#tooltip:before {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 40px;
    content: "";
    background:#9999ff;
    border-radius: 30px;
    bottom: -25px;
	border:1px outset #666;
}
#tooltip:after {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 20px;
    content: "";
    background: #ccccff;
    border-radius: 15px;
    bottom: -40px;
	border:1px outset #999;
}