.border-normal {
    border: 1px solid white;
}

.border-none {
    /* simulate 1 pixel border, to avoid shifting when switching from hover-border-* to border-none */
    padding: 1px;
}

.hand {
    cursor: pointer;
    cursor: hand;
}
/* END image selector related CSS */


/* breadcrumbs related CSS */
.breadcrumbsGray {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

.breadcrumbsOrange {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #e28808;
    text-decoration: none;
}
.std-table {
  background-color: #cccccc;
}

.std-table th {
  background-color: #efefef;
  font-size: 9pt;
  text-align: left;
}

.std-table td {
  background-color: #ffffff;
  font-size: 9pt;
}

.page-control-totals {
    font-size: 10px;
}

.page-control-pages {
    font-size: 10px;
}

.poi_title, .poi_content {
}  

.poi_title
{
    color: #11AA22;
    font-weight: bold;
    white-space: nowrap;
}

.poi_content
{    
    white-space: nowrap;
}
