/*
	Stylesheet für Kalender
	Variante: CSU Standard Ansicht
	- Niki -
*/
.cpYearNavigation,
.cpMonthNavigation {
	/* Kopiert aus CLASS: "tool_white_header", DATEI: custom_partei.css */
	BACKGROUND: rgb(255,255,255);
	HEIGHT: 24px;
	/* Kopiert aus CLASS: "tool_white_content A", DATEI: small_fonts.css */
	PADDING-RIGHT: 0px; PADDING-LEFT: 6px; PADDING-BOTTOM: 0px; MARGIN: 0px; 
	FONT: bold 10px/18px Verdana; VERTICAL-ALIGN: middle; TEXT-TRANSFORM: uppercase; 
	PADDING-TOP: 0px; LETTER-SPACING: 1px; TEXT-DECORATION: none;
}
        
.cpDayColumnHeader, 
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText {
	/* Kopiert aus CLASS: "tool_white_content A", DATEI: small_fonts.css */
	FONT: bold 10px/18px Verdana;
	/* Kopiert aus CLASS: "tool_white A", DATEI: custom_partei.css */
	COLOR: rgb(102,102,102);
}
        
TD.cpDayColumnHeader { text-align:right;  padding:1px;
	/* Modifiziertes Fragment aus CLASS: "tool_white_header", DATEI: custom_partei.css */
	BORDER-RIGHT:none;
	BORDER-TOP: rgb(189,196,199) 1px solid; 
	BORDER-LEFT: none;
	BORDER-BOTTOM: rgb(189,196,199) 1px solid;
}
        
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate  { text-align:right; text-decoration:none; }
        
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
        
.cpCurrentMonthDate,
.cpCurrentDate { color:#000000;}
        
.cpOtherMonthDate A { color:#D0D0D0;  padding:1px;}
        
TD.cpCurrentDate A { color:white; border:none; padding:1px;
	/* Kopiert aus CLASS "A:hover", DATEI: "custom_partei.css" */
	COLOR: rgb(0,137,208);
	/* Modifiziertes Fragment aus CLASS: "tool_white_header", DATEI: custom_partei.css */
	/* BACKGROUND-COLOR: rgb(189,196,199); */
	background-color:#E0E0E0; /* Ein helleres grau als in der Zeile drüber */
}
        
TD.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }

TD.cpTodayText, 
TD.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}

A.cpTodayText, 
SPAN.cpTodayTextDisabled { height:20px; }

A.cpTodayText { color:black; }

.cpTodayTextDisabled { color:#D0D0D0; }

.cpBorder { border-style:none; }

.cpSeperator { background-color:#FF0000; }

.cpSpezialDate { color: #FFA000;  font-weight:normal; }

