﻿div.DT
{
	border: 1px groove #5b5c71;
	vertical-align: middle;
	background-color: White;	
	width: 175px;
}

div.DVMain
{
	border-right: groove 1px #5b5c71;
	border-top: groove 1px #5b5c71;
	display: none;
	scrollbar-face-color: white; 
	margin: 0px;
	scrollbar-highlight-color: whitesmoke;
	overflow: auto;
	border-left: groove 1px #5b5c71;
	width: 170px;
	scrollbar-arrow-color: black;
	scrollbar-track-color: white;
	border-bottom: groove 1px #5b5c71;
	scrollbar-darkshadow-color: whitesmoke;
	HEIGHT: 150px;
	background-color: White;
	text-align:left;
}

IMG.DDA
{
	vertical-align: middle;
	cursor: hand;
	height: 18px;
	width: 18px;
	border: none;	
}

#DVLI
{
	WIDTH: 170px;
	background-color: transparent; 	
}
#DVLI:hover
{
	WIDTH: 170px;
	background-color : #D4D0C8;
}
.LI
{
	WIDTH: 130px;
	background-color: transparent; 	
	text-decoration: none;
	color: #000;
}
.LI:Hover
{
	WIDTH: 170px;
	background-color : #D4D0C8;
	text-decoration: none;
	color: #000;
}
input.MSTBM
{
	border: none 1px; 
	height: 17px;
	width: 150px;
	color: black;
}
input.MSTBM span
{
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 175px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}
input.MSTBM:hover span
{
	display: block;
}
label.LIL
{
	font-size: 12px;
	color: Black;
}