body {
    background-color: #244870; //#333366; // VERY MINOR HIGHLITE AROUND TOP AND BOTTON BARS.
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 85%;
    margin: 0px;
}

ul,th,td,p {
	font-family: verdana,arial,helvetica,sans-serif;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: italic;
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

//img.show {
//    width: 70%;
//    height: 70%;
//    object-fit: contain;
//}

.error {
        color: #cc0000;
}

.newsdate {
	font-size: 85%;
	font-style: italic;
	color: #6666cc;
}

.sidebar {
    background-color: #f0f0f0; // BACKGROUND COLOR FOR LEFT BOX AND RIGHT BOX
	font-size: 80%;
	padding: 5px;
}

.sidebar p {
	text-align: left !important;
}

code, pre, tt {
	font-family: Courier, "Courier New", monospace;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000066;
}

h1b {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #000066; //#31619C;
}

h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000066;
}

h3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000066;
}

h4 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
}

small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 75%;
}

.salixsmall {
	font-size: 75%;
}

a:link {
    color: #000099;
}

a:visited {
    color: #000099;
}

a:hover {
    color: #0000ff;
}

a.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 75%;
	text-decoration: none;
}

.tableTitle {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}

.tableExtras {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 95%;
	color: #FFFFFF;
}

input {
	font-family: verdana,arial,helvetica,sans-serif;
}

textarea {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 85%;
}

input.small, select.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 85%;
}

textarea.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 85%;
}

p.formerror {
        border: 1px solid #ff0000;
        color: #000000;
        background: #ffeeee;
        padding: 2px 4px;
}

div.errors {
        border: 1px dashed #666600;
        color: #660000;
        background: #ffeeee;
        margin: 4px;
        padding: 6px;
}

div.tip {
        border: 1px solid #00c;
        color: #000066;
        background: #eeeeff;
        padding: 0px 8px;
}

table#cal {
        font-size: smaller;
}

table#cal a, .sidetoc a {
        text-decoration: none;
}
table#cal a:hover, .sidetoc a:hover {
        text-decoration: underline;
}

table#cal a.day {
        float: right;
        font-weight: bold;
        color: #666666;
}

table#cal div.event {
        margin-bottom: 2px;
        padding-bottom: 2px;
        border-bottom: 1px dashed #000000;
}

form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
}

.parameter:after {
	content: " ";
}

div.mirror {  
	border: 1px dashed #660000;
	background: #ffeeee;
	color: #660000;
	margin: 4px;
	padding: 6px;
} 

img.flag {
	border: 1px solid #000000;
}

.md5sum {
	color: #6666cc;
}

.white {
    background-color: white;
}

white {
    background-color: white;
}

.black {
    background-color: black;
}

.bg_dark {
    background-color: #244870; //#333366; // VERY MINOR HIGHLITE AROUND TOP AND BOTTON BARS.
}

.bg_medium {
    background-color: #31619C; // #C6D7E7; //#666699; // SEARCH FOR BAR AND CALANDAR TOP
}

.bg_light {
    background-color: #70A4D4; //#9999CC; //THE TOPMOST COLOR
}

.bg_light_tile {
    background-image : url('water002.gif');
    background-color: #70A4D4; //#9999CC; //THE TOPMOST COLOR
    color : #000000;
}

.alt_bg_medium {
    background-color: #cccccc; // CAN'T FIND
}

.alt_bg_light {
    background-color: #f0f0f0; // BACKGROUND COLOR FOR LEFT BOX AND RIGHT BOX
}

sidebar_color {
    background-color: #f0f0f0; // BACKGROUND COLOR FOR LEFT BOX AND RIGHT BOX
}

.fg_dark {
    color: #333366;
}

.fg_medium {
    color: #666699;
}

.fg_light {
    color: #9999CC;
}

.alt_fg_medium {
    color: #cccccc;
}

.alt_fg_light {
    color: #f0f0f0;
}


.errortext {
    color: red;
    font-weight: bold;
}

.blue_table {
    border-color: #244870; //#31619c;
    border-style: solid;
    border-width: thin;
    background-color: #e0e0e0;
}
