html, body {
    background: #ffffff url("../img/mainb.gif") repeat-y left top ;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color : #404040;
    FONT-SIZE: 14px; LINE-HEIGHT: 150%;
}

a:link  {
    color : #256c8f;
}
a:visited   {
    color : #256c8f;
}
a:active    {
    color : #c00000;
}
a:hover {
    color : #ff4505;
    background-color : #ffff40;
}

table{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 130%;
    border-collapse: collapse;
}

tr.even {
    background-color: #f7f7fa;
}

input {
    font-size:110%;
}

select {
    font-size:110%;
}

.f20 { FONT-SIZE: 20px; }
.f16 { FONT-SIZE: 16px; }
.f15 { FONT-SIZE: 15px; }
.f14 { FONT-SIZE: 14px; }
.f12 { FONT-SIZE: 12px; }
.f11 { FONT-SIZE: 11px; }
.f10 { FONT-SIZE: 10px; }

.clsErrorMessage {
    color: red;
    font-size: 12px;
}

.clsErrorElement {
    background-color: pink;
}

#menu th {
    background-color : #FFFFFF;
    color : #256c8f;
    text-align: center;
    font-weight: bold;
}

#main table {
    top: 0px;
}

#main th {
    background-color : #BFECFF;
    color : #256c8f;
    text-align: center;
    font-weight: bold;
}

#main textarea {
    width:100%;
}

#main form th {
    border: 1px #ffffff solid;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
#screen {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 50px;
}
#header {
    height: 65px;
    background-color: #e8f8ff;
}

#footer {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #3399cc;
}

#header-line {
    clear: both;
    height: 5px;
    background: #3399cc url("../img/ue1.gif") ;
    padding: 0;
    margin: 0;
}

#login {
    position: absolute;
    top: 50%;
    margin-top: -130px;
    left: 50%;
    margin-left: -200px;
}

#row-selected {
    background-color: #ffffa0 !important;
}

.paginator {
    font-size: 11px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
.paginator a:link, .paginator a:visited {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    padding: 2px 6px;
    text-decoration: none;
}
.paginator a.showall {
    border: medium none !important;
    padding: 0 !important;
}
.paginator a.showall:hover {
    background: none repeat scroll 0 0 transparent !important;
    color: #003366 !important;
}
.paginator .end {
    border-width: 2px !important;
    margin-right: 6px;
}
.paginator .this-page {
    font-size: 13px;
    font-weight: bold;
    padding: 2px 6px;
    vertical-align: top;
}
.paginator a:hover {
    background: none repeat scroll 0 0 #5B80B2;
    border-color: #003366;
    color: white;
}