
span.comment_header,
span.comment_header_selected  {
	margin-left: 8px;
	cursor: pointer;
	cursor: hand;
}

span.comment_header {
	color: #00539C;
	border-bottom: 1px dashed #00539C;
}

span.comment_header_selected {
	color: #A6450E;
	border-bottom: 1px dashed #A6450E;
}


tr.sub_total {
	color: #898989;
}

tr.total {
	border-top:2px solid #D6D6D6;
}

dt {
	float: left;
	clear: left;
	color:#929292;
	font-weight: bold;
	padding: 0 20px 0 15px;
	margin-right:-100%;
	font-size: 89%;
}

dd {
	float: left;
	margin-left:7em;
	width: 70%;
	font-size: 89%;
}

div#content_2009,
div#content_2008,
div#content_2007,
div#content_2006,
div#content_2005,
div#content_2004,
div#content_2003 {
	display: none;
}



#years_menu {
	float: left;
}

div#content table.rightColumn td ul {
	margin: 0px;
	padding: 0px;
	width: 5em;
}

div#content table.rightColumn td #years_menu ul li {
	list-style-type: none;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	background: none;
	color: #03539C;
	border-bottom: 1px dashed #03539C;
	cursor: pointer;
	cursor: hand;
	float: left;
	clear: left;
	font-size: 1.2em;
}

div#content table.rightColumn td #years_menu ul li.selected {
	border-bottom: none;
	cursor: default;
	color: #479937!important;
}

/*  */
.r-star{
	position:relative;
	padding:10px 0;
	border: 1px solid #BFBFBF;
	float: left;
}

.r-star .content{
	margin: 10px 25px;
}

.r-star .cn{
	position:absolute;
	width:13px;
	height:13px;
	left:-1px;
	top:-1px;
	background:url('/common/i/star-bfbfbf.gif') right bottom;
	font-size: 0em;
}

.r-star .cn.tr, .r-star .cn.br{
	left:100%;
	margin-left: -12px;
}

.r-star .cn.bl, .r-star .cn.br{
	top: 100%;
	margin-top:-12px;
	//margin-top:-11px;
}

.r-star .cn.tr {
	background-position: left bottom;
}

.r-star .cn.bl {
	background-position: right top;
}

.r-star .cn.br {
	background-position: left top;
}

div#content table.rightColumn td #years_menu #years_menu_ul li:hover {color:#a8470f; border-color: #a8470f;}