﻿body
{
    background-color: #143852;
    font-family: Verdana;
    font-size: 10px;
}

#loadingBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

	z-index: 499;
	background-color: Gray;
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#loadingPanel
{
    display: block;
    position: absolute;
    width: 120px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -50px;
    z-index: 500;
}

#loadingPanel .box
{
    position: relative;
    background: #ffffff; 
}

#loadingPanel .boxtop { 
  background: url(../images/loading/ne.gif) no-repeat top right; 
}
#loadingPanel .boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/loading/nw.gif) no-repeat top left; 
}
#loadingPanel .boxbottom { 
  background: url(../images/loading/se.gif) no-repeat bottom right; 
}
#loadingPanel .boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/loading/sw.gif) no-repeat bottom left; 
}
#loadingPanel .boxcontent {
  padding: 0px 10px 0px 10px;
}


.panelCreateAccount
{
    display: block;
    width: 449px;
    height: 472px;
    background-color: #7787AB;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -236px;
}

#LoginFrame
{
    display: block;
    width: 700px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -350px;
    margin-top: -20px;
}

#LoginFrameOLD
{
    display: block;
    width: 449px;
    height: 522px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -225px;
    margin-top: -20px;
}

#LoginFrame #Logo
{
    display: block;
    margin: 0px auto 0px auto;
    width: 317px;
    height: 88px;
    background-image: url(../images/logo.gif);
}

#LoginFrame #ArtsCredits
{
    display: block;
    position: absolute;
    top: 600px;
    left: 0px;
    width: 700px;
    height: 88px;
    color: #fff;
    font-family: Comic Sans MS, Verdana;
    font-size: 12px;
    text-align: center;
}

#LoginFrame #ArtsCredits a
{
    color: #77B5C4;
}

.panelLogin
{
    display: block;
    position: absolute;
    top: 50px;
    width: 700px;
    height: 600px;
    background-image: url(../images/login/frame.gif);
}

.panelLoginInside
{
    display: block;
    position: absolute;
    top: 60px;
    left: 125px;
    width: 700px;
    height: 600px;
}


.panelLoginOLD
{
    display: block;
    position: absolute;
    top: 90px;
    width: 449px;
    height: 472px;
    background-image: url(../images/login/frame.gif);
}

#maintenance
{
    display: block;
    position: absolute;
    top: 38px;
    left: 29px;
    width: 399px;
    height: 411px;
    background-image: url(../images/maintenance.gif);
    background-repeat: no-repeat;
    z-index: 300;
}

#maintenance_reason
{
    display: block;
    position: absolute;
    top: 300px;
    left: 30px;
    width: 320px;
    height: 100px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.divLine
{
    display: block;
    clear: both;
    margin: 5px auto 5px auto;
    width: 330px;
}

.lblError
{
    display: block;
    clear: both;
    margin: 5px auto 5px auto;
    width: 330px;
    color: Red;
    font-family: Verdana;
    font-size: 10px;
    background-color: #ffffff;
    padding: 2px 2px 2px 2px;
    text-align: center;
}

.lblMessage
{
    display: block;
    clear: both;
    margin: 5px auto 5px auto;
    width: 330px;
    color: Green;
    font-family: Verdana;
    font-size: 10px;
    background-color: #ffffff;
    padding: 2px 2px 2px 2px;
    text-align: center;
}

.divCell
{
    float: left;
    width: 100px;
    font-weight: bold;
    text-transform: uppercase;
}

.divCellRememberMe
{
    float: left;
    width: 100px;
    font-style: italic;
}

.txt
{
    font-family: Verdana;
    font-size: 10px;
    width: 200px;
}

.chk
{
    font-family: Verdana;
    font-size: 10px;
}

.btnLogin
{
    display: block;
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px auto 5px auto;
    width: 100px;
}

.btnLogAsGuest
{
    display: block;
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px auto 5px auto;
    width: 100px;    
}

.btnCreateAccount
{
    display: block;
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px auto 5px auto;
    width: 200px;
    font-weight: bold;
}

.btnDoCreateAccount
{
    display: block;
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px auto 5px auto;
    width: 200px;
    font-weight: bold;
}

.btnCancel
{
    display: block;
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px auto 5px auto;
    width: 200px;
    font-weight: bold;
}

.btnSendPassword
{
    display: block;
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    width: 200px;    
    margin: 5px auto 5px auto;
}

.btnForgotPassword
{
    display: block;
    clear: both;
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px auto 5px auto;
    width: 200px; 
}

.lblAvatarID
{
    display: block;
    font-family: Verdana;
    font-size: 8px;
}

.bodypartlabel
{
    display: block;
    float: left;
    width: 50px;
    text-align: left;
}

#loginbox
{
    display: block;
    position: absolute;
    top: 80px;
    left: 70px;
    width: 350px;
    height: 100px;
}

#btnLogin
{
    display: block;
    position: absolute;
    top: 200px;
    left: 120px;
    width: 213px;
    height: 46px;
    background-image: url(../images/login/btnlogin.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

#btncreateaccount
{
    display: block;
    position: absolute;
    top: 280px;
    left: 120px;
    width: 213px;
    height: 46px;
    background-image: url(../images/login/btncreateaccount.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}

#btnguest
{
    display: none;
    position: absolute;
    top: 360px;
    left: 120px;
    width: 213px;
    height: 46px;
    background-image: url(../images/login/btnguest.gif);    
    cursor: pointer;
    background-repeat: no-repeat;
}

#lblLogin
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 81px;
    height: 25px;
    background-image: url(../images/login/login.gif);
    background-repeat: no-repeat;
}

#lblPassword
{
    display: block;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 81px;
    height: 25px;
    background-image: url(../images/login/password.gif);
    background-repeat: no-repeat;
}

#txtUsername
{
    display: block;
    position: absolute;
    top: 0px;
    left: 100px;
    width: 200px;
    height: 15px;
    border-style: solid;
    border-color: #000;
    padding-left: 5px;
    font-size: 10px;
}

#txtPassword
{
    display: block;
    position: absolute;
    top: 35px;
    left: 100px;
    width: 200px;
    height: 15px;
    border-style: solid;
    border-color: #000;
    padding-left: 5px;
    font-size: 10px;
}

#forgotpassword
{
    display: block;
    position: absolute;
    top: 58px;
    left: 135px;
    width: 125px;
    height: 18px;
    background-image: url(../images/login/forgotpassword.gif);
    cursor: pointer;
}

