﻿@charset "utf-8";
/* CSS Document */

/*--------------ui_calendar---------------*/
div#ui_calendar{
	background: url(../images/ui_calendar.png) 0px;

	height: 175px;
	width: 154px;/*Firefox */
	*width: 154px!important; /*IE7 */
	_width: 190px;/*IE6 */
	padding: 20px 18px;/*Firefox */
	*padding: 20px 18px!important; /*IE7 */
	_padding: 20px 0px;/*IE6 */
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#ui_calendar table{_width: 154px;}
#header-in #ui_calendar .year {
	color: #FFFF00;
	text-align: center;
}
#header-in #ui_calendar th {
	color: #FF6600;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 22px;
}
#header-in #ui_calendar td {
	color: #FFFFFF;
	height: 22px;
	width: 22px;
	text-align: center;
	font-size: 12px;
}
#header-in #ui_calendar .event {
	height: 20px;
	width: 22px;
	display: block;
	margin: 0px;
	padding: 0px;
	_text-align: center;
}
#header-in #ui_calendar .event a:link, #header-in #ui_calendar .event a:visited{
	background: url(../images/ui_cal_bg.gif) bottom;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#header-in #ui_calendar .event a:hover, #header-in #ui_calendar .event a:active{
	display: block;
	color: #000000;
	text-decoration: none;
	background: url(../images/ui_cal_bg.gif) top;
}
#header-in #ui_calendar .today{
	background: url(../images/today.gif) bottom;
	height: 20px;
	width: 22px;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#header-in #ui_calendar .today a:link, #header-in #ui_calendar .today a:visited{
	background: url(../images/today.gif) bottom;
	display: block;
	color: #333;
	text-decoration: none;
}
#header-in #ui_calendar .today a:hover, #header-in #ui_calendar .today a:active{
	display: block;
	color: #000000;
	text-decoration: none;
	background: url(../images/today.png) top;
}

.tooltip{
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: auto;
	background: #0066CC;
}
.tooltip span.top{
	padding: 2px;
	color: #000;
	margin: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 160px;
	background: #FFFFFF center;
	height: auto;
	white-space: normal;
	border: 1px solid #999999;
	text-align: center;
}

/*--------------full_calendar---------------*/

#full_calendar{
	margin: 20px auto 0px;
	padding: 0px 10px;
	height: 1308px;
	width: 938px;
	background: url(../images/full_cal_bg.png);
	position: relative;
	text-align: center;
}
#full_calendar .year{
	height: 60px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#container #full_calendar .year .go_right{
	top: -90px;
	width: 56px;
	height: 26px;
	z-index: 1000;
	float: right;
	margin-right: 260px;
	padding-top: 12px;
	margin-left: 0px;
}
#container #full_calendar .year .go_left{
	top: -90px;
	width: 56px;
	height: 26px;
	z-index: 1000;
	float: left;
	margin-right: 0px;
	padding-top: 12px;
	margin-left: 260px;
}
#container #full_calendar .year .go .go {
	width: 56px;
	height: 26px;
	font-size: 12px;
	display: block;
	text-indent: -3000px;
}

#container #full_calendar .year .go_right  .go a {
	background: url(../images/full_go_right.gif) no-repeat right top;
	height: 26px;
	width: 56px;
	display: block;
	color: #FF0000;
	text-decoration: none;
	text-indent: -3000px;
}
#container #full_calendar .year .go_right  .go a:hover{
	background: url(../images/full_go_right.gif) no-repeat right bottom;
	height: 26px;
	width: 56px;
	display: block;
	text-indent: -3000px;
}


#container #full_calendar .year .go_left  .go a {
	background: url(../images/full_go_left.gif) no-repeat left top;
	height: 26px;
	width: 56px;
	display: block;
	color: #FF0000;
	text-decoration: none;
	text-indent: -3000px;
}
#container #full_calendar .year .go_left  .go a:hover{
	background: url(../images/full_go_left.gif) no-repeat left bottom;
	height: 26px;
	width: 56px;
	display: block;
	text-indent: -3000px;
}


#full_calendar th {
	width: 134px;
	padding-bottom: 10px;
}
#full_calendar td {
	height: 185px;
	width: 134px;
	background: url(../images/tb_bg.gif) no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#full_calendar .day {
	display: block;
	margin: 3px auto;
	padding: 5px 7px 0px;/*Firefox */
	*padding: 5px 7px 0px!important; /*IE7 */
	_padding: 7px 0px 0px;/*IE6 */
	height: 179px;
    width: 114px;/*Firefox */
	*width: 114px!important; /*IE7 */
	_width: 128px;/*IE6 */
	text-align: left;
	font: bold 19px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/full_day_bg.png) no-repeat top;
}

#full_calendar .event   {
	font: bold 19px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 3px auto;
	padding: 6px 7px 0px;
	height: 179px;
	width: 114px;
	background: #FFFFFF;
	display: block;
	text-align: left;
}

#full_calendar .event:hover {
	background:#FF6600;
}


#full_calendar  .pic{
	margin: 3px 0px 0px;
	padding: 0px;
	height: 80px;
	width: 115px;
	display: block;
}
#full_calendar .event h1 {
	color: #000000;
	margin: 5px 0px 0px;
	padding: 0px;
	height: 55px;
	width: 115px;
	display: block;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
#full_calendar .event h1 a:link, #full_calendar .event h1 a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}
#full_calendar .event h1 a:hover, #full_calendar .event h1 a:active{
	color: #FFFF00;
	font-size: 12px;
	line-height: 16px;
}

#full_calendar .event .buynow{
	margin: 0px 2px 0px 0px;
	padding: 0px;
	height: 16px;
	width: 50px;
	float: right;
	display: block;
}

 #full_calendar .event .buynow a{
	background: url(../images/buynow.png) no-repeat left;
	*background: url(../images/buynow.gif) no-repeat left;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 50px;
	text-indent: -3000px;
	float: right;
	display: block;
}
#full_calendar .event .buynow a:hover{
	background: url(../images/buynow.png) no-repeat right;
	*background: url(../images/buynow.gif) no-repeat right;
	height: 15px;
	width: 50px;
}
 #full_calendar .event .buynow a{
	*background: url(../images/buynow.gif) no-repeat left;
	*margin: 0px;
	*padding: 0px;
	*height: 15px;
	*width: 50px;
	*text-indent: -3000px;
	*float: right;
	*display: block;
}
#full_calendar .event .buynow a:hover{
	*background: url(../images/buynow.gif) no-repeat right;
	*height: 15px;
	*width: 50px;
}

#full_calendar .year_no {
	font: 900 22px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#full_calendar .moon_no {
	font: 900 40px "Times New Roman", Times, serif;
	color: #FFFFFF;
}

