﻿.Default
{
	font-size:smaller;
	font-family:Tahoma; 
}

table 
{ 
	padding:0px;
	border-collapse:collapse;
    /* Commented to avoid the shrinking of the managelocations page width**/
   /* width: 124px;
    height: 122px;*/
}

.DropDownLook
{
	padding:0px;
	border-style:solid;
	border-width:0px;
}

.DivClose
{
	display:none;
	position:absolute;
	width:250px;
	height:220px;
	border-style:solid;
	border-color:Gray; 
	border-width:0px;
}

.LabelClose
{
	vertical-align:text-top; 
	position:absolute;
	bottom:0px;
    height:8px; 
	font-family:Verdana;
}

.DivCheckBoxList
{
	display:none;
	background-color:White;
	width:200px;
	position:absolute;
	height:300px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	
}

.CheckBoxList
{
	position:relative;
	width:250px;
	height:10px; 
	overflow:scroll;
	font-size:small;
	border-color:black; 
	
}