/* HhnLoginPage.css for hhnlogin.html - SPRING */
/* lr:  02/02/12 jlh */
/* lr:  02/24/12 jlh */

body {
background-color:#08365a;
/* background-image:url("../images/bkgrnd.marina.jpg");
background-image:url("../images/backgroundSarah12.jpg");*/
background-image:url("../images/ocean2.jpg");  
background-repeat:repeat-x;
background-repeat:no-repeat;
background-position:center; 
}

#hhn {
	position:relative;
	top: 0px;
	width: auto;
	height: 700px;          /* <---varies  */
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	border-color: black;
	border-style: solid;
	border-width: 0px;
}	


/* Reminder: #hhn is everything in the form id=hhn */
/* .<class> refers to any element whose class=<class> */

#hhn .element_label
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#00008b;
}

#hhn .error_strings
{
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    border-style:solid;
    border-width:0px;
    border-color:#000000;
}

#hhn .sfm_float_error_box
{
    position:absolute;
    z-index:999;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    background-color:#ffff66;
    border-style:solid;
    border-width:1px;
    border-color:#660000;
}

#hhn .sfm_float_box_td
{
    padding:3px;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#660000;
    background-color:#ffff66;
}

#hhn .sfm_close_box
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
    background-color:#660000;
    border-width:0px;
    text-align:center;
}

#hhn .sfm_cr_box
{
    font-family:Verdana;
    font-size:10px;
    color:#888888;
    border-style:solid;
    border-width:0px;
    border-color:#660000;
}

#hhn .sfm_cr_box a
{
    color:#888888;
}

#hhn .sfm_textbox
{
    padding:2px;
}

#hhn .sfm_textarea
{
    padding:2px;
}


#hhn .watermark
{
   background-image: url('images/overlay.gif');
   background-repeat: no-repeat;
   padding-left: 20px;
   vertical-align: middle;
   color: DarkGray;
 }

.normal
{
}


/* Universal Label Properties */

#hhn .sfm_form_label
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
    color:white;
	font-weight:bold;
}

#hhn .sfm_image_in_form
{
    border:0;
}

#hhn .sfm_captcha
{
    border:0;
}

#hhn .sfm_datepicker_icon
{
    border:0;
}


/* Individual Items Properties */

#hhn #heading1_container
{
    position:absolute;
    left:338px;
    top:450px;
    width:308px;
    height:20px;
    z-index:31;
}

#hhn #heading1
{
    position:absolute;
    left:73px;
    top:-2px;
    text-align:center;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    color:#ff0000;
}

#hhn #logotop_container
{
    position:absolute;
    left:0px;
    top:0px;
    width:900px;
    height:58px;
    z-index:2;
    border-width:0px;
    border-bottom-width:0px;
    border-style:solid;
    border-color:yellow;
}

#hhn #logobottom_container
{
    position:absolute;
    left:0px;
    top:58px;
    width:900px;
    height:149px;
    z-index:1;
    border-width:0px;
    border-top-width:0px;
    border-style:solid;
    border-color:yellow;
}

#hhn #LabTitle_container
{
    position:absolute;
    left:17px;
    top:11px;
    width:900px;
    height:35px;
    z-index:3;
}
#hhn #LabTitle
{
    position:absolute;
    left:165px;
    top:0px;
    text-align:center;
    font-family:Arial;
    font-size:19pt;
    font-weight:bold;
    color:white;
}


/* Logon Box Properties */

#hhn #BoxLogin_container
{
    position:absolute;
    left:0px;
    top:207px;
    width:900px;
    height:67px;
    z-index:0;
    border-width:0px;
    border-style:solid;
    border-color:#99FFFF;
    background-color:DimGrey;
    background-color: #999999; 
    background-colodr:LightSlateGrey;
}

