body, html { 
	background: #fff; 
	color: #000; 
	height: 100%; 
	margin: 0 0 1px 0;
	font-size: 14px;

}

div.header {
	width: 100%;
	margin: 0 0 25px 0;
	height: 91px;
	background: #F8FCFC;
	background-image: url("../images/tile_top.png");
	padding: 20px 100px 0px 0px;
}

div.footer {
	width: 100%;
	margin: 25px 0 0 0;
	height: 150px;
	background: #133451;
	color: #ffa500; 
	padding: 25px 50px 75px 100px;
	font-size: 10px;
  }

div.container {
}

div.outer_container {
	padding: 10px 10px 10px 10px;
	margin: auto;
	text-align:center;
	justify-content: center;
	align-items: center;
	width: 97%;
	border: 3px;	
	background: #ffe6cc;
}

div.inner_container {

	padding: 10px 10px 10px 10px;
	margin: auto;
	text-align:center;
	justify-content: center;
	align-items: center;
	width: 96%;
	background: #fff;
	border: 3px;	
	
}


div.login_form {
	padding: 10px 10px 10px 10px;
	margin: auto;
	width: 50%;
	border: 50px;
	background: #F5F5F5;
	height:400px;
 }

.DisplayTable {
	border-spacing: 8px 2px;
	width: 90%;
	border-collapse: collapse;
}

.DisplayTable tr {
	color: #000; 
}

.DisplayTable td {
	padding: 6px;
}




.DisplayTableStats {
	border:1px solid;
	width:100%;
	border-collapse: collapse;
}

.DisplayTableStats th {
	border:1px solid #798182;
	text-align: center;
	background: #003366;
	color: #fff; 
	padding-top:4px;
	padding-bottom:4px;
}

.DisplayTableStats td {
	border:1px solid #798182;
	text-align: center;
	color: #000; 
}

.DisplayTableStats tbody tr:hover td {
	border: 1px solid #798182;
	background: #F7FCFC;
	color: #0000ff; 
}

.DisplayTableStats #ErrorCheck {
	text-align: center;
	background: #e3f2fd;
	color: #798182; 
}



.DisplayCollectionTable {
	border-spacing: 8px 2px;
	width:100%;
	border-collapse: collapse;
	border:1px solid;
}


.DisplayCollectionTable th
{
	border:1px solid #798182;
	text-align: center;
	background: #003366;
	color: #fff; 
	padding-top:4px;
	padding-bottom:4px;
}

.DisplayCollectionTable td
{
	border:1px solid #798182;
	text-align: center;
	color: #000; 
}

.DisplayCollectionTable tbody tr:hover td
{
	border: 1px solid #798182;
	background: #F7FCFC;
	color: #0000ff; 
}

.DisplayCollectionTable #ErrorCheck
{
	text-align: center;
	background: #e3f2fd;
	color: #798182; 
}




