@CHARSET 'utf-8';

/* #cmsToolbar:BEGIN */
#appToolbar { z-index: 1000; font-family: Arial; font-size: 12px; background-color: #e6e6e6; padding: 5px 10px; position: fixed; bottom: 0px; left: 0px; border: 1px solid #aaa; border-width: 1px 1px 0px 0px; opacity: 0.4; filter:alpha(opacity=40); /*-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;*/ }
#appToolbar:hover { background-color: #dadada; border-color: #888; opacity: 0.9; filter:alpha(opacity=90); }
#appToolbar div.item { padding: 2px 8px 0px 8px; float: left; }
#appToolbar div.item.pid { font-weight: bold; text-align: center; color: #2d74c1; padding-top: 12px; }
/* #cmsToolbar:END */