/**********************************************************************
*          Calendar JavaScript [DOM] v3.1 by Michael Loesler           *
************************************************************************
* Copyright (C) 2005-10 by Michael Loesler, http//derletztekick.com    *
*                                                                      *
*                                                                      *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or    *
* (at your option) any later version.                                  *
*                                                                      *
* This program is distributed in the hope that it will be useful,      *
* but WITHOUT ANY WARRANTY; without even the implied warranty of       *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
* GNU General Public License for more details.                         *
*                                                                      *
* You should have received a copy of the GNU General Public License    *
* along with this program; if not, see <http://www.gnu.org/licenses/>  *
* or write to the                                                      *
* Free Software Foundation, Inc.,                                      *
* 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.            *
*                                                                      *
 **********************************************************************/

#calendar { /* Fuer IE <= 6 */
	text-align: center;
	height: 270px;
	
}

#calendar table {
	
	border-collapse: inherit;
}

#calendar img {	
	margin-top: 85px;
	padding-right: 35px;
}
 
#calendar table thead th{ 
	font-weight: bold; 
	font-size: 0.75em;
	padding-bottom: 4px;
	line-height: 1.5em;				
	color: #BFBFC1; 
	text-align: center;
	/* background-color: #112A5D; */
}

#calendar table thead th.weekday{ 
	font-weight: bold; 
	font-size: 0.5em;
	line-height: 1.5em;
	color: #112A5D; 
	text-align: center;
	color: #333333; /* #d5d5d5; */
	/* 
	background-color: #CCD2D8;
	border: solid #112A5D 1px;
	*/
}

#calendar table tbody td, #calendar table tfoot td{ 
	font-weight: normal; 
	font-size: 0.5em;
	line-height: 1.5em;
	/* width: 2.0em; */	
	padding-left: 0.6em; 
	padding-right: 0.6em; 
	color: #0E224B; 
	text-align: right;
	border: 1px solid #FFFFFF;
	text-align: left;
    padding-top: 0.1em;
}

#calendar table tfoot td {
	font-size: 0.65em;
	border: none;
}

#calendar table tfoot td.calendar_week {
	text-align: left;
}

#calendar table tbody td.saturday{ 
	color: #9A2525;
	font-weight: normal;
}

#calendar table tbody td.sunday{ 
	color: #9A2525;
	font-weight: bold;
}

#calendar table tbody td.weekend{ 
	/* color: #9A2525; */
	color: #A5A5A5 /* #d5d5d5; */
}

#calendar table tbody td.today{
	/* background-color: #A7B5C7; */
	/* background-color: #dbdbdb /* #dbdbdb; */
	border: 1px solid #333;
}

#calendar table thead th.prev_year, #calendar table thead th.next_year {
	margin: 0.1em;
	padding: 0.1em;
	line-height: 0.75em;
	font-size: 0.65em;	
}

#calendar table tbody td.last_month, #calendar table tbody td.next_month {
	/* color: 	#a3afc4; */
	color: #A5A5A5;  /* #d5d5d5; */
	background-color: #FFF;
}

#calendar table{
	/* 
	border-collapse: collapse;
	border: solid #112A5D 2px;
	*/
	padding: 0;
	/*
	margin-left:auto;
	margin-right:auto;
	*/
	/* background-color: #F6F6F6; */
}
			
			
/* CUSTOMIZATION */

#calendar {
	margin-bottom: 20px;

	}

#calendar table thead .prev_year, #calendar table thead .next_year, #calendar table tfoot {
	display: none;
	}
	
	
	
#calender table {
	/* width: 100%; */
	height: 200px;	
	}
	
#calendar table tbody td, #calendar table thead th.weekday, #calendar table thead th {
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.15s ease-out;
	}
	
#calendar table thead th {
	/* background-color: white; */
	color: #333333;;
	}
	
#calendar table {
	border: 0px;
	}

#calendar .event {
	/* background-color: #FF0000; */
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	}
	
#calendar .calhover {
	border: 1px solid #d5d5d5;
	background-color: #d5d5d5;
}
	
/*
.events_header {
	display. block;
	width: 100%;
	margin: 15px 0px;
	border-bottom: 1px solid #333333;		
	}
  
.event-bg1 {
	background-color: #FFFFFF;
	}
	
.event-bg2 {
	background-color: #AAAAFF;
	}
	
.event-bg1, .event-bg2 {
	display. block;
	width: 100%;
	margin: 8px 5px; 
	}
	
.exhibition {
	display. block;
	width: 100%;
	margin: 15px 5px;
  
	}

.exhibition-data {
	display: block;
	}

.exhibition-title {
	display: block;
	}

.exhibition-description {
	display: block;
	}

.exhibition-clear {
	clear: both;
	}
	
.exhibition-image {
	float: right;
	width: 250px;
	}
	
*/

/*
.ec_preheader {
	padding: 0px 5px; 
	font-size: 0.85em;
	}

.ec-textpic-caption {
	font-size: 0.75em;
	}

.event-bg1 {	
	background-color: #FFF;
	padding: 10px 0px;
	}
	
.event-bg2 {
	background-color: #ececec;
	padding: 10px 0px;
	}
	
.event-bg1 p, .event-bg2 p {
	margin-bottom: 0px;
	
	}
	
.events_header {
	display: block;
	width: 100%;
	margin-bottom: 16px; /* : 15px 0px; */
	/* border-bottom: 1px solid #333333; */
	/*line-height: 1em;
	padding-left: 5px;
	padding-right: 5px;		
	}
	
*/