div#menus {
  position: absolute;
  top: 170px;
  width: 173px;
  padding: 0px;
  margin: 0px;
}

div#menus .menu {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

div#menus .header {
  background: url(/images/ui_elements/menu_header.gif);
  height: 40px;
}

div#menus .title {
  background: url(/images/ui_elements/menu_written_header.gif);
  height: 50px;
}

div#menus .body {
  background: url(/images/ui_elements/bg_menu.gif);
}

div#menus .footer {
  background: url(/images/ui_elements/menu_footer.gif);
  height: 46px;
}

div#menus ul.menu {
  margin-left: 15px;
  margin-right: -15px;
  font-size: 14px
}

div#menus ul.submenu {
  padding-left: 10px;
  font-size: 14px
}

div#menus a {
  color: #000;
  text-decoration: none;
}

div#menus li a {
  font-weight: bold
}

div#menus li li a {
  font-weight: normal;
}

div#menus a:hover {
  text-decoration: underline;
}

div#menus ul.submenu li a {
  font-weight: normal;
}

div#menus div.menu li {
  list-style-type: none;
  padding: 0px;
}

div#menu_col .menu .show_frame {
  display: block;
  width: 130px;
  height: 20px;
  line-height: 20px;
  background: #B6C992;
  text-decoration: none;
  border: 2px solid #537B38;
  margin: 10px 0px 0px 20px;
  text-align: center;
}

div#menu_col .menu .show_frame:hover {	
  background: #CADBAA;
  text-decoration: none;
}

div#menu_col .logout {
  display: block;
  background: #B6C992;
  text-decoration: none;
  width: 35px;
  height: 20px;
  line-height: 20px;
  border: 2px solid #537B38;
  margin: 4px 0px 0px 50px;
  padding: 2px 20px 0px 20px;
}

div#menu_col .logout:hover {	
  background: #FFDDCA;
  text-decoration: none;
}

div#menus div.menu div.footer {
  text-align: center
}

div#menus div.menu div.footer img {
  border: 0px;
  padding-top: 5px;
  margin: 0px 5px 0px 0px;
}

div#menus div.menu div.footer table {
  margin-left: 25%;
  width: 50%
}

div#menus div.menu div.footer a {
  cursor: pointer;
  display: block;
}

div#menus a.red {
  color: #c00
}

div#menus a.blue {
  color: #00c
}


/* Frame d'information récapitulative sur les ressources
 * et les fourmis du joueur.
 */
div#infoframe {
	float: right;
	width: 170px;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	margin-top: 10px;
	border: 2px solid #000;
	background: #9EB56D;
	text-align: center;
	font-size: 10px;
}

div#infoframe table th {
  background: #F3DB4A;
  color: #444;
  background: #CDDF71;
  color: #333;
  font-size: 12px;
  padding: 1px 0px 1px 0px;
  font-weight: normal;
  border-bottom: 2px solid #537B38;
}

div#infoframe h2 {
  font-size: 14px;
  font-weight: bold;
  color: #465426;
  margin: 0px 0px 0px 0px;
  padding-top: 10px;
  clear: both
}

div#infoframe table {
  width: 100%;
  margin: 4px 0px 0px 0px;
  float: right;
  border-top: 2px solid #537B38;
  border-bottom: 2px solid #537B38;
}

div#infoframe table td.icon {
  width: 18px;
  background: #CADBAA;
  padding: 1px 0px 1px 1px;
}

div#infoframe table td.value {
  background: #CADBAA;
  padding: 1px 0px 1px 0px;
}

div#infoframe table#ants {
  width: 100%;
  margin: 5px 0px 0px 0px;
  float: right;
}

div#infoframe table#ants td {
  background: #CADBAA;
}

div#infoframe table#ants tr.subtotal td {
  background: #C8CB64;
  padding: 2px 0px 2px 0px;
}

div#infoframe table#ants tr.total td {
  background: #DDCC64;
  padding: 2px 0px 2px 0px;
}

div#infoframe a#hide_infoframe {
  cursor: pointer;
  font-size: 10px;
  background: #F0F0F0;
  margin-top: 1px;
  border-width: 0px 1px 1px 1px;
  border-color: #444;
  border-style: solid;
  padding: 1px 4px 0px 4px;
  font-weight: normal;
  text-decoration: none;
}

div#infoframe a#hide_infoframe:hover {
  background: #fff
}

div#infoframe table.level {
  border-bottom: 0px;
}

div#infoframe table.level td {
  background: #CDDF71;
  color: #333;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 1px 0px 1px 0px;
}

div#infoframe table.level a {
  display: block;
  background: #B8DE01 url('/images/icons/progression.png') 34px 1px;
  color: #4E5626;
  background-repeat: no-repeat;
  padding: 2px 0px 0px 0px;
  text-decoration: none;
  text-indent: 5px;
  line-height: 18px
}

div#infoframe table.level a:hover {
  background: #D3FE0A url('/images/icons/progression.png') 34px 1px;
  background-repeat: no-repeat;
  color: #000
}

div#infoframe div.rubies {
  clear: both;
  margin: 0px;
  padding: 4px 0px 4px 0px;
}

div#infoframe div.rubies a {
  padding: 4px 5px 5px 28px;
  display: inline;
  text-align: center;
  clear: both;
  font-size: 10px;
  text-decoration: none;
  background: #CACA99 url('/images/resources/RUBY.gif') no-repeat 3px 1px;
  color: #BF0000;
}

div#infoframe div.rubies a:hover {
  background: #DEDEC3 url('/images/resources/RUBY.gif') no-repeat 3px 1px;
  color: #806937;
}

form.identify * {
  z-index: 1100;
}

form.identify {
  text-align: center;
  height: 80px;
}

form.identify input {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

form.identify input.entry {
  margin: 1px 10px 5px 3px;
  width: 150px;
}

p#forgotten_pass {
  font-size: 10px;
  text-align: right;
  padding: 0px 0px 4px 0px;
  margin: 0px 14px 0px 0px;
}

p#forgotten_pass a {
  font-weight: normal;
  color: #603800;
  text-decoration: underline
}

p#forgotten_pass a:hover {
  text-decoration: none
}

div#back_game {
  height: 40px;
}

div#back_game a {
  position: relative;
  top: -20px;
  font-size: 18px;
  color: #903200;
  padding-top: 60px;
  display: block;
  background-image: url('/images/ui_elements/back_to_game.png');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: #2D4828;
  margin-right: 8px;
}

div#back_game a:hover {
  background-image: url('/images/ui_elements/back_to_game_hover.png');
  color: #5C8854
}

div#menus p#players_stats {
  display: block;
  position: relative;
  bottom: -10px;
  margin: 0px 6px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
