/*Start of toplogin mini-login on banner*/

#toplogin 
{
    font-size: 13px;
    position:absolute;
    float:right;
    padding-right:5px;
    top:5px;
    right:2px;
    overflow:visible;
    line-height:13px;
    max-height:110px;
	max-width:160px ;
	z-index:1000; 
}
#toplogin .titletext, .linklabel{
    color:white;
    font-size:13px;
    text-align:center;
}
#toplogin .label
{
    font-size:12px;
	color:#FFFFFF;
	text-shadow: 0px 0px 1px #000000;
}
#toplogin a
{
    font-size:12px;
}
#toplogin .textbox
{
    color:black;
    height: 20px;
    margin: 2px 0px 2px 0px;
    width: 120px;
}
#toplogin input[type=submit]
{
    color: white;
	width:120px;
    height:20px;
    background-color: #0086b3;
    margin:0px 6px 3px 0px;
}
#toplogin .mini-login
{
	width:90%;
    float:right;
    margin-top: 3%;
    text-align:center;
    border: solid 1px;
    border-color: blue;
}

 
 #toplogin .password-recovery
{
     float:right;
     padding-right:10px;
}
#toplogin .change-password
{
    line-height:10px;
    padding-top:6px;
    overflow:visible;
}

 
#toplogin .user-info
{
    line-height:10px;
	color:#000000;
	text-shadow: 0px 0px 2px #000000;
    float:right;
    border: solid 1px;
    border-color: blue;
    width: 180px;
}
#toplogin .user-info a
{
    line-height:1.5px;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #253fce;
}
#toplogin .user-info ul
{
    color:#FFFFFF;
	text-shadow: 0px 0px 1px #000000;
    list-style: none;
    margin:0;   
    padding: 0;
    overflow: hidden;
}
#toplogin .user-info li
{
    color:#FFFFFF;
	text-shadow: 0px 0px 1px #000000;
    margin: 0;
    padding-top: 1px;
    line-height:1.5;
}
#toplogin .user-info .avatar
{
    float:left;
    width:70px;
    height:95px;
}
#toplogin .user-info .avatar-img
{
    max-width:70px;
    max-height:95px;
}
/*End of toplogin mini-login*/





.panel-login {
    margin-top:2%;
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.table-login
{
    margin: auto;
    width: 80%;
}

.password-recovery {
    margin: 0px auto;
    line-height: 12px;
    font-size: 12px;
    overflow: visible;
}
.change-password {
    margin: 0px auto;
    line-height: 12px;
    font-size: 12px;
    overflow: visible;
}


.user-info {
    margin: auto;
}

 .user-info a
{
    font-size:14px;
    padding-top: 1px;
    line-height:1.0;
}

 .user-info .avatar-img
{
    max-width:160px;
}
 .user-info .exclamation
{
     color:green;
    background: url("images/icon-alert.gif") no-repeat left center; 
    display:block; 
    width:120px; 
    height:16px; 
    padding-left:22px; 
    text-align:left;    
}
 .user-info .username a{
     color:white;
 }

.login-title
{
    margin: 5px 5px 5px 5px;
    text-transform:uppercase;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
}
.recovery-title{
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #1CA347;
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
}
.login-failed{
    font-size:13px;
    text-align: center;
    color: red;
}
