/*
 * 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 #ccc;
  color: #696969;
  background-color: white;
  padding: 5px;
  opacity: 1;
  width: auto;
}
#tooltip h3, #tooltip div { margin: 0; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; color: #000; text-align:left; }
#tooltip ul {
  padding: 0;
  margin:0;
} 
#tooltip li {
  margin: 0;
  list-style:none;
}
/*
 * 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:#666; 
  /*background-color:#173b6d;*/
  color: white;
  font-weight: bold;
  z-index:1000;
}
#todayLarge {
background-color:#9BA9CF;
color:#FFF;
}
/*
 * Days events calendar
 */
#EC_daysEvents {
  font-size: 14px;
}
.EC_title {
  background: #A4CAE6;
}
.EC_location {
  background: #FFF8DC;
}
.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 {
 width: auto;
 text-align: center;
 font-weight: bold;
 border: 1px solid #E4E4E4;
 border-width: 0 1px 1px 0;
 background: #FFF url(../images/bg_caption.gif);
 padding: 3px 0 4px;
 font-size: 13px;
} 
#wp-calendar {
 border-collapse: collapse;  
}
#wp-calendar #today {
 display:block;
 font-weight: bold;
 /*background: #FF7F00 url(../images/bg_today.gif) no-repeat;*/
 color:#FF7F00; 
 z-index:1;
 border: 0;
}

#wp-calendar .pad {
 color: #000;
 background: url(../images/bg_select_month.gif);
 border: 1px solid #E4E4E4;
 padding: 0;
}
#wp-calendar .padcent {
 background-color: white;  
 border: thin solid darkgray;   
}
#wp-calendar .padday {
 background-color: #F2F2F2;
}
#wp-calendar th {
 width: 11%;
 color: #FFF;
 /*background-color: #004687;*/
 background-color: #666;
 font-size: 11px;
 padding: 1px 0;
}
#wp-calendar td {
 border: 1px solid #E4E4E4;
 border: 1px 1px 0 0;
 background-color: #FFF;
 text-align: center;
 color: #999;
 font-size: 11px;
 padding: 1px 0 0;
}
/*
 * Widget List Calendar OPTIONAL
 */
#events-calendar-list li {
 font-family:Arial,Helvetica,sans-serif;
 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,Helvetica,sans-serif;
	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;
}

#calendar_wrap {
	border: 1px solid #E4E4E4;
	border-width: 1px 0 0 1px;
}

#EC_previousMonth {
	background: url(../images/link_arrow_left.gif) left 5px no-repeat;
	padding-left: 12px;
}

#EC_nextMonth {
	background: url(../images/link_arrow_right.gif) right 5px no-repeat;
	padding-right: 12px;
}

#calendar_wrap #EC_loadingPane {
	background: #F2F2F2;
	background-image: none;
}


