﻿body 
{
    font-size:12px;
}
h1 { font-size:22px}
h2 { font-size:18px; text-align:center;}
h3 { font-size:16px; text-align:center;}
img{ border:0px;}

/*Login and Password Table*/

Table#Login td {font-size:14px;}
Table#Login tr.center { text-align:center;}
Table#Password td {font-size:14px;}
Table#Password tr { text-align:center;}

/* END of Tables */
/*Divs */
#login_header {padding:1em; font-size:12px; }

#login_header_text{
    position: absolute;
    left:285px;
    top :32px;
    font-size:22px;
    font-weight:bold; }
#login_location
{
    position: absolute;
    left:130px;
    top :215px; }
/*.login_help {

        position: absolute;
    left:245px;
    top:340px; }*/
.password_help {

        position: absolute;
    left:125px;
    top:195px; }

#school_language_selection {
    position: absolute;
    left:300px;
      text-align:center;
    top :220px; }


#password_location
{
    position: absolute;
    left:180px;
    top :220px; }   
#password_message
{
    font-size:14px;
    color:Red;
    font-weight:bold;
    padding: 1%;
    text-align:center;
    }
#password_message a
{
    color:Red;
    text-decoration:underline;
    }
#password_message a:hover
{
    color: Black;
    }
    
.return a
{
    color:black;
    text-decoration:underline;
    }
        
.return a:hover
{
    color:#5884C3;
    text-decoration:underline;
    }
#wrapper_login
{
    border-style: solid;
    border-width: thin thin 15px thin;
    border-color: #F8981D;
    font-size: small;
    position: relative;
    width: 700px;
    height: 415px;
    margin-left: auto;
    margin-right: auto;
}
#login_haz
{ 
    position: absolute;
    top: 320px;
    left: 10px;
    width: 160px;
    height: 63px;
}
#login_pda
{ 
    position: absolute;
    top: 320px;
    left: 535px;
    width: 136px;
    height: 57px;
}
#footer
{
    position: absolute;
    top: 390px;
    left:260px;
    text-align:center;
    font-size:10px;
}
/* Classes & Links */
.position{ text-align:center;}
.classFooter{font-size: smaller;font-weight: bold; font-family: 'MS Sans Serif',Arial, Helvetica, sans-serif;}
.Pda {color: #000000;text-decoration:none;}
.Pda:link {	color: #000000;}
.Pda:hover {color: #109BD6; text-decoration:underline;}
.help{color: #F8981D;text-decoration:none;}
.help:hover {text-decoration:underline;}
.error{color: #F8981D; font-size:x-large;}
/* Help Page */
.helppage{font-size:14px;}
.forgotText{ font-size:16px; text-align:left; margin:5px; padding:5px; font-weight:bold;}