/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

div.kalender{
  width: 100%;
  overflow:visible;
  float:left;
}

div.legendekalender{
}

div.legendekalender ul{
  list-style-image:none;
  margin-left: -40px;
  list-style:none;
}

div.legendekalender li{
  list-style:none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

/**** month and year header at top of calendar ****/
#calendar_header {
	margin-bottom: 4px;	
	text-align: right;
}

#calendar_header form {
	padding-right: 5px;
	display: inline;
}

#date_header { 
	font-family: Arial, helvetica; 
	font-weight:bold 
	color: #666666;
}

#calendar_table {
	clear: all;
	border-collapse: collapse;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	width: 100%;
}

#calendar_table_footer {
	clear: all;
	border-collapse: collapse;
	width: 100%;
	color:#FFFFFF;
	font-weight:bold;
}

#calendar_table_noborder{
	clear: all;
	width: 100%;
	font-weight:bold;
	background-image:url('../../images/layout/subhead_bg.png');
    background-repeat:repeat-x;
	padding: 0 10px;
	border: #ccc 1px solid;
}

#calendar_table_noborder td{
  padding: 2px;
}

#calendar_table_noborder td#info{
  font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  text-align:center;
  font-size: 12pt;
  font-weight: bold;
}

#calendar_table_noborder td#arrows{
  width: 50px;
}

#calendar_table td {
	min-width: 80px;
	max-width: 80px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	overflow:hidden;
}


#calendar_table td.day_cell_last {
    border: none;
	border-bottom: #ccc 1px solid;
}

#calendar_table td.day_row_last {
    border: none;
	border-right: #ccc 1px solid;
}


#calendar_table td.empty_day_cell_last {
    border: none;
	border-right: #ccc 1px solid;
}

#calendar_table td.last {
    border: none;
}

#calendar_table a{ 
	color:#000000; 
}

#calendar_table a:link, #calendar_table a:visited	{ 
	color:#333333; 
}

div#calendar_innertable
{
  border: none;
  width: 100%;
}

table#calendar_innertable{
  width: 100%;
  border:none;
}

/**** color and size of calendar cells.  ****/
.day_cell, .empty_day_cell, .today_cell, .day_row_last, .empty_day_cell_last {
	height: 80px;
	min-height: 80px;    
}
.day_cell, .day_cell_last, .day_row_last	{ background-color: #fff; } 
.empty_day_cell, .empty_day_cell_last, .last{ background-color: #eee; } 
.today_cell		{ background-color: #FFFFCC; } 

/**** day number in upper left corner of each cell ****/
div.day_number{
	background-color: #e8eef7;
	padding: 1px 0;
	text-align:right;
}

span.day_number { 
	font-size: 10px; 
	font-family: Verdana, arial, helvetica; 
	color: #624484;
	font-weight: normal;
	padding-left: 2px;
}

/**** title_txt is the text for each post on main page ****/
div#kalenderevent{
  background-color:#CCCCCC;
  border: #999999 1px solid;
  padding: 2px 0;
  padding-left: 2px;
  margin: 0px 1px;
  margin-top: 1px;
}

div#kalenderevent .title_txt { 	
	font-size: 9px; 
	font-family: verdana, arial, helvetica; 
	color: #000;
}
div#kalenderevent .title_txt a:link, 
div#kalenderevent .title_txt a:visited	{ 
	text-decoration: none;
}

/**** time line under title text when event time given ****/
div#kalenderevent .time_str { 
	font-size:8px; 
	font-family:arial, helvetica;
	color: #666;
}

/**** column headers or days of the week ****/
.column_header { 
	background-color: #3054bf; 
	font-size: 12px; font-family:arial, helvetica; 
	color: #fff; 
	font-weight: bold; 
	text-transform: uppercase;
	text-align: center;
}

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; margin-top: 8px; text-align: center; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }
