/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	Classes for toolbars.

*/

.tbContainer , .tbContainerFloat
{
    background-color:White;
    background-image: url(Images/toolbarBgH.gif);
	background-repeat: repeat-x;
	border-collapse: collapse;
	margin-bottom: 0px;
	vertical-align:top;
	top : 0px;
}

.tbContainerFloat
{
    border-bottom:2px solid #195BA4;
    margin-bottom:3px !important;
    position:fixed;
    /* top:0px; */
    width:100%;
    z-index:500;
}

.tbContainerFloatSpacer
{
    height:46px;
}

.tbContainer > div.tbRight, .stInfoBox > div.tbRight, .tbRightParent > div.tbRight
{
    float: right !important;
}