span.highlight-orange {
	color: #F26522;
	font-weight: bold;
}

ul.list-s1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-s1 li {
	background: url(../images/bullet1.gif) no-repeat 5px 15px;
	padding: 10px 10px 10px 25px;
}

ul.list-s1 li.hilite {
	background: url(../images/bullet1.gif) no-repeat 5px 15px #EBEBEB;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*---------------------------------------*/
#message-tool {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
	margin-bottom: 10px;
}

#message-tool ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#message-tool ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #F26522;
}

#message-tool ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #F26522;
}

.text-org, .text-org a {
	color: #F26522;
}

.h3-blue a {
	color: #363636;
	text-decoration: underline;
	float: right;
}

.textbold {
	font-weight: bold;
}

.textgray {
	color: #707070;
}

.textblack {
	color: black;
}

.textlink {
	border-top: 1px dashed #b1bcc2;
	border-bottom: 1px solid #b1bcc2;
	line-height: 30px;
	margin-bottom: 3px;
}

.listpage {
	float: right;
	line-height: 30px;
}

.listpage a {
	padding: 1px 4px;
	margin: 2px;
	background: gray;
	font-size: 11px; font-weight: bold;
	color: white;
}

.listpage a.selected {
	background: #96ceff;
}