﻿/*
 * Thickbox CSS
 */
div#TB_title {
	/*background-color:#105681;*/
	background-color:#000000;
	color:#FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
  color: #cfcfcf;
}
/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 1;
  width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000;}
#tooltip ul {
  padding: 0;
}
#tooltip li {
  margin: 0 10px;
}
/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
#wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}
#wp-calendarLarge td {
  border: 1px solid white;
  width: 150px;
  height: 100px;
  padding: 0;
  vertical-align: top;
}
.event-block a:link,
.event-block a:visited,
.event-block a:hover,
.event-block a:active
{
  text-decoration: none;
  border:none;
}
#wp-calendarLarge .event-block {
 /*border-top: 1px solid red;*/
 display: block;
 padding: 2px 0 0 2px ;
 line-height:11pt;
 color:white;
}

#wp-calendarLarge .dayHead {
  /* background-color:#333333; 
  background-color:#5ba3d0;*/
  color: white;
  font-weight: bold;
  z-index:1000;
}
#todayLarge {
background-color:#FFFFFF;
color:#333333;
}
/*
 * Days events calendar
 */
#EC_daysEvents {
  font-size: 14px;
  background-color:#FFFFFF;
  color:#333333; 
}
.EC_title {
/* background: #FFFFFF;*/
}
.EC_location {
 /* background: #FFFFFF;*/
}
.EC_time {
 /*	 background: #CCCCCC;*/
}
.EC_date {
  /*	background: #E0EEEE;*/
  text-align: center;
}
/*
 * Widget Calendar formatting OPTIONAL
 */
.EC_Widget_display {
 text-align: center;
}
.widgettitle {
 text-align: left;
 /* margin: 0 0 1em; */
}
#wp-calendar caption {
 margin: 10px 0 0 0; 
 width:auto;
 text-align: center;
 font-weight: bold;
 background-color:none;
 -moz-border-radius: 3px 3px 0 0;
} 
#wp-calendar {
 margin: 0 1px 0 2px;
 border-collapse: collapse;  
}
*+html #wp-calendar #today {
	/*border: 3px solid blue !important;*/
}
#wp-calendar #today {
 display:block;
 font-weight: bold;
 background-color: #FFFFFF;
 /*-moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border: 2px solid blue; */
 z-index:1;
}
#wp-calendar .pad {
 font-weight: bold;
 background-color:none;
}
#wp-calendar .padcent {
 background-color:none; 
}
#wp-calendar .padday {
 background-color:none;
}
#wp-calendar th {
 width: 11%;
 background-color:none;
}
#wp-calendar td {
 background-color:#FFFFFF;
 text-align: center;
 color:#000000;
 border:1px #666666 solid;
}
/*
 * Widget List Calendar OPTIONAL
 */
#events-calendar-list li {
 line-height: normal;
 text-align: left;

}
#events-calendar-list li a:link,
#events-calendar-list li a:visited,
#events-calendar-list li a:hover,
#events-calendar-list li a:active {
 background: none;
 text-decoration: none;
 border:none;
}
#events-calendar-list li:hover {
}
