body {
    background-color: #4040a0;
    color: white;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    overflow: hidden;
}

div.icon {
    width: 60px;
    text-align: center;	   
}

div.icon img  {
    border: 0px;
}

div.icon a {
    text-decoration: none;
    color: white;
}

/* 
 * Texteditor 
 */

textarea {
   width: 100%;
   height: 100%;
   background-color: #e0e0a0;  
   border: 0px;
   font-family: inherit;	   
   font-size: inherit;
}

/*
 * Filemanager
 */

table.filemanager td {
    vertical-align: top;
    font-size: 10pt;
    color: black;
}

div.filemanager {
    height: 100%;
    width: 100%;
    overflow: auto;	   
    background: url("borders/trans.png");
}

table.filemanager {
   width: 100%;
}

table.filemanager a {
    color: black;
}

/*
 * Panel
 */

td.paneldate {
    text-align: center;
    color: black;
    font-size: 12px;
}

/*
 * Window manager
 */

div.window {
    position: absolute;
}

img.windowclose {
    cursor: pointer;
}

div.handle {
    background: url("borders/titlebar.png");
    color: white;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    cursor: move;	     
    border-bottom: 1px solid black;	 
}

div.windowcontent {
    color: black;
    font-family: Arial, Helvetica;
    font-size: 10pt;
}
