
body, html {
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;

}

#lightsout {
	display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 60%);
}

.lightsout-content {
	margin: 15% auto;
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
	margin-left: 46%;
}

#CloseDiv {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #fff;
	font-family: NunitoBold;
}
#CloseDiv span {
	cursor: pointer;
}

#LoginPage {
	background: url(../Images/header_bg.jpg) repeat-x;
	background-color: #60B550;
	background-attachment: fixed;
	background-position: bottom;
}

#LoginLogo {
	height: 177px;
	width: 267px;
	margin: 0 auto;
	background: url(../Images/hsa_logo.png) repeat-x;
	margin-top: 60px;
}

#LoginBox {
	height: 170px;
	width: 380px;
	margin: 0 auto;
	background-color: #4A943D;
	margin-top: 20px;
	padding:30px;
}

.LoginTextField {
	padding-bottom: 15px;
}
.LoginTextField input {
	font-size: 20px;
	padding: 4px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
}

.LoginLabel {
	color: #fff;
	font-size: 16px;
	font-family: NunitoBold;
}

h1, h2, h3 {
	color:#60B550;
	font-family: NunitoBold;
	line-height: normal;
} 

h1 { font-size:2.0em;}
h2 { font-size:1.7em;}
h3 { font-size:1.4em;}

#Header {
	position:fixed;
	height:35px;
	background-color:#60B550;
	width:100%;
	top:0px;
	z-index:200;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.75);
	padding-top:3px;
}

#CompanyName {
	font-family: NunitoBold;
	color:#FFF;
	font-size: 20px;
	padding-top: 6px;
}

#Footer {
	position:fixed;
	height:65px;
	background-color:#60B550;
	width:100%;
	bottom:0px;
	z-index:200;
	min-width: 600px;
	-webkit-box-shadow: 0px -1px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -1px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -1px 5px rgba(50, 50, 50, 0.75);
}

.FooterInner {
	padding-top: 8px;
	width:100%;
	text-align: center;
	min-height:700px;
}

.FooterLink, .FooterLink a {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	min-width:65px;
	font-size: 13px;
}

.FooterLink img {
	padding-bottom:4px;
	border:0;
}

#Content {
	padding-top: 45px;
	padding-bottom: 70px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 100;
	max-width:980px; /* iPad max width 980px */
	min-width:730px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	margin-bottom: 50px;

}

button, .button {
    border:none;
    display: inline-block;
    min-width:120px;
    background-color:#60B550;
    color:#fff;
    cursor:pointer;
    text-align:center;
    padding-top:8px;
	padding-bottom:8px;
    font-size: 14px;
	font-weight:bold;
}

.Grey {
	background-color:#999999;	
}

.Red {
	background-color:#F00;	
}

.button-header, .button-header a {
	border:none;
    display: inline-block;
    min-width:70px;
    background-color:#FFF;
    color:#000;
    cursor:pointer;
    text-align:center;
    padding-top:6px;
	padding-bottom:6px;
    font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

.MessageBoxError {
	position: fixed;
	z-index: 300;
	bottom: 90px;
	right: 20px;
	border: solid 1px #EB1C1C;
	background-color: #F81313;
	opacity: .8;
	-webkit-box-shadow: 0 0 8px #000000;
	box-shadow: 0 0 8px #000000;
	max-width: 200px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#Content a:link {color:#60B550;}      /* unvisited link */
#Content a:visited {color:#60B550;}  /* visited link */
#Content a:hover {color:#60B550;}  /* mouse over link */
#Content a:active {color:#60B550;}  /* selected link */























/* Table */
.Table {
	border-collapse:collapse;
	text-align:left;
	margin-bottom:10px;
}
.Table th {
	font-family: NunitoBold;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	background-color: #60B550;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.Table td {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #F8F8F8;
	border: solid 2px #fff;
	height: 24px;
}

/* Table */
.TableGrey {
	border-collapse:collapse;
	text-align:left;
	margin-bottom:10px;
}
.TableGrey th {
	font-family: NunitoBold;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	background-color: #999999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.TableGrey td {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #F8F8F8;
	border: solid 2px #fff;
	height: 24px;
}




/* Form Table */
.TableForm {
	border-collapse:collapse;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}

.TableForm th {
	font-family: NunitoBold;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	background-color: #60B550;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.TableForm td {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #F8F8F8;
	border: solid 2px #fff;
}

input, select, textarea {
	font-size: 14px;
	padding: 4px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
}