﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
	background-color:#E1E1F1;
    padding: 0;
	margin: 10px 0 20px 0;
	font-family: Verdana, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 3400px;
}
:disabled {
    color: royalblue;
    background-color: white;
}
.green_text {
    color: green;
}
.red_text {
    color: red;
}
a {
    color: #228b22;
}
a:hover {
	color: #000000;
}
a:active {
}
.articles {
    width: 95%;
    border: 0 none white;
}
.switchbox_button {
    color: #000040;
    font-weight: bold;
}
.header_box {
    width: 100%;
    color: #228b22;
    margin: 0;
    vertical-align: top;
}
.header {
	width: 100%;
	height: 120px;
	background-color: #F5F5DC;
}
.header_text {
	padding: 0 0 0 0;
	vertical-align: middle;
}
#lblAppTitle {
	font-size:X-Large;
	font-weight:bold;
}
#labelt1 {
	font-size:X-Large;
	font-weight:bold;
}
#lblPage {
	font-size:X-Large;
	font-weight: normal;
}
#imgSeal {
	float: right;
	margin: 10px 15px 10px 20px;
}
.menu_table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
.menu_table label {
    background-color: #FFFFFF;
}
.menu_main {
    background-color: #F5F5DC;
    color: #228b22;
    border-left: 20px solid #F5F5DC;
    border-top: 3px solid #F5F5DC;
    border-right: 20px solid #F5F5DC;
    font-family: 'Arial Narrow';
    font-weight: bold;
}
.menu_main td {
	height: 23px;
	padding: 0;
	white-space: nowrap;
}
.menu_main a {
	padding: 0 10px 3px 10px;
	text-decoration: none;
	color: #228b22;
}
.menu_main a:hover {
	background-color:#F5F5DC;
}
.menu_main a:active {	
	background-color:#228b22;
}
.menu_main .selected {	
	background-color:#228b22;
	font-weight: bold;	
    color: #FFFFFF;
}
.menu_sub {
    background-color: #228b22;
    border-left: 20px solid #228b22;
    border-right: 20px solid #228b22;
    font-family: 'Arial Narrow';
    font-weight: bold;
}
.menu_sub td {
	height: 20px;
	padding: 0;
}
.menu_sub a {
	padding: 0 10px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.menu_sub a:hover {
	background-color:#89D0F9;
}
.menu_sub .selected {
	background-color:#89D0F9;
	font-weight: bold;
}
#lblWhoIsIt {
	padding: 0 10px 3px 10px;
}
.topalign {
    vertical-align: top;
    margin-top: -15px;
}
.center_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.right_col {
    text-align: right;
}
.move_right {
    text-align: right;
    float: right;
}
.hide_me {
    visibility: hidden;
}
.content_holder {
    min-width: 93%;
    background-color: #FFFFFF;
    border: 3px #4980B9;
    border-style: groove;
    margin: 20px 20px 30px 20px;
    padding: 10px 1em .5em 1em;
    display: inline-block;
}
.content_holder table {
	white-space: normal;
}
h2 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}
h3 {
    color: #000000;
    margin-bottom: 0;
}
hr {
	color:#F5F5DC;
	border-color:#F5F5DC;
	background-color:#F5F5DC;
}
.table_box {
    border: 2px solid #228b22;
    padding: 0px 3px 3px 3px;
    vertical-align: top;
}
.search_box {
    border: 2px solid #228b22;
    padding: 0px 3px 3px 3px;
    background-color: #F5F5DC;
}
.table_box_limit {
    border: 2px solid #228b22;
    padding: 5px;
}
.table_altrows tr:nth-child(even) {
    background-color: #CCFFFF;
}
.table_altrows tr:first-child {
	background-color: #FFFFFF;
}
.selected td {
	background-color: #8980B9;
	color: #FFFFFF;
	border:1px solid #000000;
}
.selected a {
    color: #C980B9;
}
.selected a:hover {
	color: #FFFFFF;
}
.mega_box {
    min-width: 1000px;
    max-width: 1000px;
}
.huge_box {
    min-width: 800px;
    max-width: 800px;
}
.grand_box {
    min-width: 600px;
    max-width: 600px;
}
.big_box {
    min-width: 400px;
    max-width: 400px;
}
.lg_box {
    min-width: 200px;
    max-width: 200px;
}
.mid_box {
    min-width: 150px;
    max-width: 150px;
}
.sm_box {
    min-width: 100px;
    max-width: 100px;
}
.tiny_box {
    min-width: 50px;
    max-width: 50px;
}
.sep_space {
    font-size: xx-small;
}
.vline {
    border-left: thin solid #228b22;
}
.left_edge {
    padding-left: 10px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
