﻿
div#DropDownBox_Label
{
	padding-left:2px;
	margin:0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	height:15px;
	line-height:15px;
	width:140px;
	position:relative;	
	color:#565656;
	font-size:11px;
	background-image:url(images/drop.gif);	
	background-position:right center;
	background-repeat:no-repeat;
	cursor:default;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}

div#DropDownBox_Panel
{
	position:absolute;
	width:1000px;
	height:10px;
	background-color:#fff;
	border-left:1px solid #B2B2B2;
	border-top:1px solid #B2B2B2;
	border-right:1px solid #000;
	border-bottom:1px solid #000;	
	color:#565656;
	overflow:auto;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
	z-index:101;
}
div#DropDownBox_Panel input
{
	padding:0;
	margin:0;
}
div#DropDownBox_Panel table
{
	border-collapse:collapse;
	cursor:default;
	width:auto;
}
div#DropDownBox_Panel table tr:hover td
{
	background-color:#316AC5;
	color:#fff;
}
div#DropDownBox_Panel table tr td
{
	padding:3px 3px 3px 5px;
	background-image:url(images/bgsidebar.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
div#DropDownBox_Panel table td label
{
	padding-left:8px;
}

div#DropDownBox_Overlay
{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:Transparent;
	z-index:100;
}
