﻿
.tableLocationPicker
{
	padding: 0px;
	border-collapse: collapse;
}


.DropDownLook
{
	
	padding: 0px;
	vertical-align: middle;
	
}

.DivClose
{
	display:none;
	position:absolute;
	width:340px;
	height:200px;
	border-style:solid;
	border-color:Gray; 
	border-width:1px;
	background-color:#0a85d5;
}

.LabelClose
{
	vertical-align:text-top; 
	position:absolute;
	bottom:0px;
	font-family:Verdana;
}

.DivCheckBoxList
{
	display:none;
	background-color:White;
	width:340px;
	position:absolute;
	height:180px;
	overflow-y:auto; 
	overflow-x:hidden;
	border-style:solid;
	border-color:Gray; 
	border-width:1px;
}


.buttonSearch
{
    border-style: none;
    float: left;
    background: url('../images/button-80.gif') top left no-repeat;
    padding: 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    width: 80px;
    height: 18px;
    font-weight: bold;
    font-size:11px;
}
