﻿#detailNag
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3400px;
    z-index: 10;
}

#nagBackground
{
    position:relative;
    background-color: #fff;
    width: 100%;
    height: 3400px;
    z-index: 5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    opacity: .65;
    -moz-opacity: .65;
    -khtml-opacity: 0.65;
}
#nagBody h2
{
    font: 16px Verdana;
}
#nagBody
{
    position:relative;
    background-color: #fff;
    color: #3c3c3c;
    width: 700px;
    height: 385px;
    padding: 25px;
    font-family: Verdana;
    font-size: 12px;
    border: solid 7px #000;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    margin-left:auto;
    margin-right:auto;
    margin-top:-3300px;
    margin-bottom:auto;
    z-index:100;
    display: none;
}

#nagBody a
{
    text-decoration: none;
}
#nagBody input
{
    padding: 2px;
    margin: 3px;
    font-size: 9pt;
}
#nagBody input.btnOK
{
    width: 90px;
    height: 21px;
    border: solid 1px #fff;
    background-color: #32cd32;
    text-align: left;
    cursor: pointer;
}
#nagBody input.btnRegister
{
    width: 90px;
    height: 21px;
    border: solid 1px #fff;
    background-color: #ffff00;
    text-align: left;
    cursor: pointer;
}
#nagBody input.btnForgot
{
    width: 90px;
    height: 21px;
    border: solid 1px #fff;
    background-color: #87cefa;
    text-align: left;
    cursor: pointer;
}


#closeBtn
{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    height: 35px;
    min-height:35px;
    min-width:35px;
    background-image: url('/img/nagclosebtn.gif');
    cursor: pointer;
}

label.nagwmark
{
    font-style: italic;
    font-weight: normal;
    font-size: 11pt;
    color: #800000;
    line-height: normal;
    padding: 2px;
}
label.nagforgotwmark
{
    font-style: italic;
    font-weight: normal;
    font-size: 11pt;
    color: #000;
    line-height: normal;
    padding: 2px;
}


#nagBody .left
{
    float: left;
    width: 390px;
    overflow: hidden;
    border-right: 1px solid #ccc;
}
#nagBody .right
{
    margin-left: 10px;
    float: left;
}

#nagBody .container .fields_container
{
    margin-bottom: 20px;
}

#nagBody .container h2
{
    font-size: 19px;
    margin-bottom: 20px;
}

#nagBody .container .right .actions
{
    width: 140px;
    overflow: hidden;
}

#nagBody .container .left p
{
    margin-top: 20px;
}

#nagBody .container .right .actions
{
    width: 156px;
    overflow: hidden;
}

#nagBody .container .right .actions .loginok
{
    margin-right: 16px;
}

#nagBody .container .actions .forgot_password_btn
{
}


#nagBody .container .actions input
{
    float: left;
}

#nagBody .red
{
    color: Red;
}

#nagBody ul
{
    padding: 0;
    padding-left: 0px;
    vertical-align: middle;
}

#nagBody td input
{
    width: 150px;
    font-size: 10px;
    padding: 3px;
    vertical-align: middle;
}

#nagBody td .ForgotEmail
{
    width: 150px;
    font-size: 10px;
    padding: 3px;
    vertical-align: middle;
}



.generic_dialog
{
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 105;
}

.generic_dialog_popup
{
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 140px;
}

#forgotPasswordSent, #forgotPasswordFailed, #registerSuccessfull
{
    background-color: #fff;
    color: #3c3c3c;
    width: 400px;
    height: 100px;
    padding: 25px;
    font-family: Verdana;
    font-size: 15px;
    border: solid 7px #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: .90;
    -khtml-opacity: 0.90;
    opacity: .90;
    display: none;
    text-align: center;
}

#forgotPasswordSent span
{
    color: Green;
    font-size: 25px;
}

#forgotPasswordFailed span
{
    color: Red;
    font-size: 25px;
}

#registerSuccessfull img
{
    vertical-align:middle;
}

#registerSuccessfull
{
    width:700px;
    height:500px;
}

#registerSuccessfull h2
{
    font-size: 22px;
}
.tabmenu a
{
    margin-right:1px;
}
