*
{
    font-size: 13px;
    font-family: Lucida Sans, Lucida Console, Tahoma, Verdana, Arial, Sans-serif;    
}

body
{
    margin:0px;
    padding:0px;    
}

form { margin:0px; padding:0px; }

.title
{
    font-family: Lucida Sans, Arial, Sans-Serif; 
    font-size: 18px;
    font-weight: bold;
    color: #2277ee;
    font-variant: small-caps;
    width: 100%;
    filter: DropShadow(Color=#aaaabb,OffX=2,OffY=2);
}

.subtitle
{
    font-family: Lucida Sans, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #119911;
    text-transform: capitalize;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; font-style: normal; }

.t10, .t10 td { font-size: 10px; }
.t11, .t11 td { font-size: 11px; }
.t12, .t12 td { font-size: 12px; }
.t14, .t14 td { font-size: 14px; }
.t16, .t16 td { font-size: 16px; }
.t18, .t18 td { font-size: 18px; }
.t20, .t20 td { font-size: 20px; }
.t22, .t22 td { font-size: 22px; }
.t24, .t24 td { font-size: 24px; }
.t26, .t26 td { font-size: 26px; }
.t28, .t28 td { font-size: 28px; }
.t30, .t30 td { font-size: 30px; }
.t34, .t34 td { font-size: 34px; }
.t38, .t38 td { font-size: 38px; }
.red { color: #cc0000; }
.green { color: #00ff00; }
.blue { color: #0055cc; }
.black { color: Black; }
.paragraph { margin-top: 10px; }
.bottomparagraph { margin-bottom: 10px; }
.topspaced { margin-top: 5px; }
.bottomspaced { margin-bottom: 5px; }
.bottomborder { border-bottom: 1px solid black; }
.cursor-hand { cursor: hand; }
.small-caps { font-variant: small-caps; }

.fullwidth { width: 100%; }
.fullheight { height: 100%; }

.popup
{
    position:absolute;
    left:0px;
    top:0px;
    visibility:hidden;
    display:none;
    z-index: 1000;
}

table.split td.left-side
{
    text-align: right;
    padding-right: 5px; 
    border-right: 3px solid #eeeeee;
}

table.split td.right-side 
{
    text-align: left;
    padding-left: 5px;
}

table.list td { padding: 0px 3px; font-size: 11px; }
table.list th { padding: 0px 3px; text-align: left; border: 1px solid black; background:white;}
#MassManage * { font-size: 11px; }

#dlcalendar_container { border: 1px solid black; }
#dlcalendar_container td { padding: 1px 3px; }