﻿body
{
	padding: 1px;
	margin: 0;
	overflow: hidden;
}

#DayPrices
{
	border: solid 1px #ccc;
	}

.caltitle
{
	height: 25px;
	border-bottom: solid 4px #999;
	padding: 0;
	}
	
.caltitle td
{
	color: #999;
	font-size: 20px;
	font-family: "微软雅黑" "幼圆" "arila";
	}
	
	
td,
td.today
{
	text-align: center;
	padding-right: 10px;	
	}
	
td span.feast,
td.today span.feast
{
	font-size: 11px;
	color: #999;
	}

td span.solar,
td.today span.solar
{
	font-size: 11px;
	color: #33CCFF;
	}
	
td span.daynumber,
td.today span.daynumber
{
	color: #ccc;
	font-size: 22px;
	font-family: Tahoma;
	font-weight: bold;
	}
	
td.today span.daynumber
{

	}
	
th.daytitle
{
	font-size: 18px;
	font-family: "微软雅黑" "幼圆" "arila";
	color: green;
	}
	
td span.prices
{
	color: red;
	font-size: 18px;
	font-weight: bold;
	}
	
	
td.dayprices
{
	cursor: pointer;
	background-color: #FFFFDF;
	}
	
td.dayprices span.daynumber
{
	color: Green;
	}