#hhn #LabLogin_container
{
    position:absolute;
    left:0px;
    top:222px;
    width:146px;
    height:20px;
    z-index:5;
}
#hhn #LabLogin
{
    position:absolute;
    left:19px;
    top:-3px;
    text-align:right;
    color:yellow;
    color:white;
	font-size:15px;
}
#hhn #LabLogin2
{
    position:absolute;
    left:30px;
    top:12px;
    text-align:right;
    color:yellow;
    color:white;
	font-size:13px;
}

#hhn #LabPassword_container
{
    position:absolute;
    left:345px;
    top:222px;
    width:96px;
    height:20px;
    z-index:7;
}
#hhn #LabPassword
{
    position:absolute;
    left:94px;
    top:0px;
    text-align:right;
    color:yellow;
    color:white;
	font-size:15px;
}

#hhn #LabPassResponse_container
{
    position:absolute;
    left:540px;
    top:239px;
    width:112px;
    height:20px;
    z-index:28;
}
#hhn #LabPassResponse
{
    position:absolute;
    left:0px;
    top:6px;
    text-align:left;
    font-weight:normal;
    color:red;
}

#hhn #XLabSession_container
{
    position:absolute;
    left:570px;
    top:170px;
    width:96px;
    height:20px;
    z-index:7;
}
#hhn #XLabSession
{
    position:absolute;
    left:0px;
    top:0px;
    text-align:right;
    color:yellow;
}

#hhn #XLabSessResponse_container
{
    position:absolute;
    left:566px;
    top:143px;
    width:250px;
    height:20px;
    z-index:28;
}
#hhn #XLabSessResponse
{
    position:absolute;
    left:0px;
    top:7px;
    text-align:left;
    font-weight:normal;
    color:red;
}


#hhn #InputLogin_container
{
    position:absolute;
    left:130px;
    top:220px;
    z-index:6;
}
#hhn #Login
{
	position:relative;
	left:23px;
    width:265px;
	height:18px;	
	font-size:16px;
    z-index:6;
}

#hhn #InputPassword_container
{
    position:absolute;
    left:510px;
    top:220px;
    z-index:8;
}
#hhn #Password
{
	position:relative;
	left:15px;
    float:left;
    width:115px;
	height:18px;
    z-index:8;
}

#hhn #InputSessionId_container
{
    position:absolute;
    left:650px;
    top:170px;
    z-index:8;
}
#hhn #SessionId
{
    float:left;
    width:114px;
    z-index:8;
}

#hhn #hhn_outer_div 
{
    width:900px; 
	height:669px; 
	top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	border-color: yellow;
	border-style: solid;
	border-width: 0px;
	background-color: #016AAE;
	background-color: white;
	xbackground-image:url("../images/north.jpg");  	
	background-image:url("../images/WRFront3.jpg");
	background-size: 900px;
	background-repeat:no-repeat;
	background-position:bottom; 
	z-index: 0;
}	

#hhn #footer_div 
{
	position:relative;
	top:624px;
    width:900px;
	height:82px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	border-color: yellow;
	border-style: solid;
	border-width: 0px;
	background-color:#E9E7C1;
	background-color:transparent;
	z-index: 0;
}	

/* Buttons for Login Properties */

#hhn #ButtonLoginCust{
    position:absolute;
    left:668px;
	top:219px;
	width:80px;
    height:28px;
	cursor:pointer;
	background-color:white;
	border: 3px solid #336699;
	color:black;	
	font-family:Calibri;
    font-size:17px;
	font-weight:normal;
	cursor:pointer;
	font-weight:bold;
    z-index:29;
}

#hhn #xButtonNewCust{
    position:absolute;
    left:624px;
    top:213px;
    width:160px;
    height:20px;
    z-index:29;
}

#hhn #xButtonGuest{
    position:absolute;
    left:795px;
    top:222px;
    width:100px;
    height:25px;
    z-index:29;
}

#hhn #xButtonForgot{
    position:absolute;
    left:624px;
    top:239px;
    width:160px;
    height:20px;
    z-index:29;
}