 BODY, pre, table { color: #9b9b9b; font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; }
 html, body {
	 min-height: 100%;
 }

 body {
	 background-image: url('Images/Background.png');
	 background-size: cover;
	 background-position: 0 0;
	 background-attachment: fixed;
	 background-color: #000
 }

.Login {
	position: relative;
	margin: 0 auto;
	margin-top: 5em;
	width: 1024px;
	text-align: center;
}

.Container {
	position: relative;
	margin: 0 auto;
	margin-top: 0.5em;
	min-height: 600px;
	width: 1024px;
	background-color: rgba(0,0,0,0.75);
	border: 1px solid silver;
}

.Main {
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 1.5em;
}

.fullTable {
	width: 100%;
}

.TopRow {
	border-top: 2px solid #BBB;
}

.MiddleRow {
	width: 5%;
	border-left: 2px solid #BBB;
	border-right: 2px solid #BBB;
	background-color: rgba(0,0,0,0.3);
}

.SmallInput {
	width: 15%;
}

.MediumInput {
	width: 25%;
}

.DateInput {
	width: 58%;
}

.BottomRow {
	border-bottom: 2px solid #BBB;
}

.LeftRow {
	border-left: 2px solid #BBB;
}

.RightRow {
	border-right: 2px solid #BBB;
}

.Header td {
	background-color: rgba(126,192,238,0.3);
	border-bottom: 2px solid #BBB;
}

.Rows td {
    background-color: rgba(126,192,238,0.25);
	/*background-image:url('Images/tablebg.png');*/
	text-align: center;
}

 input, select, option, textarea {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1.10em;
	 color: #FFFAFA;
	 background: #383838;
	 border: 1px solid #cccccc;
 }

.Top_Logo{
	width: 1024px;
	height: 67px;
	margin: 0 auto;
	margin-top: 0.4em;
	/* background-color: rgba(0,0,0,0.5); */
	position: relative;
	overflow: auto;
	text-align: center;
	}

 .Top_Nav{
	 width: 1024px;
	 margin: 0 auto;
	 position: relative;
	 overflow: auto;
	 text-align: center;
	 color: #d7b700;
	 padding: 0.5%;
 	}

.Banner_Image {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.table1 {
	 text-align: center;
	 margin: 0 auto;
	 border: 1px solid white;
	 font-size: 0.9em;
	 color: white;
 }

 .table1 tr {
 	border-right: 1px solid white;
 }

 th, td{
	 padding: 3px;
 }

 .table_row1{
	 background-color: rgba(35,35,35,0.6);
	 text-align: center;
	 border: 1px solid white;
 }
 .table_row2{
	 background-color: rgba(35,35,35);
	 text-align: center;
	 border: 1px solid white;
 }
 .tr1_header{
	 background-color: rgba(35,35,35,0.9);
	 text-align: center;
	 border: 1px solid white;
	 color: white;
 }
.tr_black{
	text-align: center;
	font-size: 0.9em;
	color: black;
	background-color: rgba(196,204,213,0.85);
}
