.sidebar_top
{
	background-image: url(/oheader/html/img/sidebar/sidebar-top.gif);
	background-repeat: no-repeat; 
	width: 249px; 
	height: 36px;
}

.sidebar_title
{
	padding-top: 9px; 
	padding-right: 20px; 
	color: #ffffff; 
	font-size: 18px; 
	font-family: arial;
}

.sidebar_middle
{
	border: 1px solid #e0e0e0; 
	border-bottom: 0px; 
	width: 247px; 
	background-color: #ffffff;
}

.sidebar_link
{
	text-decoration: none;
}

.sidebar_row_text
{
	float: right; 
	padding: 4px;
	padding-right: 20px;
	color: #3c3c3c;
	font-size: 12px; 
	font-family: arial;
	cursor: pointer;
}

.sidebar_row_text_selected
{
	float: right; 
	padding: 4px;
	padding-right: 20px; 
	color: #ff6100; 
	font-size: 12px; 
	font-family: arial; 
	font-weight: bold;
	cursor: pointer;
}

.sidebar_row_icon
{
	float: left; 
	padding-top: 6px; 
	padding-left: 15px;
	cursor: pointer;
}

.sidebar_clear
{
	clear: both;
}

.sidebar_bottom
{
	background-image: url(/oheader/html/img/sidebar/sidebar-bottom.gif); 
	background-repeat: no-repeat; 
	width: 249px; 
	height: 33px;
}