﻿
html, body
{
    font-family: 'Trebuchet MS' , 'Helvetica';
    color: #999999;
    background-color: #252525;
    background-image: url(/resources/images/headerBackground.png);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0px;
    font-size: 13px;
    height: 100%;
}
html
{
    overflow-x: hidden;
}

table
{
    border: 1px solid #454545;
    padding: 0px;
    border-collapse: collapse;
    width:100%;
}
tr, td
{
    border: 1px solid #454545;
    color: white;
    padding: 2px 5px;
}
a
{
    color: #BABCBE;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
ul, li
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    list-style: none;
}
img
{
    border: 0px;
}
hr
{  
    background-image: url('../../Images/line.jpg');
    background-position: top center;
    height: 2px;
    border: none;
}
h1, h2, h3, h4
{
}
fieldset
{
    padding: 0px;
    border: 0px;
}

