﻿.sideBar
{
    float: right;
    width: 180px;
}
.sideBar a
{
    text-decoration: none;
}
.sidePanelUser
{
    padding: 0px;
    background: #CCC url(images/footer-gradient.gif) no-repeat right top;
    text-align: left;
    border: outset 2px #ccc;
    margin-bottom: 10px;
    
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
.sidePanelUser .sideHeading a
{
    color: #666;
}
.sidePanelUser .sideSelect a
{
    color: #666;
    border-bottom: #fff 1px dotted;
}
.sideTable
{
    color: #666;
    border-style: none;
    border-collapse: collapse;
    /* font-size: 90%; */
    margin:0;
    padding:0;
}
.sideTable td
{
    margin:0;
    padding:0;
}
.sidePanel
{
    background: #CCC url(images/footer-gradient.gif) no-repeat right top;
    text-align: left;
    color: White;
    border: outset 2px #ccc;
    margin-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
.sidePanelBody
{
    padding: 1px 5px 15px 15px;
}
.sideCaption
{
    background-color: #CCC;
    color: White;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}
.sideHeading
{
    text-align: left;
    font-weight: bold;
    margin: 12px 0 5px;
    text-decoration: none;
}
.sideHeading a
{
    color: #666;
}
.sideImage
{
    width: 12px;
    height: 12px;
    padding: 0px 4px 0px 0;
}
.sideSelect
{
    padding-left: 0px;
    text-align: left;
    font-weight: normal;
    line-height: 160%;
}
.sideSelect a
{
    color: #666;
    border-bottom: #999 1px dotted;
}

.sidePanelCall, .sidePanelCall a
{
    cursor:hand;
    height: 120px;
    padding: 0px;
    background-color: #FF9900;
    
    text-align: left;
    color: #444;
    border: outset 2px #ccc;
    margin-bottom: 10px;
    
    font-size:0.7em;
}

@media print
{
    .sideBar
    {
        display: none;
    }
}

