/*! Licensed Materials - Property of HCL Technologies Limited.
    (c) Copyright HCL Technologies Limited 2007, 2020.  All Rights Reserved.
    
This CSS was built on August 16 2012. (version: OneUI-3.0.3_20120816-1522)
these are the styles for the docked footer (layout)
companion files: zDeprecated_footerDocked.css / zDeprecated_footerDockedTheme.css
companion files: zDeprecated_footerDockedRTL.css / zDeprecated_footerDockedThemeRTL.css*/
/*** D O C K E D   F O O T E R ***/
/*this sits at the bottom of the UI and shows your online status. It also lets you communicate using Sametime*/



.lotusui30 .lotusFooterDocked .lotusInlinelist li a {
  outline:1px solid #000;
   border-color:#5a5b5c;
   background:#2d3033;
  
	background:-moz-linear-gradient(#4b4d51, #2d3033);
  
	background:-webkit-gradient(linear, left top, left bottom, from(#4b4d51), to(#2d3033));
}

.lotusui_ie .lotusui30 .lotusFooterDocked .lotusInlinelist li a {
  border-color:#000;
}


/***********************************************************/