/* CSS Document */

.holiday h1 {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 2px;
	border-bottom:1px dashed #CCCCCC;
	font-size:22px;
	_font-size:138%;
	font-weight:bold;
}


.holiday h2 {
	margin:15px 0px 15px 0px;
	border-bottom:1px dashed #CCCCCC;
	font-weight:bold;
}

.holiday ul.lead {
	border:1px dotted #ff0000;
	padding:5px;
	margin:10px 10px 20px 10px;
}

.holiday table {
	margin:0px 10px;
}

.holiday table th,
.holiday table td {
	padding:2px 5px;
}

.holiday table th {
	padding:2px 5px;
	font-weight:bold;
}

table.holidaylist {
	width:740px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin:0px auto;
	margin-bottom:20px;
	/*_font-size:86%;*/
}


table.holidaylist th,
table.holidaylist td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


table.holidaylist th{
	background-color:#c1ffce;
	font-size:14px;
	_font-size:86%;
}


table.holidaylist td{
	text-align:left;
	font-size:14px;
	_font-size:86%;
}

th#holiday_date {
	width:80px;
}

th#holiday_name {
	width:150px;
	letter-spacing:1em;
}

th#holiday_address {
	width:240px;
	letter-spacing:1em;
}

th#holiday_phone {
	width:90px;
	letter-spacing:1em;
}


/*---------------------*/
.holiday_date_td {
	text-align:right!important;
}
