/*
 * CSS By Christophe Dumez <chris@dchris.eu>
 * Copyright (c) 2006
 */

body {
  background-color: #2f67ba;
  color: #282F33;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
}

div #LogoChris {
  margin-top: 0;
  padding-top: 0;
  width: 800px;
  margin: 0 auto;
}

div #mainBox {
  width: 800px;
  margin: 0 auto;
}

div .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

div .flexbox .box1 {
  min-width: 135px
}

div .teamInfo {
  float: left;
}

img {
  border: 0;
}

img.flag {
  height: 1.1em;
  vertical-align: middle;
}

img.teamUserIcon {
  height: 8em;
  width: 8em;
}

fieldset.teamFieldset {
  background-color: #efefef;
}

p.copyright {
  color: #FFFFFF;
  font-size: 0.65em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}

div .codePart {
  /*border: solid double rgb(47,103,186);*/
  font-style: italic;
  width: 400px;
  margin: 0 auto;
  border-style: solid double groove;
  border-color: #2f67ba;
}

h2 {
  color: #4394E8;  /* background-color: #ADD15A; */
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 2em;
  margin: 0;
}

h3 {
  border-bottom: 1px solid #D9DEE1;
  clear: both;
  color: #282F33;  /* background-color: #ADD15A; */
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
   /*font-weight: lighter;*/
  margin: 15px 0 10px 0;
}

ol {
  padding-left: 2em;
}

ul {
  padding-left: 2em;
}

/* Stretcher */

.stretcher {
  font-size: 0.75em;
  padding: 0 30px 0 30px;
}

.stretcher a {
  color: #0E4FB0;
}

.stretcher a:hover {
  text-decoration: none;
}

.wrapper {
  background-color: #FFFFFF;
  background-image: url(../img/corpo.gif);
  background-position: center;
  background-repeat: repeat-y;
  margin: 0 auto;
  text-align: left;
  width: 800px;
}

.wrapper-bottom {
  background-image: url(../img/footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.wrapper-top {
  background: transparent url(../img/header.png) no-repeat top;
  padding-top: 30px;
}

/* End stretcher */

/* Menu */

.menu {
  background-color: transparent;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu ul li {
  border-left: 1px solid #49565D;
  display: inline;
  margin-left: 5px;
  padding-left: 10px;
}

.menu ul li a {
  color: #FFFFFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  text-decoration: none;
}

.menu ul li a:hover {
  color: #AAD5FF;
}

.menu ul li.first {
  border-left: 0px solid #49565D;
  margin-left: 0px;
  padding-left: 0px;
}

.menu ul li.last {
  border-right: 0px solid #49565D;
  margin-right: 0px;
  padding-right: 0px;
}

.nobr	{
  white-space:nowrap;
}

.invisible {
  display: none;
}

.wordBreak {
  word-break: break-all;
}
