html {
        font-size:100.01%;
}

body {
        font-size:80%;
        background-color:#15487d;
}

body
, div
, table
, p
, ul
, ol
, td
, th {
        padding:0;
        margin:0;
}

.clear {
        clear:both;
}

.clickable {
        cursor:pointer;
        cursor:hand;
}

.minibubble {
        position:absolute;
        width:47px;
        height:46px;
        background: url() no-repeat 0 0;
}

.atm_p {
        background-image: url(/rebirth/legend/atm_p.png);
}

.office_p {
        background-image: url(/rebirth/legend/office_p.png);
}

* html .office_p {
        background-image:none;
}
* html .office_p {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/rebirth/legend/office_p.png', sizingMethod='crop');
}

* html .atm_p {
        background-image:none;
}
* html .atm_p {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/rebirth/legend/atm_p.png', sizingMethod='crop');
}

.top_controls {width:100%; padding: 4px 0 0 10px; background-color:#15487d; color:white; font-family:arial; min-height:45px; //height:45px;}
.top_controls ul.nobullets {list-style-type:none; float:left; width:9em;}
.top_controls li {min-height:1.5em;}
.top_controls li.select {color:ff8a29;}
.top_controls img {margin-right:7px;}
.top_controls input {//height:18px; margin:1px;}