﻿/*.widgetPanel
{
    background: #000;
    border: solid 1px #000;
    background: -moz-linear-gradient(top, #025, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#025), to(#000));
    background-image: -o-linear-gradient(#025, #000);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/

.LoginLinkTable
{
    width: 100%;
    text-align: center;
    border: solid 1px #000;
    background: -moz-linear-gradient(top, #025, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(#025), to(#000));
    background-image: -o-linear-gradient(#025, #000);
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-width: 3px;
    margin-bottom: 7px;
}

.LoginLinkTable th
{
    color: #D06700;
    background: -moz-linear-gradient(top, #FFF,  #9EBECE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#B8E9FF));
    background-image: -o-linear-gradient(#FFF, #9EBECE);
}
