/* General styles */
body, td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;}
body{ background-color: #006699; margin: 0 0 0 0; padding: 0 0 0 0;}
th { background-color: #006699; font-weight: bold; text-decoration: none; color: white; font-size: 11px;}
.winheader { font-weight: bold; text-decoration: none; font-size: 11px; }

a{ text-decoration: none; color: #ffffff}
a:hover{ text-decoration: underline; color: #ffff00; }

table.blackborder { background-color: black }
table.grayborder { background-color: gray }
.window {background-color: #006699; border: 1px dotted gray; margin-bottom: 10px; padding: 5px 5px 5px 5px;}
.row1 { background-color: #006699 }
.row2 { background-color: #0077aa }
.row3 { background-color: #0088bb }
.row4 { background-color: #ff9933 }
.special { color: red; !important; }

input, textarea, select {
    font-size:12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; font-weight:normal;
    font-style:normal;
    color:#000000;
}

textarea{
    white-space: nowrap;
}

form{
    margin-bottom: 0; margin-top: 0;
}

ul{
    margin-top: 8px; margin-bottom: 8px;
}

img{
    border-width: 0px;
}

.codetitle {
    margin: 10px 5px 0px 5px;
    padding: 4px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #A9B8C2;
    color: black;
    background-color: #A9B8C2;
    font-size: 10pt;
}

.codetext {
    margin: 0px 5px 10px 5px;
    padding: 5px 5px 5px 5px;
    border-color: #A9B8C2;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    color: black;
    font-weight: normal;
    font-size: 10pt;
    font-family: "Arial", Arial, mono;
    background-color: #FAFAFA;
    overflow: auto
}