#calendar_area{
	width:672px;
	padding:5px;
	color:#FFF;
	border:4px solid #FFF;
	background-color:#260D07;
	clear:both;
}
#calendar_area a{/*color:#FFF;*/ text-decoration:none;}
#calendar_area a:hover{color:#FFF; text-decoration:underline;}

#calendar_area div.prev{float:left;}
#calendar_area div.next{float:right;}

#calendar_area ul{list-style-type:none;}
/*#calendar_area ul.calendar_column{clear:both;}*/
#calendar_area ul.calendar_column li{float:left; width:50%;}

#calendar_area:after,
#calendar_area ul:after{content:"";display:block;clear:both;height:0;overflow:hidden; /*FireFox*/ }

._calendar {}

/* Calendar header */
._calendar ._header table.date{
	width:100%;
}
._calendar ._header h3{
	margin:0.5em 0;
	text-align:center;
}
/*
._calendar ._header table.date td{
	padding:5px;
	vertical-align:top;
}
._calendar ._header table.date td.prev{
	text-align:left;
}
._calendar ._header table.date td.next{
	text-align:right;
}
._calendar ._header table.date a,
._calendar ._header table.date a:hover{
	color:#FFF;
	text-decoration:none;
}
._calendar ._header table.date a:hover{
	color:#EEC111;
}

*/
/* Calendar main */
._calendar table.calendar {
	width:330px;
	margin:0 auto 4px;
	border:1px solid #3F180E;
	border-collapse:collapse;
	font-size:0.9em;
}

._calendar table.calendar th {
	text-align: center;
	font-weight: bold;
	padding:5px;
}

._calendar table.calendar td {
	width: 14%;
	border: 1px solid #3F180E;
	vertical-align: top;
}

._calendar table.calendar td strong {
	display:block;
	font-size: 16px;
	line-height:25px;
	height:25px;
	text-align:center;
	background:url(../img/top/bg_days.jpg) repeat-x;
	border:1px solid #260D07;
	color: #fff;
}

._calendar ul {
	list-style-type:none;
}

#calendar_area ul.calendar_column li ._calendar ul li{float:none; width:94%; margin:0 auto;}

._calendar ul li {
	width:100%;
}
._calendar ul li.event {
	height:30px;
	/*text-indent:-9999px;*/
	padding-bottom:1em;
}
/*._calendar ul li.event1, li.event4, li.event7 {background:url(../img/top/icon_consult.jpg) center no-repeat;}
._calendar ul li.event2, li.event5, li.event8 {background:url(../img/top/icon_fair.jpg) center no-repeat;}
._calendar ul li.event3, li.event6, li.event9 {background:url(../img/top/icon_holiday.jpg) center no-repeat;}*/


/*._calendar ul li a{
    display:block;
    width:40px;
    height:20px;
    margin:0 auto 5px;
    text-indent:-9999px;
    outline:0;
    background:url(../img/top/icon_entry.jpg) no-repeat;
}
._calendar ul li a:hover{
	background-position:100% -20px;
}

._calendar ul li.toggle {
	text-align: right;
}*/

._details {
	float: left;
	width: 200px;
}

._details div {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

._details div h3 {
	font-family: "Arial",Arial,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

._details div h4 {
	font-size: 0.8em;
	line-height: 1.2em;
}

._details div p {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 1.0em;
}

._details p small {
	font-size: 0.7em;
	text-align: right;
}

/*** MENU CSS ***/
._menu {
	width:100%; 
	height:auto; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	border-right: 1px solid #ccc;
	font-weight: bold;
}
/* remove all the bullets, borders and padding from the default list styling */
._menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
._menu li {
	float:left;
	//width:149px;
	position:relative;
	margin-right: 2px;
}
/* style the links for the top level */
._menu a, ._menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#33466d; 
	//width:138px; 
	height:auto; 
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 0px; 
	background:#eee; 
	padding-left: 5px; 
	padding-right: 5px;
	line-height: 25px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
._menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	//width:149px;
	border-top:1px solid #ccc;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
._menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
._menu ul ul a, ._menu ul ul a:visited {
	background:#eee;
	color:#33466d;
	height:auto;
	line-height:1em;
	padding:5px 5px;
	width:128px;
	border-width:0 1px 1px 1px;
}

/* style the top level hover */
._menu a:hover, ._menu ul ul a:hover{
	color:#919eac;
}

._menu :hover > a, ._menu ul ul :hover > a {
	color:#919eac;
}

/* make the second level visible when hover on first level list OR link */
._menu ul li:hover ul,._menu ul a:hover ul{
	visibility:visible;
}

/*Chiayang css
----------------------------------------------------------------------------------------------------------------------------------------*/
/*
._calendar { width: 100%; margin: 0 !important; padding: 0px 0 10px !important;}
._calendar table { width: 710px; !important; margin: 0 auto 10px!important; font-size: 14px !important; border: none !important;}
table.calendar td b { font-size: 18px !important; float: left; }
table.calendar td.sunday, table.calendar td.holiday { background:url(../img/top/holiday_bg.jpg) no-repeat;}
table.calendar td.sunday b, table.calendar td.holiday b { color: #CC3333; }
table.calendar td.saturday { background:url(../img/top/saturday_bg.jpg) no-repeat;}
table.calendar td.saturday b { color: #3366FF; }
table.calendar td { background: url(../img/top/date_bg.jpg) no-repeat; border: none !important; height: 65px; width: 88px;}
table.calendar td.blank { background:url(../img/top/blank_bg.jpg) no-repeat;}
table.calendar th { background: #F6F6F6 !important; font-size: 12px !important; }
table.calendar th.sunday { color:#CC3333;}
table.calendar th.saturday { color: #3366FF;}
table.calendar ul, table.calendar ul li {border: none; margin: 0;}
table.calendar ul li { list-style: none;}
table.calendar ul li:hover { background: none;}
table.calendar ul li a { font-size: 12px; color:#666666;}
table.calendar ul li a:hover { color:#333333; background: none;}

._header table.date {
    width: 700px;
    margin: 0 auto;
    background: #F9F9F9;
    border: none;
}
._header table.date h3 { padding: 0;}
._header table.date td { vertical-align: bottom; border: none; background: #F9F9F9; }
*/
