@charset "utf-8";
/* ----------------
   layout
---------------- */




/* ----------------
   ie6hack
---------------- */


@charset "utf-8";

/* ----------------
   pagebody
---------------- */
.red{
	color:#ff0000;
}



/* ----------------
   table
---------------- */


#cal table {
	font-size: 14px;
	border: 0 none;
	text-align: left;
	margin-left: 15px;
}
#cal th {
	padding: 4px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #333333;
	font-weight: normal;
}
#cal .sun{
	padding: 4px;
	font-weight: normal;
	color: #FF0000;
}
#cal .n{
	padding: 4px;
	background-color: #CCCCCC;
	font-weight: normal;
	color: #333333;
}
#cal .sat{
	padding: 4px;
	font-weight: normal;
	color: #0000FF;
}
#cal td {
	padding: 4px;
	height: 19px;
	width: 43px;
	padding: 0px;
}

#cal table .noborder{
	font-size: 12px;
	width: 100%;
	text-align: left;
}

#cal table .checkbox{
	font-size: 12px;
	width: 350px;
	text-align: left;
}

#cal td.horiday{
	background: url(img/horiday.gif) no-repeat;
	background-position: 11px 2px;
}
#cal .sun_bg {
 background-color: #FF3300;
 color: #FFFFFF;
 }
#cal .sat_bg {
 background-color: #66CCFF;
 color: #FFFFFF;
 }
/* ----ie6---- */
   
*html #cal td.horiday{
	background: url(../images/horiday.gif) no-repeat;
	background-position: 11px 5px;
}
/* ----ie6---- */

/* ----ie7---- */
   
*:first-child+html #cal td.horiday{
	background: url(../images/horiday.gif) no-repeat;
	background-position: 11px 5px;
}





/* ----------------
   pan
---------------- */





/* ----------------
   cal
---------------- */
li.off {
	color: #000000;
	background-color: #ff9999;
}

/*span.Today {
	cursor: pointer;
	font-weight: bolder;
	color: #FFFFFF;
	display: block;
	background-color: #3333CC;
}*/
.deli {
	background-color: #009900;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}

li.holyday {
	color: #FF0000;
}
li.Sun {
	color: #FF0000;
}
li.Sat {
	color: #0000FF;
}
li.undefined {
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
	padding: 10px;
	width: 379px!important;
	width/**/: 379px;
	height: 215px!important;
	height/**/: 180px;
	background-image: url(../images/background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	position: relative;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 135px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 45px;
	height: 18px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*li.cal_prev {
	background-image: url(prev.gif);
}*/
li.cal_to {
	background-image: url(../images/to.gif);
}
li.cal_next {
	background-image: url(../images/next.gif);
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 52px;
	text-align: center;
	list-style: none;
	font-size: 15px;
	float: left;
	overflow: hidden;
	border: solid 1px #CCCCCC;
	height: 25px;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	
}




