.ammapAlert 
{
    display:table-cell; 
    vertical-align:middle; 
    text-align:center; 
    font-family:verdana,helvetica,arial,sans-serif;
    font-size:12px;
    color:#CC0000;
}

.ammapDescriptionWindow
{
   font-size:11px;
   font-family:verdana,helvetica,arial,sans-serif;    
   /*background-color:#FFFFFF;*/
   background:url(images/black-trans-bg.png) repeat 0 0;
   border-style:solid;
   border-color:#000;
   border-width:1px;
   color:#fff;
   padding:10px; 
   -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;  
}

div#mapdiv > div:last-child {
 left: inherit !important;
 top: inherit !important;
        position: static !important;
}

.ammapDescriptionTitle
{
   font-size:14px; line-height:16px;
   font-weight:bold;
   font-family:verdana,helvetica,arial,sans-serif;
   padding-bottom:10px;    
}

.ammapDescriptionWindowCloseButton
{
    
}

.ammapObjectList ul 
{
    padding-left:20px; 
    list-style:square outside; 
    color:#999999;
    font-family:verdana,helvetica,arial,sans-serif;
    font-size: 12px;
}

.ammapObjectList ul ul 
{
    padding-left:14px;
}

.ammapObjectList a 
{
    color:#000000;
}

.ammapObjectList a 
{
    color:#000000;
    text-decoration:none;
    display:block;
    padding:2px;
}

.ammapObjectList a:hover 
{
    color:#CC0000;
    text-decoration:none;
    background:#FFFFFF;
    cursor:pointer;
    display:block;
}

.ammapDescriptionText 
{
	overflow: auto; 
    scrollbar-face-color: #000;  
    scrollbar-shadow-color: #000;  
    scrollbar-highlight-color:#000;  
    scrollbar-3dlight-color: #000;  
    scrollbar-darkshadow-color: #282828;  
    scrollbar-track-color: #6c6c6c;  
    scrollbar-arrow-color: #FF0000;   
}

.ammapDescriptionText p {color:#fff; /*height:200px;*/}		/* Updated by Girish due to Content in popup issue*/

.ammapDescriptionText::-webkit-scrollbar{
width:16px;
background-color:#6c6c6c;
} 
.ammapDescriptionText::-webkit-scrollbar-thumb{
background-color:#000;
border-radius:0px;
}
.ammapDescriptionText::-webkit-scrollbar-thumb:hover{
background-color:#000;
border:1px solid #333333;
}
.ammapDescriptionText::-webkit-scrollbar-thumb:active{
background-color:#000;
border:1px solid #333333;
} 




.amChartsPlotArea
{
	
}