﻿body 
{
    font-family: Arial;
}
.divCol{
	font-weight:bold;
	float:left; 
	width:120px;
	text-align:right;
	margin-right:10px; 
	white-space:nowrap;
}
/*no width on the last col so it will expand*/
.divColLast{
	float:left; 
	white-space:nowrap;
}
.caption, table caption {
	background-color: skyblue;
	color: #000000;	
	border: 0;
	border-bottom: solid 1px #737373;
	text-align: left;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

.calendar
{
	width: 800px;
	height: 687px;
	border: solid 1px black; 	
}

.calendar_title
{
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: Silver;
	padding: 5px;
	text-align: center;
	color: Blue;	
	border-bottom: solid 1px black; 
}

.calendar_title_pre
{
	font-size: 0.8em;
	text-align: left;	
	padding-right: 20px;
}

.calendar_title_next
{
	font-size: 0.8em;
	text-align: right;
	padding-left: 20px;
		
}

.calendar_title a:link, a:visited
{
	color: black;
	text-decoration: none;
}

.calendar_header
{
	color: Black;
	font-size: 1.2em;
	text-align: center;
	height: 40px;
	border-bottom: solid 1px black; 
}

.calendar_header ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.calendar_header ul li{
	position: relative;
	display: inline;
	padding-top: 5px;
	width: 113px;
	height: 36px;
	float: left;
	border-left: solid 1px black;
}

.calendar_header  ul .sat
{
	color: Red;
}

.calendar_header  ul .sun
{
	color: Red;
	border-left: none;
}

.calendar_day
{
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	text-align: right;
	vertical-align: top;
}

.calendar_day ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.calendar_day ul li{
	position: relative;
	display: inline;
	width: 113px;
	height: 100px;
	float: left;
	border-left: solid 1px black;
	border-bottom: solid 1px black;	
}

.calendar_day  ul .sun
{
	border-left: none;
}

.calendar_day  ul .today
{
	background-color: yellow;
}

.calendar_day ul li .other_month
{
	font-size: 0.8em;
	font-weight: normal;	
	color: Gray;
}

.calendar_day ul li .chinese{
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;	
}

.calendar_day ul li .chinese .jieqi{
	color: Red;
	padding-top: 5px;	
}