.empty {
}
/* General definitions */
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body {
  background-image: url(images/sidebar.png);
  background-position: top left;
  background-repeat: repeat-y;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #001141;
  background-color: #c8c9ca;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
table, td, div, ul, li { 
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  border: 0px dotted red;
}

img { border: 0px; }

h1 {
  width: 100%;
  color: #001160;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
}

h2 {
  width: 100%;
  color: #001160;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: top;
}
/* End of general definitions */

.top {
  float: right;
  color: #001160;
  padding-top: 15px;
  border-bottom: 1px solid #eeeeee;
}

div#header {
  width: 100%;
  height: 145px;
  background-color: #ffffff;
  background-image: url(images/greybar.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
div#banner {
  position: absolute;
  right: 0px;
  height: 140px;
  float: right;
}
div#logo {
  height: 100%;
  width: 283px;
  background-image: url(images/logo.png);
  background-position: 41px 23px;
  background-repeat: no-repeat;
  float: left;
}
div#logo img {
  position: absolute;
  top: 121px;
  left: 0px;
}
div#bar {
  width: 100%;
  height: 32px;
  background-color: #0178c9;
  background-image: url(images/bar.png);
  background-repeat: repeat-x;
  font-size: 10px;
  font-weight: bold;
  vartical-align: top;
}

div#perfo {
  position: absolute;
  padding: 0px;
  margin: 0px;
  left: 0px;
  background-image: url(images/shadowbegin.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 32px;
  width: 612px;
  color: #d0efff;
}

div#lang {
  display: inline;
  position: absolute;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  right: 0px;
  background-image: url(images/bar_perfo.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 16px;
  text-align: center;
  color: #83cdff;
}
div#lang a:link { 	color: #83cdff; }
div#lang a:visited { color: #83cdff; }
div#lang a:hover { color: #eeeeee; }
div#lang a:active { 	color: #ffffff; }

div#contentwrapper {
  width: 100%;
  overflow: visible;
}
div#menucontainer {
  padding-top: 15px;
  width: 186px;
  float: left;
  font-size: 11px;
  font-weight: bold;
}
table#menu {
  position: absolute;
  left: 40px;
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
  height: 25px;
}

table#menu a {
  color: #f6f6f6;
}

table#menu td {
  width: 100px;
  margin: 0px;
  height: 23px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(images/menuitem_separator.png);
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  color: #f6f6f6;
  border: 0px solid red;
}

table#menu td#current_menuitem {
  background-image: url(images/menuitem_over.png);
  background-repeat: no-repeat;
  color: #eeeeee;
}

/* _ou, _ov, _dn, _up */
table#menu td.menuitem_ou {
  background-image: url(images/menuitem_separator.png);
  background-repeat: no-repeat;
}
table#menu td.menuitem_ov {
  background-image: url(images/menuitem_over.png);
  background-repeat: no-repeat;
}
table#menu td.menuitem_dn, table#menu td.menuitem_up  {
  background-image: url(images/menuitem_over.png);
  background-repeat: no-repeat;
  color: #eeeeee;
}

/* Submenu shit */

div#hidden {
  position: absolute;
  top: 193px;
  width: 185px;
  list-style: none;
  text-align: right;
  padding-top: 5px;
  font-size: 10px;
}
div#hidden div {
  margin-bottom: 5px;
  padding: 5px;
  text-align: right;
  font-size: 10px;
  color: #eeeeee;
  vertical-align: middle;
}

div.submenuitem_ou {
  background-image: url(images/submenuitem_out.png);
  background-repeat: repeat-y;
}
div.submenuitem_ov, div.submenuitem_dn  {
  background-image: url(images/submenuitem_down.png);
  background-repeat: repeat-y;
  background-color: #0178c9;
}
div.submenuitem_up {
  background-image: url(images/submenuitem_down.png);
  background-repeat: repeat-y;
  background-color: #0178c9;
}
div#current_submenuitem {
  background-image: url(images/submenuitem_down.png);
  background-repeat: repeat-y;
  background-color: #0178c9;
}
/* Submenu shit over */

div#content {
  position: absolute;
  left: 175px;
  float: left;
  height: 406px;
  padding-right: 54px;
  padding-left: 45px;
  padding-top: 17px;
  padding-bottom: 27px;
}

div#content ul {
  margin-left: 30px;
}
div#content ul li {
  list-style-type: circle;
  list-style-image: url(images/list_bullet.png);
  padding-bottom: 5px;
}
div#content ul li h3 {
  font-size: 13px;
  font-weight: normal;
}


img.left {
float: left;
margin: 9px;
margin-left: 0px;
}

img.center {
display: block;
text-align: center; /* for IE */
margin-top: 9px;
margin-bottom: 9px;
margin-left: auto;   /* for everything */
margin-right: auto;  /* else.          */
}

img.right {
float: right;
margin: 9px;
margin-right: 0px;
}
/*
div#content_border_end {
  position: absolute;
  left: 0px;
  bottom: 0px;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-image: url(images/content_border_end.png);
  background-repeat: no-repeat;

}
*/
