.menuitem,.menuitem_selected
{
    color:#ffffff;
    text-decoration:none;
    margin-left:15px;
    font-family:Arial;
    font-size:9pt;
}
.menuitem:hover 
{ 
    text-decoration:underline;
}
.menuitem_selected
{
    font-weight: bold;
}
.specialmenuitem
{
    color:#ffffff;
    text-decoration:none;
    margin-right:4px;
    font-family:Arial;
    font-size:9pt;
}

.specialmenuitem:hover 
{ 
    text-decoration:underline;
}

.specialmenuitem_selected
{
    color:#ffffff;
    text-decoration:none;
    margin-right:4px;
    font-family:Arial;
    font-size:9pt;
    font-weight: bold;
}

.submenuitem
{
    color:#093762;
    text-decoration:none;
    margin-left:15px;
    font-family:Arial;
    font-size:9pt;
}

.submenuitem:hover
{
    text-decoration:underline;
}

.submenuitem_selected
{
    color:#093762;
    text-decoration:none;
    margin-left:15px;
    font-family:Arial;
    font-size:9pt;
    font-weight: bold;
}

.Content
{
    color:#093762;
    vertical-align:top;
    text-align:left;
    font-family:Arial;
    font-size:9pt;
}

.Headline
{
    font-weight:bold;
    font-size:1.4em;
    padding-top:2px;
    margin-bottom:5px;
    margin-top:0px;
}

.HeadlineAdditive 
{
    color:#000000;
    margin-left:10px;
    font-weight:normal;
    font-size:0.6em;
}


.Additive
{
    color:#000000;
    margin-left:10px;
    font-weight:normal;
    font-size:0.6em;
}

form, form input, form select
{
    margin:0px;
    padding:0px;
    font-size:9pt;
}

.ContentBlock
{
    background-image:url('images/HeadlineEffect.gif');
    background-repeat:no-repeat;
    background-position:0px 0px;
    margin-bottom:20px;
    margin-top:0px;
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
}
.ImportantText
{
    font-style:italic;
}

.Caption, td.Caption
{
    font-weight:bold;
    vertical-align:top;
}

.content a
{
    color:#06274a;
    vertical-align:top;
    text-align:left;
    font-family:Arial;
    vertical-align:bottom;
    font-size:1em;
}

.PlayerTable
{
    border:0px solid #06274a;
    table-layout:fixed;
    width:950px;
    color:#093762;
    /*vertical-align:top;*/
    text-align:left;
    font-family:Arial;
    font-size:1em;
    white-space:normal;
    /*empty-cells:hide;*/
}

.PlayerTable th,.LayoutTable .CellHighlight
{
    empty-cells:hide;
    border-collapse:collapse;
    border:1px solid #06274a;
    background-color:#f28444;
    padding-left:3px;
    font-weight:bold;
    text-align:left;
}

.additive
{
    font-size:0.75em;
    color:#496782;
}

.Totals, .TotalsRight
{
    empty-cells:hide;
    border-collapse:collapse;
    vertical-align:bottom;
    padding-left:3px;
    font-weight:bold;
    text-align:left;
}

.TotalsRight
{
    text-align:right;
}

.LayoutTable .PlayerTable td
{
    padding-left:4px;
    padding-right:4px;
    font-size:1em;
}

.rightside
{
    text-align:right;
    padding-left:4px;
    padding-right:4px;
    font-size:1em;
}

.StructureTable
{
    border:0px;
    color:#093762;
    vertical-align:top;
    text-align:left;
    font-family:Arial;
    font-size:1em;
    white-space:normal;
}

.LayoutTable
{
    border-collapse:collapse;
    border-spacing:0;
    table-layout:fixed;
    border-style:none;
    border:0px;
    outline:0px;
    padding:0px;
    margin:0px;
    color:#093762;
    vertical-align:top;
    text-align:left;
    font-family:Arial;
    font-size:1em;
    white-space:normal;

}

.LayoutTable td
{
    border:0px;
    vertical-align:top;
    padding:0px;
    margin:0px;
    font-size:1em;
}

.Content image
{
    border:1px solid #06274a;
}

/* tables */
table.PlayerTable thead tr .header {
    background-image: url(images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.PlayerTable thead tr .headerSortUp {
    background-image: url(images/asc.gif);
}
table.PlayerTable thead tr .headerSortDown {
    background-image: url(images/desc.gif);
}
table.PlayerTable thead tr .headerSortDown, table.PlayerTable thead tr .headerSortUp {
    background-color: #347CC0;
    color: #ffffff;
}

