﻿#Cb_divMain
{
	position:absolute;
	border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	background-color: #ffffff;
	overflow:auto;
	z-index:55000;
	display:none;
}

.Cb_Item
{
	font:11px Verdana;
	color:#333333;
	/*height: 15px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
	cursor: pointer;
	padding-left: 2px;
	text-decoration:none;
	display:block;
	background-color:#ffffff;
}
.Cb_Item:hover
{
	background-color:#316ac5;
	color:#ffffff;
}

.cbed
{
	font:11px Verdana;
	border-right: #cccccc 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #cccccc 1px solid;
	
	background-image: url(../_Images/Cb.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	color: #444444;
	cursor: pointer;
	padding-left: 2px;
	background-color: #ffffff;
}
.cbeddisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_Images/Cb.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fb5f21;
	cursor: pointer;
	padding-left: 2px;
	border: #edeaea 1px solid;
}
