	
	.cal_container {
	margin: auto;
	top: 50px;
	width: 350px;
	height: 445px;
	float:left;
	left: 10%;
	padding-left: 10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	/*white-space: nowrap;*/
	position: relative;
	overflow: hidden;
	display: none;
    }
	.calendar_container {
	margin: auto;
	width: 350px;
	height: auto;
	padding-left: 10px;
	padding-top: 0px;
	/*white-space: nowrap;*/
	position: absolute;
	overflow: hidden;
	display: inline;
    }
	.cal_head {
	 position: absolute; top: 30px; left: 0px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	font-size: 24px;
	float: left;
	cursor: default;
	color: white;
	height: 24px;
	width: 350px;
	text-align: left;
	padding-left: 33px;
	line-height: 24px;
	}
	.calendar_mid {
	margin: auto;
	width: 350px;
	top:60px;
	height: 360px;
	padding-left: 10px;
	/*white-space: nowrap;*/
	position: absolute;
	overflow: hidden;
    }
	.other_way{
	 position: absolute; top: 0px; left: 0px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	cursor: default;
	color: white;
	height: 25px;
	width: 350px;
	text-align: center;
	line-height: 25px;
	cursor: hand; 
	cursor: pointer;
	}
	.cal_item {
	left: 0px;
	font-size: 18px;
	width: 350px;
	height: 60px;
	overflow: hidden;
	position: static;
	}
	.cal_iconmap {
	background: url('assets/social/maptoggle.png') no-repeat;
    height: 15px;
    width: 15px;
	display: block;
	}

    .cal_iconmap:hover {background-position: -15px 0px}
	
	.cal_icon{
	background: url('assets/social/fbtoggle.png') no-repeat;
    height: 15px;
    width: 15px;
	display: block;
    }

    .cal_icon:hover {background-position: -15px 0px}
  
	.more_dates{
	 position: absolute; top: 420px; left: 0px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	cursor: default;
	color: white;
	height: 25px;
	width: 350px;
	text-align: center;
	line-height: 25px;
	cursor: hand; 
	cursor: pointer;
	}