html, body {
  height: 100%;
}
body, th, td, li, p, input, select, textarea {
  font: 11px Verdana, "Trebuchet MS", Arial;
  color: #000;
}
form {
  margin: 0;
  padding: 0;
}
a {
  color: #e85c00;
  outline: 0;
}
img {
  border: 0;
}
#menu {
  background: url(../images/menu-bg.png) left top repeat-x;
  height: 43px;
}
.menu-on, .menu-off {
  padding: 5px;
}
.menu-on a, .menu-off a {
  text-decoration: none;
  position: relative; /* hido: IE6 fix, background png ise link sacmaliyor? */
}
.menu-on {
  background: url(../images/menu-on.png) left top repeat-x;
}
.menu-on a {
  font: bold 14px "Trebuchet MS", Arial;
  color: #ff7010;
}
.menu-off {
  background: url(../images/menu-off.png) left top repeat-x;
  padding-top: 12px;
}
.menu-off a {
  font: bold 14px "Trebuchet MS", Arial;
  color: #ccc;
}
#content {
  background: url(../images/bg.jpg) left top repeat-x;
}
#footer td {
  color: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
.box {
  border: 1px solid #ccc;
  border-top: 0;
  background-color: transparent;
  padding: 5px;
}
.tab-on, .tab-off {
  padding: 0px 5px;
}
.tab-on a, .tab-off a {
  font: bold 13px/19px "Trebuchet MS", Arial;
  text-decoration: none;
}
.tab-on a {
  color: #333;
}
.tab-off a {
  color: #fff;
}

.clear {
  clear: both;
}
.req {
  color: #d00;
}
#error {
  color: #d00;
  padding: 0;
  margin-left: 20px;
}
#error li {
  color: #d00;
}
.bordered {
  border: 1px solid #555;
  background-color: #ccc;
  margin-right: 5px;
  padding: 3px;
}
h1 {
  font: bold 15px "Trebuchet MS", Arial;
  color: #000;
  margin: 5px 0px;
  border-bottom: 1px dashed #ccc;
}
h3 {
  font: bold 14px "Trebuchet MS", Arial;
  color: #000;
  margin: 0;
  margin-bottom: 4px;
}
h4 {
  font: bold 13px "Trebuchet MS", Arial;
  color: #000;
  margin: 0;
  margin-bottom: 4px;
}
#announcements {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
#announcements li {
  list-style-image: url(../images/li.jpg);
  margin: 4px;
}
#announcements li a {
  color: #000;
  text-decoration: none;
}
#announcements li a:hover {
  color: #000;
  text-decoration: underline;
}
.link-comment {
  margin-right: 20px;
  float: left;
}
.link-send {
  float: left;
}
.link-continue {
  text-align: right;
}
.dot-border {
  border-left: 1px dashed #ccc;
  padding-left: 4px;
}
#search-box {
  vertical-align: top;
  width: 200px;
  height: 20px;
}

.ap_hidden {
  display: none;
}

#ajax-loading {
  display: none;
}
a.banner {
  color: #fff;
  text-decoration: none;
  padding-right: 5px;
}
a.banner:hover {
  text-decoration: underline;
 }

