#container {
    width:100%;
    height:100%;
}
a {  
    cursor: pointer;  
    text-decoration:none;  
}
/*------------Popup styles --------------*/

#popup_box { 
    display:none;
    position:fixed; 
    height:100px;  
    width:300px;  
    background: #fff;  
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    z-index:100;     
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px;
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}
#popupBoxClose { 
    background: #369;
    color: #fff;
    padding: 10px;
    margin: -15px -15px 10px -15px;
    display: block;
    position: relative;
    text-align: right;
}
#popupBoxClose #countDown {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #369;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}

#SesionOutCounter
{
     color: #5c5c5c;
}
#SesionSek
{
     color: #3a3a3a;
}

.labelSession
{
	color: #3a3a3a;
	float: right;
	display: inline;
	font-weight: normal;
}
 .userName {
        display: none;
        visibility: hidden;
    }