/*allgemeine Einstellungen fï¿½r die Tabelle*/
* {
	margin: 0px;
	padding: 0px;
}

/*allgemeine Einstellungen fï¿½r die Tabelle*/
.prfCalendar {
	height: 100%;
}

.detail {
	padding-top: 1px;
	overflow-y: scroll;
	height: 360px;
	background-color: #DFF4FF;
}

/*Detail Tabelle im Monat*/
.detail_month {
	margin-top: 3px;
}

/*Detail Tabelle für Day und Week*/
.detailWindow {
	height: 400px;
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0px 0px -300px;
	background-color: #DFF4FF;
	border: 2px groove black;
	display: none;
}

.detailWindow div {
	text-align: right;
	background-image: url("/static/portal/images/bgnavi.png");
	border: 0px;
}

/*Detail Tabelle*/
.detail table {
	border-collapse: collapse;
	table-layout: fixed;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 99%;
	border: 1px solid #819FCF;
}

/*Kalender Tabelle*/
.prfCalendar table {
	border-collapse: collapse;
	table-layout: fixed;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 99.8%;
	border: 2px solid #819FCF;
}

/*allgemeine Einstellunegn fï¿½r die Tabelle Kalender*/
.table_month {
	height: 80%;
	background-color: #DFF4FF;
}

/*allgemeine Einstellunegn fï¿½r die Tabelle für Wochen- und Tagesansicht*/
/*NICHT ÄNDERN*/
.table_weekAndDay {
	height: 800px;
	background-color: #DFF4FF;
}

.table_weekAndDay td {
	padding: 0px;
}

/*Kopfzeile in allen Views*/
.prfCalendar th {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 1px solid #819FCF;
	text-align: center;
	background-color: #a2d2f2;
	font-weight: bold;
	height: 16px;
}

/*erste Spalte in der Tagesansicht*/
.th_firstRowDay {
	width: 10%;
}

/*Monat->für alle Zellen nach der Headline*/
.td_month {
	width: 12.5%;
	vertical-align: top;
	white-space: nowrap;
	border: 1px solid #819FCF;
	padding: 0px;
	margin: 0px;
}

