#form {
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    border: 0px solid black;
}

#form_body {
    background: transparent;
    border: none;
    float: left;
}

#form div.formTitle,
#form div.formtitle {
    font: 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 5px;
    display: block;
    color: #FFF;
    background: #87B6DA;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    /* border-bottom: 1px solid #89AF4C; */
    text-align: center;
}

#form div.subTitle,
#form div.subtitle {
    font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 5px;
    display: block;
    color: #FFF;
    background: #87B6DA;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    /* border-bottom: 1px solid #89AF4C; */
    text-align: center;
}

#form span.smallsubtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

#form div.note {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

#form div.horizontalrule {
    color: gray;
    background-color: gray;
    height: 1px;
}

#form .header {
    background-color: transparent;
}

#form {
    border-collapse: collapse;
}

#form th,
#form #form_header,
.header td,
.header td a,
.header td font,
#form_header .header2 table,
.header,
.header td,
.header2,
.header2 a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid gray;
}

#form th a,
.header td a,
.header td font,
#form_header .header2 table {
    color: black;
}

#form td {
    border: none !important;
}


/*Log Style*/

#form_log_table a {
    color: #000000;
}


#form_log_table,
#form_log_table tr,
#form_log_table tr td,
#footer_table,
#footer_table tr,
#footer_table tr td {
    border: none;
    border-collapse: collapse;
}

#formMenu,
#mnuLogContainer,
#mnuLogContainer .mItem,
#mnuLogContainer .mItemS,
#mnuLogBase,
#mnuLogBase .mBtn {
    background-color: #00457c !important;
    color: white !important;
}

#cb_header {
    background-color: #87B6DA !important;
    color: white !important;
}

#postHeaders,
.nonBar,
.nonBar a {
    background-color: #87B6DA !important;
    color: white !important;
}


#mnuLogContainer .mItem:hover,
#mnuLogContainer .mItem .mItemS:hover,
#mnuLogContainer .mItem:active,
#mnuLogContainer .mItem .mItemS:active {
    background-color: #808080 !important;
    border: none !important;
}

#formMenu div.mnu {
    background-color: #00457c;
    border: 2px outset #00457c;
}

#footer_table,
#footer_table tr,
#footer_table tr td,
#footer_table tr td font,
#footer_table tr td font a {
    background-color: #87B6DA;
    color: #ffffff;
    border: none !important;
}

#headerMenu .mnu a {
    background-color: #00457c !important;
    color: #ffffff;
    border: none !important;
}

#headerMenu .mnu a:hover {
    background-color: #808080 !important;
    color: #ffffff;
    border: none !important;
}

#formMenu div.mnu {
    border: none !important;
}


/*Project List*/

#proj_list .postHeaders,
#proj_list .postHeaders,
#proj_list .postHeaders td,
#proj_list .postHeaders a .b {
    background-color: #00457c !important;
    border: none !important;
    color: white !important;
}

#proj_list .postHeaders A.b {
    background-color: #87b6da !important;
    border: none !important;
    color: white !important;
}

/*Too inclusive, but no classes to work with on the project list at the table level*/

table {
    background-color: transparent;
    border-collapse: collapse;
}

td.header2 {
    display: none;
}

.header2 td a,
.header2 td {
    color: #87B6DA !important;
}

#proj_list tr td:nth-child(1) a {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

td a.header2 {
    border-bottom: none;
}


/*Added due to correct a size difference in the "Select All" column header*/

#postHeaders {
    border-bottom: 1px solid #87B6DA !important;
}

div.mnu a.mItem:hover,
div.mnu a.mItemH {
    background-color: #ad2ab7;
    color: #ffffff;
}

#form input[type='button'] {
    background-color: #87B6DA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #fff;
    /*text-shadow: 1px 1px 1px #949494;*/
}

#form input[type='button']:hover {
    /*
    background-color:#000000;
    cursor: pointer;
    color: #C08D01;
    */
    color: #000;
    cursor: pointer;
}



.button,
.buttons {
    background-color: #87B6DA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 5px 15px 5px 15px;
    color: #FFF;
    /*text-shadow: 1px 1px 1px #949494;*/
}

.button:hover,
.buttons:hover {
    color: #000;
    cursor: pointer;
}

#form [type='button'].file {
    background-color: #87B6DA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 5px 15px 5px 15px;
    color: #FFF;
    /*text-shadow: 1px 1px 1px #949494;*/
}

#form [type='button'].file:hover {
    /*background-color: #000000;
    cursor: pointer;
    color: #C08D01;
    */
    color: #000;
    cursor: pointer;
}