.right_pane_block
{
	width: 100%;	
}
.top
{
	height: 18px;	
}
.top_left
{
	background-image: url(images/right_pane_top_left.png);
	background-repeat: no-repeat;
	width: 13px;
}
.top_center
{
	background-image: url(images/right_pane_top_center.png);
	background-repeat: repeat-x;
	width: *;
}
.top_right
{
	background-image: url(images/right_pane_top_right.png);
	background-repeat: no-repeat;
	width: 17px;
}
.middle_center
{
	padding-left: 10px;	
	padding-right: 10px;	
}
.middle_left
{
	background-image: url(images/right_pane_left.png);
	background-repeat: repeat-y;
	width: 6px;
}
.middle_center
{
/*	background-image: url(images/right_pane_bottom_center.jpg);
	background-repeat: repeat-x;
*/	width: *;
}
.middle_right
{
	background-image: url(images/right_pane_right.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 17px;
}
.bottom
{
	height: 19px;	
}
.bottom_left
{
	background-image: url(images/right_pane_bottom_left.png);
	background-repeat: no-repeat;
	width: 23px;
}
.bottom_center
{
	background-image: url(images/right_pane_bottom_center.png);
	background-repeat: repeat-x;
	width: *;
}
.bottom_right
{
	background-image: url(images/right_pane_bottom_right.png);
	background-repeat: no-repeat;
	width: 20px;
}
.pane_header
{
	font-family: Verdana;
	font-size: 14pt;
	color: #003479;
	font-weight: bold;
	border-bottom: solid 1px #003479;
	margin-left: 10px;
	padding-bottom: 3px;
	text-transform: capitalize;
}
.pane_middle_content
{
	width: *;
	padding: 10px;
	color: Black;
	font-size: 8pt;
}



