/* global styles */
BODY {
	font-family: "Arial,Helvetica,sans-serif";
	font-size: 12px;
	overflow: hidden;
}

TD {
	font-family: "Arial,Helvetica,sans-serif";
	font-size: 12px;
}

A {
	text-decoration: none;
	color: #6ea514;
}

H3 {
	font-family: "Arial,Helvetica,sans-serif";
	font-size: 16px;
	font-weight: bold;
}

/* Row Selection */
/*TD.unselected {color:#000000;background-color:#ffcc99;}*/
TD.unselected {
	color: #000000;
	background-color: #ffffcc;
}
/*TD.selected {color:#000000;background-color:#CC9966;}*/
TD.selected {
	color: #000000;
	background-color: #ffcc99;
}

A.selected {
	background-color: #CC9966;
}

A.unselected {
	color: black;
}

.username {
	font-size: 20px;
	color: #ffffff;
	background-color: #76B576;
}

.notvisible {
	font-size: 12px;
	color: #ffffff;
}

.leftnav {
	font-size: 11px;
	color: #009966;
}

.leftnav A {
	color: #000099;
}

.leftnav A:hover {
	color: #ff6633;
}

.leftnavon {
	font-size: 11px;
	color: #ff6633;
}

.pagedesc {
	font-size: 9px;
	color: #ffffff;
}

.colhead {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.TUnsel {
	font-size: 10px;
}

.icon {
	font-size: 10px;
	font-weight: bold;
}
/* Use loginput only for passwords */
.loginput {
	font-family: monospace;
	font-size: 14px;
}

.loginadvisory {
	font-family: "Arial,Helvetica,sans-serif";
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: top
}

/* error styles */
A:hover {
	text-decoration: none;
}

.hr {
	background-color: #330066;
}

.bighead {
	font-size: 16px;
	font-weight: bold;
	color: #330066;
}

.subhead {
	font-weight: bold;
	color: #330066;
}

.smaller {
	font-size: 10px;
}

A.browser {
	color: #330066;
}

/* login screen */
.login {
	background-color: #CCCCCC;
}

.loginbase {
	background-color: #CCCCCC;
}

.logintext {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #7b7b7b
}

.logintext2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #7b7b7b
}

.logintext3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006B83;
}

.loginerror {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.logouttext {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #7b7b7b
}

.logouttextlink {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #7b7b7b
}

.copyright {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #7b7b7b
}

.copyrighttext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #7b7b7b
}

.loginFormcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.LoginTable {
	width: 800px; 
	border-collapse: collapse; 
	padding: 0; 
	background-image: url('images/login_2018.png');
	background-repeat: no-repeat;
}
