* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden
}

a {
	text-decoration: none;
	cursor: pointer
}

a:hover {
	/*color: red;
	text-decoration: underline*/
}

a img {
	border: 0;
}

.jcdateico {
	background:  #f5f5f5 no-repeat;
	background-size: 40px 40px;
	background-position: 112px 0;
	width: 152px;
    height: 40px;
    border: 1px solid #dbdbdb !important;
    border-right: 0;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
}

input.jcdate {
	cursor: pointer
}

#jcdate {
	background: #fefefe;
	width: 190px;
	padding: 10px;
	height: 250px;
	position: absolute;
	z-index: 1000;
	border: 2px solid #2b84b5;
	color: #333;
	display: none;
	font-size: 12px;
	overflow: hidden
}

#jcdatett {
	height: 15px;
	line-height: 15px;
	position: relative;
	margin-bottom: 10px
}

#jcdatett a {
	color: #333;
	display: block;
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	cursor: pointer
}

#jcdatett a#d_prev {
	background:  no-repeat center 3px;
	left: 0
}

#jcdatett a#d_next {
	background:  no-repeat center 3px;
	right: 0
}

#jcdatett a#d_prev:hover {
	background-position: center -11px;
	background-color: #2b84b5
}

#jcdatett a#d_next:hover {
	background-position: center -11px;
	background-color: #2b84b5
}

#jcdatett div {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	text-align: center
}

#jcdatett div samp,#jcdatett div span {
	margin: 0 5px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer
}

#jcdatett div samp:hover,#jcdatett div span:hover,#jcdatett div samp.visited,#jcdatett div span.visited {
	color: #2b84b5
}

#jcdatemax {
	width: 1935px;
	height: 124px;
	position: relative;
	left: -687px;
	top: 0
}

#jcdatemax ul {
	width: 161px;
	font-size: 0;
	float: left;
	height: 124px;
	display: inline-black
}

#jcdaywrap {
	overflow: hidden
}

#jcyeas,#jcmonth {
	display: none;
	overflow: hidden;
	padding-left: 2px;
	margin-bottom: 10px
}

#jcyeas dt,#jcyeas dd {
	font-weight: 700;
	width: 53px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer
}

#jcyeas dt:hover,#jcyeas dd:hover,#jcmonth dt:hover,#jcmonth dd:hover {
	background: #5aaad8;
	color: #fff
}

#jcyeas dt.visited,#jcyeas dd.visited,#jcmonth dt.visited,#jcmonth dd.visited {
	background: #2b84b5;
	color: #fff
}

#jcmonth dt {
	font-weight: 700;
	width: 53px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	margin: 10px 0
}

#jcdaywrap ul li,#jcdaycon dt {
	float: left;
	width: 23px;
	line-height: 20px;
	text-align: center;
	display: inline;
        font-size:12px
}

#jcdaywrap ul li {
	color: #bbb;
	cursor: pointer
}

#jcdaycon dt {
	color: #2b84b5;
	font-size: 13px
}

#jcdaywrap ul li.jcdatecolor {
	color: #555
}

#jcdaywrap ul li.visited {
	background: #2b84b5;
	color: #fff
}

#jcdaywrap ul li:hover {
	background: #5aaad8;
	color: #fff
}

#jcdatemax {
	clear: both
}

#jcdatebtn {
	clear: both;
	padding-top: 10px;
	overflow: hidden
}

#jctimewrap {
	float: right;
	width: 54px;
	border: 1px solid #999;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	height: 17px;
	overflow: hidden;
	display: none
}

#jcdatebtn label {
	width: 6px;
	line-height: 18px;
	height: 17px;
	display: block;
	float: left;
	text-align: center;
	color: #333
}

#jcdatebtn input {
	line-height: 17px;
	height: 17px;
	text-align: center;
	float: left;
	width: 24px;
	border: 0
}

#jcdatebtn samp,#jcdatebtn span {
	float: left;
	margin-right: 10px;
	cursor: pointer
}

#jcdatebtn samp:hover,#jcdatebtn span:hover {
	color: #d52222
}

#jcdatebtn a#d_sub {
	width: 37px;
	float: right;
	display: block;
	line-height: 18px;
	height: 17px;
	text-align: right;
	cursor: pointer
}

#jcdatebtn a#d_sub:hover {
	text-decoration: none;
	color: #d52222;
	font-weight: 700
}