/*
 * Thickbox CSS
 */
div#TB_title {
	/*background-color:#105681;*/
	background-color:#000000;
	color:#FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
  color: #cfcfcf;
}

div#calendar_wrap {
text-align:center;
}
/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #ccc;
  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;
  color: #45649F;	
}
/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
#wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}
#wp-calendarLarge td {
  border: thin solid black;
  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 #444;
 display: block;
 padding: 2px 0 0 2px ;
 line-height:11pt;
 color:navy;
}

#wp-calendarLarge .dayHead {
  /* background-color:#333333; */
  background-color:#173b6d;
  color: white;
  font-weight: bold;
  z-index:1000;
}
#todayLarge {
background-color:#9BA9CF;
color:#FFF;
}
/*
 * Days events calendar
 */
#EC_daysEvents {
	font-family:Tahoma,Arial,Verdana,Sans-Serif;
	font-size:11px;
}
.EC_title {
	background:#FFFFFF none repeat scroll 0%;
	border-bottom:1px solid #CCCCCC;
	color:#1C4396;
	margin-bottom:8px;
}
.EC_location {
	background:#FFFFFF none repeat scroll 0%;
	padding:2px 0pt;
}
.EC_time {
  background: #fff;
  padding: 3px 0;	
}
.EC_date {
  background:#FFFFFF none repeat scroll 0%;
  padding:3px 0pt;
}
.EC_description {
padding:15px 0pt 12px;
}

.EC_description a {
text-decoration: none;
color: #50618F;
}

.EC_description a:hover {
text-decoration: none;
color: #474747;
border-bottom: 1px #d00 solid;
}

/*
 * Widget Calendar formatting OPTIONAL
 */
.EC_Widget_display {
 text-align: center;
}
.widgettitle {
 text-align: left;
 /* margin: 0 0 1em; */
}
#wp-calendar caption {
 margin: 0; 
 width:auto;
 text-align: center;
 padding-bottom:5px;
} 
#wp-calendar {
 margin: 0pt auto;
}
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
 display:block;
 font-weight: bold;
 background-color: #a8c3d6;
 -moz-border-radius: 50%;
 /* -webkit-border-radius: 50%;
 border: 2px solid blue; */
 z-index:1;
}
#wp-calendar .pad {
 border: 0px;
}
#wp-calendar .padcent {
 background-color: white;  
 border: thin solid darkgray;   
}
#wp-calendar .padday {
 background-color: #fff;
 border: 0px;
}
#wp-calendar th {
 color: #000;
 background-color: #fff;
 text-align: center;
}
#wp-calendar td {
 border:1px solid #DDDDDD;
 background-color: white;
 text-align: center;
 width: 35px;
}
/*
 * Widget List Calendar OPTIONAL
 */
#events-calendar-list li {
 font-family: Arial, Tahoma, Script;
 font-size: small;
 font-stretch: condensed;
 list-style-image: url(../images/list.gif);
 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;
 color: dimgray;
}
#events-calendar-list li:hover {
 background-color:gainsboro;
 padding: 4px;
 border-style: solid;
 border-width: 1px;
}