@import url("calendar-custom.css");

.grid #calendar ul.month {
	margin: 0px;
	padding:0 0 0px 0;
}

.month {
	clear: both;
	height: auto !important;
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
}

#calendar ul.month li, .week span {
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	margin: 2px 4px 10px 0;
	zoom: 1;
	*display: inline;
	_height: 100px;
}
#calendar ul.month li.no-events {
	height: 24px;
}
#calendar ul.month li.no-events dd {
	display: none;
}

.week span { /* Week days */
	margin: 0 4px 0 0;
	min-height: 0px;
	text-align: center;
}

#calendar dl {
	margin: 0px;
	padding: 0px;
}

#calendar ul.month li.no-events dt {
	height: 24px;
}
#calendar ul.month li.no-events dl {
	border: none;
	margin: 0px;
	padding: 0px;
}
#calendar dt {
	font-weight: normal;
	padding: 1px 5px;
	line-height: 24px;
}
#calendar dt a {
  text-decoration:none;
}
#calendar dt a:hover {
  text-decoration:underline;
}

#calendar dd {
	padding:0 2px;
	margin:0 0 20px 0;
	position:relative;
}
#calendar dt span {display:none;}
#calendar dd img {
	display:block;
	margin:3px 0;
}
#calendar dd h3 {
	padding: 0 1px;
	text-align: left;
	text-transform: none;
}
.month dd h3 {
	margin:3px 0px !important;
}
.month dd p {
	margin:4px 0px !important;	
	text-align:left;
}
.month dd p a {
	text-decoration: underline;
}
.month dd p a:hover {
	text-decoration: none;
	cursor: pointer;
}
#calendar dd h3 a {
  text-decoration:none;
	padding:0;
	margin:0;
}
#calendar dd h3 a:hover {
    text-decoration: underline;
}
#calendar dd p {
	padding:0px 0px;
}
#calendar dd a.button {
	position:absolute !important;
	left:0;top:0;
	width:100%;
	height:100%;
	overflow:hidden !important;
	text-indent:-1000px !important;
	background:none;
	z-index:400 !important;
	background:url(about:blank);
}
.control {
	clear:both;
	overflow:hidden;
	padding:5px 0;
}
.control a {
	font-size: 11px !important;
	text-decoration:none;
}
.control a:hover {
	text-decoration:underline;
}
ul.links {
	padding:3px 0 !important;
	margin: 6px 0px 0px !important;
	overflow: hidden;
}
.control li, .links li {
	list-style:none;
	background:none !important;
	float:left;
	margin:0 6px 0 0 !important;
}
.calendar ul {}
.calendar ul.links a {
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-100px;
}

.control fieldset {			/*FORM CONTROLS - FILTER EVENTS, VIEWS, BORWSE MONTHLY/DAYLY/WEEKLY*/
	display: block;
	float:left;
	margin:0px 8px 0px 0;
	border:0px !important;
	position: relative;
}
.control fieldset.filter {
	width: 340px;
}
.control fieldset.views {
	width: 150px;
}
.control fieldset.navigation {			/*FORM CONTROLS - NAVIGATION BROWSE MONTHLY/DAYLY/WEEKLY - PREV/NEXT*/
	float:right;
	width:144px;
	margin-right:0 !important;
	padding-right:0px !important;
}
fieldset.share {
	float:left;
	width:100px;
}
.single .control fieldset.navigation {
	position:relative;
	top:5px;
}

.control .next {
	margin:0 !important;
	float:left;
	font-weight:100;
}
.control .prev {			/*FORM CONTROLS - NAVIGATION BROWSE MONTHLY/DAYLY/WEEKLY - PREV BUTTON STYLES*/
	float:left;
	margin:0;
	margin-left:0px;
	font-weight:100;
}
.control legend {			/*FORM CONTROLS - CONTROLLERS NAMES STYLES*/
	padding:0px 0;
	position: relative;
	left: 0;
	*margin-left: -8px;
}
* html legend {
	margin-left: -8px;
}
.control select {
	float:left;
	margin: 10px 0;
}

