html, body { 
    overflow: auto; 
    height: 100%; 
    margin: 0; 
    padding: 0; 
}

#container { 
    height: 100%; 
    overflow: auto; 
    position: relative;   
}

#divBar { 
    position: absolute;
    bottom: 0px;
    left: 20px;
    z-index: 999;
    width:95%;
    height: 35px;
    overflow: hidden;
    background: #C4C4C5 url('../file/style/konsort/bg_bottom3.gif');
}

#_FOOTERBAR {
    width: 100%;
    height: 38px;
    border: 0px;
}

.footerBar {  
    background: #fff;
    border: 1px solid #b5b5b5; 
    bottom: 0px; 
    padding-bottom: 0px;
    color: #999999; 
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

#leftBox {
    background: url('images/PNG/logo.png') no-repeat center;
}

.app_left {  
    color: #999999; 
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 5px; 
    padding-bottom: 5px; 
    display:inline;
}

.app_right { 
    padding-top: 5px; 
    padding-bottom: 5px; 
    display:inline;
}

.app_spacer {
    background: #fff;
    vertical-align:middle;
    font-size: 16px;
    padding-top: 5px; 
    padding-bottom: 7px;
    display:inline;
}

.app_img {
    border: 0px; 
    vertical-align:middle;
    padding-top: 5px; 
    padding-bottom: 5px; 
    display:inline;
}

.app_link {
    color: #fff;
    text-decoration: none;
    vertical-align:middle;
    display:inline;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}
    .menu_links .app_link {
        color: #999;
    }

.online {
    color: #33FF33;
}

.offline {
    color: #FF0033;
}

.menu_links{
    background-color: #FFFFFF;
}

.show_request{
    padding-top: 3px; 
    padding-bottom: 0px;
    font: 76% verdana, arial, sans-serif; 
    color: #6E00CC; 
}

.iframes_inv {
    width: 0px; 
    height: 0px; 
    border: 0px;
}

.action_buttons {
 	background:#E6CEF6 url('../file/style/konsort/bg_button.gif') repeat-x;
 	color:#B388CD;
 	border:1px #B388CD solid;
	font-weight: bold;
 	font-size:11px;
 	cursor:pointer;
 	padding: 0 0 2px;
 	text-transform: capitalize;
    text-decoration: none;
    height: 20px;
    width: 60px;
}

.action_buttons:hover {
 	background:#D7D7D7 url('../file/style/konsort/bg_button2.gif') repeat-x;
 	color:#6E00CC;
	border:1px #848383 solid;
}

.profile_link{
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #6E00CC; 
}
#div_chat {
    
}