html{height:100%;}
body{font-size:12px; color:#333333; background-color:#f0f0f0; margin:0px; height:100%;}
body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input{font-family:verdana,helvetica,arial,sans-serif; font-size:12px;}
img{vertical-align: bottom; border: 0;}
a{text-decoration: none; color: #1291d3;}
a:hover{text-decoration: underline;}
a:focus {outline: none;}
.alpha:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)"; filter: alpha(opacity=69); -moz-opacity:0.69; -khtml-opacity: 0.69; opacity: 0.69;}
.iftsekosana a{color: #f0404b;}

.hidden{display: none;}
.bold{font-weight: bold;}
.red{color: #FF0000;}
.gray{color: #CCCCCC;}
.clear_left{clear: left;}
.login_hidden{display: none;}

.login_window{
    width:300px;
    height:278px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-139px 0 0 -150px;
}
.login_message{
    float: left;
    width: 100%;
    font-size: 11px;
    text-align: center;
    color: #FF0000;
    padding: 7px;
}
.login_inputs_table{
    border: 1px solid #CCCCCC;
    background: #ffffff;
    width: 100%;
    height: 138px;
    margin-bottom: 15px;
}
.login_inputs_table .title{padding-left: 10px;}
.login_inputs_table input[type=text], .login_inputs_table input[type=password]{float: right; margin-right:10px;}
.login_button{
    float: right;
    background: orange;
    color: white;
    border: none;
    padding: 5px 10px 5px 10px;
}
.login_inputs_first{
    padding-top: 20px;
    padding-bottom: 5px;
}
.login_inputs_second{
    padding-top: 5px;
    padding-bottom: 20px;
}
.login_inputs_third{
    background: #f0f0f0;
    padding: 5px;
}
.login_inputs_third label, .login_inputs_third input{ float: left; }
.login_inputs_third label{ padding: 5px; }
.login_links{
    float: left;
}
.login_language{
    float: right;
    margin: 10px 0 0 0;
}
.login_blocked{
    text-align: center;
    line-height: 20px;
}

.forgot_password_title{padding: 10px 10px 0 10px;}
.forgot_password_input{vertical-align: bottom; padding-bottom: 20px;}
.password_success{text-align: center;}
/* REGISTER */
.content{
    width: 1198px;
    min-height: 100%;
    height: 100%;
    margin: auto;
    background: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    display: table;
}
.login_form_buttons{
    float: right;
    clear: both;
    padding: 16px 15px 31px 15px;
}
/* BUTTONS */
.button{
    border-radius: 5px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 6px 15px 6px 15px;
    margin: 0 5px 0 5px;
    line-height: 14px;
    cursor: pointer;
}
.button:hover{text-decoration: none; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=69)"; filter: alpha(opacity=69); -moz-opacity:0.69; -khtml-opacity: 0.69; opacity: 0.69;}
.button_orange{background-image: url("../images/button_orange.png");}
.button_red{background-image: url("../images/button_red.png");}

.login_online{
    position: relative;
    clear: both;
    float: left;
    width:278px;
    height: 80px;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    background: #ffffff;
}
.login_online_status{
    display: none;
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: #F0F0F0;
    border-radius: 45px;
}
.login_online_status_green{background: #7dc523;}
.login_online_status_orange{background: #FF8600;}
.login_online_status_red{background: #FF0000;}

.login_green{color: #7dc523;}
.login_orange{color: #FF8600;}
.login_red{color: #FF0000;}
.login_gray{color: #CCCCCC;}
