* {
   margin: 0;
   padding: 0;
}

html {
  background: url(img/bodybg.png) center repeat-y;
}

body {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
  font-size: 9pt;
  height: 100%;
}

p {
  text-align: justify;
  margin: 15px 0;
}

li {
  text-align: justify;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #888;
  font-weight: bold;
}

#slogan {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 90px;
	height: 510px;
	background: url(img/slogan.png) no-repeat;
	z-index: 1;
}

#sysframe {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#syscenterie5 {
	z-index: 2;
	position: relative;
}

a img {
  border: none;
}

#sysfooter {
  border-top: 1px solid #ccc;
  padding: 3px 0 0 0;
  font-size: 8pt;
  color: #aaa;
  clear: both;
}

#sysheader {
  height: 120px;
  background: url(img/header.jpg) no-repeat;
  border-bottom: 2px solid #6287bd;
  font-size: 0;
}

#sysheader div {
	position: absolute;
	background: transparent;
	top: 5px;
	color: #444;
	z-index: 1;
	margin: 0 0 0 630px;
	font-weight: bold;
}

#sysheader a {
  display: block;
  width: 750px;
  height: 120px;
  text-indent: -9999px;
	z-index: 2;
}

#syscontent, #sysfooter, #content {
   background: #fff;
}

#navigation {
   list-style: none;
   background: #f0f8ff url(img/navigation.png) repeat-x;
   border-bottom: 1px solid #6287bd;
   padding: 0 10px 0 10px;
   width: 730px;
   float: left;
   overflow: hidden;
   margin-bottom: 20px;
}

#navigation li {
   float: left;
   padding-right: 12px;
   background: url(img/libg.png) center right no-repeat;
}

#navigation li.last {
  background: none;
  padding-right: 0px;
}

#navigation li a {
   float: left;
   display: block;
   padding: 4px 5px 2px 5px;
   text-align: center;
   text-decoration: none;
   color: #999;
   font-weight: bold;
   border-bottom: 1px solid #fff;
}

#navigation li a.selected {
   color: #294062;
   border-bottom: 1px solid #6287bd;
}

#navigation li a.unable {
   text-decoration: line-through;
}

#navigation li a:hover {
   color: #294062;
   border-bottom: 1px solid #6287bd;
   background: url(img/selected.gif) top center no-repeat;
}

#sysfooter a {
   color: #96b0d1;
   text-decoration: none;
}

#sysfooter a:hover {
   color: #4d77ae;
}

#sysfooter .links {
   float: left;
}

#sysfooter .copy {
   float: right;
}

#content {
   margin: 0 0 50px 0;
   float: left;
   width: 450px;
   padding-left: 20px;
   overflow: hidden;
}

#content a {
   color: #96b0d1;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px solid #eee;
}

#content a:hover {
   color: #4d77ae;
   border-bottom: 1px solid #4d77ae;
}

h1 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eee;
}

h1 span {
  border-bottom: 1px solid #6287bd;
}

h2 {
   font-size: 1.2em;
   margin: 25px 0 10px 0;
}

#content ul {
   list-style: lower-latin;
   margin-left: 25px; 
   padding-left: 5px;  
}

span.accesskey {
   color: #294062;
   text-decoration: underline;
}

p img {
   border: 1px solid #ccc;
   padding: 1px;
   float: left;
   margin: 2px 10px 5px 0;
}

#rightcolumn {
   float: left;
   width: 240px;
   background: #fff;
   margin: 0 0 50px 20px;
   overflow: hidden;
}

.clear {
   clear: both;
}

#rightcolumn .version {
   text-align: center;
   font-size: 1.4em;
   color: #456fa5;
}

#rightcolumn a {
   color: #96b0d1;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px solid #eee;
}

#rightcolumn a:hover {
   color: #4d77ae;
   border-bottom: 1px solid #4d77ae;
}

#rightcolumn .download {
   margin: 20px 0 30px 0;
   text-align: center;
}

#rightcolumn .download a, #rightcolumn .download a:hover {
   border: none;
}

p.copyright {
  color: #f1811d;
  margin: 20px 0 20px;
  font-weight: bold;
}

form {
  padding: 20px 10px;
  border: 1px solid #b0c4de;
  background: #fdf5e6;
  margin: 20px auto;
  width: 420px;
}

form div {
  margin: 2px 0 0 0;
  overflow: hidden;
  clear: both;
  height: 1%;
}

form div label {
  float: left;
  width: 80px;
  display: block;
  margin: 0 5px 0 0;
  line-height: 1.6em;
  text-align: right;
  color: #888;
}

form div label.required {
  color: #000;
}

form div input, form div textarea {
  float: left;
  padding: 2px;
  margin: 0;
  border: 1px solid #aaa;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 200px;
  clear: right;
}

form div textarea {
  float: left;
  padding: 2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  width: 300px;
  height: 80px;
}

form div input.submit {
  cursor: pointer;
  background: #ffdead;
  width: auto;
  padding: 1px 2em 1px 2em;
  margin-left: 85px;
  margin-top: 5px;
}

pre.code {
  width: 430px;
  padding: 5px;
  overflow: auto;
  font-size: 0.9em;
  background-color: #f3f6fa;
  color: #29476d;
  border: 1px dotted #29476d;
}

.attention {
  background: url(img/attention.png) 0 center no-repeat;
  border: 1px dotted #ccc;
  padding: 10px 20px 10px 130px;
  margin: 15px 0;
  color: #444;
  height: 90px;
  line-height: 90px;
  font-size: 1.4em;
}

.info {
  background: url(img/icon.info.png) 10px center no-repeat;
  border: 1px dotted #ccc;
  padding: 10px 20px 10px 100px;
  margin: 15px 0;
  color: #444;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
}

ul.folderstructure {
  list-style: none !important;
}