.gldp-darkneon {
	position: absolute;
	font-family: cfasty,serif;
}

/* Core style for every cell */
.gldp-darkneon .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #666666;
	background: #000;
	/*background: -moz-linear-gradient(top,  #222222 0%, #111111 98%, #3a3a3a 99%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(98%,#111111), color-stop(99%,#3a3a3a), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: -o-linear-gradient(top,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: -ms-linear-gradient(top,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: linear-gradient(to bottom,  #222222 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );*/
}

/* Cell border */
.gldp-darkneon .border {
	border:1px solid #fff; 
}

/* Month/Year text and select */
.gldp-darkneon .monyear,
.gldp-darkneon .monyear select {
	font-size: 18px !important;
	font-weight: bold;
	border-width:1px 0!important;
	color:#fff;
}

.gldp-darkneon .monyear select {
	color: #222;
	text-shadow: none;
}

/* Month/Year text */
.gldp-darkneon .monyear span {
	margin: 0 5px 0 5px;
}

.gldp-darkneon .monyear.title
{
	width:195px!important;
}

.gldp-darkneon .monyear
{
	height:53px!important;
	line-height: 53px!important;
}

/* Prev/Next arrows */
.gldp-darkneon .prev-arrow,
.gldp-darkneon .next-arrow {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.gldp-darkneon .prev-arrow:active,
.gldp-darkneon .next-arrow:active {
	color: #08f;
}

.gldp-darkneon .prev-arrow-off,
.gldp-darkneon .next-arrow-off {
	color: #fff;
	opacity: 0.25;
}

/* Days of the week */
.gldp-darkneon .dow {
	color: #fff;
	font-weight: bold;
	cursor: wait !important;
	border-width:0 0 1px 1px !important;
	margin-top:30px!important;
}

.gldp-darkneon .dow.day-0
{
	border-width:0 0 1px 0 !important;
}
.gldp-darkneon .dow.day-6
{
	border-width:0 0 0 1px !important;
}

.gldp-darkneon .day-7,
.gldp-darkneon .day-14,
.gldp-darkneon .day-21,
.gldp-darkneon .day-28,
.gldp-darkneon .day-35,
.gldp-darkneon .day-42
{
	border-width:1px 1px 1px 0 !important;
}

.gldp-darkneon .day-13,
.gldp-darkneon .day-20,
.gldp-darkneon .day-27,
.gldp-darkneon .day-34,
.gldp-darkneon .day-41,
.gldp-darkneon .day-48
{
	border-width:1px 0 1px 1px !important;
}
.gldp-darkneon .cell-day
{
	width:40px!important;
	height:40px!important;
}
.gldp-darkneon .day-43,
.gldp-darkneon .day-44,
.gldp-darkneon .day-45,
.gldp-darkneon .day-46,
.gldp-darkneon .day-47
{
	border-width:1px 1px 0 1px !important;	
}
.gldp-darkneon .day-42
{
	border-width:1px 1px 0 0 !important;	
}
.gldp-darkneon .day-48
{
	border-width:1px 0 0 1px !important;	
}



/* Weekdays */
.gldp-darkneon .mon,
.gldp-darkneon .tue,
.gldp-darkneon .wed,
.gldp-darkneon .thu,
.gldp-darkneon .fri {
	
}

/* Weekend days */
.gldp-darkneon .sat,
.gldp-darkneon .sun {
	
}

/* Selectable days that are outside of current month being shown */
.gldp-darkneon .outday {
	color: #666 !important;
}



/* Non-Selectable days */
.gldp-darkneon .noday {
	color: #444;
	font-weight: normal;
	cursor: wait !important;
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #111111 98%, #3a3a3a 99%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(98%,#111111), color-stop(99%,#3a3a3a), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #000000 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: -o-linear-gradient(top,  #000000 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	background: linear-gradient(to bottom,  #000000 0%,#111111 98%,#3a3a3a 99%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}



/* Today */
.gldp-darkneon .today {
	/*color: #fff;
	font-weight: bold;
	border-color: #00c;
	background: #88bfe8;
	background: -moz-linear-gradient(top,  #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(1%,#9dc1ff), color-stop(2%,#4286fd), color-stop(98%,#0124ab), color-stop(99%,#3775ef), color-stop(100%,#3775ef));
	background: -webkit-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -o-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: -ms-linear-gradient(top,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	background: linear-gradient(to bottom,  #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#3775ef',GradientType=0 );*/
}

/* Special */
.gldp-darkneon .special {
	color: #fff;
	border-color: #cc3333;
	border-width: 2px!important;
}

/* Currently selected day */
.gldp-darkneon .active {
	background-color: #fff;
	color:#000!important;
	border-color: #fff;
	border-width:1px!important;
}
.gldp-darkneon > .core:hover
{
	z-index: 999999!important;
}
.gldp-darkneon .hint .arrowUp
{
	background: url('images/redesign/calendar-events-sprite.png') no-repeat 7px -74px;
	width: 40px;
	height: 15px;
	position: absolute;
	top: -15px;
	left: 0;
}
.gldp-darkneon .hint
{
	display: none;
	width: 127px;
	padding: 15px;
	color: #000;
	font: 12px/14px cfasty;
	background-color: #fff;
	text-align: left;
	margin-top: 15px;
	position:relative;
}
.gldp-darkneon .hovered .hint
{
	display:block;
}

/*** event calendar ***/
#calendarOptionsWrapper
{
    display: block;
    float:left;
    vertical-align: top;
    width: 275px;
    min-height: 375px;
    background-color: #000;
    padding:40px 10px 60px;
}
#calendarOptionsWrapper > input 
{
  width: 275px;
  border: 0 none;
  background-color: #000;
}

.calendarWrapper
{
    background-color: #fff;
    width:auto!important;
    border-bottom: 10px solid #000;
    margin-bottom:80px!important;
}
.calendarWrapper .calendarWrapperInner
{
    width:1170px;
    margin:0 auto;
}

.gldp-darkneon .monyear .prev-arrow 
{
    background: url('images/redesign/calendar-events-sprite.png') no-repeat 0 2px;
    display: block;
    float: left;
    width: 13px;
    height: 23px;
    margin: 15px 0;

}
.gldp-darkneon .monyear .next-arrow 
{
  background: url('images/redesign/calendar-events-sprite.png') no-repeat 0 -30px;
  display: block;
  float: right;
  width: 13px;
  height: 23px;
  margin: 15px 0;
}

/* Hover */
.gldp-darkneon .cell-day:hover {
	color:#fff;
	border-width:3px!important;
	border-color: #fff!important;
}

/** event css **/
#eventWrapper
{
	float:left;
	width:830px;
	margin-left:40px;
	position:relative;
}
#eventWrapper .head
{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:56px 0 0 0;
}
#eventWrapper .head h3
{
	font:bold 21px/52px cfasty;
	color:#000;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align: center;
}
#eventWrapper .carouselWrapper
{
	width:830px;
	height:270px;
	float:left;
	overflow:hidden;
	position: relative;
	
}
#eventWrapper .carouselWrapper .eventItem
{
	width:830px;
	height: 270px;
	padding-top:30px;
}

#eventWrapper .imgWrapper,
#eventWrapper .readWrapper
{
	float:left;
}
#eventWrapper .imgWrapper
{
	width:330px;
	margin-left:60px;
}
#eventWrapper .readWrapper
{
	width:340px;
	padding-left:25px;
	margin-right:60px;
}
#eventWrapper .readWrapper h4
{
	font:18px/20px cfasty;
	font-weight: bold;
	float:left;
}

#eventWrapper .readWrapper .subtitle
{
	float:left;
	clear:left;
	font:14px/18px cfasty;
	font-weight: bold;
}
#eventWrapper .readWrapper .mainTxt
{
	float:left;
	clear:left;
	font:14px/18px cfasty;
}
#eventWrapper .readWrapper a
{
	/*display: block;*/
	float:left;
	clear:left;
	font:14px/18px cfasty;
	font-weight:bold;
	color:#000;
	text-decoration: underline;
	display: none !important;
}
#eventWrapper .nav
{
	width:830px;
	height:300px;
	position: relative;
}
#eventWrapper .nav #prev2
{
	position: absolute;
	left: 0;
	top: 0;
	width: 47px;
	height: 280px;
	background: url('images/redesign/calendar-events-sprite.png') no-repeat -69px 114px #fff;
	z-index: 200;
}
#eventWrapper .nav #next2
{
	position: absolute;
	right: 0;
	top: 0;
	width: 47px;
	height: 280px;
	background: url('images/redesign/calendar-events-sprite.png') no-repeat -105px 114px #fff;
	z-index: 200;
}