﻿/*
 * 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 #999;
  background-color: white;
  padding: 5px;
  opacity: 1;
  width: 225px;
  word-wrap:break-word;
  text-align: left;
  line-height: 120%;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000; padding-bottom: 5px;}
#tooltip ul {
  padding: 3px 0 3px 0;
}
#tooltip li {
  margin: 0 10px;
  padding: 3px 0 3px 0;
  width: auto;
}
#tooltip p {
padding: 3px 0 3px 0;
}
#tooltip strong {
margin-bottom: 15px;
}
/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
#calendar_wrapLarge {
  border-collapse: collapse;
  margin: auto;
}
#calendar_wrapLarge h2, #calendar_wrapLarge h2 a:link, #calendar_wrapLarge h2 a:visited, #calendar_wrapLarge h2 a:hover {
	color: black;
	font-size: 13px;
	text-transform: uppercase;
	underline: none;
	font-weight: bold;
	border: none;
	width: 590px;
	}
#calendar_wrapLarge h2 td {
	border: none;
	width: auto;
	height: 20px;
	}
#calendar_wrapLarge th {
	text-transform: uppercase;
	text-align: center;
	}

#calendar_wrapLarge td {
  border: 1px solid #999999;
  width: 83px;
  height: 83px;
  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;
}
#calendar_wrapLarge .event-block {
 border-bottom: 1px dotted #999;
 display: block;
 padding: 2px 0 0 2px;
 font-size: 12px;
 font-weight: normal;
}

#calendar_wrapLarge .dayHead {
  /* background-color:#333333; */
  background-color: #F6EBD3;
  border-bottom: 1px solid #999;
  color: black;
  font-weight: normal;
  z-index:1000;
  padding-left: 2px;
}
#calendar_wrapLarge #todayLarge {
background-color: #E1D3CF;
}
#calendar_wrapLarge strong {
	font-weight: normal;
	font-size: 11px;
	}
/*
 * 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 List Calendar OPTIONAL
 */
#events-calendar-list strong a, #events-calendar-list strong a:hover, #events-calendar-list strong a:visited {
font-weight: bold;
text-decoration: none;
color: #333333;
}