
	
body, a, td, th { 
	font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: normal;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #005971;
	font-size: 28px;
}

input, textarea {
	font-family: Consolas, Monaco, monospace;
	margin: 0px;
}

input:disabled {
	background:#f2f2f2;
}

select {
	border: 2px inset;
}

li {
	font-family: monospace;
	font-size: 14px;
}

body {
	margin:0; 
	padding:0; 
	height:100%;
	/*width:100%;*/
}

blockquote {
	margin-top:5px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:0px;
	columns: #f2f2f2;;
}

hr {
	margin: 2px 0px;
}

.main {
	background: #ffffff;
	margin-left:230px;
	width: 100%;
	transition: 0.5s; 
	overflow: hidden;
}

.main a:hover{
	color: #005971;
	font-weight: bold;
}

.main button:hover{
	color: #005971;
	font-weight: bold;
}

.LogoBG {
	position: absolute;
	height: 100%;
	width: 500px;
	background-color: #f2f2f2;
	margin: 0 0 0 55vw;
	padding-top: 40px;
	padding-left: 10px;
	text-align: center;
}

.LoginPage {
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	position: absolute;
	height: 400px;
	width: 350px;
	margin: -250px 0 0 -200px;
	padding-top: 250px;
	left: 50%;
	text-align: center;
	padding-left: 30px;
	color: #005971;
	font-size: 20px;
}

.LoginPage button{
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	background-color: #005971;
	height: 30px;
	width: 200px;
	text-decoration: none;
	border: #ffffff solid 1px;
}

.LoginPage button:hover{
	color: #005971;
	background-color:#f2f2f2;
	border: #005971 solid 2px;

}

.LoginPage input{
	border-radius: 8px;
	height: 25px;
	width: 200px;
	text-decoration: none;
	border: #005971 solid 2px;
}

th {
	background:#005971;
	color: #ffffff;
}

form {
	margin: 0;
}

mark {
	background-color: #005971;
	color: black;
}

.off { display: none; }

.ontr { display: table-row; }

.ontd { display: table-cell; }

.button { 
	font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #005971;
	color: #ffffff;
}

.AltColors th { 
	background-color:#005971;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10;
}

.AltColors tr{
	background-color:#f2f2f2;
}

.PaddedTable{
	margin-top: 15px;
	border: 1px solid darkgrey;
}

.PaddedTable tr td {
	padding-left: 3px; 
	padding-right: 3px;
}

.PaddedTable .bgicon{
	font-family: Consolas, Monaco, monospace;
	font-weight: bold;
	padding: 0px;
	color:black;
	margin: 1px;
	cursor: pointer;
}

.PaddedTable .bgicondisabled{
	pointer-events: none;
	cursor: default;
}

.PaddedTable .bgicon:hover{
	color: #005971;
}

.Smaller th { 
	background-color:#005971;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 1px;
	padding: 7;
}

.Smaller tr:nth-child(odd) { 
	background-color:#ffffff;
}

.Smaller tr:nth-child(even) {
	background-color:#f2f2f2; 
}

.Smaller td {
	font-size: 14px;
	padding: 5;
	margin: 1px;
}

.atbshow {
	display: none;
}

@media screen and (max-width:800px) {

	.main {
		margin-left:75px;
	}

	.thtohide {
		display: none;
	}

	.tdtohide {
		display: none;
	}

	.trtohide {
		display: none;
	}

	.atohide {
		display: none;
	}

	.atbshow {
		display: inline-block;
	}

	.h2 {
		font-size: 20px;
	}

	.Smaller th { 
		font-size: 10px;
	}

	.Smaller td, input, textarea {
		font-size: 12px;
	}

}







