/*  MANSION CSS 2011 - URVENUE.COM All rights reserved. events-calendar.css */
#content-main {
	height: 720px;
	background-image: url(../imateq/www/events-calendar-bg.png);
	background-position: top;
	background-color: #000;
	background-repeat: no-repeat;
	position: relative;
}

#content-main > div {
	float: left;
	position: relative;
}

#calendar-header {
	width: 978px;
	height: 62px;
	margin: 0px 1px;
	background-image: url(../imateq/www/events-cal-red-bg.png);
}

a#btn-events-back {
	/*153 x 25*/
	display: block;
	float: left;
	position: absolute;
	top: 20px;
	right: 23px;
	width: 153px;
	height: 25px;
	line-height: 25px;
	text-indent: 38px;
	font-size: 11px;
/*	margin: ;*/
	background-image: url(../imateq/www/photogal-btn-back.png);
}

#calendar-body {
	/* 978 x 655 */
	width: 952px;
	height: 645px;
	margin: 0px 1px;
	padding: 10px 13px 0px;
	color: Black;
}

.calendar-cell {
	/*135 x 105*/
	width: 135px;
	height: 105px;
	float: left;
	position: relative;
	margin: 1px 1px 1px 0px;
	overflow: hidden;
	background-color: rgba(90,90,90, 0.5);
}

.empty-cell {
	background-image: url('../imateq/www/events-cal-bg1.png');
	color: #222;
}
.closed-cell {
	background-image: url('../imateq/www/events-cal-bg2.png');
}
.open-cell {
	background-image: url('../imateq/www/events-cal-bg3.png');
}

.calendar-cell > div {
	float: left;
	position: absolute;
}

.calendar-cell-text {
	top: 9px;
	right: 9px;
	font-size: 11px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight: bold;
}

.event-flyer-thum {
	/* 100 x 67 */
	width: 100px;
	height: 67px;
	bottom: 10px;
	left: 18px;
	overflow: hidden;
	background-color: rgba(200,200,200, 0.5);
}

#div_combo
{
	margin-left: 14px;
	margin-top: 0px;
	width: 99%;
	height: 28px;
	background-color: black;
	font-size: 12px;
}

#venues_combo
{
	background-color: black;
	color: #EEEEEE;
	width: 200px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

.event-content {
	/* 100 x 67 */
	width: 100px;
	height: 67px;
	bottom: 10px;
	left: 18px;
	overflow: hidden;
	text-align: center;
	font-size: 40px;
	color: Black;
}

.event-label {
	/* 100 x 10 */
	width: 100px;
	height: 30px;
	bottom: 0px;
	left: 18px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: Black;
}

a.venue-tab {
/*	background-color: Gray;*/
  background-image: url("../imateq/www/venue-tab.png");
  background-position: center top;
  background-repeat: repeat-x;
  display: block;
  float: left;
	line-height: 28px;
	height: 28px;
  margin: 0px;
	margin-right: 1px;
  padding: 0px 8px;
}

a.venue-tab:hover, a.active-tab {
	background-position: center bottom;
}


