*
{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 13px;
}

a, a:hover 
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: #5876BA;
    ctext-decoration: none;
}

a:hover 
{
    background-color:#ddeeff;
}

p
{       
    line-height: 22px;
    padding-left: 20px;
    margin: 0px 0px 15px 0px;
}

body
{
    background-color: #5d5d5d;
    background-image: url(images/bg_grad_sides.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0px;  
   
}

h1, h2
{
    font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #3181A8;
    border-bottom: 1px dotted #cccccc;
}

h2
{
    color: #D35900;
}

/* ========================================================================== */

#wrapper
{
    text-align: left;
    background-color: white;
    padding: 20px 10px 10px 20px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 3px solid #ffcc00;
    
}

#content
{
    padding: 0px 20px 0px 10px;
    line-height: 20px;
}

#logo
{
    padding: 0px 0px 0px 10px;
}

#footer
{
    border-top: 1px dotted #cccccc;
    padding-top: 7px;
}

#mainColumn
{
    width: 657px;
    vertical-align: top;
    padding-top: 14px;
}
#sideColumn
{
    width: 263px;
    vertical-align: top;    
}



/* ========================================================================== */
.dot
{
    background-image: url(images/dots_horiz.gif);
    background-repeat: repeat-x;
    height: 1px;
}
.footer, a.footerLink, a.footerLink:hover
{
    font-size: 9px;
    color:#999999;
    text-decoration: none;
}
a.footerLink:hover
{
    text-decoration: underline;
    color: #004D99;
    
}

.rndBox
{ 
    background-image: url(images/wht_corner_br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.rndBox div
{    
    background-image: url(images/wht_corner_tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
.rndBox div div
{    
    background-image: url(images/wht_corner_tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
.rndBox div div div
{    
    background-image: url(images/wht_corner_bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.launchPlayerBtn
{
    border-top: 1px solid black;
    background-color: #333333;
    xwidth: 130px;
    xfloat: right;
    margin-left: 1px;
    margin-right: 7px;
    text-align: center;
}

.launchPlayerBtn div
{
    background-image: url(images/wht_corner_br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 20px;
}

.launchPlayerBtn div div
{
    background-image: url(images/wht_corner_bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 20px;
}

.launchPlayerBtn div div a,
.launchPlayerBtn div div a.hover
{
    color: white;
    text-decoration: none;
    font-size: 9px;
}
