/* 
    Document   : login
    Created on : 10.12.2011, 15:05:30
    Author     : xzavrel
    Description:
        Purpose of the stylesheet follows.
*/

body {
    text-align: center;
    padding-top:20px;
    padding-left:10px;
    padding-right: 10px;
}

/*------ Reset CSS Properties ------ */
#navbar ul, #navbar li,
#navbar form,
#navbar button {
    border:0; margin:0;padding:0; list-style:none;
}

#navbar li a{
    margin:0 6px;
    text-decoration:none;
    color:#000000;
    font-weight:bold;
    border-bottom:dotted 1px #000000;
}

.chipInput {
    opacity:0; 
    filter:alpha(opacity=0); 
    width: 1px;
}

.chipLogin {
    background:#3c3c3c; 
    border:solid 1px #666666; 
    color: #ffffff; 
    width: 550px; 
    padding: 15px;
    font-size:20px;
    font-weight:bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

/*------ Layer with Register and Login Section ------ */
#login_menu{
    background:#FFFFFF;
    border:solid 1px #666666;
    width:300px;
    padding:7px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    line-height:18px;
    right: 0px;
    z-index: 10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.login_menu {
    position:absolute;
    float:right;
}

#login_button{
    background:#3c3c3c;
    border:solid 1px #666666;
    width:200px;
    padding:10px;
    color:#FFFFFF;
    position:absolute;
    float:right;
    font-weight:bold;
    font-size:14px;
    line-height:18px;
    top: 50px;
    right: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jidelnicek {
    border: 1px solid #DDDDDD; 
    background-color: #FFFFFF; 
    position: relative; 
    max-width: 1260px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jidelnicekWeb {
    margin-right: 300px;
    min-height: 200px;
}

.jidelnicekDen {
    margin: 5px; 
    background-color: #F1F1F1;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.noMenu {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 200px;    
}

#login_menu li{
    padding-top:5px;
    padding-top:5px;
    text-align:right;
}

#signup-user-col{
    background-color: #3c3c3c;
    padding-left:20px;
    height:160px;
    width:285px;
    padding: 8px;
    //float:left;
    line-height:10px;
    text-align:right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}
/*------ Spacer ------ */
.spacer{clear:both; height:1px;}

a.open, a.close {
    height: 30px;
    line-height: 30px !important;
    padding-right: 25px !important;
//    padding-bottom: 5px;
    cursor: pointer;
    width: 150px;
    top: 5px;
    color:#FFFFFF;
}

a div.open, a.open {background: url(../img/bt_open.png) no-repeat right 0;}
a.close {background: url(../img/bt_close.png) no-repeat right 0;}
a:hover div.open, a:hover.open {background: url(../img/bt_open.png) no-repeat right -19px;}
a:hover.close {background: url(../img/bt_close.png) no-repeat right -19px;}

div.xfopen { float:right; width:20px; height:20px; position:relative; top:60px; right:9px; z-index:9;  }