/* Kalender-theme-CSS für www.yourmusic.at */

/* Wichtige Farben ab 2010

GOLDdunkel = AD9961
Goldhell   = CEC2A0

/* Wichtige Farben ab 2004

       rot = 700017
  text neu = 9F7D48
  text neu = 965101 Pantone464 statt 465
100% Okker = CB9F5B
 75% Okker = D8B67E
 50% Okker = E5CEA4
 25% Okker = F1E7CF
*/

p, td, tr { 
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10pt; 
color: #CB9F5B;
} 

/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #CEC2A0;
	border: 0px solid #AD9961;
	width: 228px;
 }

.navTable {
	background-color: #CEC2A0;
	border: 0px solid #CEC2A0;
	width: 228px;
 }

.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: Normal;
	text-decoration: none;
	color: #700017;
	}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 25px;
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: Bold;
	text-decoration: none;
	color: #FFFFFF;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 20px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: Bold; 
	color: #FFFFFF;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #700017;
    line-height: 20px;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	border: 1px solid #ffffff
    }

/* Pop-up Events Setup */
.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #B6CEE7;
	border: 1px solid #ACC8E3;
	padding: 2px;
}

.popupEventTime {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #BED3E9;
	border: 1px dashed #E9EFF5;
	padding: 1px;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #CADCEE;
	border: 1px solid #BFD5EA;
	padding: 2px;
}


.popupEventDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #446B93;
	text-align: center;
	vertical-align: middle;
	background-color: #E9EFF5;
	border: 1px solid #E2EAF1;
	padding: 1px;
	}

.popupEnd {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A4A4A4;
	}

.popupCopyright {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #CCCCCC;
	}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
	}

.popupCloseBrackets {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #336699;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a similar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-image:    url('cdef.gif');
	background-color: #F1E7CF
	border: 1px solid #E5CEA4
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-image:    url('cdef5.gif');
	background-color: #F1E7CF
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-image:    url('cdef2.gif');
	background-color: #F1E7CF
	border: 1px solid #ffffff
	
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-image:    url('cdef2.gif');
	background-color: #F1E7CF
	border: 1px solid #ffffff
	
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-image:    url('cdef2.gif');
	background-color: #F1E7CF
	border: 1px solid #ffffff

	
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-image:    url('cdef2.gif');
	background-color: #F1E7CF
	border: 1px solid #ffffff


	
	}
