FORM {
    margin: 0pt;
    padding: 0 pt
}

.bt {
    text-align: left;
    FONT-SIZE: 14px;
    BACKGROUND-COLOR: #FFFFFF
}

.us1 {
    text-align: left;
    FONT-SIZE: 14px;
}

.us2 {
    text-align: center;
    FONT-SIZE: 14px;
}

html,
body {
    background: repeating-linear-gradient(45deg, rgba(210, 210, 210, 0.1) 0px, rgba(255, 255, 255, 0.1) 50px), repeating-linear-gradient(135deg, rgba(220, 220, 220, 0.1) 0px, rgba(255, 255, 255, 0.1) 50px), repeating-linear-gradient(90deg, #909090 0px, #D0D0D0 100%);
    margin: 0;
    padding: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'ubuntulight';
    background-attachment: fixed;
}

td {
    font-size: 18px;
    font-family: 'ubunturegular';
    background-attachment: fixed;
    background-color: #FFFFFF;
    color: #404040;
}

.wps {
    border: 1px solid black;
    height: 20px;
}

.tdauth {
    border-radius: 1px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-top: 5px solid #484B50;
    border-bottom: 1px solid #200705;
    border-left: 1px solid #140705;
    border-right: 1px solid #200705;
}

.tbl {
    background-color: #E0E0E0;
    // border-collapse: collapse;
    border-spacing: 1px;
    // border: 1px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.txta {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-top: 1px solid #140705;
    border-bottom: 2px solid #200705;
    border-left: 1px solid #140705;
    border-right: 2px solid #200705;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
}

a.dizbtn {
    //border: 1px solid rgba(0,0,0,0.5);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 5px;
    text-align: center;
    background-color: transparent;
    color: black;
}

a.dizbtn:link {
    color: black;
    opacity: 0.7;
}

a.dizbtn:hover,
a:active {
    color: black;
    opacity: 0.9;
}

a.dizbtn:visited {
    color: black;
    opacity: 0.7;
}

a.dizbtn2 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
    background-color: #B94D01;
    padding: 5px;
    text-align: center;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

a.dizbtn2:link {
    color: white;
    opacity: 0.7;
}

a.dizbtn2:hover,
a:active {
    color: white;
    opacity: 0.9;
    transition: 1s;
}

a.dizbtn2:visited {
    color: white;
    opacity: 0.7;
}

a {
    color: #909090;
    opacity: 0.9;
}

a:link {
    color: #202520;
    opacity: 0.9;
}

a:hover,
a:active {
    color: #202520;
    opacity: 1;
    text-shadow: #505050 0px 0px 1px;
}

a:visited {
    color: #202520;
    opacity: 0.9;
}

.maintable {
    background-color: #000000;
    color: #C7C1C1;
    cellpadding: 6;
    cellspacing: 1;
    border: 0;
    width: 90%;
    align: center;
}

.indextxt {
    color: white;
}

.titletxt {
    color: white;
}

.headtxt {
    color: #6090C0;
}

.bt,
.alt1Active {
    height: 50px;
    width: 50%;
    background-color: #D4C020;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 1px solid #504F4F;
    background: linear-gradient(left, #A0A0A0, #CFCFCF);
    background: -ms-linear-gradient(left, #A0A0A0, #CFCFCF);
    background: -moz-linear-gradient(left, #A0A0A0, #CFCFCF);
    background: -o-linear-gradient(left, #A0A0A0, #CFCFCF);
    background: -webkit-linear-gradient(left, #A0A0A0, #CFCFCF);
}

.us1,
.us2,
.alt2Active {
    height: 50px;
    background-color: #FFFFFF;
    color: #101030;
    opacity: 0.9;
    // border-radius: 1px;
}

.carthead {
    background: linear-gradient(right, #90FF90, #009000);
    background: -ms-linear-gradient(right, #90FF90, #009000);
    background: -moz-linear-gradient(right, #90FF90, #009000);
    background: -o-linear-gradient(right, #90FF90, #009000);
    background: -webkit-linear-gradient(right, #90FF90, #009000);
    background-color: #50D050;
    color: white;
    border-top: 1px solid #201010;
    border-left: 1px solid #201010;
    border-right: 1px solid #201010;
    border-bottom: 1px solid #201010;
    height: 30px;
}

.alt3,
.alt3Active {
    height: 50px;
    background-color: #FFFFFF;
    color: #505050;
    font-size: 16px;
    font-family: 'ubuntulight';
    background-attachment: fixed;
    // border-radius: 1px;
}

.alt4,
.alt4Active {
    height: 50px;
    background-color: #B4C0D0;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 1px solid #504F4F;
}

.alt5,
.alt5Active {
    height: 50px;
    background-color: #B4C0D0;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 1px solid #504F4F;
}

.alt6,
.alt6Active {
    height: 50px;
    background-color: #B4C0D0;
    color: #AAAAAA;
    border-top: 1px solid #504F4F;
    border-left: 1px solid #504F4F;
}

.wbtn {
    color: #FFFFFF;
    font-size: 18px;
    height: 60px;
    background-color: #B94D01;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    min-width: 200px;
}

.wbtn:hover {
    background-color: #C95D01;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: 1s;
}

.uh {
    height: 50px;
    background-color: #303030;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'ubuntulight';
}

.menudiv {
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    min-width: 970px;
    background-color: #484B50;
    color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px #909090;
    -moz-box-shadow: 0 1px 1px #909090;
    -o-box-shadow: 0 1px 1px #909090;
    -khtml-box-shadow: 0 1px 1px #909090;
    box-shadow: 0 1px 1px #909090;
    text-align: left;
    width: 100%;
}

.menubal {
    position: fixed;
    z-index: 1;
    right: 1px;
    top: 15px;
    text-align: right;
}

.cartret {
    position: fixed;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    background: repeating-linear-gradient(135deg, rgba(200, 200, 200, 0.5) 0px, rgba(250, 250, 250, 0.5) 5px);
    background-color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    border-top: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    border-bottom: 1px solid green;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1 3px 8px rgba(0, 0, 0, 0.5);
}

.cartret:hover {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0px, rgba(250, 250, 250, 0.5) 150px);
    background-color: #40F090;
    color: white;
    text-shadow: black 1px 1px 1px;
    transition: 1s;
}

pre {
    color: white
}

TABLE {
    background-color: #A0A0A0;
}

INPUT {
    height: 45px; //border-radius: 3px;
    BACKGROUND-COLOR: #F9F9F9;
    BORDER-BOTTOM: #AAAAAA 1px solid;
    BORDER-LEFT: #AAAAAA 1px solid;
    BORDER-RIGHT: #AAAAAA 1px solid;
    BORDER-TOP: #AAAAAA 1px solid;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, sans-serif;
    FONT-SIZE: 14px;
    opacity: 0.7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

INPUT:hover {
    BACKGROUND-COLOR: #FFFFFF;
    transition: 0.5s;
    opacity: 1;
    BORDER-BOTTOM: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.myImg {
    -height: 256;
    -width: 8;
    --height: 256;
    --width: 8;
    display: none;
}

SELECT {
    border-radius: 1px;
    BACKGROUND-COLOR: #F9F9F9;
    BORDER-BOTTOM: #AAAAAA 1px solid;
    BORDER-LEFT: #AAAAAA 1px solid;
    BORDER-RIGHT: #AAAAAA 1px solid;
    BORDER-TOP: #AAAAAA 1px solid;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, sans-serif;
    FONT-SIZE: 14px;
    opacity: 0.7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

SELECT:hover {
    BACKGROUND-COLOR: #FFFFFF;
    opacity: 1;
    transition: 0.5s;
    BORDER-BOTTOM: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

table.calendar {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    opacity: 0.9;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1 1px 1px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 1 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1 1px 1px rgba(0, 0, 0, 0.5);
}

td.calendar-day {
    width: 40px;
    color: #A0A0A0;
    font-size: 15px;
    border-left: 1px dotted #999;
    border-right: 1px dotted #999;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
}

td.calendar-day-head {
    text-shadow: #000000 1px 1px 1px;
    background: #505050;
    color: white;
    text-align: center;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}

div.day-number {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    padding-top: 5px;
    animation: marquee 40s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}