﻿html, body, form
{
	font-family: Arial;
	font-size: 12px;
	margin:0;
	width:100%;
	height:100%;
}
body{       
    padding: 0;
	color: #4A4A4A;    
    line-height: 1;     
	background:#fff;     
    background-image: -webkit-gradient(
	    linear, 
	    left top,
	    left bottom,
	    color-stop(0, #FF8583),
	    color-stop(1, #eee)
    );    
    background-image: -o-linear-gradient(bottom, #0066A7 0%, #fff 4%);
    background-image: -moz-linear-gradient(bottom, #0066A7 0%, #fff 40%);
    background-image: -webkit-linear-gradient(bottom, #0066A7 0%, #fff 40%);
    background-image: -ms-linear-gradient(bottom, #0066A7 0%, #fff 40%);
    background-image: linear-gradient(to bottom, #0066A7 0%, #fff 40%);
    background-repeat:no-repeat;   
}

#header {
    height: 148px;
    width: 100%;
    /*background: url('../../images/main-bg.gif') repeat-x;*/
    background: linear-gradient(to bottom, #fff 0%, #fff 59%, #c5e09b 50%, #c5e09b 100%);
}
.leftHeader
{
	float:left;
    
}
.rightHeader
{
	float:right;
}
.ALSLogo
{
	float:left;
    padding-left:5px; 
}
.DHSSLogo
{
	padding-top:10px; 
    padding-right:5px;
    float:right;
}
.NJHALogo
{
	position:relative;
	padding:0px 30px;
}

.ALSLogo {
    margin-top:20px;
    width:216px;
    height:114px;
}

.NJHA-Logo {
    width:143px;
    height:80px;
    margin-top:2px;
    margin-right:2px;
}

#navigation {
    /*width:728px;
    padding-left:320px;
	top:117px;
    height:34px;
	left:212px;
	position:absolute;
	text-align:right;*/
}
#content
{
	clear: left;
	padding:5px;
	/*overflow:hidden;*/
}
#content .main
{
	/*float: left;*/
	width: 98%;
    min-height:650px;
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/
	margin-left:auto;
	margin-right:auto;
}
.version
{
    margin-top:100px;
    float:left;

	/*position:absolute;
	top:110px;
	left:235px;
	*/
}
.welcomeText
{
    float:left;
    margin-top:100px; 
	font-weight:bold;
	font-style:italic;
}
/* style of all the other pages */
h1
{
	font-size: 18px;
	padding-top:0px;
	margin-bottom:10px;
	margin-top:0px;
	color: #252d8b;
	text-align:center;
}
h2
{
	font-size: 16px;
	padding-top:0px;
	margin-bottom: 0px;
	margin-top:0px;
	color: #252d8b;
	text-align:center;
}
h3
{
	font-size:14px;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link, a:visited
{
	color: #157cbe;
}
a:hover
{
	color:#426A72;
}
a:active
{
	color: #426A72;
}
/* CSS style for the element in formview */
.pageWidth
{
	width: 980px;
	clear: both;
}
.label
{
	float: left;
	width: 150px;
	padding: 5px;
	text-align: right;
	display:inline-block;
}
.shortLabel
{
	float:left;
	width:50px;
	padding:5px;
	text-align:right;
	display:inline-block;
}
.midLabel
{
	float:left;
	width:110px;
	padding:5px;
	text-align:right;
	display:inline-block;
}
.longLabel
{
	float: left;
	width: 200px;
	padding: 5px;
	text-align: right;
	display:inline-block;
	/*font-weight:bold;*/
}
.field
{
	float:left;
	padding: 5px;
	text-align: left;
	display:inline-block;
	width:200px;
}
.longField
{
    float:left;
	padding: 5px;
	text-align: left;
	display:inline-block;
}
.clear
{
	clear: both;
	width: 100%;
}
fieldset
{
	width:970px;
}
fieldset legend
{
	font-weight:bold;
	color: #252d8b;
}
a.whiteText
{
	color:White;
}
a.whiteText:hover
{
	color:Yellow;
}
a.yellowText
{
	color:Yellow;
}
a.yellowText:hover
{
	color:White;
}
.centerText
{
	width: 100%;
	text-align: center;
	margin: 0 2em;
}
.warning
{
	color:Red;
}
.boldText
{
	font-weight:bold;
}
.italicText
{
    font-style: italic;
}
/*change the default look of the disabled button/text */
.disabled, input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly], label[disabled], label[readonly], span[disabled], span[readonly], table[disabled] 
{ 
     background-color: white; 
     color:#000;
} 
TEXTAREA 
{
	font-family: Arial;
	font-size: 12px;
}
ul
{
	margin-left:100px;
	margin-top:0px;
	margin-bottom:10px;
}
.noIndent
{
	margin-left:20px;
}
.indent
{
	margin-left:50px;
}
/*Tooltip */
.toolTip
{
	cursor: help; 
}
/*Update Progress Bar*/
.progressFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}
.progress 
{
    width: 300px;
	height: 40px;
	background-color: #FBEE00;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: fixed;
	left: 30%;
	top: 40%;
	display: block;
	z-index: 2000; 
}
#MainMenu /* Top Menu Style */
{
   float:left;
	margin-top: 10px;
	/*width: 100%;*/
	height: 30px;
	font-size:8pt;
	font-weight: bold;
    z-index:100;
}
    #MainMenu li {
        background-color: #167851;
        text-align: center;
        padding-right: 3px;
        color: white;
    }

        #MainMenu li a {
            color: white;
        }
        #MainMenu li li {
            text-align: left;
            padding-bottom: 1px;
        }
#MainMenu a
{
    padding: 5px 10px !important;
    border: 1px solid #ccc;
}
#MainMenu a.static.selected 
{ 
    background-color:#3C60AF !important;
    color: #E0E0E0;
}
#MainMenu a.static.highlighted 
{ 
    color:White;
    background-color:#3C60AF !important;
}
#MainMenu a.dynamic.highlighted, #NavMenu a.dynamic.selected  
{ 
    color:White;
    background-color:#3C60AF !important; 
}

TR.Pager SPAN   /* selected page */
{
    border:solid 1px #CCC;
    color: #CCC;
    padding: 0px 2px;
}
TR.Pager A
{
    border:solid 1px #2461BF;
    padding: 0px 2px;
    text-decoration: none;
}
TR.Pager A:hover
{
    border:solid 1px #FFF;
    font-weight:bold;
}
.moveButton{
    width: 40px;
    margin-top:10px
}
.moveButtonDiv{
    float: left; 
    margin-left: 10px; 
    margin-right: 10px; 
    margin-top: 100px;
}
.divIndentFloat{
    margin-left: 40px; float: left
}

.lblSurvey {
    color:red;
    font-weight:bold;
}

.wrapper {
    width:1024px;   
    background-color:white;  
    border:1px solid lightgrey;
    margin:0 auto
}


.links {
    /*border:1px solid blue;*/ 
    width:100%;
      text-align:center;
}

#Login1 {    
    float:left;
    margin-left:20px;
}

.imageContainer {    
     float:left;
     width:480px;
     padding:0 20px;
     text-align:center;     
     height:420px;
     position:relative;     
}

.imageContent {
    position:absolute;
    bottom:0;
    left:25%;    
}

.imageWrapper {
    width:275px;
    border:1px solid #E6E2D8;
    background-color:white;
    border-radius:8px;    
    margin:0 auto;
}

.imageWrapper, .loginContainer,.wrapper {
  -webkit-box-shadow: 0 8px 6px -6px grey;
     -moz-box-shadow: 0 8px 6px -6px grey;
          box-shadow: 0 8px 6px -6px grey;
}

.loginContainer {
    background-color: #F7F6F3; 
    border:1px solid  #E6E2D8;
    padding:2px;
    width:450px;
    border-radius:8px; 
}

.loginLable {
    color: white; 
    background-color: #0084C5; 
    font-size: 1.4em; 
    font-weight: bold; 
    height: 26px; 
    margin: 3px; 
    padding: 8px 0px 0px 0px;
    border-radius:8px; 
}

.loginText {
    text-align:left;
    margin: 4px;  
}
.loginLabel {
    width: 100px !important; 
    padding-right: 2px !important;
}
.loginField{
    padding-left: 2px !important;
}
.loginBtn {
    /*color: #284775; 
    background-color: #FFFBFF;*/
    color:white;
    background-color: #0084C5; 
    border:1px solid  #CCCCCC;     
    font-size: 1em; 
    padding: 2px; 
    margin: 1px;
    border-radius:5px;
}

.widthAuto {
    width:auto !important;
}

.footer {
    width: 100%;
    padding: 5px 0;
    background-color: #c5e09b;
    text-align: center;
}

.welcomeDiv {
     width:400px;  
     float:left;
}

.rwd_Tooltip {
    margin-left:2px;    
    display:inline !important;
}

p.templatebody {
    padding: 0;
    margin: 0;
}

p .spanLabel {
    display: block;
    height: 20px;
    width: 80px;
    float: left;
}

div.templateBody {
    height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #a9a9a9;
    padding: 4px;
    width: 780px;
}

/* Cookie Consent CSS*/
.cookie-consent {
    background: #6c6364;
    width: 100%;
}

.consent-container {
    /*background: #6c6364;*/
    color: white;
    padding: 5px;
    z-index: 999;
    top: 0px;
    width: 980px;
    margin: 0 auto;
}

.consent-p-wrapper {
    width: 90%;
    float: left;
}

.consent-text {
    padding: 0;
    margin: 0;
}

.consent-container a.consent-link {
    background: #6c6364;
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.close-consent {
    float: left;
    color: white !important; /* prevent hover color from chaning */
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    min-width: 48px;
    min-height: 48px;
    text-align: center;
    position: relative;
    top: -5px;
    left: 30px;
    font-weight: bold;
}


.slideup, .slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

.slidedown {
    max-height: 60px;
}
/*End of cookies*/