    .clearfix:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
    }
    .clearfix { display: inline-block; }
    * html .clearfix { height: 1%;}
    .clearfix { display: block; }

    body {
        background-color: #ffffff;
        margin: 0 0;
        min-width: 850px;
        font-family: Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular, Serif;
    }
    div#topbar {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        width: 95%;
        background-color:#ffffff;
        padding: 0 6px; /* 6px for the 3 border and the 3 padding in the outer1 div */
        height: 60px;
    }
    div#topbar img.topleft {
        margin-top: 7px;
        top: 0;
        left: 0;
    }
    div#topbar img.topright {
        position: absolute;
        margin-top: 5px;
        top: 0;
        right: 0;
    }
    div#outer1 {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        background-color: #1059a4;
        padding: 3px 6px 0px 6px;
    }
    div#outer2 {
        margin-left: auto;
        margin-right: auto;
        background-color: #1059a4;
        padding: 3px;
    }
    div#maincontent {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2px;
        background-color: #ffffff;
        padding: 2px;
    }

    /*
     * the navigation bar here
    */
    div#navigationbar {
        background-color: #A0A1A3;/*B47846*/
        padding: 4px 2px;
        position: relative;
    }
    div#navigationbar a img {
        border-width: 0px;
        margin-bottom: .2em;
        display: block;
    }

    div#modulebar {
        background-color: #1059a4;
        padding: 5px;
        /*height: 1.0em;*/
        font-weight: bold;
        color: white;
        margin: 2px 2px;
    }
    div#modulebar * {
        margin-top: auto;
        margin-bottom: auto;
    }
    div#modulebar span#centername {
        font-weight: bold;
        font-size: 16px;
        margin-right: .25em;
        margin-left: .25em;
    }
    div#modulebar span.module {
        font-size: 12px;
    }
    div#modulebar img {
        border-width: 0px;
        margin-right: .25em;
    }
    div#modulebar a {
        margin-right: .45em;
    }
    div#modulebar a:link    { color: #FFFFFF; text-decoration:none; }
    div#modulebar a:active  { color: #FFFFFF; text-decoration:none; }
    div#modulebar a:visited { color: #FFFFFF; text-decoration:none; }
    div#modulebar a:hover   { color: #CCCCCC; text-decoration:none; }
    /*div#mainbody {
        padding: 5px 0 0 0;
        font-family: verdana,arial,helvetica,sans-serif; font-size: small;
    } */
    div#feedback {
        color: #f7dc35;
        color: #FFFFFF;
        padding: 5px;
        position: relative;
    }
    div#feedback_text a {
        /*color: #f7dc35;*/
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        font-size: 1em;
        font-variant:small-caps;
        float: right;
    }
    input, textarea, select, file {
        font-size: 10px;
        font-family: Tahoma,Verdana,Arial,Helvetica;
        background-color: #FFFFFF;
        border: 1px solid #999999;
        color: #000000;
    }

    div#mainbody table.bordered {
        border-collapse: collapse;
        border: 1px solid black;
    }
    div#mainbody table.bordered thead tr{
        background-color: #666666;
    }
    div#mainbody table.bordered thead td {
        padding: .5em;
        color: #FFFFFF;
        font-weight: bold;
        border-bottom: 1px solid black;
    }
    div#mainbody table.bordered tbody td {
        padding: 0em 1em;
    }

    td.tablehead {
        background-color: #1059a4;
        color: #FFFFFF;
        height: 22px;
        font-size: 1.0em;
        font-weight: bold;
        padding: 5px 3px;
        border: none;
        white-space: nowrap;
    }

    td.filter {
        background-color: #1059a4;/*82B446*/
        color: #FF0000;
        height: 22px;
        font-size: 1.0em;
        font-weight: bold;
        padding: 5px 3px;
        border: none;
        white-space: nowrap;
    }

    td.whitefilter {
        background-color: #FFFFFF;
        color: #FF0000;
        height: 22px;
        font-size: 1.0em;
        font-weight: bold;
        padding: 5px 3px;
        border: none;
        white-space: nowrap;
    }
    /* ************************************************************************ */
    td.tablehead A:link    { color: #FFFFFF; text-decoration:underline; }
    td.tablehead A:active  { color: #FFFFFF; text-decoration:underline; }
    td.tablehead A:visited { color: #FFFFFF; text-decoration:underline; }
    td.tablehead A:hover   { color: #CCCCCC; text-decoration:none; }
    /* ************************************************************************ */
    td.tablecell {
        background-color: #DDDDDD;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: 1px solid white;
    }

    td.tablecell2 {
        background-color: #EEEEEE;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: 1px solid white;
    }

    tr.tablerow {
        background-color: #DDDDDD;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: 1px solid white;
    }

    tr.tablerow2 {
        background-color: #EEEEEE;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: 1px solid white;
    }

    tr.highlight {
        background-color: #66CCFF;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: 1px solid white;
    }

    tr.highlight2 {
        background-color: #99CCFF;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: 1px solid white;
    }

    td.tablecellback {
        background-color: #1059a4;/*82B446*/
        height: 22px;
        color: #000000;
        font-size: .9em;
    }

    table.admintable {
        padding: .5px;
        width: 100%;
        background-color: #FFFFFF;
        border: none;
        border-collapse: collapse;
    }

    div.wrap {
        display: block;
        float: none;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
        padding-bottom:5px;
        margin-left: 5%;
        margin-right: 5%;
        border: none;
        background-color: #1059a4;
    }
    div.body {
        display: block;
        float: none;
        clear: both;
        padding: 0;
        border: 3px solid #1059a4;
        border-collapse: collapse;
        background-color: #DDDDDD;
        text-align: left;
        vertical-align: middle;
    }
    div.sectionhead{
        display: block;
        float: none;
        clear: both;
        padding: 3px;
        height: 22px;
        background-color: #1059a4;
        color: #FFFFFF;
        font-weight: bold;
    }
    div.section{
        display: block;
        padding: 3px;
        text-align: left;
    }
    div.column0{
        display: inline;
        float: left;
        clear: both;
        width: 25%;
        margin: 0px;
    }
    div.column1{
        display: inline;
        float: left;
        clear: none;
        margin: 0px;
        overflow: visible;
    }
    div.emailbody {
        display: block;
        float: none;
        clear: both;
        padding: 5px;
        width: 800px;
        margin-bottom: 20px;
        border: 1px solid #1059a4;
        border-collapse: collapse;
        background-color: #FFFFFF;
        text-align: left;
        vertical-align: middle;
    }

    .button {
        font-weight: normal;
    }
    div#adminpage {
        padding: 2px 2px;
        position: relative;
    }
    div#outconfig {
        padding: 2px 2px;
        position: relative;
        background-color: #000000;
        width: 70%;
        margin: 0px auto;
    }
    div#config {
        padding: 2px 20px;
        position: relative;
        background-color: #EEEEEE;
    }
    div#adminpage table {
        border-collapse: collapse;
        display: inline;
        color: white;
        font-size: .75em;
        text-decoration: none;
        float: left;
        margin: 0px .25em 0px .25em;
    }
    div#adminpage table td {
        padding: 0px;
        margin: 0px;
        text-align: center;
    }
    div#adminpage a {
        color: white;
        font-size: 1em;
        text-decoration: none;
    }
    div#adminpage a img {
        border-width: 0px;
        margin-bottom: .2em;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    div.config_section {
        font-size: 1.5em;
        vertical-align: top;
    }
    div#feedback flags {
        padding-top: 5px;
    }
    div#flags a img {
        float: left;
        border: 1px solid yellow;
        padding: 0px;
    }

    div.border {
        background-color: #1059a4;
        margin: 0px auto;
        margin-right:5%;
        margin-left:5%;
        padding: 3px;
    }

    div.borderFull {
        background-color: #1059a4;
        margin: 0px auto;
        padding: 3px;
    }

    div.mediumborder {
        padding: 3px 3px;
        background-color: #1059a4;
        width: 60%;
        margin: 0px auto;
    }

    div.smallborder {
        padding: 3px 3px;
        background-color: #1059a4;
        width: 30%;
        margin: 0px auto;
    }

    div.statereportnumber {
        width:4em;
        float:left;
    }

    div.statereportoperator {
        width:2em;
        float:left;
    }

    table.reminders {
        background-color: #000000;
        width: 100%;
        border: #FFFFFF;
    }
    .noborder {
        border: none;
    }
    td.templates {
        font-style: oblique;
        font-weight: bold;
    }
    /* ************************************************************************ */
    td.templates A:link    { color: #FFFFFF; text-decoration:none; }
    td.templates A:active  { color: #FFFFFF; text-decoration:none; }
    td.templates A:visited { color: #FFFFFF; text-decoration:none; }
    td.templates A:hover   { color: #f7dc35; text-decoration:none; }
    /* ************************************************************************ */

    td.topic {
        font-size: large;
        font-style: oblique;
        font-weight: bold;
    }

    td.evenrow {
        background-color: #EEE9BF;
    }
/*
    //i had to move this into admin/index.php inline because i can't have two classes on one div and i need it clearfixed
    div#adminpage div.admin_center {
        margin-top: 1em;
    }
*/
    td.calendar_mouse_over {
        background: #C0C0C0;
    }

    td.calendar_event {
        color: #33CC00;
    }

    td.calendar_today {
        background: #99CCFF;
    }

    td.calendar_default {
        color: #0000BB;
    }

    /*
        Below are the css items I changed that appeared to be static
        or generic to the skins - maybe - but they are here for the distinction
        tinyText was added for the hints and notes in various places
    */
    .tinyText{
        font-size: xx-small;
    }
    td.tablecell {
        background-color: #DDDDDD;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: none;
        padding: 5px;
        text-align: left;
    }
    td.tablecell2 {
        background-color: #EEEEEE;
        height: 22px;
        color: #000000;
        font-size: .9em;
        border: none;
        padding: 5px;
        text-align: left;
    }
    div#modulebar span.module {
        font-size: 12px;
        padding: 5px;
    }
    .checkbox, .radio {
       /* background: #1059A4;*/
       background: inherit;
       border: none;
       vertical-align: middle;
    }


/* these are for the cil_status listing page and the pager feature from jquery
currently that page is not functional for the pager
*/
div.tablesorterPager {
    padding: 10px 0 10px 0;
    background-color: #D6D2C2;
    text-align: center;
}
div.tablesorterPager span {
    padding: 0 5px 0 5px;

}
div.tablesorterPager input.prev {
    width: auto;
    margin-right: 10px;
}
div.tablesorterPager input.next {
    width: auto;
    margin-left: 10px;
}
div.tablesorterPager input {
    font-size: 8px;
    width: 50px;
    border: 1px solid #330000;
    text-align: center;
}