/*Week,Day->alle Zellen nach der Headline (nur volle Stunde)*/
.td_weekAndDay {
	line-height: 15px !important;
	vertical-align: top;
	white-space: nowrap;
	border-top: 1px solid #819FCF;
	border-left: 1px solid #819FCF;
	border-right: 1px solid #819FCF;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

/*erste Spalte in der Monatsansicht (KW)*/
.td_firstRowMonth {
	vertical-align: middle;
	line-height: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 11px;
	border: 1px solid #c3d9ff;
	text-indent: 10px;
	height: 96px;
}

/*erste Spalte in der Wochen- und Tagesansicht*/
.td_firstRowWeekAndDay {
	line-height: 15px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 12px;
	border-top: 1px solid #819FCF;
	border-left: 1px solid #819FCF;
	border-right: 1px solid #819FCF;
	margin: 0px;
}

/*Zeile für die halben Stunden*/
tr.minute td {
	border-top: 1px dotted #819FCF;
	border-right: 1px solid #819FCF;
	empty-cells: show;
	font-size: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 15px;
	margin: 0px;
}

/* Kopfzeile in der Wochenansicht die das Datum enthält*/
tr.th_datumWeek {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	background-color: #a2d2f2;
	font-weight: normal;
	height: 16px;
	background-image: url("/static/portal/images/calendar/headlineBackgroundBig.gif");
	border: 1px solid #4991bb;
}

/*Kopf für alle Tage die nicht heute sind (Monats-und Wochenansicht)*/
.td2_nottodayhead {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 1px solid #4991bb;
	height: 16px;
	background-image: url("/static/portal/images/calendar/headlineBackground.gif");
	background-color: #8cd8f4;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #4991bb;
	margin: 0px;
}

/*Kopf für alle Tage die heute sind (Monats-und Wochenansicht)*/
.td2_todayhead {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 1px solid #4991bb;
	height: 16px;
	background-image: url("/static/portal/images/calendar/todayHeadlineBackgroundBig.gif");
	background-color: #8cd8f4;
	font-weight: bold;
	vertical-align: top;
}

/*Style für die Termin-Links*/
a.appointment:visited,a.appointment:link {
	text-decoration: none;
	color: black;
}

/*Ansicht der einzelnen Termine in der Kurzübersicht */
.appointment {
	display: block;
	overflow: hidden;
	margin: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 1px solid #a3e7f4;
	background-image: url("/static/portal/images/calendar/appointmentBackground.gif");
	font-size: 9pt;
	cursor: pointer;
}

.appointmentWithoutLink {
	display: block;
	overflow: hidden;
	margin: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 1px solid #a3e7f4;
	background-image: url("/static/portal/images/calendar/appointmentBackground.gif");
	font-size: 9pt;
	cursor: default;
}

/*Anzeige der Termine die über mehrere Tage gehen in der Wochen- und Tagesansicht (unter der Kopfzeile)*/
.div_DayTargetsOverMoreDays {
	background-color: #D1D9DF;
	text-align: left;
	padding: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	white-space: nowrap;
}

/*Termine an einem Tag (Wochen- und Tagesansicht)*/
.div_termin {
	position: absolute;
	margin: 0px;
	background-color: #D1D9DF;
	border: 1px solid #4991bb;
	padding: 0px;
}

/*Termine in der Monatsanicht über mehrere Tage erhalten anderen Style*/
.moreDays {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: hidden;
	margin: 3px;
	border: 1px solid #a3e7f4;
	background-image: url("/static/portal/images/calendar/moreDaysBackground.gif");
	cursor: pointer;
}

/*Monatsansicht: Standardformat für alle Zellen die nicht Heute beinhalten*/
td.td2_nottoday {
	background-color: #DFF4FF;
}

/*Monatsansicht: Hover-Effekt für alle Zellen die nicht Heute beinhalten*/
td.td2_nottoday:hover {
	background: #ebf7ff;
}

/*Monatsansicht: Standardformat fï¿½r alle Zellen die Heute beinhalten*/
td.td2_today {
	background-color: #eeeed2;
}

/*Monatsansicht: Hover-Effekt fï¿½r alle Zellen die  Heute beinhalten*/
td.td2_today:hover { /*width:100%;height:100%;*/ /*display:block;*/
	background: #f9f9ec;
}

/*Standardhintergrundfarbe für alle Zellen eines anderen Monats in der Monats- und Wochenansicht*/
td.td2_otherMonth {
	background-color: #C2DDEF;
}

/*Container für jeden Termin eines Tages*/
.div_terminDay {
	position: relative;
	width: 100%;
	height: 100%;
}

.td_firstColumnDetailWeekAndDay {
	width: 15%;
	border-left: 1px solid #819FCF;
	text-align: center;
	background-color: #DFF4FF;
}

.td_secondColumnDetailWeekAndDayTitle {
	width: 75%;
	border: 1px dotted #819FCF;
	padding: 10px;
	background-color: #DFF4FF;
}

.td_secondColumnDetailWeekAndDayOther {
	width: 75%;
	border: 1px dotted #819FCF;
	padding: 10px;
	background-color: #DFF4FF;
}

/*Starthöhe der Detailtabelle*/
.tableDetail {
	border-collapse: collapse;
	table-layout: fixed;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #DFF4FF;
}

.firstTableInDetailTabel {
	width: 15%;
	margin: 0;
	padding: 0;
}

.firstTableInDetailTabel table {
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	width: 100%;
	padding: 0;
}

.firstTableInDetailTabel td {
	text-align: center;
	height: 30px;
	padding-top: 20px;
}

.secondTableInDetailTable {
	width: 85%;
	margin: 0;
	border-left: 1px dotted #819FCF;
}

.secondTableInDetailTable table {
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	width: 100%;
	padding: 10px;
}

.secondTableInDetailTable td {
	text-align: left;
	padding: 10px;
	padding-bottom: 5px;
}

.tdFirstDetailDescription {
	width: 30%;
	font-weight: bold;
}

.tdSecondDetailDescription {
	width: 70%;
	font-weight: normal;
}