﻿/*
 * Thickbox CSS
 */
div#TB_title {
	/*background-color:#105681;*/
	background-color:#243E62;
	color:#FFFFFF;
	border-bottom:1px solid #333;
}
div#TB_title a, div#TB_title a:visited {
  color: #cfcfcf;
}
/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #243E62;
  background-color: #FFF;
  padding: 3px;
  opacity: 1;
  width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000;padding:0;}
#tooltip h3 {color:#243E62;}
#tooltip ul {
	margin:0;
  padding: 0;
  list-style-type:none;
}
#tooltip li {
  margin: 0;
  padding:0;
}
/*
 * 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-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}
.EC_title {
  background: #F8F5EE;
  font-family:Arial, Helvetica, sans-serif;
  padding:3px;
}
.EC_location {
  background: #FFFFFF;
  padding:3px;
}
.EC_time {
  background: #F8F5EE;
  padding:3px;
}
.EC_date {
  background: #F8F5EE;
  text-align: center;
  padding:3px;
}
.EC_description {
	padding:10px 3px;
}
/*
 * 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;
} 
#wp-calendar {
 margin: 0 1px 0 2px;
 border-collapse: collapse;
 color:#2b5681; 
 width:240px;
}
#wp-calendar #today {
 font-weight: bold;
 background-color: #a8c3d6;
 -moz-border-radius: 50%;
 /* -webkit-border-radius: 50%;
 border: 2px solid blue; */
 z-index:1;
}
#wp-calendar .pad {
 font-weight: bold;
}
#wp-calendar th {
 width: 11%;
}
#wp-calendar td {
 text-align: center;
 height:25px;
}
/*
 * 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;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

#TB_window {
border:3px solid #FFF;
}
a#TB_closeWindowButton, a#TB_closeWindowButton:link, a#TB_closeWindowButton:visited {
	
}
a#TB_closeWindowButton:hover {
	
}