.single .control {
	margin-top:-40px;
}
.single .calendar {
	top: 17px !important;
}

li.list {
	display:inline !important;
	width:auto !important;
}

/* TOOLTIP */

#simpleTooltip {
	text-align:left;
}
#simpleTooltip strong {
	display:block;
	padding:2px 6px;
}
#simpleTooltip p {
	display:block;
	padding:4px 6px;
}

/* LIST VIEW */
.list .week {display:none}
.list #calendar ul.month {margin:0 0 0 0;background:none;}
.list #calendar ul.month li {
	width: 920px;
	display:block;
	min-height:100px;
	margin:0 0 15px 0;
	zoom:1;
	_height:100px;
	border:0px solid #8c6239 !important;
	padding:5px 0;
}
	.list #calendar ul.month li li {
		min-height: 0;
	}
.list #calendar ul.month li.no-events {
	display:none;
}
.list #calendar dl {border:0;margin:5px 0 0 0;}
.list #calendar dt {
	clear:both;
	overflow:hidden;
	//zoom:1;
	padding:0 0 0 10px;
}
.list #calendar dt a  {
	
}
.list #calendar dt a:hover  {
	text-decoration:none;
}
.list #calendar dt span {
	display:inline;
}
.list #calendar dd {
	margin:0 10px 5px 10px;
	clear:both;
	overflow:hidden;
	//zoom:1;
}

.list #calendar dd.no-border { border-bottomm:0; margin-bottom:0;}
.list.image #calendar dd, #calendar dd.image {padding:0 0 16px 0; }
.list #calendar dd img {
	display:inline;
	/* margin:3px 10px 3px -135px;*/
	margin:6px 0 3px 10px;
	float:right;
}
.single.image #calendar dd img { margin-top:20px; float:right;}
.single #calendar dd { border-bottom: none; }
.list #calendar dd h3 {
	font-weight:normal;
	padding:8px 0 2px 0 !important;
}
.list.image dd h3 {margin:-10px 0 0 0;}
.list #calendar dd h3 a {
	text-decoration: underline;
}
.list #calendar dd h3 a:hover {
	text-decoration: none;
}
.list #calendar dd p {
	line-height: 1.5;
	padding:4px 0 10px 0;
}
.list #calendar dd a.button, .single #calendar dd a.button {
	position:static !important;
	text-indent:0 !important;
}


#crumbtrail {
	clear: both;
	display: block;
  padding:0px 0px 16px 5px;
}
.single #crumbtrail {
	margin-top:10px;
}
span.psep {
  display:inline;
  font-size: 14px;
  padding: 0 8px;
}

.disabled_event{
    display:none;
}

/* EVENTS CALENDAR */

.content .events-calendar ul li {
	margin:0;
	padding:0;
}
.content .grid #calendar ul li a.button {
	width:100% !important;
	height:100% !important;
	text-indent:-1000px !important;
	overflow:hidden !important;
	background:none !important;
	font-size:0;line-height:0;
}

.content .events-calendar {
	position:relative;
}

#calendar .calendar {
	font-size:12px;
	padding:0 !important;
	position:absolute;
	right:220px;top:6px;
	width: 80px;
}
#calendar .calendar.right ul {
	margin:7px 0;
}
#calendar .calendar.right a {
	text-decoration:none;
}
#calendar .calendar.right a:hover {
	text-decoration:underline;
}

.single #calendar .calendar.right {
	margin-top: 10px;
}
.sub {
	padding:0px;
}
.sharetitle {
	display: block;
	margin:0px !important;
	padding:0px !important;
}

ul {
	-webkit-padding-start:0px !important;
}
.bg_text_body_corner {
	background: none;
}
.bg_text_body {
	background: #fff;
}
