html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}



/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

body {
    background-color: #FFFFFF;
	font-family: Arial;
	margin:0px;
	padding:0px;
}

#mainAdminBody {
    background-color: #000000;
	padding-top: 0px;
}


#adminHeader{
	border-bottom: 10px solid #7ab316;
    background-color: white;
	text-align:left;
}

.AdminHeaderFrame {
	text-align:center;
	width: 98%;
	max-width: 1600px;
}

.HeaderBox {
	padding-left:10px;
	padding-right:10px;
	height: 30px;
    display:inline-block;
	vertical-align: top;
	border: 1px solid #000000;
	background-color: #2F7CA4;
}

.AdminFrame {
	text-align:center;
	border: 1px solid #FFFFFF;
	background-color: #101010;
	width: 98%;
	max-width: 1600px;
}


.AdminTopImage {
	border: 0px;
	max-height:300px;
}


.AdminTitle {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
}

.LogoBox {
    width: 200px;
	height: 150px;
    display:inline-block;
    margin:10px 0;
	vertical-align: top;
    border-radius:5px;
}


.Logotext {
    padding: 10px 0;
    color:white;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
}


.responsive th{
	text-align:center;
}


.Headertext {
    padding: 5px 0;
    color:white;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-align:center;
}


.Headertext A:link {text-decoration: none; color: #FFFFFF;}
.Headertext A:visited {text-decoration: none; color: #FFFFFF;}
.Headertext A:active {text-decoration: none; color: #FFFFFF;}
.Headertext A:hover {text-decoration: underline; color: #FFFFFF;}


.header_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2F7CA4;
	letter-spacing: -1px;
	font-weight: bold;
	padding-top: 10px;
}


.LetterText {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 16px;
	font-weight : normal;
	color : #000000;
	padding-bottom: 10px;
}


.LetterText A:link {text-decoration: none; color: #000000;}
.LetterText A:visited {text-decoration: none; color: #000000;}
.LetterText A:active {text-decoration: none; color: #000000;}

.LetterText A:hover {
	text-decoration: underline; 
	color: Red;
	font-size: 16px;
}


.TextSpace {
	padding: 5px;
}


td {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #000000;
}


tr:hover {
	background-color: #FFFFC0;
}


th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.NavFooter {
	font-family : Verdana,tahoma,Arial, Helvetica,Tahoma, sans-serif;
	font-size : 16px;
	font-weight : normal;
	color : #000000;
}

.adminCentered{
	font-family: Arial, Helvetica, sans-serif;
	max-width:600px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.adminCentered  input{
	width:100%;
}

.adminCentered  select{
	width:100%;
}

.adminCentered  textarea{
	width:100%;
}

.adminCentered .select30Width {
	width:30%;
}

#errorMessage{
	font-size:larger;
	font-weight:bold;
	color:white;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
}

#errorMessageBottom{
	font-size:larger;
	font-weight:bold;
	color:white;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
}

#headerDivLightblue{
	/*background-color: #3c90bb;*/
	background-image: linear-gradient(bottom, #3c90bb, #3c90bb 30px, transparent 30px, transparent 100%);
    background-image: -webkit-linear-gradient(bottom, #3c90bb, #3c90bb 30px, transparent 30px, transparent 100%);
	padding-left:20px;
	margin-bottom:50px;
	padding-right:5px;
}

#socialIconsDiv{
	float:right;
	position:relative;
	top:60px;
	margin-right:50px;
}

#mainLogin{
	text-align:right;
	padding-right:10px;
	min-height:300px;
	padding:10px 50px 10px 10px;
}


#footerDiv{
	background-color: #0f3051;
	color:white;
	text-align:center;
	padding:5px;
}



#footerDivLightblue{
	background-color: #3c90bb;
	color:white;
	text-align:center;
	padding:1px;
}


#loginForm{
	width:250px;
	float:right;
	margin-left:20px;
	margin-top:10px;
}

#loginForm input{
	width:100%;
	margin-bottom:20px;
	padding:10px;
}

#forgotPass{
	width:250px;
	float:right;
	margin-left:20px;
	margin-top:10px;
	clear:both;
	text-align:left;
}

#forgotPass input{
	width:100%;
	margin-bottom:20px;
	padding:10px;
}


.greenSubmit{
	background-color:#abd373;
	width:100%;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
}

.greenLink{
	color: #abd373;
	text-decoration:none;
	float:left;
}




