/* ------------------------ REGULAR TEXT ---------------------------*/
#LeftNavBar P, TD {
 font-family: Arial;
 font-size: 12px;
}

#debug_table TABLE TR TD {
 font-family: Arial;
 font-size: 12px;
 vertical-align: top;
}


/*---------------------------- CURRENTLY USED --------------------------*/
INPUT {
 border: 1px solid #4c6a8c;
}

.red_btn {
 background-color: red;
 color: white;
 font-family: Arial;
 font-weight: bold;
}



/* ------------------------ HEADER CONAINERS ---------------------------*/

#header {
 position: relative;
 top: 0px;
 width: 800px;
 height: 124px;
}

#error {
 border: solid 1px black;
 background-color: red;
 width: 100%;
 font-weight: bold;
 text-align: center;
 color: white;
}


/* ------------------------ MAIN BODY CONAINERS ---------------------------*/

#main {
 background-color: black;
}

#bodymain {
 padding: 10px;
}

body {
 background-color: black;
 margin: 0px;
 padding: 0px;
}

#contentbody {
 color: black;
}

/* ------------------------ LEFT NAVIGATION BAR ---------------------------*/

#leftcolumn {
 font-size: 1em;
 font-weight: bold;
 text-align: left;
 padding: 8px;
}

div#leftcolumn A:visited { text-decoration: none; }
div#leftcolumn A:hover { text-decoration: underline; color: #E98E35; }

.firstl {
 margin-top: 7px;
}

.secondl {
 margin-top: 2px;
 margin-left: 10px;
}

.firstlevelnav {
 color: white;
 text-decoration: none;
}

.firstlevelnavnodisp {
 color: red;
 text-decoration: none;
}

.navedit {
 color: white;
 font-size: 0.8em;
 text-decoration: none;
}

.naveditred {
 color: red;
 font-size: 0.8em;
 text-decoration: none;
}

.firstlevelnavsel {
 color: #E98E35;
 text-decoration: none;
}

.secondlevelnav {
 color: white;
 text-decoration: none;
 padding-left: 15px;
}

.secondlevelnavsel {
 color: #E98E35;
 text-decoration: none;
 padding-left: 15px;
}

.thirdlevelnav {
 color: black;
 text-decoration: none;
 padding-left: 30px;
}

.thirdlevelnavsel {
 color: #E98E35;
 text-decoration: none;
 padding-left: 30px;
}

.sidenavbar {
 background: #DEDBE6;
 width: 100%;
 border: 1px solid #c0c0c0;
 margin-top: 8px;
 padding: 3px;
 padding-left: 5px;
 font-weight: bold;
 text-align: left;
}

.sidenavbar input {
 border: 1px solid #4c6a8c;
}

.sidenavbar SELECT {
 margin: 5px;
 font-size: 10px;
 font-weight: bold;
}

/* ---------------------- MAIN BODY FORMATTING ---------------------------*/
.grey_hr {
 width: 98%;
 color: #e7e3e7;
}

FORM {
 display: inline;
}

/* --------------------- PAGE FOOTER ----------------------------- */

#footer_bar {
 margin-top: 10px;
 clear: both;
 width: 100%;
 background-color: #4c6a8c;
}
