
*{
	box-sizing:border-box;
}

:root{
	--main-color: #000000;
	--main-text: #ffffff;
	--second-color: #990000;
	--second-text: #ffffff;
	--third-color: #009900;
	--third-text: #ffffff;
	--tr-odd: #ffffff;
	--tr-even: #d3d3d3;
}

body{
	background-color: #cccccc;
	font-family: Verdana, Geneva, sans-serif;
}

menu{
	background-color: black;
	color: white;
	font-size: 14pt;
	width: 100%;
	line-height: 35px;
	margin-bottom: 20px;
}	

.white_row{
	background-color: white;
}

.date_size{
	width: 150px;
}

.date_cell{
	float: left;
	margin-right: 20px;
}

.date_form{
	padding:20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 65%;
}

.table_center{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 400;
}

.header_wrapper{
	background-color: white;
	width: 100%;
	height: 110px;
}
.logo{
	float: left;
	background-color: white;
}

.status{
	float: left;
	margin-left: 100px;
	background-color: white;
}

a.main_menu{
	color: white;
	margin-right: 30px;
}

a{
	color: var(--second-color);
	text-decoration: none;
}

a:visited{
	 color: green;
	 pointer-events: none;
	 cursor: default;
}

.tray_assignment{
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	margin-top: 20px;
}

.outer_form{
	border: 1px solid;
    box-shadow: 0px 0px 58px #888888;
    background-color: #eeeeee;
    margin: auto;
    width: 400px;
    margin-top: 100px;
}

.header_form{
	background-color: var(--main-color);
	color: white;
	font-size: 18pt;
	text-align: center;
	padding: 5px;
}

.container_form{
	margin-left: 50px;
	margin-top: 40px;
	font-size: 9pt;
}

.outer_table{
	border: 1px solid;
    box-shadow: 0px 0px 58px #888888;
    background-color: #eeeeee;
    margin: auto;
    width: 600px;
}

.header_table{
	background-color: var(--main-color);
	color: white;
	font-size: 18pt;
	text-align: center;
	padding: 5px;
}

.container_table{
	margin-left: 50px;
	margin-top: 40px;
	font-size: 9pt;
	width: 500px;
}

.outer_frame{
	border: 1px solid;
    box-shadow: 0px 0px 58px #888888;
    background-color: #eeeeee;
    margin: auto;
    max-width: 1100px;
}

.header_frame{
	background-color: var(--main-color);
	color: white;
	font-size: 18pt;
	text-align: center;
	padding: 5px;
}

.container_frame{
	margin-left: 50px;
	margin-top: 40px;
	font-size: 11pt;
	margin-bottom: 75px;
	overflow: auto;
}

.filter_link{
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 11pt;
}

.outer_filter{
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 11pt;
	width: 500px;
}

.filter{
	border: 1px solid;
    box-shadow: 0px 0px 5px #888888;
    background-color: #eeeeee;
    padding: 10px 0px 0px 10px;
    width: 500px;
    font-size: 9pt;
}

.three_column{
	float: left;
	width: 33%;
	margin-right: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

tr.even{
	background-color: var(--tr-even);
}

tr.odd{
	background-color: var(--tr-odd);
}

tr.month_row{
	background-color: var(--second-color);
	color:  var(--second-text);
	font-weight: bold;
}

div.container_report{
	margin-left: 50px;
}

input{
	background-color: #eeeeee;
	height: 30px;
	width: 300px;
	font-size: 11pt;
}

select{
	background-color: #eeeeee;
	height: 30px;
	width: 300px;
	font-size: 11pt;
}

input[type=checkbox]{
	height: 15px;
	width: 15px;
}

input[type=radio]{
	width: 20px;
	height: 15px;
	margin-left: 10px;
}

input:focus{
	background-color: #ffffff;
}

input[type=submit]{
	background-color: var(--second-color);
	color: var(--main-text);
}

input[type=submit]:focus{
	background-color: var(--second-color);
	color: var(--main-text);
}

label{
	font-size: 9pt;
}

.add_button{
	width: 100%;
	text-align: right;
	font-size: 9pt;
	margin-right: 10px;
}

.records{
	font-size: 8pt;
	margin-left: 20px;
}

th{
	background-color: var(--main-color);
	color: var(--main-text);
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}

td{
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 2px 5px 2px;
}

.row_header{
	background-color: var(--third-color);
}

.warning{
	font-size: 8pt;
	color: var(--second-color);
	width:300px;
}

.hline{
	width: 400px;
	height: 2px;
	background-color: black;
	margin-left: -50px;
}

.contact_name{
	font-weight: bold;
	font-size: 10pt;
	width: 300px;
}

.contact_info, .contact_info a{
	font-size: 9pt;
	color: var(--second-color);
	text-decoration: none;
}


.contact_controls{
	font-size: 8pt;
	padding: 3px;
	margin-left: 5px;
}

.contact_controls a{
	margin-left: 15px;
}

p.error{
	text-color: var(--second-color);
	text-align: center;
}


.nav {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    float: left; /* Clear floats */
    width: 100%;
    position: relative;
    z-index: 5;
    
}
.nav li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    background-color: #000;
}
.nav a {
    display: block;
    padding: 5px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.nav a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

/*--- DROPDOWN ---*/
.nav ul {
    background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
}
.nav ul li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
}
.nav ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.nav li:hover ul { /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
}
.nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background-color: #000;
    text-decoration: none;
}
.nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
}
.nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background-color: #000;
}
