﻿.centerPanelListingTitle
{
	font-size: 11pt;
	font-weight: bold;
	color: White;
	padding: 5px 3px 5px 10px;
	margin: 2px 2px 10px 2px;
	background-color: #6AC4D2;
	background-repeat: no-repeat;
	background-image: url('../../img/ul_mark3.jpg' );
	background-position: 4px 10px;
}

.centerPanelListing
{
	width: 250px;
	background-color: White;
	border: solid 1px #eeeeee;

}
.centerPanelListingSearchControl
{
	margin:0px 0px 0px 0px;
	padding:10px 15px 10px 15px;
}
form
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
.centerPanelListingText
{
	padding: 10px 10px 0px 10px;
	color: #333333;
}

.centerPanelListingViewPort
{
   
}

.centerPanelListingContainer
{
	float: left;
	overflow: hidden;
	
}

.centerPanelListingScrollBar
{
	width: 10px;
	float: left;
	display: none;
}

.centerPanelListingScrollBarArea
{
	background-color: #EeEeEe;
	width: 10px;
}

.centerPanelListingScrollBarKnob
{
	background-color: #6AC4D2;
	width: 10px;
	height: 10px;
	font-size: 0px;
}

.centerPanelListingScrollBarUp
{
	background-repeat: no-repeat;
	background-image: url('../../img/scrollbar_up.gif' );
	background-color: #6AC4D2;
	width: 10px;
	height: 10px;
	font-size: 0px;
	background-position: 2px 3px;
}

.centerPanelListingScrollBarDown
{
	background-repeat: no-repeat;
	background-image: url('../../img/scrollbar_down.gif' );
	background-color: #6AC4D2;
	width: 10px;
	height: 10px;
	font-size: 0px;
	background-position: 2px 3px;
}

.centerPanelListaLine
{
	font-size: 0px;
	height: 1px;
	margin: 0px 1px 0px 1px;
}

