﻿.LoginHeader
{
    width : 100%;
    height : 28px;
    padding : 3px 0 0 0;
    background-color : #514338;
    border-bottom : solid 1px #000;
    color : White;
}

.LoginInnerHeader
{
    margin : 0 auto;
    width : 919px;
    color : White;
    font-family: Verdana, Times New Roman;
    padding : 1px 0 0 0;
}

.LoginInnerHeader a
{
    font-size: 1.9em;
    color: #FFFFFF;
    text-decoration: none;
}

.LoginInnerHeader a:hover
{
    text-decoration: underline;
    color : #000000;
}

.LoginInnerHeader h1
{
    font-size : 1.9em;
    font-weight : normal;
    color : White;   
}

.UNLabel
{
    font-size : 1.7em;
    font-weight : normal;
}

.WelcomeLabel
{
    font-size : 1.9em;
    font-weight : normal;
}


.UNTextBox
{
    font-size : 1.9em;
    font-weight : normal;
}

.RememberMe
{
    font-size : 1.7em;
}

.LoginButton
{
    font-size : 1.8em;
}


/* SLIM LOGIN */
.slimLogin
{
}

.slimLogin h1
{
  color : #AF6700;
  width : 95%;
  padding: 3px;
  font-size: 1.3em;
  text-align: center;
  font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
  font-weight : normal;
  border-bottom : 2px solid #fff;
  margin: 0 0 7px 0;
}


.slimLogin h2
{
  color : #AF6700;
  width : 95%;
  padding: 3px;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  border : 1px solid #fff;
  background-color : #fff;
  font-family : Helvetica, Arial, Sans-Serif;
  margin : 0;
}

.slimLogin h3
{
  color : #000000;
  width : 95%;
  padding: 4px;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  /*border-bottom : 1px solid #DFDFDF;*/
  font-family : Helvetica, Arial, Sans-Serif;
}

.slimLogin h4
{
  color : #000000;
  width : 95%;
  padding: 4px;
  font-size: .9em;
  font-weight: normal;
  text-align: center;
  /*border-bottom : 1px solid #DFDFDF;*/
  font-family : Helvetica, Arial, Sans-Serif;
}

.slimLogin a
{
    text-align : right;
    font-size :1.1em;
    color : #0066CC;
    text-decoration : none;
}

.slimLogin a:hover
{
    text-decoration : underline;
    color : #A66D1B;
}
