body 
{
   margin:0px;
   padding:0px;
}

body,li,td,span {
   font-family: Arial, Helvetica;
   font-size: .8em;
}
a {
   text-decoration: none;
   color:#FF6600;
}
a:hover {
   text-decoration: underline;
}
a img 
{
   border: 0px;
}

.error 
{
   color: Red;
   font-weight: bold;
   background: #c0c0c0;
}

.poiInfoWindow .poiMedia 
{
   margin-right: 10px;
   margin-bottom: 10px;
   float: left;
   text-align: center;
   width: 100px;
   height: 90px;
}
.poiInfoWindow .poiMedia .thumbnail 
{
   border: 1px solid black;
}
.poiInfoWindow .poiDescription 
{
}
.poiInfoWindow .poiName
{
   text-align:center;   
   font-weight: bold;
   font-size: 1.1em;
}
.markerPrevNext 
{
   text-align:center;
}
