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

/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 9999;
  border: 5px solid #669900;
  background-color:#FFFFFF;
  padding: 5px;
  opacity: 1;
  width: 300px;
  margin:0 0 0 -100px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000;}


@media all and (min-width: 0px){
#tooltip h3, #tooltip div { font-size:11px;}
}

#tooltip ul {
  padding: 0;
}
#tooltip li {
  margin: 0 10px;
}

/*
 * Large Calendar
 */
 
#calendar_wrapLarge h2 {
	margin:0px;
	padding:10px 0;
	background-color:#E9EAD5;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
/*
 * Calendar formatting
 */
#wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}

#wp-calendarLarge td {
	border: thin solid #ccc;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}

#wp-calendarLarge .dayHead {
	background-color:#669900;
	color: white;
	font-weight: bold;
	z-index:1000;
}

.dayHead {margin:0 0 10px 0;}


.dayHead b {
background-color:#A0BE5A;
padding:0 4px 2px 2px;
border:2px solid #669900;
} 
#todayLarge {
	color:#000000;
	background-color:#CDEDC2;
}


.claendarlistLarge span {
font-size:11px;
display:block;
padding:3px;
border-bottom:2px solid #669900;
border-top:1px solid #669900;
background-color:#FFFF99;
text-transform:capitalize;
}

#wp-calendar td{
	width:32px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	background-color: #EEEEEE;
	font-weight:bold;
	border:3px solid #fff;
	color:#669900;
}

td.pad {
background-color:none !important;
}

.calendar-month {
	background-color:#669900;
	padding:7px 0 7px 10px;
	margin:0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: bold;
}

@media all and (min-width: 0px){
.calendar-month{ font-size:15px;}
}

#today td {
background-color:#FFFFCC;
}

.listing-events {
list-style:none;
}

ul.listing-events {
margin:0px;
padding:0px;
}

.listing-events li {
	display:block;
	height:55px;
	border-bottom:1px dashed #669900;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
}

.eventlis-mo {
	margin:3px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #006600;
}
.eventlis-day {
	margin:9px 0 5px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #666600;
}

.eventlis-date {
	height:50px;
	width:50px;
	background-image:url(../../../../../_style/img/calBGa.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 0 0 5px;
	display:block;
	float: left;
}

.evenlis-title {
	float:right;
	margin:0px 0 0 0px;
	width: 230px;
	color: #005500;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.evenlis-desc {
	float:right;
	width: 230px;
	color: #666666;
	font-size: 11px;
	height:30px;
}

/* LS - JS */

li.ls-js-ul  {
display:block;
height:26px;
line-height:30px;
list-style:none;
margin:0 0 5px 0;
padding:0 0 5px 0;
background-image:url(../../../../../_style/img/arrow1a.png);
background-position:left;
background-repeat:no-repeat;
text-indent:15px;
border-bottom:1px dashed #669900; 
}
#ls-js-a {
display:block;
background-color:#669900;
color:#FFFFFF;
line-height:22px;
font-size:16px;
padding:4px 4px 4px 10px;
margin-bottom:5px;
}

#ls-js-b {
display:block;
background-color:#FFFFCC;
color:#333333;
line-height:15px;
font-size:12px;
padding:4px 10px;
margin-bottom:5px;
border-bottom:1px solid #669900;
}

#ls-js-c {
display:block;
background-color:#EBEBD8;
color:#333333;
line-height:15px;
font-size:12px;
padding:10px;
margin-bottom:5px;
border-bottom:1px solid #669900;
}

#ls-js-d{
display:block;
background-color:#DDEEFF;
color:#333333;
line-height:15px;
font-size:12px;
padding:4px;
margin-bottom:5px;
border-bottom:1px dashed #669900;
}

#ls-js-e{
display:block;
background-color:#DDEEFF;
color:#333333;
line-height:15px;
font-size:12px;
padding:4px;
margin-bottom:5px;
border-bottom:1px dashed #669900;
}

#ls-js-f{
display:block;
background-color:#DDEEFF;
color:#333333;
line-height:15px;
font-size:12px;
padding:4px;
margin-bottom:5px;
border-bottom:1px dashed #669900;
}

#ls-js-g{
display:block;
background-color:#DDEEFF;
color:#333333;
line-height:15px;
font-size:12px;
padding:4px;
margin-bottom:5px;
border-bottom:1px dashed #669900;
}

.clickdate {
font-size:9px;
font-weight:bold;
padding:4px;


}