/* CSS Document collapses the tools area */







/* Setting widths */

#informationHeader,
#informationBody  {
width:85%;
}


#toolsHeader,
#toolsBody {
width:14.9%;
}


#toolsExpanded {
display:none;
}

#toolsCollapsed {
display:block;
width:100%;
overflow:hidden;
}



/* Modyfying some objects in the tools area */

.TabbedPanels .edit {
display:block;
margin-left:0px;
margin-bottom:2px;
}

#user img {
display:none;
}

