/*
  hr_cyan:      #009EE0;
  hr_antracite: #3E3E3E;
  hr_gray:      #BABABA;
  hr_blue:      #005192;
  light blu bg  #F0F3F5;
  med blu bg    #E2E8EC;
  light gry bg  #F5F3F2;
  med gry bg    #EAE8E5;
  warm grey     #91877B;
  gry (link)    #909090;
  gry blu       #A0B4BF;
  font:         Verdana;
*/

body
{
    height:100%;
	width:100%;
	margin:0;
	padding:0;
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
}

#imgAscentLogo
{
    height:49px;
}

#imgHRLogo
{
    height:34px;
    padding:5px 0 0 0;
    cursor:pointer;
}


.NormalText  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	color: #3E3E3E;
}

.headerText  {
    font-weight:normal;
    font-size: 8pt;
    font-family:Veranda, Arial;
	color: White;
}

.RowTitle  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
    color: #3E3E3E;
    background-color: white;
}

.TableBody  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
    color: gray;
    background-color: white;
}

.LegalHeader  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	color: #3E3E3E;
}

.LegalText  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	color: #3E3E3E;
}

.LegalTextUnderline  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	text-decoration: underline;
	color: #3E3E3E;
}

.LegalLink  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	text-decoration: underline;
	color: #005192
}

.LegalLink:hover  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	text-decoration: underline;
	color: #BABABA;
}

.LogonLegalText  {
    font-weight:normal;
    font-size: 8pt;
    font-family:Veranda, Arial;
	color: #3E3E3E;
}

.LogonLegalLink  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	text-decoration: underline;
	color: #005192
}


.TermsContainer{
    width: 100%;
    height:65%;
    position: absolute;
    overflow:auto;
    top:150px;
    overflow-x: hidden; 
}


.Terms
{
    width:500px; 
	margin-left:auto; 
	margin-right:auto;
}

.Agreement
{
	height:150px; 
	overflow:auto; 
    border:1px solid #BABABA;
    padding:5px 5px 5px 5px;
	background-color:white;    
    font-weight:normal;
    font-size: 8pt;
    font-family:Veranda, Arial;
    color: #3E3E3E;
}

.AgreementLegal  {
    font-weight:normal;
    font-size: 8pt;
    font-family:Veranda, Arial;
	color: #3E3E3E;
}

.button {
    border: .05em solid #005192;
    color: #005192;
    background-color: white;
    font-weight:normal;
    font-size: 8pt;
    font-family:Veranda, Arial;
    height:35px;
}

.button:active {
    border: .05em solid #005192;
    color: white;
    background-color: #005192;
}

.button:hover {
    border: .05em solid #005192;
    color: white;
    background-color: #005192;
}

input {
    border: .05em solid #91877b;
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
}

.inputBox {
    width:99%; 
    padding: 10px 0px 10px 10px;
}

a {
    text-decoration:none;
}

a:active  {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:visited  {
	text-decoration:none;
}

.linkText  {
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
	color : White;	
}

.link {
    font-weight:normal;
    font-size: 8pt;
    font-family:Veranda, Arial;
    color: #3E3E3E;
}

.link:hover {
    text-decoration: underline;
}

.footer {
    background-color: #005192;
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
    color: white;
}

.header {
    background-color: #005192;
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
    color: white;
}

.copyright  {
    font-weight:normal;
    font-size: 8pt;
    font-family:Veranda, Arial;
	color: White;	
}

.line
{
    background-color: #BABABA;
    font-weight:normal;
    font-size: 10pt;
    font-family:Veranda, Arial;
}

/*.center-div
{
    width: 100%;
    height: 50%;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/

.center-div
{
    width: 100%;
    position: absolute;
    overflow:auto;
    top:150px;
    overflow-x: hidden;    
}