﻿#splitterBottom
{
	overflow: auto;
	display: block;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	background: url(../UIK/images/FooterBar.Medium2.png);
	vertical-align: middle;
}

#splitterBody .hsplitbar
{
	width: 1px;
	background: #555555;
}

#splitterBody .hsplitbar.active
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#MySplitter
{
	overflow: auto;
	display: block;
}

#MySplitter .vsplitbar
{
	width: 1px;
	background: #555555;
}

#MySplitter .vsplitbar.active
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#LeftPane
{
	overflow:auto;
	display: block;
	width: 200px; /*For design mode only*/
}

#RightPane
{
	overflow: auto;
	display: block;
}
#RightPane a:link { text-decoration:none }
#RightPane a:visited { text-decoration:none }
#RightPane a:active { text-decoration:underline }
#RightPane a:hover { text-decoration:underline }
#RightPane tr.selected { color:White }

div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content
{
	font-size: 9pt;
}

table.UIK_FixedHeadTable_Content tr
{
	height: 19px;
}

table.UIK_FixedHeadTable_Content div.starRatingChg
{
}

table.UIK_FixedHeadTable_Content tr div.starRating
{
	float: left;
	width: 13px;
	height: 13px;
}

table.UIK_FixedHeadTable_Content tr div.starRating
{
	background-image: url(images/starRatingBlank.png);
}

table.UIK_FixedHeadTable_Content tr.selected div.starRating
{
	background-image: url(images/starRatingDot.png);
}

table.UIK_FixedHeadTable_Content tr div.starRatingAct
{
	background-image: url(images/starRatingB.png);
}

table.UIK_FixedHeadTable_Content tr.selected div.starRatingAct
{
	background-image: url(images/starRatingW.png);
}

table.UIK_FixedHeadTable_Content tr div.starRatingChg div.Clear
{
	float: left;
	width: 6px;
	height: 13px;
	background-image: url(images/starRatingBlank.png);
}

div.UIK_Sidebar div.sb__Line div.bookmarkFolderMore
{
	width: 15px;
	height: 15px;
	margin-right: 4px;
	display: none;
	background-image: url(../UIK/images/sidebar.more.active.png);
}

div.UIK_Sidebar div.sb__LineActive div.bookmarkFolderMore
{
	display: block;
}

.Hidden
{
    display:none;
}