@charset "utf-8";

/* CSS Document */

body{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

.clearBoth {
	line-height: 1px;
	clear: both;
}
.CalendarPicker{
	width: 300px;
	height: 300px;
	 
}
.premonth{
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 42px;
	float: left;
}
.placeDate{
	color: #FFF;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-left: 6px;
	display: inline-block;
	clear: both;
}
.currentday .calendarDayContent
{
	color: #FFF;
}
.currentday .placeDate
{
	color: #FFF;	
}
.currentday{
	width: 42px;
	height: 50px;
	float: left;
	color: #000;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	border: 1px solid #000;
    box-sizing: border-box;
}
.calendarDay {
	width: 42px;
	height: 50px;
	float: left;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    border: 1px solid #000;
    box-sizing: border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+44,000000+37&amp;0.51+0,0+100,0+86;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.51) 0%, rgba(0,0,0,0.29) 37%, rgba(0,0,0,0.25) 44%, rgba(0,0,0,0) 86%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.51)), color-stop(37%,rgba(0,0,0,0.29)), color-stop(44%,rgba(0,0,0,0.25)), color-stop(86%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.29) 37%,rgba(0,0,0,0.25) 44%,rgba(0,0,0,0) 86%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.29) 37%,rgba(0,0,0,0.25) 44%,rgba(0,0,0,0) 86%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.29) 37%,rgba(0,0,0,0.25) 44%,rgba(0,0,0,0) 86%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.29) 37%,rgba(0,0,0,0.25) 44%,rgba(0,0,0,0) 86%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}
.calendarDayContent {
	height: 48px;
	width: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: -2px;
}
.selectedDate{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */


}

.calendarEvtBg{
	width: 40px;
	height: 25px;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	border: 1px solid #000;
    box-sizing: border-box;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: -2px;
}

