/* html tags */

body {
  background-color: #0A0A0A;
  font-family: Verdana;
  font-size: 12px;
  color: #969696;
}
a {
  color: #FFA500;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #005aff;
}
a img {
  border: none;
}
hr {
  color: #2F2E2F;
  background-color: #2F2E2F;
  height: 1px;
  border: none;
  padding: 0;
  margin: 4px;
}
h2, h6 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 12px;
  color: #FFF;
}
h6 {
  font-size: 8px;
}

input {
  background-color: #161516;
  border: 1px solid #2f2e2f;
  color: #969696;
  text-align: center;
  margin: 2px;
}
select {
  background-color: #161516;
  border: 1px solid #2f2e2f;
  color: #969696;
  text-align: center;
  margin: 2px;
}
button {
  border: 1px solid #000;
  background-image: url(winbg.png);
  font-weight: bold;
}

/* site divs */

#site {
  margin:auto;
  width:1000px;
}
#site p {
  padding: 2px;
  margin: 2px;
  text-align: center;
  font-size: 8px;
}

#head {
  border:1px solid #2f2e2f;
  height:100px;
  background-image: url(bannerbg.png);
  margin-bottom:6px;
}
#head #person {
  background-image: url(banner_vik.png);
  margin-left: 500px;
  width: 239px;
  height: 100px;
}

#menu {
  border:1px solid #2f2e2f;
  background-color:#161616;
  text-align:center;
  padding:4px;
  margin-bottom:6px;
}

#left, #right {
  float:left;
  width:160px;
  border:none;
}

#center {
  float:left;
  width:668px;
  border:none;
  margin-left:6px;
  margin-right:6px;
}

#foot {
  border:1px solid #2f2e2f;
  background-image: url(footerbg.png);
  margin-bottom:6px;
  text-align:center;
  padding:2px;
}

.clear {
  clear:both;
  margin:0;
  padding:0;
}
.window {
  border:1px solid #2f2e2f;
  background-image: url(winbg.png);
  background-repeat: repeat-x;
  background-color:#1e1e1e;
  margin-bottom:6px;
  padding: 4px;
  text-align: center;
}
.pager {
  border:1px solid #2f2e2f;
  background-color:#161616;
  margin: 4px;
  padding: 4px;
  text-align: center;
}

/* message divs */

#success, #error, #notice {
  font-weight: bold;
  text-align: center;
  margin-bottom:6px;
  padding: 4px;
}
#success {
  border: 1px solid #00df00;
  background-color: #1e7e1e;
  color: #00df00;
}
#error {
  border: 1px solid #df0000;
  background-color: #7e1e1e;
  color: #df0000;
}
#notice {
  border: 1px solid #dfdfdf;
  background-color: #7e7e7e;
  color: #dfdfdf;
}

/* table */

table {
  border: none;
  width: 100%;
  padding: 1px;
  margin: 1px;
}
table tr {
  background-color: #222222;
}
table tr:hover {
  background-color: #161616;
}
table td, table th {
  padding: 5px;
  border: solid;
  border-color: #282828;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
}
table th {
  color: #FFF;
  background-color: #161616;
  padding: 10px 0 10px 0;
}
table th.smaller {
  width: 30px;
}
table th.small {
  width: 40px;
}
table th.medium {
  width: 100px;
}
table td.large {
  text-align: left;
}

/* state divs */

div.group, div.rank {
  background-position: bottom right;
  background-repeat: no-repeat;
}
div.group {
  background-image: url(../image/state/group.png);
}
div.rank {
  background-image: url(../image/state/rank.png);
}

/* custom texts */

span.subinfo {
  color: #565656;
  font-style: italic;
}
