.eventCalendar-wrap {
    background-color: #fff;
    color: #000;
    padding: 12px;
    width: 100%;
    min-height: 400px !important;
	/*-webkit-box-shadow: 3px 2px 36px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 2px 36px -4px rgba(0,0,0,0.75);
box-shadow: 3px 2px 36px -4px rgba(0,0,0,0.75);*/
    margin-top: -25px;
}
.eventCalendar-wrap .arrow {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
	line-height: 28px;
	top: 6px;
	padding: 12px 10px;
	border: 1px solid #c5c5c5;
	background:#c5c5c5;
}
.eventCalendar-wrap .arrow.prev {
}
.eventCalendar-wrap .arrow:hover {
	opacity: 0.7;
}
.eventCalendar-wrap .arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	float: left;
	text-indent: -5000px;
}
.eventCalendar-wrap .arrow.prev span {
	border-left-width: 0;
	border-right: 6px solid #fff;
}
.eventsCalendar-slider {
	width:100% !important;
	/*height:80px;*/
	float:left;
	height:auto !important;
	position:relative;
}
.eventsCalendar-monthWrap {
	width:303px;
	height:80px;
	float:left;
}
.eventsCalendar-currentTitle {
    line-height: 50px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: normal;
	    margin-bottom: 20px;
}
.eventsCalendar-currentTitle .monthTitle {
    text-decoration: none;
    color: #000;
    text-align: center;
    padding-left: 16px;
    font-size: 19px;
}
.eventsCalendar-daysList {
	zoom: 1;
	padding: 0;
	width: 100%;
}
.eventsCalendar-daysList.showAsWeek {
    width: 107.5%;
	background-color: #CCCCCC;
	background-image: linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -o-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -moz-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -webkit-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -ms-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.42, #EEEEEE),  color-stop(0.71, #CCCCCC)  );
}
.eventsCalendar-daysList.showDayNames.showAsWeek {
	/*border-radius: 5px 5px 0 0;*/
}
.eventsCalendar-daysList:before, .eventsCalendar-daysList:after {
	content: "";
	display: table;
}
.eventsCalendar-daysList:after {
	clear: both;
}
.eventsCalendar-day-header {
	text-transform: none;
	text-align: center;
	background:#ccc;
	height:40px !important;
	line-height:40px;
	width:40px !important;
}
.eventsCalendar-daysList.showAsWeek li {
	height: auto;
	margin: 0;
	font-size:17px;
	color:#000;
}
.eventsCalendar-daysList.showAsWeek li.empty {
	background: none !important;
	border-right: 1px solid #c5c5c5;
 	line-height: 42px;
 	border-top: 1px solid #c5c5c5;
	
}
.eventsCalendar-day a {
	text-decoration: none;
	font-size: 10px;
	color: #424242;
}
.eventsCalendar-day {
	border-left: solid 1px #BCBCBC;
}
.eventsCalendar-day a {
}
.showAsWeek .eventsCalendar-day {
	border-left-width: 0;
	width:40px !important;
	height:40px !important;
	background:#c5c5c5 !important;
}
.showAsWeek .eventsCalendar-day a {
    line-height: 42px;
    font-size: 20px;
    display: block;
    color: #000 !important;
    background: #fff;
   border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
}

