/** CALENDAR TABLE */
table.calendarBlock {
	width: 140px;
	height: 290px;
	background-color: #ffffff;
	/*overflow: hidden;
	border-left: 0px solid #b2b2b2;
	border-right: 0px solid #b2b2b2;
	border-bottom: 0px solid #b2b2b2;*/
}

table.calendarBlock tr.choose {
	height: 44px;
}

table.calendarBlock tr.legende {
	height: 72px;
}

table.calendarBlock tr.calBlock {
	height: 141px;
}

table.calendarBlock tr td {
	font-size: 9px;
	text-align: center;
	border-bottom: 0px solid #b2b2b2;
	border-left: 0px solid #b2b2b2;
}

/** NORMAL LINK */
table.calendarBlock tbody tr td a {
	color: #000;
}


table.calendarBlock tbody tr td a:hover {
	color: #000;
}

/** AUSGEWÄHLTER TAG */
table.calendarBlock tr td.selected {
	background: url(../img/bg_cal.gif) right bottom no-repeat;
}

table.calendarBlock tr td.selected a {
	color: #000;
	font-weight: normal;
}

table.calendarBlock tr.border td {
	border-top: 1px solid #b2b2b2;
	height: 1px;
}

/** AKTUELLER Monat */
table.calendarBlock tr.aktMonat {
	height: 28px;
}

table.calendarBlock tr.aktMonat td {
	border-bottom: 1px dotted #b2b2b2;
	border-top: 1px dotted #b2b2b2;	
}

div.monat {
	height: 28px;
	width: 100%;
	line-height: 28px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align:center;
	/*background: #F3F3F3 url(../img/bg_cal_month.gif) 0 0 repeat-x;*/
}



/** AKTUELLER TAG "HEUTE"*/
table.calendarBlock tbody tr td.today {
	/*background-color: #CB001E;*/
	background: url(../img/bg_cal.gif) right bottom no-repeat;
}

table.calendarBlock tbody tr td.today a {
	font-weight: normal;
}

/** Wochentage */
table.calendarBlock tbody tr.wochenTage td {
	border-left: 0px none;
	color: #000;
	text-align: right;
	text-transform: uppercase;
	width: 15px;
	height: 8px;
}

div.mastercal {
	width: 130px;
	height: 103px;
	margin: 0 5px 0 5px;
	display:block;
}


/* Spalten der Wochentage */
table.calendarBlock tr td.col0 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #b2b2b2;
}

table.calendarBlock tr td.col1 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #b2b2b2;
}

table.calendarBlock tr td.col2 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #b2b2b2;
}

table.calendarBlock tr td.col3 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #b2b2b2;
}

table.calendarBlock tr td.col4 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #b2b2b2;
}

table.calendarBlock tr td.col5 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #b2b2b2;
}

table.calendarBlock tr td.col6 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #b2b2b2;
}

/** LEERES FELD (Überlaufbecken) */
table.calendarBlock tbody tr td.col {
	background-color: #FFF;
}

/* Border unterhalb des Kalenders */
table.calendarBlock tr.trenner td {
	border-bottom: 1px dotted #b2b2b2;
}

/** CHOOSE FORM */
table.calendarBlock tr.choose td.choose {
	text-align: left;
}

table.calendarBlock tr.choose td.choose form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

table.calendarBlock tr.choose td.choose input#calyear {
	width: 50px;
	height: 18px;
	margin: 10px 10px 0px 10px;
	padding: 0;
	float: left;
	font-size: 10px;
	text-align:center;
}

table.calendarBlock tr.choose td.choose select#calmonth {
	width: 60px;
	height: 22px;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	float: left;
}

/** LEGENDE */
table.calendarBlock tr.legende td {
	text-align: left;
	width: 100%;
}


table.calendarBlock tr.legende td div.legend_big {
	height: 14px;
	width: 95px;
	padding: 4px 0px 0px 30px;
	margin: 0 0 5px 0;
	background: url(../img/company_big.gif) 10px 3px no-repeat;
	font-size: 10px;
	color: #CB001E;
	float: left;
}

table.calendarBlock tr.legende td div.legend_medium {
	height: 14px;
	width: 95px;
	padding: 4px 0px 0px 30px;
	margin: 0 0 5px 0;
	background: url(../img/company_medium.gif) 10px 3px no-repeat;
	font-size: 10px;
	color: #3A64B8;
	float: left;
}

table.calendarBlock tr.legende td div.legend_small {
	height: 14px;
	width: 95px;
	padding: 4px 0px 0px 30px;
	margin: 0 0 5px 0;
	background: url(../img/company_small.gif) 10px 3px no-repeat;
	font-size: 10px;
	color: #b2b2b2;
	float: left;
}
