@charset "UTF-8";
/* CSS Document */

#right #calendar {
	background-repeat: no-repeat;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	background-image: url(../images/bkg/bkg_body_cal.jpg);
	background-position: center bottom;
	margin-right: 0px;
	margin-left: 0px;
}
#right #calendar h2{
	color: #FFF;
	text-align: center;
	height: 20px;
	width: 200px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bkg/bkg_head_cal.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#right #calendar table {
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #CCCCCC;*/
	margin-bottom: 20px;
}
#right #calendar .title {
	height: 16px;
	/* [disabled]background-color: #FFFFFF; */
	text-align: center;
	padding-top: 6px;
}
#right #calendar .oday {
	height: 16px;
	width: 28px;
	/* [disabled]background-color: #FFFFFF; */
	text-align: center;
	padding-top: 6px;
}
#right #calendar .saturday {
	height: 16px;
	width: 28px;
	/* [disabled]background-color: #FFFFFF; */
	color: #0000FF;
	text-align: center;
	padding-top: 6px;
}
#right #calendar .sunday {
	height: 16px;
	width: 28px;
	/* [disabled]background-color: #FFFFFF; */
	color: #FF0000;
	text-align: center;
	padding-top: 6px;
}
#right #calendar .today {
	height: 16px;
	width: 28px;
	/* [disabled]background-color: #FFFFFF; */
	text-align: center;
	/*background-image: url(../images/calendar/bkg_today.gif);
	background-repeat: no-repeat;
	padding-top: 6px;*/
	font-weight: bold;
	color: #009900;
}
#right #calendar .holiday {
	color: #FF0000;
}
#right #calendar .semi-holiday {
	color: #0000FF;
}
#right #calendar a, #calendar a:link, #calendar a:visited {
	color: #33CC00;
	text-decoration: none;
}
#right #calendar a:hover, #calendar a:active {
	color: #FF9900;
	text-decoration: none;
}
#right #calendar .link_today {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
img.loading {
	padding-top: 100px;
	padding-bottom: 100px;
}