.eventsCalendar-day a:hover {
    background-color: #EEEEEE;
}
.eventsCalendar-daysList li.today a {
	color: #fff !important;
	background:red;/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
}
li.eventsCalendar-day.today a:hover {
	background-color: #FF6075;/*box-shadow:inset 5px 5px 10px #999;*/
}
.eventsCalendar-daysList li.dayWithEvents a {
    background: #009688;
    color: #fff !important;
}
li.eventsCalendar-day.dayWithEvents a:hover {
	background-color: #0f9e8f;/*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
}
.eventsCalendar-daysList li.current a {
	/*color: #fff;
	background: #2f7d09;
	box-shadow: inset 5px 5px 10px #2f7d09;
	text-shadow: 2px 2px 2px #2f7d09;*/
}
li.eventsCalendar-day.current a:hover {
	/*background-color: #79BDCC;
	box-shadow: inset 5px 5px 10px #449FB2;
	text-shadow: 2px 2px 2px #449FB2;*/
}
.eventsCalendar-loading {
	border-radius: 4px;
	margin: 5px auto;
	padding: 0 10px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 0 3px #aaa;
	position: absolute;
	z-index: 4;
	top: 25px;
	left: 5px;
}
.eventsCalendar-loading.error {
	background-color: red;
}
.eventsCalendar-subtitle {
	   padding: 10px !important;
    background: #ccc;
    color: #000;
    margin-bottom: 15px;
    font-size: 15px;
}
.eventsCalendar-list-wrap {
	min-height: 100px;
	position: fixed;
	display:none;
	background-color:#fff !important;
	z-index:999;
	height:auto;
	border:3px solid #FFFFFF;
	width:500px;
	height:auto;
	top:30%;
	/*left:37%;*/
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	transition:all 0.4s linear;
	color:#000;
}
.eventsCalendar-list-content.scrollable {
	height: 100px;
	overflow-y: auto;
	margin: 0 5px 5px 0;
}
.eventsCalendar-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
	width:100%;
}
.eventsCalendar-list li {
	padding: 0px 0px 15px 0px;
	margin: 0px 10px 15px 10px; 
	clear: both;
	border-bottom:2px solid #FFFFFF;
}
.eventsCalendar-list li:last-child{
	border-bottom:none;
	margin: 10px 10px 10px 10px; 
}
.eventsCalendar-list li time {
	font-size: 16px;
	line-height: 22px;
	float:left;
	width:100%;
	margin-bottom:5px;
}
.eventsCalendar-list li time em {
	float: left;
	font-style: normal;
	color:#000;
	padding-right:10px;
}
.eventsCalendar-list li time small {
	font-size: 14px;
	float: left;
	background-color: #807E7E;
	color: #fff;
	padding: 0 5px 0 4px;
	margin: 0 0 0 3px;
	float:right;
}
.eventsCalendar-list li .eventTitle {
	display: block;
	clear: both;
	/*font-weight: bold;*/
	text-decoration: none;
}
.eventsCalendar-list li a.eventTitle {
	color: #000;
}
.eventsCalendar-list li a.eventTitle:hover {
	text-decoration: underline;
}
.eventsCalendar-list li .eventDesc {
	clear: both;
	margin: 10px 0 5px 0;
	font-size: 14px;
	line-height: 18px;
	color:#FFFFFF;
}
.eventsCalendar-list .eventsCalendar-noEvents {
	font-size: 120%;
	border-radius: 4px;
	margin: 5px;
	padding: 5px;
	/*background-color: #F37164;*/
	color: #000;
	text-align: center;
	font-weight: normal;
}
.bt {
	font-size: 18px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 15px;
	padding: 9px 34px 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background-color: #f93b00;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fe8800), to(#f93b00));
	background-image: -moz-linear-gradient(top, #fe8800, #f93b00);
	background-image: -ms-linear-gradient(top, #fe8800, #f93b00);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8800), color-stop(100%, #f93b00));
	background-image: -webkit-linear-gradient(top, #fe8800, #f93b00);
	background-image: -o-linear-gradient(top, #fe8800, #f93b00);
	background-image: linear-gradient(top, #fe8800, #f93b00);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8800', endColorstr='#f93b00', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	background-position: 0 -15px;
	text-decoration: none;
}
/* end of theme css */


/*= ONLY FOR DEMO PAGE */
body {
/*
	width:978px;
	box-shadow:0 0 10px #777;
	padding: 20px 40px;
	margin:0 auto;
	*/
}
a {
	color: #0E8EAB
}
/*
.eventCalendar-wrap {
	width:265px;
}
*/
.features li {
	margin-bottom: 3px;
}
#thanksPanel li {
	margin-bottom: 0;
}
#introPanel {
	padding-top: 20px;
}
.poweredBy img {
	float: left;
	margin-right: 3px;
}
.poweredBy .data {
	float: left;
}
.poweredBy .name {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	display: block;
	margin-top: 28px;
}
.poweredBy .twitter {
	text-decoration: none;
	display: block;
	float: left;
}
.features {
	padding-left: 20px;
	float: left;
}
#appLogo {
	margin-right: 30px;
}
pre {
	clear: both;
	background-color: #FFFFCC;
	padding: 5px;
	border: solid 1px #FED17E;
	overflow: auto;
}
#license {
	width: 300px;
	float: right;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.prdOverlay_div {
    display: block;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}
.popDiv_CloseArea {
    width: 25px;
    height: 25px;
    background: url(../../image/admin/closeIcon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    display: none;
    z-index: 10;
    top: 0;
    right: 0;
    margin: -12px -12px 0px 0px;
}