﻿body.POIView 
{
  background-color: white;  
    }
    
.POIItems 
{
    position:relative;
    }
.POIItems > ul 
{
    padding:0;
    margin:0;
    }


.POIItems > ul > li 
{
    list-style:none;
    float:left;
    width:280px;
    padding:0;
    margin:0;
    }

.POIItems > ul > li > div.description
{
    position:absolute;
    left:42px;
    top:25px;
    display:block;
    width:196px;
    height: 84px;
    overflow:hidden;
    } 

.POIItems > ul > li > div.showButton 
{
    position:absolute;
    left:42px;
    top:118px;
    display:block;
    width:238px;
    padding: 4px 0px;
    border-top: 1px solid #C6CBCE;
    border-bottom: 1px solid #C6CBCE;
    }

.POIItems > ul > li > div.showButton > a 
{
    float:right;
    color:white;
    background-color:#5BBDFF;
    font-weight: bold;
    text-decoration:none;
    width:45px;
    padding:2px;
    text-align:center;
    text-transform:uppercase;
}




.POIControls > .POILeftPager 
{
    float:left;
    display:block;
    width:40px;
    height:16px;
    color:White;
    background-color:#5BBDFF;
    line-height:16px;
    font-weight: bold;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    }
    
.POIControls > .POILabels 
{
    position:absolute;
    top:0px;
    left:42px;
    display:block;
    width: 196px;
    height:16px;
    overflow:hidden;
    color: #58646B;
    background-color:#C6CBCE;
    
    }
.POIControls > .POILabels > ul > li 
{
    display:block;
    float:left;
    list-style:none;
    width: 170px;
    height:16px;
    font-weight: bold;
    /*font-size:14px;*/
    line-height:16px;
    padding: 0 4px;
    margin:0;
    overflow:hidden;
    }    

.POIControls 
{
    }

.POIControls > .POILabels > ul 
{
    padding:0;
    margin:0;
    }

.POIControls > .POIRightPager 
{
    position:absolute;
    top:0px;
    left:240px;
    display:block;
    width:40px;
    height:16px;
    color:White;
    background-color:#5BBDFF;
    line-height:16px;
    font-weight: bold;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    }
    
.POIItemIndex 
{
    
    position:absolute;
    top:0px;
    left:184px;
    width:50px;
    text-align:right;
    font-weight:bold;
    color: #58646B;
    line-height:16px;
    }