#content table.business-calendar{
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	color: #333333;
	font-size: 12px;
	text-align: center;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
}

#content table.business-calendar caption{
	margin: 0;
	width: 100%;
	padding: 2px 0;
	font-size: 16px;
	background: #c9c9c9;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	border-collapse: collapse;
	caption-side: top;
}



#content table.business-calendar tr th, #content table.business-calendar tr td{
	width: 100%;
	height: 18px;
	padding-top: 12px;
	font-size: 18px;
	margin: 0;
	padding: 0;
	border: 1px solid #aaaaaa;
	padding: 4px;
}



#content table.business-calendar thead{
}



#content table.business-calendar thead tr th{
	width: 100%;
	height: 35px;
	padding: 6px 0;
	background: #eeeeee;
	border: 1px solid #aaaaaa;
	color: #333333;
	font-size: 18px;
	vertical-align: middle;
}


#content table.business-calendar thead tr th:nth-child(1){
	color: #fe0000;
	background: #ffeded;
}

#content table.business-calendar thead tr th:nth-child(7){
	color: #1179da;
	background: #d5ecfa;
}



#content table.business-calendar tr td{
	width: 100%;
	height: 65px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

#content table.business-calendar tr td.today{
	background: #fff9b6;
	font-weight: bold;
}

#content table.business-calendar tr td.attr0{
	color: #fe0000;
	background:#ffeded;
}

#content ul.business-calendar-attribute li.attr0{
	background: url(bg_li_attr0.png) no-repeat top left;
}


#content table.business-calendar tr td.attr1{
	background:#ddf7da;
}

#content ul.business-calendar-attribute li.attr1{
	background: url(bg_li_attr1.png) no-repeat top left;
}

#content table.business-calendar tr td.attr2{
	background:#ffe7cb;
}

#content ul.business-calendar-attribute li.attr2{
	background: url(bg_li_attr2.png) no-repeat top left;
}


#content table.business-calendar tr td.attr3{
	background:#c5e8fe;
}

#content ul.business-calendar-attribute li.attr3{
	background: url(bg_li_attr3.png) no-repeat top left;
}


#content table.business-calendar tr td.attr4{
	background:#f2ddfc;
}

#content ul.business-calendar-attribute li.attr4{
	background: url(bg_li_attr4.png) no-repeat top left;
}

/*** attribute ******************/
.business-calendar-attribute{
	margin: 0 auto;
	padding:0;
	width: 100%;
	height: 20px;
	clear: both;
}

#content ul.business-calendar-attribute li{
	margin: 0;
	margin-right: 20px;

	padding: 0;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height:1.5em;
	list-style: none;
	text-align: left;
	float: left; 
}








#tooltip{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div{margin: 0;}









/*** sidebar ************************************************************/

#sidebar .business-calendar-attribute 			{ margin:5px 0 0; padding:0; }
#sidebar .business-calendar-attribute li		{ padding:5px 10px; line-height:1.3; }
#sidebar .business-calendar-attribute .attr0	{ color: #FF0000; background:#FFCCCC; }
#sidebar .business-calendar-attribute .attr1	{ color: #FF6600; background:#FFCC99; }
#sidebar .business-calendar-attribute .attr2	{ color: #006600; background:#CCFFCC; }
#sidebar .business-calendar-attribute .attr3	{ color: #0000FF; background:#CCCCFF; }
#sidebar .business-calendar-attribute .attr4	{ color: #CC00CC; background:#FFCCFF; }
#sidebar .business-calendar-desc				{ margin: 5px; }
#content .business-calendar-box ul li			{ list-style-image: none; }

#content .business-calendar ul li				{ padding-left: 0; list-style:none; }
