* {
  font-family: Verdana;
  font-size: 10px;
}

body {
  margin: 0px;
}

a {
  color: #55fa46;
  font-family: Verdana;
}

a.black {
    color: black;
}

a.yellow {
  color: #fff528;
}

a.blue {
    color: blue;
}

a.login {
  color: #ff0107;
}

a.user_menu {
    color: #C10100;
}

h1 {
  font-weight: bold;
  font-size: 17px;
  font-family: Verdana;
  color: #ffd900;
  margin: 0px;
}

h2 {
  font-weight: bold;
  font-size: 12px;
  color: white;
  margin: 0px;
}

h3 {
  font-weight: bold;
  font-size: 13px;
  color: #77ef6a;
  margin: 0px;
}

h4 {
  font-weight: bold;
  font-size: 15px;
  color: #ffd900;
  margin: 0px;
}

p {
  color: white;
  margin: 0px;
}

span.login {
  font-weight: bold;
  color: white;
}

input {
  border: 1px #ff9300 solid;
  background: white;
}

input.image {
  border: 0px;
  background: transparent;
}

input.checkbox {
    border: 0px;
    background: transparent;
}

table.main {
    background: #ffe3a3;
}

td.table_top {
  background: url('../images/table-top.gif');
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align:left;
}

td.table_bottom {
    background: url('../images/table-bottom.gif');
    background-repeat: repeat-x;
}

td.table_middle {
   background: #ffe3a3;
}

td.nickname {
  color: #0fa500;
  font-weight:bold;
}

a.green, td.green {
  color: #0fa500;
}

textarea {
    border: 1px #ff9300 solid;
}

hr {
    border: 1px #ff9300 solid;
    color: #ffe3a3;
    background-color: #ffe3a3;
}

.error {
    color: red;
}

.normal {
}

table.user_list_el {
    border: 1px #c3c3c3 solid;
}

th.profile_cat {
    text-align: left;
}

span.profile_title {
    background: #ff9400;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
}


