﻿.Group,.ClearControls 
{
    Width: 680px;
} 

.Group
{
	font-size: 12px;
	font-family: Arial; 
	color: #232321;
	border: 1px solid #add676;
	background-color: #edf4e4;
	border-bottom : 1px;	
	text-align:left;
	
	margin-top: 0px;
	margin-bottom: 10px;
	
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.GroupButton
{
	font-size: 12px;
	font-family: Arial; 
	color: #232321;
	border: 1px solid #add676;
	background-color: #edf4e4;
	border-top : none;	 
}

 .fixed_cell
  {  	
  	word-wrap: break-word;   
  	    
    table-layout: fixed;
  }
.wordWrap_Cell
{
    word-break: normal;  	
}



.GroupCaption
{
	background-color: #add676;
	font-weight: bold;
	color: #005825;
	text-align: left;
	font-family : Arial;
	font-size: 12px;
	border: 1px solid #add676;
	
	
	
}
.UpperCase
{
	text-transform: uppercase;
}



.CurrentNode
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	font-weight: bold;
	padding-left: 5px;
}

.btnSearchByName
{

}

.btnSearchByRSName
{

}

.GroupHeader
{
    font-weight:bold;
}

.ResultTable
{
    margin-top:10px;
    margin-left:10px;
}

.MSGString
{
    color: #f26522;
    margin-bottom:10px;
    margin-top:10px;
    padding-bottom:10px;
    padding-top:10px;
}

#errmsg  
{
    color:red; 
    font-size:x-small;
}
/*CSS for Maps views */
.MapSearchResultsGrid
{
    font-family:  arial;
    font-weight: bold;
    font-size: 14px;
    color: #0F4C89;
}
.MapSearchResultsLabel
{
    font-family:  arial;
    font-weight:normal;
    font-size: 14px;
    color: #000000;
}
.MapSearchResults
{
    font-family:  arial;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.ShowMapImage
{
    cursor:pointer;
    /*display:none;*/
}


/*CSS for Maps Search View */
.MapSearchFilterTable
{
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
    text-align: left;
}

.MapSearchFilterHeaders
{
    font-family:  arial;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    padding-left: 30px;    
}

.MapSearchFilterHeaderTD
{
    padding-top: 5px;

}

.MapSearchFilterLabel
{
    font-family:  arial;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    padding-left: 34px;
}

.MapSearchFilterLabelTD
{    
    text-align: left;
    padding-top: 5px;
    padding-bottom: 3px;
}

.MapSearchFilterDDL
{
    width: 410px;
    font-family:  arial;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    margin-left: 33px;
}

.MapSearchFilterDDL option
{
    width: 380px;
}

.MapSearchFilterEditControlTD
{
    width: 410px;
}

.MapSearchFilterTextBox
{
    width: 403px;
    font-family:  arial;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    margin-left: 33px;
    display: inline;
}

.MapSearchFilterButtonsTD
{
    /*width:80%;*/
    text-align: left;   
}

.MapSearchFilterEditControlTD
{
    width: 350px;
    display: inline;
}

.SearchByIdTitle
{
    background-image:url(../../App_Themes/Default/images/fon_green.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 30px;
}

.SearchByNameTitle
{
    background-image: url(../../App_Themes/Default/images/fon_orange.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 30px;
}

.SearchByAtuTitle
{
    background-image:url(../../App_Themes/Default/images/fon_blue.jpg);
    background-repeat:no-repeat;
    background-position:left;
    height: 30px;
}

#map div span

{
color: #000000;
z-index: 20;
}


