/* CSS Document */




.text_text
{
font-family:Verdana Arial Tahoma Sans-Serif;
font-size:12px;
color:#006699;
margin-left:4px;
}
.text_text a
{
font-family:Verdana Arial Tahoma Sans-Serif;
font-size:12px;
color:#006699;
text-decoration:none;
}
.all_cities
{
font-family:Verdana Arial Tahoma Sans-Serif;
font-size:12px;
color:#22495d;
margin-left:4px;
text-decoration:underline;
}





/*map*/
.map {
   position: relative;
   width: 400px;
   height: 300px;
   border:#555555 3px solid;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
/*map*/

/*remove underlind of gridview header*/
.BoxHeader a
{
	text-decoration:none
}/*remove underlind of gridview header*/
