*
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: #E4ECE5;
}

img
{
   border: 0px;
}

p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

h1
{
    font-size: 11.5pt;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    color: #606060;
}

h2
{
    font-size: 11pt;
    margin: 0px;
    padding: 7px 0px 7px 0px;
    color: #606060;
}

h3
{
    font-size: 10.5pt;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    color: #606060;
}

h4
{
    font-size: 10pt;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #3F5741;
}

h5
{
    font-size: 8.5pt;
    margin: 0px;
    padding: 0px 0px 3px 0px;
    color: #3F5741;
}

h6
{
    font-size: 8pt;
    margin: 0px;
    padding: 0px 0px 3px 0px;
    color: #3F5741;
}

hr
{

}

/* LAYOUT 
   ================================================================== */

#printHeader
{
    display: block;
    margin-bottom: 20px;
}

br.clear
{
    clear: both;
}

html, body
{
    
}

#container
{
    
}

html>body #container
{
    
}

#headerContainer
{
    display: none;
}

#menuContainer
{
    display: none;
}

#contentContainer
{
    
}

    #content
    {
        width: 700px;
    }
    
    div.threeCols
    {
        
    }
    
        div.threeCols div.col1
        {
            display: none;
        }
        
        div.threeCols div.col2
        {
            width: 700px;
            float: left;
        }
        
        div.threeCols div.col3
        {
            display: none;
        }
    
    div.twoCols
    {
        
    }
        
        div.twoCols div.col1
        {
            width: 700px;
            float: left;
            margin-right: 10px;
        }
        
        div.twoCols div.col2
        {
            display: none;
        }
        
    div.twoColsCentered
    {
        
    }
        
        div.twoColsCentered div.col1
        {
            display: none;
        }
        
        div.twoColsCentered div.col2
        {
            width: 700px;
            float: left;
            margin-right: 10px;
        }

#footerContainer
{
    display: none
}

/* LINKS 
   ================================================================== */

a
{
    color: #3F5741;
    font-weight: bold;
}

/* TABLES 
   ================================================================== */

table.default
{
    
}?

table.default thead
{
    
}

table.default tr.even
{
    background-color: #DBE3DC;
}

table.default tr.odd
{
    background-color: #E4ECE5;
}

table.default th
{
    background-color: #527254;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

table.default th a
{
    color: white;
}

table.default th.sortASC
{
    background-image: url(../images/sortAsc.png);
    background-repeat: no-repeat;
    background-position: right center;
}

table.default th.sortDESC
{
    background-image: url(../images/sortDesc.png);
    background-repeat: no-repeat;
    background-position: right center;
}

table.default td
{
    padding: 5px 5px 5px 5px;
}

table.default td.top
{
    vertical-align: top;
}

/* FORMATS 
   ================================================================== */

.ranking
{
    font-size: 7pt;
    padding-left: 5px;
}

.tiny
{
    font-size: 7pt;
}

.bold
{
    font-weight: bold;
}

.bright
{
    color: white;
}

a.h1
{

    font-size: 11.5pt;
    text-decoration: none;
}

strong
{
    color: #3F5741;
}

/* FORMS 
   ================================================================== */

form
{
    display: none;
}

/* RATING 
   ================================================================== */

.ratingContainer
{
    width: 203px;
    border: 1px solid white;
    padding: 5px;
}

.ratingImage
{
    width: 86px;
    height: 11px;
    border: 1px solid white;
    background-color: white;
}

.ratingImageRating
{
    height: 11px;
    background-image: url(../images/bgRating.png);
}

.ratingText
{
    text-align: center;
    font-weight: bold;
    font-size: 7pt;
    color: #3F5741;
}

/* WAIT INDICATOR 
   ================================================================== */

#waitIndicator
{
    position: absolute;
    z-index: 999;
    padding: 5px;
    margin-left: -10px;
    background-color: white;
}

/* POPUP 
   ================================================================== */

#popup
{
    position: absolute;
    z-index: 999;
    margin-top: 10px;
    margin-left: 177px;
    width: 520px;
    border: 2px solid #3F5741;
}

.popupTitle
{
    background-color: #3F5741;
    font-weight: bold;
    color: white;
    padding: 0px 10px 0px 10px;
    line-height: 1.6em;
}

.popupContent
{
    padding: 10px;
    background-color: white;
}

.popupFooter
{
    background-color: #3F5741;
    font-weight: bold;
    color: white;
    padding: 0px 10px 0px 10px;
    line-height: 1.3em;
}

