﻿body 
{
    margin: 0px; 
    font-family: "Segoe UI" Arial;
    font-size: .8em;
    color: #444;
}

a
{
    color: #C00;
    text-decoration: none;
}

#topLinks
{
    margin-top: 5px;
    margin-right: 20px;
    text-align: right;
}
#topLinks a
{
    margin-left: 15px;
}

#silverlightContent
{
    height: 600px;
    min-width: 630px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    margin-bottom: 25px;
}

#topBorder
{
    background: url("Images/SilverlightTopBG.png") repeat-x;
    height: 8px;  
}

#bottomBorder
{
    background: url("Images/SilverlightBottomBG.png") repeat-x;
    height: 8px;
}

*html #topBorder
{
    background: none;
}
*html #bottomBorder
{
    background: none;
}