div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
div.datepicker tr td{font-size: 14px;}
.datepickerContainer {
	background: #f9f9f9;
	border: 1px #cdcdcd solid;
	position: absolute;
	top: 0px;
	left: -4px;
	padding: 0 1px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(/images/gamespace/calendar/datepicker_t.png);
	display: none;
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(/images/gamespace/calendar/datepicker_b.png);
	display: none;
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/images/gamespace/calendar/datepicker_l.png);
	display: none;
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/images/gamespace/calendar/datepicker_r.png);
	display: none;
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/images/gamespace/calendar/datepicker_tl.png);
	display: none;
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/images/gamespace/calendar/datepicker_tr.png);
	display: none;
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/images/gamespace/calendar/datepicker_bl.png);
	display: none;
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/images/gamespace/calendar/datepicker_br.png);
	display: none;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	text-align: center;
	width: 100%;
}
div.datepicker a {
	color: #999999;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: center;
	width: 40px;
	height: 25px;
	padding: 0;
	margin: 0;
}
table.datepickerViewDays .datepickerDays tr td{
	padding: 5px;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
/*
div.datepicker tbody a {
	display: block;
}
*/
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #dddddd;
}
tbody.datepickerDays td.datepickerSelected{
	background: #ededed;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	cursor: pointer;
}
div.datepicker .datepickerDays tr td a:hover{
    color: #444444;
	border-bottom: 2px #0d2b5d solid;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerMonth{
	background-color: #f7f7f7;
	overflow: hidden;
	padding: 5px 0;
}
.datepickerGoNext a {
}
.datepickerGoPrev a {
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
tr.datepickerDoW {
	color: #999;
	padding: 5px 0;
	background-color: #bb1215;
}
tr.datepickerDoW th{padding: 5px 0;}
tr.datepickerDoW th span{color: #fff}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
.pop_img1,.pop_img2{display: inline-block; background:url(/images/gamespace/schedule/j1.jpg) no-repeat center center; width: 34px; height: 35px; overflow: hidden;}
.pop_img1{border-right:1px #ececec solid; padding-right: 5px;}
.pop_img2{background:url(/images/gamespace/schedule/j2.jpg) no-repeat center center; border-left:1px #ececec solid;padding-left: 5px;}