@CHARSET "UTF-8";

/* GENERAL */

html,body {
	margin:0;
	padding:0;
}

body {
	background:#F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.page {
  border: 1px solid #000000;
  width: 968px;
  border-collapse: collapse;
  text-align: left;
}

.header {
 background: url(../header.jpg) no-repeat;
 height: 83px;
 width: 968px;
 color: #ffffff;
 text-align: left;
 font-size: 0.8em;
 padding: 25px 15px 0 15px;
 line-height: 1.2em;
}



.header h1 {
  margin: 0px;
  font-size: 1.2em;
  margin-bottom: -10px;
}

.header a {
  color: #ffffff;  
}

.body {
  background: #800000;
}

.menu {
  float: left;
  width: 250px;
  height: 100%;  
  position: relative;
  top: 15px;
}

#menu {
 margin: 0 10px 0 10px;
/* border-top: 2px groove white;*/
}

.menu a {
  color: #ffffff;
}

.menu .jstree-closed > ins {
  background: url(../plus.gif) 0 0 no-repeat;
}

.menu .jstree-open > ins {
  background: url(../minus.gif) 0 0 no-repeat;
}

.menu #menu a {
  color: #ffffff;
  height: auto;
}

.menu .jstree ins {
   width: 20px;
   cursor: pointer;
}

.menu .jstree a ins {
 display: none;
}

.menu .jstree li {
  padding: 5px 0 5px 0;
}

#menu > ul li.jstree-open, .menu .jstree-leaf, .menu .jstree-last, #menu ul li.jstree-closed { /*.menu .jstree-open, .menu .jstree-closed, */
  border-top: 2px groove white;
}

#menu ul li.jstree-open li, #menu ul li.jstree-closed li {
  border: none;
}

.menu .jstree-open .jstree-leaf {
  border: 0;
}

.menu .jstree-clicked {
  color: #FF9933;
}

.menu .jstree li {
  /*display: compact;*/
}

.content {
  background:#F2F2F2;
  float: left;
  width: 688px;
  padding: 0 15px;
  font-weight: normal;
  min-height: 800px;
  
}

.content table {
    width: 685px;
    font-size: 0.8em;
    margin-bottom: 15px;
}

.content table td {
    min-width: 25px;
}

.content a {
 color: #800000;
 font-size: 1.0em;
}

