.Searcher {
    border:0;
}
.Searcher input, .Searcher .TextboxSearcherContainer, .Searcher .ButtonSearcher {
    
     -moz-box-shadow: #999999 5px 5px 20px;
    -webkit-box-shadow: #999999 5px 5px 20px;
    box-shadow: #999999 5px 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Searcher .ObjSearcherSelected .ButtonSearcher {
    -moz-box-shadow: #999999 5px 5px 20px;
    -webkit-box-shadow: #999999 5px 5px 20px;
    box-shadow: #999999 5px 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    width: 23px;
    height: 20px;
    cursor: pointer;
}


/*
///////////////////////////////////////
MultiSelect Table
///////////////////////////////////////
*/
.Searcher_MultiSelectTable_DIV
{
	margin-top:5px;
	margin-bottom:5px;
	height:90px;
	overflow:auto;	
    border:0;
	
}
.Searcher_MultiSelectTable
{
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 99%;
	background-color: #fafafa;
	border: 0;
	border-collapse: collapse;
	border-spacing:0; 
	overflow:scroll;
}
.Searcher_MultiSelectTable_RowHeader
{
    border:0;
}
.Searcher_MultiSelectTable_RowHeader_CellRemove
{
	border-bottom: 0;
	border-left: 0;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#93bde6', gradientType='0');
    background-image: linear-gradient(top,  #ffffff 0, #93bde6 100%);
    background-image: -ms-linear-gradient(top,  #ffffff 0, #93bde6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#93bde6));
    background-image: -webkit-linear-gradient(top, #ffffff 0, #93bde6 100%);
    background-image: -moz-linear-gradient(top,  #ffffff 0, #93bde6 100%);
	text-align: left;
	text-indent:0;
	padding:5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.Searcher_MultiSelectTable_RowHeader_Cell
{
	border-bottom: 0;
	border-left: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#93bde6', gradientType='0');
    background-image: linear-gradient(top,  #ffffff 0, #93bde6 100%);
    background-image: -ms-linear-gradient(top,  #ffffff 0, #93bde6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#93bde6));
    background-image: -webkit-linear-gradient(top, #ffffff 0, #93bde6 100%);
    background-image: -moz-linear-gradient(top,  #ffffff 0, #93bde6 100%);
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
.Searcher_MultiSelectTable_RowHeader_CellRemove_cmdRemove
{
	height:10px;
	width:10px;	
	cursor:pointer;
}

.Searcher_MultiSelectTable_Row
{
}
.Searcher_MultiSelectTable_Row_CellRemove
{
	border-bottom: 1px solid #9CF;
	border-top:0;
	border-left: 1px solid #9CF;
	border-right:0;
	text-indent:0;
	padding:5px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #ffffff;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}
.Searcher_MultiSelectTable_Row_Cell {
    border-bottom: 1px solid #9CF;
    border-top: 0;
    border-left: 1px solid #9CF;
    border-right: 0;
    text-align: left;
    text-indent: 10px;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #ffffff;
    -moz-border-radius: 7px ; 10px; 1px;
    -webkit-border-radius: 7px ;
    border-radius: 7px ;
}
.Searcher_MultiSelectTable_Row_CellRemove_cmdRemove
{
	height:10px;
	width:10px;	
	cursor:pointer;
}
