#stafftoolbar
{
    font-size:0.9em;
    font-family:verdana;
    z-index:1000001;
    position:fixed;
    top:0px;
    left:0px;
    padding:0px;
    border:1px solid #000;
    background-color:#66F0F0;
    text-transform:uppercase;
}


#stafftoolbar .staffbarpane, #stafftoolbar .toolbarDetail
{
    float:left;
    height:2.5em;
    vertical-align:middle;
}

#stafftoolbar .staffbarpane
{
    padding:0.5em;
}

#stafftoolbar a
{
    background:url(/images/StaffToolbar/stafflink.gif) no-repeat scroll 2px 50%;
	padding-top:0.2em;
	padding-bottom:0.2em;
    padding-left:10px;
    text-decoration:none;
    font-weight:bold;
    font-size:0.95em;
    color:#333;
    display:block;
}

#stafftoolbar span, #stafftoolbar a
{
    position:relative;
    top:0.2em;
}

#stafftoolbar a:hover
{
    color:#000;
	text-decoration:underline;
}

#stafftoolbar h4
{
    margin:0;
    font-size:1em;
}

#stafftoolbar .toolbarDetail.noncsa .modeSwitchPane
{
    line-height:2.5em;
}

#stafftoolbar .allowancePane
{
    background-color:#CFC;
}

#stafftoolbar .unavailablePane
{
    background-color:#FE596A;
    color:#FFF;
}

#stafftoolbar .unavailablePane a
{
	background-color:#66F0F0;
}

#stafftoolbar .toolbarToggle
{
    width:20px;
    padding:0.5em 0em;
    text-indent:-1000px;
    font-weight:bold;
    font-family:Comic Sans MS,cursive;
    background:url(/images/StaffToolbar/staffbaron.gif) no-repeat scroll 50% 50%;
}

#stafftoolbar .toolbarToggle.collapsed
{
    background-image:url(/images/StaffToolbar/staffbaroff.gif);
}