﻿#ALS_Popup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/ /*height: 384px;*/
    width: 500px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2; 
    padding: 25px;
    padding-right: 12px;
    font-size: 13px;
}
#ALS_Popup h1
{
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    text-align: left;
    color: #8cb809;
    font-size: 22px;
    font-weight: 700;
}
.ALS_Popup_Close
{
    font-size: 12pt;
    float: right;
}
#ALS_Background
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}
.ALS_TButton
{
    background-color:#DBD8D1;
    color:#D01F00;
    width: 70px;
    padding:7px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: center;
    cursor: pointer;
}
.ALS_TButton_on
{
    background-color:#D01F00;
    color:#FFFFFF;
    width: 75px;
    padding:7px;
    margin-right: 5px;
    font-weight: bolder;
    display: inline-block;
    float: left;
    text-align: center;
    cursor: pointer;
}
.ALS_Tab
{
    width: 500px;
    float: left;
    display: inline-block;
}
.ALS_Tab_Header
{
    width: 500px;
    float: left;
    display: inline-block;
}
.ALS_Tab_Content
{
    width: 500px;
    float: left;
    display: inline-block;
}
.ALS_Tab_Content a
{
    float: left;
    display: inline-block;
    cursor: pointer;
}
#ALS_Login
{
    cursor: pointer;
}
#ALS_Signup
{
    cursor: pointer;
}
.ALS_Tab_Footer
{
    width: 487px;
    margin-top: 10px;
    padding-top: 5px;
    border: none;
    border-top: solid 1px #DBD8D1;
    float: left;
    display: inline-block;
}
.ALS_Tab_Footer a
{
    float: left;
    font-size: 12pt;
    cursor: pointer;
}
.ALS_Tab_Title
{
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bolder;
    color: #131313;
}
.ALS_Tab_Input
{
    margin-bottom: 5px;
    float: left;
    width: 500px;
}
.ALS_Tab_Input input
{
    padding: 5px;
    width: 470px;
}
.ALS_Tab_Input span
{
    color: Red;
}
.ALS_Tab_Submit
{
    width: 100%;
    float: right;
    text-align: right;
    padding-top: 10px;
}
.ALS_Tab_Submit a
{
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    padding: 0px;
    margin-right: 17px;
    float: right;
}
.ALS_Tab_Icon
{
    margin-top: 20px;
    margin-bottom: 5px;
}
.ALS_Tab_Icon img
{
    cursor: pointer;
}
.ALS_Messages
{
    width: 100%;
    float: left;
    color: Red;
}
.ALS_TopPanel
{
    padding-top: 6px;
    float: right;
}
.ALS_TopPanel a
{
    cursor: pointer;
}
.ALS_TopPanel_Images
{
    width: 200px;
    padding-top: 3px;
    float: left;
}
.ALS_Icon
{
    max-width: 20px;
    max-height: 20px;
    margin: 1px;
    cursor: pointer;
}
.ALS_Icon_On
{
    max-width: 20px;
    max-height: 20px;
    margin: 1px;
}
.ALS_IconLeftMargin
{
    max-width: 20px;
    max-height: 20px;
    margin: 1px;
    margin-left: 7px;
    cursor: pointer;
}
#ALS_TopPanel_Image_Avatar
{
    max-width: 20px;
    max-height: 20px;
    margin: 1px;
    margin-left: 7px;
    cursor: default;
}
.ALS_Button
{
    padding: 0px;
    margin: 0px;
}
