body {
	font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
	/* background: url(../images/bg.gif); */
}
h2 {
	color: green;
	text-align: center;
}
.note {
	text-align: center;
	margin: 30px 100px;
}
input, select {
	padding: 4px;
	text-align: center;
}
input[type="button"], button {
	padding: 8px 16px;
	font-weight: bold;
	cursor: pointer;
}

table.main {
	width: 100%;
	/*border: solid 1px #ccc;*/
	margin-top: 5px;
	border-collapse: collapse;
}
table.selected-day {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
	border-bottom: none;
	margin-bottom: -2px;
	position: relative;
	z-index: 100;
}
table.selected-day td {
	padding: 3px;
	text-align: center;
}
table.selected-day td.thangduong {
	font-size: 1.2em; 
	font-weight: bold; 
	color: #330033; 
	background-color: #CCFFCC;
	padding: 8px;
}
table.selected-day td.ngayduong {
	font-size: 8em;
	font-weight: bold;
	color: green;
	text-shadow: 1px 1px 0px black;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1);
	/*font-family: 'Times New Roman';*/
	/*position: relative;*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false) !important;*/
}
table.selected-day td.thuduong {
	font-size: 1.15em;
	font-weight: bold; 
	/*text-decoration: underline;*/
}
table.selected-day .thangam {
}
table.selected-day .ngayam {
 	font-size: 2em;
 	color: blue;
}
table.selected-day .gioam {
}
table.selected-day td.canchi {
	vertical-align: top;
}
table.selected-day td.canchi div {
	padding-top: .5px; padding-bottom: .5px;
}
table.selected-day td.hoangdao {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 1rem;
}
table.selected-day td.info {
	font-size: 1em;
	color: #FF33CC;
	display: none;
}
.screen-only {
	display: none;
}
@media screen {
	.screen-only {
		display: block;
		text-align: center;
	}
}
sub {
	color: blue;
}
a:link, a:visited {
	color: #0066cc; 
	text-decoration: none;
}
.tennam { /*Dòng tên năm trong phần in lịch cả năm*/
	text-align: center; 
	font-size: 1.5em; 
	line-height: 120%; 
	font-weight: bold; 
	color: #000000; 
	background-color: #CCCCCC;
}
table.thang {
	width: 100%;
	/*font-size: 11px; */
	padding: 0px; 
	font-family: Tahoma, Verdana, Arial; 
	table-layout: fixed;
	border-collapse: collapse;
}
table.thang td {
	border: solid 1px #ccc;
	padding: 4px;
}

.tenthang {
	text-align: center; 
	font-size: 1.25em; 
	line-height: 100%; 
	font-weight: bold; 
	color: #330033; 
	background-color: #CCFFCC;
}
.navi-l, .navi-r {
	text-align: center; 
	font-weight: bold; 
	background-color: #CCFFCC;
}
.ngaytuan {
	width: 14%; 
	text-align: center;
	font-weight: bold; 
	font-size: 1.1em; 
	color: #330033; 
	background-color: #FFFFCC;
}
.ngaythang { /*Màu nền của các ngày bình thường*/
	background-color: #FDFDF0;
}
.homnay { /*Đánh dấu màu nền ngày đang được chọn*/
	background-color: #FFF000;
}
.tet { /*Màu nền của Tết âm lịch*/
	background-color: #FFCC99;
}
.am { /*Style cho ngày âm*/
	text-align: right;
	font-size: .9em;
	color: blue;
}
.am2 {
	text-align: right;
	font-size: .8em;
	color: #004080;
}
.t2t6 { /*Style cho các ngày từ thứ 2 đến thứ 6*/
	text-align: left;
	font-size: 1.1em;
	color: black;
}
.t7 { /*Style cho thứ 7*/
	text-align: left;
	font-size: 1.1em;
	line-height: 100%;
	color: green;
}
.cn { /*Style cho chủ nhật*/
	text-align: left;
	font-size: 1.1em;
	line-height: 100%;
	color:red;
}

.normal {
	vertical-align: top; 
	line-height: 100%;
}