 /*  
margin and padding must be 0, 
otherwise, you have to set it in jQuery 
*/  
body {  
margin:0;   
padding:0  
}  


#container_footer{
position: fixed;
bottom:0px;
padding: 0px;
margin: 0px;
padding-bottom:1px;
z-index: 1999;
}

#divBar { 
position: fixed;
bottom:0px;
height: 28px; 
z-index: 999;
padding: 0px;
margin: 0px;
padding-bottom:1px;
width:96%;
left:2%;
}

.footerBar { 
background-color: #e5e5e5; 
background: url('images/background.gif');
border: 1px solid #b5b5b5; 
padding: 0px;
margin: 0px;
color: #444444; 
font-family: verdana, arial, sans-serif;
font-size: 12px;
height: 28px;
}

.app_left {  
color: #444444; 
font-family: verdana, arial, sans-serif;
font-size: 11px;
padding-left: 10px;
padding-top: 2px; 
padding-bottom: 2px; 
display:inline;
}

.app_right { 
padding-top: 2px; 
padding-bottom: 2px; 
display:inline;
}

.app_spacer {
background: url('images/spacer.gif') center center no-repeat;
vertical-align:middle;
font-size: 16px;
padding-top: 2px; 
padding-bottom: 2px;
display:inline;
}

.app_img {
border: 0px; 
vertical-align:middle;
padding-top: 2px; 
padding-bottom: 2px; 
display:inline;
}

.app_link {
color: #444444; 
text-decoration: none; 
vertical-align:middle; 
display:inline;
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 11px; 
}

.online {
color: #33FF33;
}

.offline {
color: #FF0033;
}

.menu_links{
background-color: #FFFFFF;
}

.show_request{
padding-bottom: 0px;
font: 76% verdana, arial, sans-serif; 
color: #444444; 
}

.iframes_inv {
width: 0px; 
height: 0px; 
border: 0px;
}

.action_buttons {
background-color: #EFEFEF;
border: 1px solid #84B2DE;
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
height: 20px;
cursor: pointer;
vertical-align:middle;
padding:2px;
margin:2px;
}

.profile_link{
font-family: verdana, arial, sans-serif;
font-size: 12px;
text-decoration: none;
color: #444444; 
}



ul.pub { /* that's your list */
font: bold 11px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.pub li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.pub a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 11px Verdana;
margin: 0 0 0 0;
} 
ul.pub span {
margin: 0 10px 0 0;
}
