
/* Default HTML styles */
body {
    background: #ffffff;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-width: 0;
}

table, tr, td, div, p, form {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p {
    margin-top: 8px;
    margin-bottom: 2px;
}

form {
    margin-top: 2px;
    margin-bottom: 2px;
}

span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.notsmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h1, .h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 12px;
}

h2, .h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 12px;
}

h3, .h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 12px;
}

h4, .h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #333333;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 10px;
}

ol, ul, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

ul {
    list-style-type: circle;

}

/* Core styles for use with sme_header.css*/
body.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #cccccc;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.hilightbar {
    background-color: #ffc50a;
    font-size: 4px;
}

.infobar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #cccccc;
}

.darkergrey {
    color: #666666;
}

td.darkgrey {
    background-color: #888888;
}

a.update {
    color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #cccccc;
}

/* Core styles for use with sme_menu.css */

body.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #eeeeee;
}

td.section {
    padding-bottom: 2px;
    padding-top: 8px;
}

.section {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #eeeeee;
}

a.item {
    color: #00008b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #eeeeee;
}

a.sl {
    color: green;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #eeeeee;
}

a.alert {
    color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #eeeeee;
}

/* Core styles for use with sme_main.css */
body.main {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ffffff;
    color: #000000;
}

td.sme-noborders-label {
    font-weight: bold;
    width: 33%;
    text-align: right;
}

hr.sectionbar {
    color: #666666;
    background-color: #666666;
    height: 1px;
    width: 80%;
    border: 0;
}

hr.sme-copyrightbar {
    color: #dddddd;
    background-color: #dddddd;
    height: 1px;
    width: 100%;
    border: 0;
}

.sme-copyright {
    color: #777777;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/*These style definitions were found int he old css file (manager.css)
but don't seem to ever be referenced in the code.  They're here
for reference.

.centerit {
    text-align: center;
}
.highlight {
    background: #ffc61e;
}
.subheading {
    background: #ffffff;
    color: #1e385b;
}
*/


/* contribs.org styling */
body.header {
background: #aec0ec;
    }
.hilightbar {
background-color: #ffffff;
    }
.infobar {
background-color: #809de2;
    }
a.update {
font-size: 11px;
background: #809de2;
    }

/* Core styles for use with sme_menu.css */
body.menu {
background-color: #f1f1f1;
    }
td.section {
background-color: #f1f1f1;
    }
a.item {
background: #f1f1f1;
    }
a.sl {
background: #f1f1f1;
    }
a.alert {
background: #f1f1f1;
    }

/* Core Styles for use with sme_main.css */
hr.sectionbar {
color: #5076c9;
background-color: #5076c9;
    }
hr.sme-copyrightbar {
color: #5076c9;
background-color: #5076c9;
    }


.shinw {
   border: 1px solid gray;
    background-color: #88ff88;
    color: #000000;
}


.slink {
    color: #000000;
}

.swarn {
   border: 1px solid gray;
    background-color: #ff8888;
    color: #000000;
}
