/* TABLE THAT CONTAINS CALENDAR DATA */
.calendarTable{
	width: 100%;
}

/* HEADING OF CALENDAR VIEV */
.ecalViewHeading{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #D97704;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #D97704;
}
	
/* NEXT AND PREVIOUS LINK NEAR CALENDAR VIEW HEADING */
#ecal_nav{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 17px;
	color: #a05c0c;
}

#ecal_nav:hover{
	text-decoration: underline;
	font-size: 17px;
	color: #d2872e;
}

/* YEAR */
.yearToday{
	background-color: #ea9c57;
}

.yearToday a{
	text-decoration: none;
	color: black;
}

.yearAlienday {
	background-color: #fdffe0;
}

.yearEventDay{
	background-color: #e1d590;
}

.yearEventDay a{
	text-decoration: none;
	color: black;
}

.yearDay{
	background-color: white;
}

.yearDay a{
	text-decoration: none;
	color: #6a543b;
}

.yearDay a:hover{
	text-decoration: none;
	background-color: #ffc177;
}

#monthName{
	text-decoration: none;
	font-weight: bold;
	color: #ae6208;
}

#monthName:hover{
	text-decoration: underline;
}

/* MONTH */
.monthBox{
	width: 80px;
	height: 86px;
	overflow: hidden;
	line-height: 100%;
	text-align: center;
	padding-top: 4px;
}

.monthDay{
	border: 1px solid #8f8f8f;
	background-image: url(../images/mullide_taust_exp.gif);
	background-repeat: repeat-x;
}

.monthDay:hover{
	background-image: url(../images/mullide_taust_exp_h.gif);
	background-repeat: repeat-x;
}

.monthDay a{
	text-decoration: none;
	color: #6a543b;
}

.monthToday{
	border: 1px solid #574d40;
	background-image: url(../images/mullide_taust_today.gif);
	background-repeat: repeat-x;
}

.monthToday a{
	color: #6a543b;	
}

.monthToday:hover a{
	color: white;
}

.monthToday:hover a:hover{
	color: #666666;
}

.monthToday:hover{
	background-image: url(../images/mullide_taust_today_h.gif);
	background-repeat: repeat-x;
}

.monthAlienday{
	border: 1px solid #8f8f8f;
	background-image: url(../images/mullide_taust_exp_alien.gif);
	background-repeat: repeat-x;
}

.monthAlienday:hover{
	/*background-image: url(../images/mullide_taust_exp_alien_h.gif);
	background-repeat: repeat-x;*/
	background-image: none;
	background-color: white;
}

.monthAlienday a{
	text-decoration: none;
	color: #6a543b;
}

.truncate{
	padding-top: 1px;
	height: 14px;
	overflow: hidden;
	text-align: left;
}

.truncate a{
	padding-left: 5px;
	text-decoration: none;
	color: black;
}

.truncate a:hover{
	color: #666666;
}

.monthdate{
	text-decoration: underline;
	color: black;
}

.monthdate:hover{
	color: #1811b1;
}

.monthTable{
	border-spacing: 4px;
	width: 100%
}

/*.monthBackGround{
	background-image: url(images/mullide_taust.gif);
	background-repeat: repeat-x;
}*/

/* WEEK */

weekView{ 
	width: 100%;
}

.weekDay{
	width: 95%;
	height: 20px;
	border: 1px solid #8f8f8f;
	background-image: url(../images/mullide_taust_exp.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-left: 7px;
}

.weekDay:hover{
	background-image: url(../images/mullide_taust_exp_h.gif);
	background-repeat: repeat-x;
}

.weekDay a{
	text-decoration: none;
	color: #6a543b;
}

#weekToday{
	background-image: url(../images/mullide_taust_today.gif);
	background-repeat: repeat-x;
}

#weekToday:hover{
	background-image: url(../images/mullide_taust_today_h.gif);
	background-repeat: repeat-x;
}

#weekToday a{
	color: white;
}

.event{
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid grey;
}

.event a{
	text-decoration: none;
	color: #6a543b;
}

/* DAY */
.calendarTableDay{
	width: 100%;
}

.dayContainer{
	background-image: url(../images/mullide_taust_exp.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #8f8f8f;
	padding: 5px;
}

.dayContainer:hover {
	background-image: url(../images/mullide_taust_exp_h.gif);
	background-repeat: repeat-x;
}

.dayEvent a{
	text-decoration: none;
	font-weight: bold;
	color: #6a543b;
}}b;
}}}
