div#contentContainer div#colOne div#columnFirst
{
    padding-top: 5px;
}

div#contentContainer div#colOne div#columnFirst table tr th
{
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    color: #555;
    border-bottom: 1px solid #ccc;
}

div#contentContainer div#colOne div#columnFirst table tr td
{
    padding: 3px;
    padding-left: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

div#contentContainer div#colOne div#columnFirst table tr td.logo
{
    padding-left: 0;
}

div#contentContainer div#colOne div#columnFirst table tr td.logo img
{
    margin-right: 5px;
}

div#contentContainer div#colOne div#columnFirst table tr td.links h1
{
    background-image: none;
    font-size: 12px;
    margin: 0;
    padding: 0;                
    height: auto;
}

div#contentContainer div#colOne div#columnFirst table tr td.links h1 a
{
    color: #006641;
}

div#contentContainer div#colOne div#columnFirst table tr td p
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 16px;
}

span.emp
{
    font-weight: normal;
}

button
{
    margin-top: 3px;
    background-color: #E5980E;
    border: 1px solid white;
    color: white;
}

div#contentContainer div#colOne div#columnFirst table tr td p.vote
{
    margin: 3px 0;
    font-weight: normal;
}

div#contentContainer div#colOne div#columnFirst table tr td p.vote label
{
    font-size: 11px;
}

div#contentContainer div#colOne div#columnFirst table tr td.links
{
    text-align: left;
}

div#contentContainer div#colOne div#columnFirst table tr td.links a
{
    color: black;
    text-decoration: none;
}

div#contentContainer div#colOne div#columnFirst table tr td.ptypes img
{
    margin: 5px;
}

div#contentContainer div#colOne div#columnFirst table tr.hot td
{
    border-top: 4px solid #FF8000;
    border-bottom: 4px solid #FF8000;
}

div#contentContainer div#colOne div#columnFirst table tr.hot td.logo
{
    border-left: 4px solid #FF8000;
}

div#contentContainer div#colOne div#columnFirst table tr.hot td.score
{
    border-right: 4px solid #FF8000;
}

div#popup
{
    height: 300px;
    padding: 0;
    overflow: auto;
    border: 1px solid #ccc;
    background-color: #fafafa;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
}

div#popup h2
{
    width: auto;
    height: 20px;
    margin:0;
    background-color: #006b0b;
    color: #fff;
    padding-left: 3px;
}

div#popup h2 a
{
    float: right;
    padding-right: 3px;
    color: white;
    font-weight: normal;
    text-decoration: none;
}

div#popup p
{
    padding: 0 3px;
    margin: 0;
}

p#pagesBottom
{
    text-align: center;
    padding-bottom: 1em;
}

p#filter
{
    text-align: right;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
}

p#filter span#pages
{
    float: left;
}

p#filter span#pageControl
{
    margin-right: 10px;
    float: left;
    margin-left: 20px;
}

span#pageControl span.sel
{
    font-weight: bold;
}

p#filter span#pageControl a
{
    text-decoration: none;
}

span.propertyCount
{
    color: red;
    font-weight: bold;
}

ul#Legend
{
    list-style: none;
    background-color: #C6C6C6;
    color: #3F3F3F;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 1px 0;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

ul#Legend li
{
    padding: 0;
    margin: 0;
    float: left;
    vertical-align: middle;
    width: 120px;
}

ul#Legend li img
{
    margin-right: 3px;
    vertical-align: middle;
    float: left;
}