@CHARSET "UTF-8";

#engine-container { position:relative; width:100%; min-height:100%; min-width:1000px; }
#engine-header { padding:0; }
#engine-body { width:100%; padding:0 0 101px 0; }   /* Height of the overall footer */
#engine-footer { position:absolute; bottom:0; width:100%; height:101px; }   /* Height of the engine footer */
#engine-info {  padding: 5px 5px 6px 7px; background-color: #9eec70; color:#2b851e; margin-top:101px; }

html, body { margin:0; padding:0; height:100%; width:100%; font: 9pt 'Lucida Grande', 'Trebuchet MS',Verdana,Tahoma,Sans-Serif; }

a { color:darkgreen; }

/* Headers and footers */
#header {  }
#footer { position:absolute; bottom:0; width:100%; _height:40px; _background-color:#6dcd34; }
.navigation { empty-cells:show; width:100%; }
#header .navigation .left { background:url("/img/static/header_menu_left.png") repeat-x bottom right; height:180px; }
#header .navigation .middle { background:url("/img/static/header_menu_middle.png") no-repeat bottom center; height:180px; width:993px;  }
#header .navigation .right { background:url("/img/static/header_menu_right.png") repeat-x bottom left; height:180px; }

#footer .navigation .left { background:url("/img/static/footer_left.png") repeat-x bottom right; height:180px; }
#footer .navigation .middle { background:url("/img/static/footer_middle.png") no-repeat bottom center; height:180px; width:993px;  }
#footer .navigation .right { background:url("/img/static/footer_right.png") repeat-x bottom left; height:180px; }

/* Utitily */
.round { border-radius:4px; }
.smallfont{ font-size:8pt; }

/* Fancy divs */
.fancy-div { margin: 1px 5px 5px 5px; padding: 7px 10px 8px 10px; border: 1px solid; background-color: lightyellow; }
.fancy-div .details { color:brown; }
.fancy-div div.title { margin: 0; padding: 0; border-bottom: 1px solid; font-weight: bold; }
.fancy-div div.title.toggle-next { cursor:pointer; }
.fancy-div div.content { margin-top:5px; }