#home_news {
	/*width: 100%;*/
	font-size: 8pt;
	z-index: 0;
}

#home_news td {
	width: 50%;
}

#home_news h1 {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	padding: 0.3em 0 0.3em 10px;
	border-bottom: 3px solid #a6ccdc;
}

#home_news h1.topnews {
	background-color: #e57e12;
}

#home_news h1.news {
	background-color: #efb16f;
}

#home_news div.news { padding-left: 10px;z-index: 0;}

#home_news h2, #home_news h3 {
	font-size: 9pt;
}
#home_news td.left h1, #home_news td.left div.news {
	margin: 5px 10px 10px 5px;
}
#home_news td.right h1, #home_news td.right div.news {
	margin: 5px 5px 10px 10px;
}
.agenda {
    margin: 0 5px;
    font-size: 7pt;
    border-bottom: 1px dashed #fff;
    padding: 5px 0;
}
.agenda h3{
    font-size: 7pt;
    padding: 0 0 5px 0;
    margin: 0;
}
.agenda .date, .agenda .location, .agenda a { font-size: 7pt;}
h2.agenda_title {
    font-size:10pt;
	color: #ffffff;
	font-weight: bold;
	padding: 0.3em 0 0.3em 10px;
    margin: 0;
    background: url(/hcms_images/bkg_leftcol-orng.gif) right repeat-y;
}

.left_button { margin: 2px 15px 2px 7px;}
.right_button { margin: 2px 10px;}

.left_button a img,.right_button a img {border: none;}
.subtit {
    font-size: 7pt;
}

.left_button div.explain{
    position: absolute;
	background-color:#FFC;
	visibility:hidden;
	width:20em;
	white-space:normal;
	border: 0 none #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: smaller;
	margin-left: 135px;
	margin-top: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 2px 2px 1px;
	-moz-border-radius: 7px;
	padding: 2px;
	z-index:10;
	font-size:7pt;
}
.right_button div.explain{
    position: absolute;
	background-color:#FFC;
	visibility:hidden;
	width:20em;
	white-space:normal;
	border: 0 none #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: smaller;
	margin-left: -20em;
	margin-top: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 3px 3px 1px;
	-moz-border-radius: 7px;
	padding: 3px 0.5em;
	z-index:10;
	font-size:7pt;
}