﻿/*
 * Thickbox CSS
 */
div#TB_title {
	background-image:url(../../../../../_style/img/bgNav1d.png);
	color:#FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
  color: #cfcfcf;
}

/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 9999;
  border: 5px solid #333333;
  background-color:#000;
  color:#FFFFFF;
  padding: 5px;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
    width: 300px;
  margin:0 0 0 -100px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #fff;}


@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-image:url(../../../../../_style/img/bgNav1d.png);
	background-repeat:repeat-x;
	color:#CCCCCC;
	text-align: center;
	border-bottom: 1px solid #000;
	font-size: 16px;
}
/*
 * Calendar formatting
 */
#wp-calendarLarge {
  border-collapse: collapse;
  margin: auto;
}

#wp-calendarLarge td {
	border-left: 0px solid #333;
	border-right: 1px solid #333;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
	background-color: #000000;
	background-image: url(../../../../../_style/img/bgfenced1.jpg);
}

#wp-calendarLarge td.pad {
background-color:#333;
}

#wp-calendarLarge thead {
	height:30px;
	color:#FFF;
}

#wp-calendarLarge .dayHead {
	background-color:#333;
	color: white;
	font-weight: bold;
	z-index:1000;
	background-image: url(../../../../../_style/img/bgNav1d.png);
}

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


.dayHead b {
	background-color:#000;
	padding:0 4px 2px 2px;
	border:2px solid #00;
} 
#todayLarge {
	color:#FFFFFF;
	background-color:#006699;
}


.claendarlistLarge span {
	font-size:11px;
	display:block;
	padding:3px;
	border-bottom:2px solid #990000;
	border-top:1px solid #990000;
	background-color:#996;
	text-transform:capitalize;
	background-image: url(../../../../../_style/img/glow3.jpg);
}

#wp-calendar td{
	width:32px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;

	font-weight:bold;
	border:3px solid #000;
	color:#999999;
		background-image:url(../../../../../_style/img/calbg1a.png);
	background-repeat:no-repeat;
	background-position:top;

}




td.pad {
background:none !important;

}

.calendar-month {
	background-color:#333;
	background-image:url(../../../../../_style/img/bgNav1d.png);
	background-repeat:repeat-x;
	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: 100;
}

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

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

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

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

.listing-events li {
	display:block;
	height:65px;
	border-bottom:3px solid #000;
	margin: 5px 0 0px 0px;
	padding: 5px 0 8px 0;
	background-image: url(../../../../../_style/img/blufadeupdaown1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 305px;
	clear: both;
}

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

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

.evenlis-title {
	float:right;
	margin:3px 0 0 0px;
	width: 227px;
	color: #996;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image:url(../../../../../_style/img/bgblackFade1center.png);
	background-position:center;
	background-repeat:no-repeat;
	padding: 3px 3px 3px 5px;
}

.evenlis-desc {
	float:right;
	width: 230px;
	color: #CCCCCC;
	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:25px;
border-bottom:0px dashed #990000;
color:#FFFFFF;
 }
#ls-js-a {
	display:block;
	background-color:#000000;
	color:#999999;
	line-height:22px;
	font-size:16px;
	padding:4px 4px 4px 10px;
	margin-bottom:5px;
}

#ls-js-b {
	display:block;
	background-color:#996;
	color:#FFFFFF;
	line-height:15px;
	font-size:12px;
	padding:4px 10px;
	margin-bottom:5px;
	border-bottom:0px;
}

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

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

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

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

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

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