﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0pt none;
margin:0pt;
padding:0pt;
}





body {
font-family:Arial;
font-size:10pt;
color:#333333;
/*background-color:#ededed;*/
}




/*****************************************************************/
/*                 LAYOUT                                        */
/*****************************************************************/



#topheader{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}


/*
#footer {
background-color:#FCFCFC;
margin-left:auto;
margin-right:auto;
padding:5px;
text-align:left;
clear: left;
width: 100%;

}
*/




/* LIQUID 3 COLUMNS */


#contentwrapper{

float: left;
width: 100%;
background-color:Transparent;
}

#contentcolumn{
 
    padding-top:5px;
    padding-bottom:5px;
    margin: 0px 0px 0px 5px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    
    
    
    
}

#leftcolumn{

float: left;
width: 5px; /*Width of left column*/
margin-left: -100%;
background: #Transparens;
}

#rightcolumn{

display:none;
float: left;
width: 0px; /*Width of right column*/
margin-left: -225px; /*Set left marginto -(RightColumnWidth)*/
}

/* END LUQUID 3 COLUMNS */






/* ************************ MISC ***************************************/

.fl_left{
 float:left;
}

.fl_right{
 float:right;
}


.hide{
 display:none;
}

.clear{
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}

/***********************CONTROLS ***********************************/


#AAKMapFooter{
    border-top:solid 1pt #cccccc;
    padding:7px;
    background-color:#fff;
    width:98%;
   
    
}

.ulhoriztype {
 line-height:20px;
 list-style-type: none;
 font-size:10px;
 background-color:#fff;
 
}


.ulhoriztype li{
 float:left;
 width:123px;
}

.ulhoriztype2 {
 line-height:20px;
 list-style-type: none;
 font-size:10px;
 background-color:#fff;
 
}


.ulhoriztype2 li{
 /*float:left;*/
 width:165px;
}



.poi_on
{
 font-weight:bold;
 cursor:pointer;
}

.poi_off
{
    font-weight: normal;
    color: #BABABA;
    cursor:pointer;
}

.poiedititem{
 float:left;
 cursor : pointer;
 text-decoration:underline;
 color :#3f91e6;
 margin-left:8px;
 display:none;
}

.poiedititem a{
 cursor : pointer;
 text-decoration:underline;
 color :#3f91e6;
}


.poilistitem{
 float:left;
 cursor : pointer;
 text-decoration:underline;
 color :#3f91e6;
 
 
}




.poihead{
 color:#656565;
 font-weight:bold;
 font-size:12px;
 
}

#plhPOIList{
    border-left:solid 1pt #cccccc;
    padding:5px;
    background-color:#fff;
    width:200px;
    
    margin-top:5px;
    margin-left:5px;
    float:right;
    overflow:auto;
    
}


#dvAAKMap2{
 height:100%;
 padding:0;
 margin-right:215px;
 /*float:left;*/
}

#dvAAKMap{
 height:100%;
 width:100%;
}

#dvAAKMapWrapper{
    border:solid 1pt #cccccc;
    padding:2pt;
    margin-bottom:0px;
    margin-top:0px;
    background-color:#fff;
    height:99%;
    width:99%;
    overflow:hidden;
    
    
   
    
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    
  }
  
  
  
  

