@import "../mod/vote/vote.css";

body {
  font-family: Verdana, sans-serif;
  text-align: center;
  margin-left: 2px;
  margin-top: 4px;
  background-color: white;
  background-image: url("../gui_images/site_bg.png");
  background-position: top left;
  background-repeat: repeat-x;
/*
  background-attachment: fixed;
*/
}

p, form, table, tr, td {
  color: black;
}

ul {
  font-size: smaller;
  color: #054a7d;
}

h1, h2, h3, h4 {
  color: #054a7d;
}
h1{
  font-size: 150%;
}
h2{
  font-size: 135%;
}

img {
  border: none;
}

.gray {
  color: #666666;
}

.smaller {
  font-size: smaller;
}

#vil_container {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 992px;
  margin-top: 15px;
  text-align: left;
}

#vil_container_forum {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  width: 992px;
  margin-top: 15px;
  text-align: left;
}

#vil_header {
  width: 992px;
  height: 54px;
  margin: 0;
  padding: 0px;
  background-color: yellow;
  border: 1px solid #4D4D45;
  border-bottom: none;
  text-align: left;
}

#vil_banner {
  float: left;
  width: 754px;
  height: 90px;
  margin: 0;
  padding: 2px;
  min-height: 65px;
  background-color: #FFFFFF;
  border-left: 1px solid #4D4D45;
  text-align: left;
}

#vil_extra1 {
  float: left;
  width: 230px;
  height: 90px;
  padding: 2px;
  min-height: 65px;
  background-color: #FFFFFF;
  border-right: 1px solid #4D4D45;
  text-align: left;
}

#vil_extra3 {
  clear: both;
  width: 992px;
  height: 52px;
  background-color: #0753ff;
  background-image: url("../gui_images/navi.gif");
  background-position: top left;
  background-repeat: no-repeat;
  border-left: 1px solid #4D4D45;
  border-right: 1px solid #4D4D45;
  text-align: left;
}

#vil_navi, #vil_naviblog {
  clear: both;
  width: 992px;
  height: 52px;
  font-size: 12pt;
  margin-top: -3px;
  background-color: #FFFFFF;
  background-image: url("../gui_images/navi_bg.gif");
  background-position: top left;
  background-repeat: no-repeat;
  border-left: 1px solid #4D4D45;
  border-right: 1px solid #4D4D45;
  border-bottom: 1px solid #4D4D45;
  text-align: left;
}

#vil_forum {
  clear: both;  
  float: left;
  width: 985px;
  padding: 2px;
  padding-top: 0;
  padding-right: 0;
  min-height: 457px;
  background-color: #FFFFFF;
  border-right: thick solid white;
  text-align: left;
}

#vil_extra2 {
  float: left;
  width: 160px;
  padding: 2px;
  padding-left: 0;
  padding-top: 0;
  min-height: 457px;
  background-color: #FFFFFF;
  border-right: thick solid white;
  text-align: left;
}

#vil_extra2 a {
  text-decoration: none;
}
#vil_extra2 a:hover {
  color: #004aff;
}

#vil_main {
  font-size: 9pt;
  float: left;
  width: 478px;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  min-height: 457px;
  background-color: #efefef;
  border-right: thick solid white;
  text-align: left;
}

#vil_custom1 {
  float: left;
  font-size: 9pt;
  width: 164px;
  padding: 2px;
  min-height: 457px;
  background-color: #FFFFFF;
  border-right: thick solid white;
  text-align: left;
}

#vil_custom1 a {
  text-decoration: none;
}
#vil_custom1 a:hover {
  color: #004aff;
}

#vil_custom2 {
  float: left;
  font-size: 9pt;
  width: 142px;
  padding: 2px;
  padding-left: 5px;
  min-height: 457px;
  background-color: transparent;
  text-align: left;
}

#chat {
  float: left;
  width: 810px;
  padding: 2px;
  min-height: 457px;
  background-color: #efefef;
  text-align: left;
}

#vil_footer {
  clear: both;
  float: left;
  width: 992px;
  font-size: 10px;
  text-align: center;
  background-color: #cccccc;
  color: #888888;
  padding: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: thin solid #076c9f;
}
