.rc_toolbar
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 1000;
}

.rc_frame1
{
	border-bottom: 1px solid threeddarkshadow;
	border-left: 1px solid threedhighlightshaddow;
	border-right: 1px solid threeddarkshadow;
	border-top: 1px solid threedhighlightshaddow;
	background: menu;
	width: 160px;
}
.rc_frame2
{
	border-bottom: 1px solid threedshadow;
	border-left: 1px solid threedhighlight;
	border-right: 1px solid threedshadow;
	border-top: 1px solid threedhighlight;
	background: menu;
	width: 100%;
}
.rc_link
{
	width: 100%;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rc_link:link, .rc_link:visited
{
	color: black;
}
.rc_image
{
}
.rc_divide_top
{
	margin: 0 2 4 2;
	padding: 0 0 0 0;
	border-bottom: 1px solid threedhighlight;
	width: 100%;
	height: 0px;
	font-size: 0px;
}
.rc_divide_bottom
{
	border-bottom: 1px solid threedshadow;
	width: 100%;
	height: 0px;
	font-size: 0px;
}
