/*******************/
/***TANKWAR*TITLE***/
/*******************/

#tankwar_title
{
  width: 100%;
  min-width: 600px;
  height: 53px;
  position: relative;
  color: white;
  background: url("/images/blue/tankwar_title_bg.png") repeat-x left top;
}

#tankwar_title p
{
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  right: 40px;
  font-size: 25px;
}

#tankwar_logo
{
  width: 260px;
  height: 53px;
  float: left;
  background: url("/images/blue/tankwar_logo_bg.png") no-repeat left top;
}

#tankwar_logo a
{
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  font-variant: small-caps;
  text-decoration: none;
}

#tankwar_dicon
{
  width: 40px;
  height: 53px;
  float: right;
  background: url("/images/blue/tankwar_dicon_bg.png") no-repeat right bottom;
}

/****************/
/***EXTRAS*BAR***/
/****************/

#extras_bar
{
  width: 100%;
  min-width: 600px;
  height: 24px;
  background: url("/images/blue/extras_bg.png") repeat-x left top;
}

/***LANGUAGE***/

#language
{
  width: 181px;
  height: 24px;
  float: left;
  background: url("/images/blue/language_bg.png") repeat-x left top;
}

#language_decoration
{
  float: left;
  height: 24px;
  padding-top: 5px;
  padding-left: 26px;
  font-size: 11px;
  background: url("/images/blue/language_border_bg.png") no-repeat left top;
}

#language ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

#language li
{
  height: 24px;
  padding-top: 8px;
  padding-left: 3px;
  float: left;
  background: url("/images/blue/language_button_bg.png") repeat-x left top;
}

/***DECORATION***/

#extras_decoration
{
  height: 24px;
  margin-left: 181px;
  padding: 5px;
  background: url("/images/blue/extras_decoration_bg.png") no-repeat left top;
}

#extras_decoration p
{
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-align: right;
}

/***QUICKLINKS***/

#quicklinks
{
  height: 24px;
  padding-left: 24px;
  float: right;
  background: url("/images/blue/quicklinks_border_bg.png") no-repeat left top;
}

#quicklinks ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#quicklinks li
{
  height: 24px;
  padding-right: 7px;
  float: left;
  background: url("/images/blue/quicklinks_button.png") no-repeat right top;
}

#quicklinks a
{
  display: block;
  padding-top: 3px;
  padding-left: 0;
  padding-bottom: 3px;
  padding-right: 5px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#quicklinks li:hover
{
  background-position: bottom right;
}

#quicklinks li#quicklinks_dicon
{
  height: 24px;
  width: 40px;
  padding: 0;
  background: url("/images/blue/extras_dicon_bg.png") no-repeat right top;
}

/*************/
/***CONTENT***/
/*************/

#content
{
  width: 100%;
  min-width: 600px;
  background: url("/images/blue/bar_bg.png") repeat-y left top;
}

/***CONTENT*BAR***/

#content_bar
{
  width: 190px;
  float: left;
  background: url("/images/blue/bar_bg.png") repeat-y left top;
}

#content_bar_top
{
  width: 190px;
  height: 10px;
  background: url("/images/blue/bar_top_bg.png") no-repeat left top;
}

#content_bar_dicon
{
  width: 190px;
  height: 280px;
  background: url("/images/blue/bar_dicon_bg.png") no-repeat right bottom;
}

/***BAR*BOX***/

.bar_box_head
{
  width: 190px;
  height: 18px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  background: url("/images/blue/bar_box_head_bg.png") no-repeat left top;
}

.bar_box
{
  width: 190px;
  padding-top: 2px;
  padding-left: 30px;
  padding-bottom: 2px;
  font-size: 12px;
  color: white;
  background: url("/images/blue/bar_box_bg.png") repeat-y left top;
}

.bar_box h1
{
  width: 115px;
  max-width: 115px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: none;
}

.bar_box p
{
  width: 115px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  max-width: 115px;
  text-align: left;
}

.navbox0
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbox
{
  padding-left: 15px;
  list-style: none;
}

.navbox a:link, .navbox a:visited,
.navbox0 a:link, .navbox0 a:visited
{
  font-weight: normal;
  color: #cccccc;
  text-decoration: none;
}

.navbox a:hover, .navbox a:active, .navbox a:focus,
.navbox0 a:hover, .navbox0 a:active, .navbox0 a:focus
{
  font-weight: normal;
  color: white;
  text-decoration: none;
}

#navbox_active
{
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.bar_box_foot
{
  width: 190px;
  height: 22px;
  background: url("/images/blue/bar_box_foot_bg.png") no-repeat left top;
}

/***CONTENT*MAIN***/

#content_main
{
  margin-left: 190px;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 10px;
  text-align: justify;
  background: #efefff;
}

/************/
/***FOOTER***/
/************/

#footer
{
  width: 100%;
  min-width: 600px;
  height: 15px;
  margin: 0;
  padding: 0;
  background: url("/images/blue/footer_bg.png") repeat-x left top;
}

#symfony
{
  margin: 0;
  padding-right: 3px;
  text-align: right;
  font-size: 12px;
}

#symfony a
{
  color: black;
  text-decoration: underline;
}

#color_info
{
  margin: 0;
  padding-left: 3px;
  float: left;
  text-align: left;
  font-size: 12px;
}
