@charset "utf-8";

body{
    margin              : 0px;
    padding             : 0px;
    background-color    : #fff;
}

a:link.light, a:active.light, a:visited.light{
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    font-weight         : bold;
    text-decoration     : none;
    color               : #66f;
}

a:hover.light{
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    font-weight         : bold;
    text-decoration     : underline;
    color               : #aaf;
}

a:link.menuLink, a:active.menuLink, a:visited.menuLink {
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    font-weight         : bold;
    text-decoration     : none;
    color               : #008;
}

a:hover.menuLink{
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    font-weight         : bold;
    text-decoration     : underline;
    color               : #00f;
}

input, textarea, select{
    font                : 100% Verdana, "sans serif";
    font-size           : 8pt;
    color               : #777;
}

table.windowBorder{
    border              : 1px solid #aaa;
}

td.windowTop{
    background-image    : url("../images/windowTop.png");
    background-position : top left;
    background-repeat   : repeat-x;
    background-color    : #000;
    font                : 100% Verdana, "sans serif";
    font-size           : 9pt;
    font-weight         : bold;
    color               : #fff;
    padding             : 0px 0px 0px 5px;
}

td.leftHolder{
    background-image    : url("../images/leftBg.png");
    background-repeat   : repeat-x;
    background-position : top right;
}

td.rightHolder{
    background-image    : url("../images/rightBg.png");
    background-repeat   : repeat-x;
    background-position : top left;
}

td.smallText{
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    font-weight         : bold;
    color               : #000;
}

td.smallTextBorder{
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    font-weight         : bold;
    color               : #aaa;
    background-color    : #222;
}

td.smallLightText{
    font                : 100% "Times New Roman";
    font-size           : 7pt;
    font-weight         : bold;
    color               : #aaa;
}

td.timesText{
    font                : 100% "Times New Roman";
    font-size           : 10pt;
    color               : #444;
}

td.bottomBorder{
    border-bottom       : 1px solid #aaa;
}

td.loginText{
    font                : 100% Verdana, "sans serif";
    font-size           : 8pt;
    color               : #000;
    padding             : 5px;
}

td.loginBottom{
    background-color    : #222;
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    color               : #999;
    border-top          : 1pt dotted #aaa;
    padding             : 5px;
}

span#deleteLink{
    font                : 100% Verdana, "sans serif";
    font-size           : 7pt;
    font-weight         : bold;
    color               : #66f;
    cursor              : pointer;
    cursor              : hand;
}
div.services{
    padding: 5px;
    height: 400;
    overflow: auto;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
