/* CSS Document */

/* Kalender-Stile für Monatskalender */
.sat_bookingScheduleCalendarBackground {
	width:90%;

	background-color:#9cf;
	border:1px solid #666;
	
	margin-top:25px;
}

.sat_bookingScheduleCalendarCenter {
	text-align:center;
}

.sat_bookingScheduleCalendarHeader {
	border:1px solid #999;
	font-weight:bold;
	background-color:#fff;
}

.sat_bookingScheduleCalendarHeader a {
	text-decoration:none;
	font-weight:bold;
	color:#009;
}

.sat_bookingScheduleCalendarNavPreMonth {
	float:left;
	width:280px; 
	text-align:left;
}

.sat_bookingScheduleCalendarNavPostMonth {
	float:right;
	width:280px;
	text-align:right;
}

.sat_bookingScheduleCalendarDay {
	width:14%;
/*	width:100px;
	height:100px; */
	
	border:1px solid #69f; 
}

.sat_bookingScheduleCalendarDay:hover {
	background-color:#06f;
	cursor:default;
}

.sat_bookingScheduleCalendarDayCurrent {
	color:#f00;
	font-weight:bold;
}

.sat_bookingScheduleCalendarDayHeader {
/*	width:100px;*/
	border-bottom:1px solid black;
}

.sat_bookingScheduleCalendarEvent {
/*	width:100px; */
	border-bottom:1px solid #333;
	background-color:#fff;
}

.sat_bookingScheduleCalendarEventHidden {
	display:none;
}

.sat_bookingScheduleCalendarEvent:hover ,.event:hover {
	background-color:#6cf;
}

.sat_bookingScheduleCalendarEventLeft {
	float:left;
	padding-left:2px;
	font-size:0.8em;
	width:16px; 
	text-align:center;
}

.sat_bookingScheduleCalendarEventLeft img {
	padding-top:2px;
	padding-bottom:1px;
}

.sat_bookingScheduleCalendarEventRight {
	float:left; 
	font-size:0.8em;
/*	width:75px; */
/*	border-left:1px solid #999;*/
	padding:3px;
}

.sat_bookingScheduleCalendarEventConflict {
	background-color:#f00;
	color:#fff;
}

.sat_bookingScheduleCalendarEventStatus {
	background-color:#ff9;
}

.sat_bookingScheduleCalendarEventPrePost {
	background-color:#FFBC8A;
}

.sat_bookingScheduleParticipantsWarning {
	font-weight:bold;
	color:#fff;
	background-color:#f00;
	padding-left:3px;
	padding-right:3px;
	border:1px dotted #fff;
}

/* Teilnehmer Popup */
#sat_bookingScheduleSubscriberForm {
	height:200px;
	width:658px;
	overflow:auto;
	
	padding:10px;
	
	color:#006;
	font-weight:bold;
}

.sat_bookingScheduleSubscriberInput {
	border:1px solid black;
	width:200px;
}

.sat_bookingScheduleSubscriberInputZip {
	border:1px solid black;
	width:50px;
}

.sat_bookingScheduleSubscriberInputCity {
	border:1px solid black;
	width:143;
}

.sat_bookingScheduleSubscriberInputParticipants {
	border:1px solid black;
	width:30px;
	color:#f00;
	font-weight:bold;
}

.sat_bookingScheduleSubscriberInputRemark {
	border:1px solid black;
	width:200px;
	height:60px;
}

.sat_bookingScheduleSubscriberButton, .sat_bookingScheduleEventButton {
	width:125px;
	height:22px;
	
	background:none;
	background-image:url('images/button125.gif');
	background-repeat:no-repeat;
	
	border:0px;
}

#sat_bookingScheduleSubscriberList {
	height:217px;
	width:658px;
	overflow:auto;
	
	padding:10px;
	padding-top:5px;
	
	border-top:1px solid #333;
}

.sat_bookingScheduleSubscriberListHeader {
	font-weight:bold;
	border-bottom:1px solid #333;
}

.sat_bookingScheduleSubscriberListFooter {
	font-weight:bold;
	border-top:1px solid #333;
}

.sat_bookingScheduleSubscriberListName {
	font-weight:bold;
}

.sat_bookingScheduleSubscriberListSeparatorGreen {
	font-size:0px;
	height:1px;
	margin:0;
	padding:0;
	border-bottom:3px double #0f0;
}

.sat_bookingScheduleSubscriberListSeparatorRed {
	font-size:0px;
	height:1px;
	margin:0;
	padding:0;
	border-bottom:3px double #f00;
}

#sat_bookingScheduleEventForm {
	height:433px;
	width:658px;
	overflow:auto;
	
	padding:10px;
	
	color:#006;
	font-weight:bold;
}

.sat_bookingScheduleEventData {
	text-align:center;
}

.sat_bookingScheduleEventConflict {
	font-weight:bold;
	text-align:center;
	color:#f00;
}

.sat_bookingScheduleEventInput {
	border:1px solid black;
	width:400px;
}

.sat_bookingScheduleEventSelect {
	border:0px;
	width:405px;
}

.sat_bookingScheduleEventInputRemark {
	border:1px solid black;
	width:400px;
	height:50px;
}