/*
	version 1.0
	Kalenderdefinitionen für Schrift und HTML-Elemente (Kalenderelement Veranstaltungssuche)
	by Falko Müller - CTH Riesa GmbH
*/

/* Standardversion */
.dpDiv {
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
	display: block;
	z-index: 10001;
}
/* iFrame-Definition */
.dpIframe {
	margin: 0px;
	padding: 10px;
	border: 30px solid #F00;
	position: relative;
	display: none;
}

	.dpTable {
		border: none;
		background-color: #FFFFFF;
		/*width: 180px;*/
		height: auto;
		border-collapse:separate;
		border: 1px solid #999;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* Tageszahlen */
.dpTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 18px;
	height: 16px;
	padding-right: 1px;
	padding-left: 1px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
}
	/* Mouseover */
	.dpTDHover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		color: #000000;
		width: 18px;
		height: 16px;
		padding-right: 1px;
		padding-left: 1px;
		white-space: nowrap;
		padding-top: 0px;
		padding-bottom: 0px;
		border: 1px solid #CDCDCD;
	
		background-color: #CDCDCD;
		cursor: pointer;
	}
/* aktuell gewähltes Feld */
.dpDayHighlightTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 14px;
	height: 10px;
	padding-right: 1px;
	padding-left: 1px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #CDCDCD;
}
	/* aktuelle gewähltes Feld (Zahl) */ 
	.dpDayHighlight {
		font-weight: bold;
	}
/* aktueller Tag (heutiges Datum) */ 
.dpNowDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	width: 14px;
	height: 10px;
	padding-right: 1px;
	padding-left: 1px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #CDCDCD;
	background-color: #FF0000;
}




/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}
/* close button as text */
.dpCloseTD a {
	display: block;
	width: 14px;
	height: 11px;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/* Wochentage */
.dpDayTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 14px;
	height: 10px;
	padding-right: 1px;
	padding-left: 1px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
	
	font-weight: bold;
}
	.dpWeekendTD {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		color: #FF0000;
		width: 14px;
		height: 10px;
		padding-right: 1px;
		padding-left: 1px;
		white-space: nowrap;
		padding-top: 0px;
		padding-bottom: 0px;
		border: 1px solid #FFFFFF;

		font-weight: bold;
	}


/* Monats/Jahresanzeige */
.dpTitleText {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}


/* Buttons zur Monatsnavigation */
.dpButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	cursor: pointer;
}
	.dpButton_noclick {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
		color: #999999;
		cursor: inherit;
	}
.dpButtonLeft {
	background: none;
	background-image: url(../images/icon_kalpfeil_links.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
	text-align: left;
	border: none;
	font-size: 1px;
	color: #FFFFFF;
	cursor: pointer;
}
	.dpButtonLeft_ie6 {
		background: none;
		margin: 0px;
		padding: 0px;
		height: 20px;
		width: 20px;
		text-align: center;
		border: none;
		font-size: 10px;
		color: #000;
		cursor: pointer;
	}
	.dpButtonLeft_noclick {
		background: none;
		background-image: url(../images/icon_kalpfeil_links_noclick.gif);
		background-repeat: no-repeat;
		background-position: center center;
		margin: 0px;
		padding: 0px;
		height: 20px;
		width: 20px;
		text-align: left;
		border: none;
		font-size: 1px;
		color: #FFFFFF;
		cursor: inherit;
	}
.dpButtonRight {
	background: none;
	background-image: url(../images/icon_kalpfeil_rechts.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
	text-align: left;
	border: none;
	font-size: 1px;
	color: #FFFFFF;
	cursor: pointer;
}
	.dpButtonRight_ie6 {
		background: none;
		margin: 0px;
		padding: 0px;
		height: 20px;
		width: 20px;
		text-align: center;
		border: none;
		font-size: 10px;
		color: #000;
		cursor: pointer;
	}
	.dpButtonRight_noclick {
		background: none;
		background-image: url(../images/icon_kalpfeil_rechts_noclick.gif);
		background-repeat: no-repeat;
		background-position: center center;
		margin: 0px;
		padding: 0px;
		height: 20px;
		width: 20px;
		text-align: left;
		border: none;
		font-size: 1px;
		color: #FFFFFF;
		cursor: inherit;
	}
/* Schließen und Monatsbutton - derzeit nicht genutzt */
.dpTodayButton {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}


/* Schattendefinition */
.dpShadow {
	border: none;
	width: auto;
	height: auto;
	border-collapse:collapse;
}
	.dpShadow .shadow_re {
		background-image: url(../images/schatten_kalender_re.png);
		background-repeat: no-repeat;
		background-position: left 16px;
	}
	.dpShadow .shadow_un {
		background-image: url(../images/schatten_kalender_un.png);
		background-repeat: no-repeat;
		background-position: 15px top;
	}
	
	
	
	
/* Änderungen zur Std.version */
.innerTable .dpDiv {
	z-index: inherit;
	display: inline-block;
	width: auto !important;
}
	.innerTable .dpTable {
		background-color: transparent;
		height: auto;
		border-collapse:separate;
		border: none;
	}
	.innerTable .dpTable td {
	}

.innerTable .dpTD {
	font-size: 1.0em !important;
	color: #000000 !important;
	width: 25px !important;
	height: 23px !important;
	border: 1px solid #F8F8F8 !important;
	padding-right: 1px !important;
	padding-left: 1px !important;
	white-space: nowrap !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	.innerTable .dpTDHover {
		font-size: 1.0em !important;
		color: #000000 !important;
		width: 25px !important;
		height: 23px !important;
		padding-right: 1px !important;
		padding-left: 1px !important;
		white-space: nowrap !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
.innerTable .dpDayHighlightTD {
	font-size: 1.0em !important;
	width: 25px !important;
	height: 23px !important;
	padding-right: 1px !important;
	padding-left: 1px !important;
	white-space: nowrap !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;	
	border: 1px solid #CDCDCD;
}
	.innerTable .dpDayHighlight {
		font-weight: bold;
	}
.innerTable .dpNowDay {
	font-size: 1.0em !important;
	color: #F8F8F8;
	width: 25px !important;
	height: 23px !important;
	padding-right: 1px !important;
	padding-left: 1px !important;
	white-space: nowrap !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;	
	border: 1px solid #CDCDCD;
	background-color: #FF0000;
}
.innerTable .dpDayTD {
	font-size: 0.9em !important;
	color: #000000 !important;
	width: 25px !important;
	height: 23px !important;
	border: 1px solid #F8F8F8 !important;
	font-weight: bold !important;
	padding: 0px !important;
	margin: 0px !important;
}
	.innerTable .dpWeekendTD {
		font-size: 0.9em !important;
		color: #FF0000 !important;
		width: 25px !important;
		height: 23px !important;
		border: 1px solid #F8F8F8 !important;
		font-weight: bold !important;
		padding: 0px !important;
		margin: 0px !important;
	}
.innerTable .dpButtonTD {
	padding: 0px !important;
	margin: 0px !important;
	text-align: center !important;
}
.innerTable .dpTitleTD {
	padding: 0px !important;
	margin: 0px !important;
}
.innerTable .dpTitleText {
	font-size: 1.3em !important;
	line-height: 20px !important;
	vertical-align: middle !important;
	padding: 0px !important;
	margin: 0px !important;
}
