/* Start of CMSMS style sheet 'ITC - Dock' */
.dock
{
width: 310px;
float: right;
margin-top: -10px;
margin-right: 10px;
}

.dockHeader{
    background-color:#012e65;
    color: #fff;
    font-size:9pt;
    font-weight:700;
    padding-left:5px;
    height: 22px;
}

.dockArea
{
float: right;
width: 300px;
}

.textArea
{
float: left;
width: 300px;
}

.textArea a
{
color: white;
}

.dock-container
{
position: relative;
top: -11px;
height: 50px;
padding-right: 20px;
}
  
a.dock-item
{
display: block;
width: 50px;
position: absolute;
bottom: 0;
text-align: center;
text-decoration: none;
color: #333;
}

.dock-item span
{
display: none;
padding-left: 20px;
white-space: pre;
text-align: center;
}

.dock-item img
{
border: 0;
margin: 5px 10px 0px;
width: 100%;
}
/* End of 'ITC - Dock' */

