body
{
    margin: 0;
    overflow: hidden;
}
a
{
    color: White;
    text-decoration: none;
}
table
{
    margin: 0;
    padding: 0;
    border-width: 0;
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: white;
}
.labelholder
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 14px;
    height: 24px;
    border: 0;
}
.label
{
    margin: 0 0 0 1px;
    padding: 0;
    font-size: 1px;
    border: 0;
    line-height: 0;
}
.bedsText
{
    position: absolute;
    padding: 0px 0px 0px 0px;
    color: white;
    top: +12px;
    left: +10px;
    background: black;
    overflow: visible;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial Narrow;
}
.labelimg
{
    border: 0 solid black;
    margin: 0;
    padding: 0;
}
#simple_example_window
{
    width: 311px;
}
#simple_example_window_contents
{
    background-color: #978C59;
    border: 3px solid #6B633D;
    color: black;
    font: 8pt Arial;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
    width: 309px;
}
#simple_example_window_beak
{
    width: 28px;
    height: 38px;
    background: url( 'images/simple_beak.png' ) top left no-repeat transparent;
}
* html #simple_example_window_beak
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=  'images/red_beak.png' ,sizingMethod= 'crop' );
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br, #simple_example_window_t, #simple_example_window_l, #simple_example_window_r, #simple_example_window_b
{
    height: 0;
    width: 0;
}
