﻿.tbListBar
{
	width:100%;
	background-color:#95B7E8;
}

.trListBarHeader
{
	cursor:pointer;
	background-color:#95B7E8;
}
	
.tdListBarHeaderL
{
	width:17px;
	height:25px;	
	background: url(../images/ListBar/lbL.gif);
}
.tdListBarHeaderC
{	
	width:100%;
	height:25px;
	BACKGROUND-IMAGE: url(../images/ListBar/lbC.gif);
}

.tdListBarHeaderR
{
	width:5px;
	height:25px;
	vertical-align:top;
	BACKGROUND-IMAGE: url(../images/ListBar/lbR.gif);
}

.tdListBarTitle
{
	font-size:10pt;
	font-weight:bolder;
	width:100%;
	padding-left:4px;
	height:22px;
	color:#446D8C;
	vertical-align:bottom;
}

.tbListBarContect
{
	width:100%;
	border: #95B7E8 1px solid;
	background-color:#FFFFFF;
	font-size:10pt;
	color:#666666;
}

.tbListBarContectIcon
{
	width:25px;
	height:20px;
	text-align:right;
}


.tdListBarFoot
{
	height:1px;
	background-color:#5e9ca3;
}

.tbListBarContect a
{
	font-size:10pt;
	color:#666666;
}

.tbListBarContect a:hover {color:#3EA53E;}

.tbListBarMenu
{
	width:100%;
	border: #5e9ca3 1px solid;
	background-color:#FFFFFF;
	font-size:10pt;
	color:#666666;
}

.tbListBarMenu a
{
	font-size:10pt;
	color:#666666;
}

.tbListBarMenu a:hover {color:#5e9ca3;}

