﻿/*************************************************************************
'
'   Copyright 2011, 2013
'   Envision IT Inc., all rights reserved
'   www.envisionIT.com
'
'*************************************************************************
'
'   Project: Extra net usermanager /Landing     
'
'   Component: EUM_Main.css 
'
'   Purpose: CSS for landing master page
'
'
'   * DO NOT * Customize these Styles 
'      - modify eum_customization.css instead to override these default styles
'
'*************************************************************************/

html, body
{
  padding: 0px;
  margin: 0px;
}
body
{
  background-color: #003054;
  background-image: url("/landing/images/EUM_Pages_BG.gif");
  background-repeat: repeat-y;
}
a, a:link, a:visited
{
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  color: #336699;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

/* Master declaration */
.eum-master
{
  /*width: 917px;*/
  margin: 0px auto;
  background-color: #ebf3fa;
}

/* Page Head */
#eum-pagehead
{
  background-color: #cfcfcf;
  margin-top: 6px;
}

/* Page Logo */
#eum-pagelogoarea
{
  background-color: white;
  position: relative;
  height: 123px;
  overflow: hidden;
}
#eum-logo
{
  border: none;
}
#eum-eitlogo
{
  position: absolute;
  top: 0px;
  right: 0px;
}

/* -------------- Page Navigation Area ---------------- */
#eum-navarea
{
  clear: both;
  position: relative;
  height: 33px;
  background-color: #0e0e0e;
}


#eum-language
{
  position: absolute;
  top: 5px;
  right: 20px;
}

#eum-topnav
{
  position: absolute;
  top: 5px;
  left: 30px;
}

#eum-topnav ul, #eum-language ul
{
  display: inline;
  padding-left: 0px;
}


#eum-topnav ul li, #eum-language ul li
{
  border-left: 1px #999999 solid;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  list-style: none;
  display: inline;
}
#eum-topnav ul li.firstItem, #eum-language ul li.firstItem
{
  border: none;
}
#eum-topnav ul li a:link, 
#eum-topnav ul li a:visited, 
#eum-language ul li a:link, 
#eum-language ul li a:visited
{
  color: #ededed;
  padding: 4px 20px 4px 20px;
  margin-top: 4px;
}

#eum-topnav ul li a:hover, 
#eum-language ul li a:hover
{
  color: #ffffff;
  text-decoration: none;
  background-color: #2f2f2f;
}


/* ------------- Page Header ----------- */
#eum-pageheader
{
  padding-top: 30px;
  padding-bottom: 30px;
}

#eum-pageheader .PageHeader
{
  font-family: Arial, Sans-Serif;
  font-size: 16pt;
  margin-left: 250px;
  color: #333333;
}

/* in a 2 Col layout - much smaller margins */
#eum-pageheader .PageHeader2Col
{
  font-family: Arial, Sans-Serif;
  font-size: 16pt;
  margin-left: 150px;
  margin-right: 50px;
  color: #333333;
}


/* ---------- Page Content Area -----------*/
#eum-pageworkspace
{
  min-height: 250px;
  clear: both;
  border-top: 1px solid #c4ccd3;
  font-family: Arial, Sans-Serif;
  padding-top: 15px;
  color: #333333;
  font-size: 10pt;
}

#eum-pageworkspace div.pagecontentcontainer
{
  min-height: 250px;
}

/* tables for changing password etc. */
TABLE.tabSmLayout
{
  margin-top: 20px;
  font-size:12pt;
  border-collapse:collapse;
  text-align:left;
  width:625px;
}

TABLE.tabSmLayout TR TD
{
  padding-bottom:5px;
}

#eum-pageworkspace TABLE
{
  font-family: Arial, Sans-Serif;
}

/* ---------- Page Footer Area -------------*/
#eum-footer
{
  vertical-align: bottom;
  padding-top: 8px;
  padding-bottom: 8px; 
  font-family: Arial, Sans-Serif;
  color: #333333;
  font-size: small;
  border-top: 1px solid #c4ccd3;
  margin-top: 40px;
  /*background-color: #D7EDFF;*/
}
#eum-footer div
{
  text-align: right;
  margin: 5px 40px;
}
#eum-footer ul
{
  display: inline;
  padding-left: 0px;
}
#eum-footer ul li
{
  border-left: 1px #333333 solid;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  list-style: none;
  display: inline;
}
#eum-footer ul li.firstItem
{
  border: none;
}
#eum-footer ul li a:link, 
#eum-footer ul li a:visited
{
  font-size: small;
}
#eum-footer ul li a:hover
{
  font-size: small;
}

/* ****************************  */
/* EZ Login Welcome and Register */
/* ****************************  */
#ezlogin_welcome
{
  padding-top: 8px;
  padding-bottom: 28px;
  font-family: Arial, Sans-Serif;
  color: #333333;
  font-size: 10pt;
}

#ctl00_ContentPlaceHolder1_lblSavedChanges
{
  padding-top: 25px;
  padding-bottom: 300px;
  font-size: 14pt;
  color: #333333;
  text-align: center;
}

.LoginHeading
{
  font-family: Arial, Sans-Serif;
  font-size: 16pt;
  margin-left: 0px;
  margin-bottom: 20px;
  color: #333333;
}

TABLE.Login
{
  margin-left: 0px;
  text-align: left; 
  margin-bottom: 5px;
}

TABLE.Login TR TD
{
  padding-bottom: 0px;
}

TABLE.Login TR TD TABLE TR TD
{
  padding: 0px;
  padding-bottom: 3px;
  vertical-align: top;
}

TABLE.ChangePassword TR TD TABLE TR TD
{
  padding: 0px;
  padding-bottom: 5px;
  vertical-align: top;
}


/* Registration Validation area */
#ctl00_ContentPlaceHolder1_Register1_val_DisplayBOErrors
{
  display:block;
  margin-left: 155px;
  margin-bottom:10px;
  margin-right:10px;
  white-space:pre-line;
  line-height: 20px;
}


/* message for change password success */
TABLE.ChangePassword TR TD TABLE TR TD.instructionPWchanged
{
  color: #333333;
  font-size: 12pt;
  font-family: Arial, Sans-Serif;
  text-overflow: wrap;
  text-align: center;
  padding-right:50px;
}


/**********************************
  Field labels and input controls
***********************************/

.Label, 
.LoginLabel, 
.FieldLabel
{
  font-family: Arial, Sans-Serif;
  padding-right: 15px;
  color: #333333;
  font-size: 10pt;
  font-weight: bold;
  padding-left: 0px;
  text-align: right;
  white-space: nowrap;
  height: 26px;
}

.Input, 
.input, 
.LoginInput, 
select.dropinput
{
  color: #000000;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  background-color: #ffffff;
  text-align: left;
  border-radius: 2px;
  border: 1px solid #c8c9cb;
  padding: 3px;
}

/* readonly input field */
.ROinput
{  
  color: #5c5c5c;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  background-color: #dfdfdf;
  text-align: left;
  border-radius: 2px;
  border: 1px solid #5c5c5c;
  padding: 3px;
}

select.dropinput
{
  width: 257px;
}

/* required field validators */
.Required
{
  color: darkred;
  font-size: 12pt;
  font-weight: bold;
  vertical-align: bottom;
  padding: 0;
}

/* Login Styles overrides */

.LoginInput
{
  width: 375px;
}

.ChangePassword INPUT.LoginInput,
TABLE.tabSmLayout INPUT.LoginInput
{
  width: 450px;
}


TABLE.Login TR TD TABLE TR TD.LoginLabel,
TABLE.ChangePassword TR TD TABLE TR TD.LoginLabel
{
  padding-right:15px;
  padding-top:5px;
}

/* make username not obviously editable */
#ctl00_ContentPlaceHolder1_ChangePassword1_ChangePasswordContainerID_UserName
{
  border: 0px;
  color: black;
  font-weight: normal;
  font-family: Arial, Sans-Serif;
  font-size: 12pt;
  background-color: Transparent;
}


/* Remember Me check box text */
SPAN.RememberMe
{
  display: block;
}

SPAN.RememberMe INPUT
{
  font-size: 12pt;
  border: 1px solid #c8c9cb;
  background-color: #ffffff;
}
SPAN.RememberMe LABEL
{
  font-family: Arial, Sans-Serif;
  color: #333333;
  font-size: 10pt;
  padding-left: 12px;
}

/* registration check box text */
SPAN.chkNewsletter
{
  display: block;
}

SPAN.chkNewsletter INPUT
{
  font-size: 12pt;
  border: 1px solid #c8c9cb;
  background-color: #ffffff;
}
SPAN.chkNewsletter LABEL
{
  font-family: Arial, Sans-Serif;
  color: #333333;
  font-size: 10pt;
  font-weight:normal;
  padding-left: 12px;
}


/***********************************
  Buttons - blue with round
************************************/

.Button, 
.LoginButton, 
.ChPwdButtonA, 
.ChPwdButtonB, 
.ChPwdButtonC
{
  background-color: #2B4960;
  color: #ffffff;
  font-family: Arial, Sans-Serif;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border-top-color: #A6B4C0;
  border-right-color: #627788;
  border-bottom-color: #50687D;
  border-left-color: #627788;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 3px;
  border-radius: 6px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: 0px;
  float: right;
}

/* push the Login button back a bit */
.LoginButton
{
  margin-right: 6px;
  margin-top: 5px;
}
.ChPwdButtonA
{
  width: 170px;
  margin-bottom: 10px;
  margin-right: -275px;
  position: relative;
  float: right;
  margin-top: 0px;
}
.ChPwdButtonB
{
  width: 170px;
  margin-bottom: 10px;
  margin-right: 20px;
  float: right;
  margin-top: 0px;
}
/* Continue button after success */
.ChPwdButtonC
{
  width: 170px;
  margin-bottom: 10px;
  float: left;
  margin-top: 25px;
  margin-left:180px;
}

/* request new password email button */
#ctl00_ContentPlaceHolder1_butChangePass
{
  margin-right: 120px;
}

#ctl00_ContentPlaceHolder1_butChangePassEmail
{
  margin-right: 100px;
}


/*************************************************************************
'
' About box
'
'*************************************************************************/

.Aboutbox
{
  padding: 20px;
  width: 340px;
  border: 3px solid #CECFCE;
  background-color: #FCFCFF;
  text-align: center;
  color: #555555;
  font-size: 9pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 24px;
}

.Aboutbox a.valid, 
.Aboutbox a.valid:visited
{
  color: #007F00;
  font-size: 9pt;
}

.Aboutbox a.invalid, 
.Aboutbox a.invalid:visited
{
  color: #7F0000;
  font-size: 9pt;
}

.Aboutbox Table
{
  margin-left: 25px;
}
.Aboutbox table tbody tr td
{
  text-align: left;
}
.Aboutbox table tbody tr td.Label
{
  text-align: right;
}

/* Other Misc Text styles */

P
{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 10pt;
}

/* Error Text */
.ErrorText
{
  color: #333333;
  font-size: 11pt;
  font-family: Arial, Sans-Serif;
  margin:0px;
  text-overflow: wrap;
}


/* status text */
.status
{
  color: #333333;
  font-size: 11pt;
  font-family: Arial, Sans-Serif;
  display: block;
  width: 458px;
  text-overflow: wrap;
}

TD.Status
{
    padding-top: 25px;
}

SPAN.status
{
    margin-top:15px;
}

/* instructions for change password - also for validtaion, but in red*/
.instruction
{
  color: #333333;
  font-size: 11pt;
  font-family: Arial, Sans-Serif;
  width: 550px;
  text-overflow: wrap;
}


/* Disclaimer text */
p.disclaimer
{
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  color: #333333;
  font-style: italic;
  margin-bottom: 2px;
}

/* Sharepoint sites access */
TABLE.SPAccessTable
{
  margin-top: 25px;
}
TABLE.SPAccessTable TR TD
{
  padding-right: 3px;
  padding-left: 0px;
  font-size: 10pt;
  padding-bottom: 3px;
  padding-top: 3px;
  font-family: Arial, Sans-Serif;
}
TABLE.SPAccessTable TR TD A
{
  text-decoration: none;
  color: #333333;
  font-size: 10pt;
  padding-bottom: 3px;
  margin-left: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
TABLE.SPAccessTable TR TD A:hover
{
  background-color: #FFFACD;
  text-decoration: underline;
}
.ob_tree DIV TABLE TR TD
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}
.SPAccessPreText
{
  margin-bottom: 40px;
  font-size: 10pt;
  margin-top: 25px;
}

/* new Password expiration message on ChangePassword */
div.ChgPasswordExpiringMsg
{
  padding-top:15px; 
  padding-bottom:5px;
  padding-left:20px;
  padding-right:30px;
  margin-left:50px;
  margin-right:50px;
  font-size:11pt;  
}


