html, body, #page-wrapper, #page-content
{
  margin: 0;
  padding: 0;
}

body      
{
  background : url(/images/bkg2.png) fixed round;
}

#page_wrapper
{  
}

#page_content 
{
  min-height: calc(100vh - 60px);
  padding: 5px;
}

.error_msg
{
  color: red;
}

#shortcuts
{
  height: 100%;
  min-width: 101px;
  #display: inline-block;
  position: fixed;
  right: 0px;
  min-height: 101px;
}

#shortcuts_container
{
  height: 100%;
  padding-left: 0px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin-left: 1px;
  background: url(/images/menu/menu2_bkg.png) repeat;
}

.shortcuts_link 
{
  padding: 2px; 
  display: block; 

  text-decoration: none; 
  height: 20px;
  color: #FFFFFF;
  
  white-space:nowrap;
}

.shortcuts_link:hover 
{  
  background: url(/images/menu/Menu_Item_H.png) repeat; 
  color: #000000;  
}

.fold_div
{
  float: left; 
}

.fold_caption
{
  margin-left: 20px;  
}

#allclosed
{
  display: none; 
}