/* Styles for HTML controls */

body
{
    font-family:        Tahoma;
    font-size:          10pt;
}

table
{
    border-collapse:    collapse;
    padding:            0px, 0px, 0px, 0px;
}

table.outer
{
    width:              780px;
}

td.header
{
    height:             122px;
}

div.header
{
    background-image:   url(images/SDS_Banner.jpg);
    background-repeat:  no-repeat;
    height:             100px;
    width:              764px;
}

td.footer
{
    font-size:          8pt;
    height:             21px;
}

div.footer
{
    background-image:   url(images/SDS_Bottom.gif);
    background-repeat:  no-repeat;
    height:             15px;
    width:              760px;
}

td.sdsmenu
{
    background-color:   #800000;
    font-size:          8pt;
}

div.sdsmenu
{
    background-color:   #800000;
}

td.sdscontent
{
    padding-left: 		10px;
    font-size:          8pt;
}

div.sdscontent
{
}

td.toolbar
{
    font-size:          8pt;
}

div.toolbar
{
    background-color:   #800000;
    color:              White;
    height:             25px;
    width:              760px;
}


/* Styles for ASP.NET controls */

.error
{
    color:              Red;
}

.success
{
    color:              Green;
}