body {
  background-image: url(../site_bg.png);
  background-position: top center;
  font-family: Verdana;
  font-size: 10px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  color: black;
}

#wrapper {
  margin: 0 auto 0 auto;
  width: 960px;
  background-image: url(../middle_bg.png);
  background-position: top center;
  background-repeat: repeat-y;
}

.main_header {
  position: relative;
  height: 108px;
  background-image: url(../header.jpg);
}

#footer {
  height: 40px;
  background-image: url(../footer.png);
  background-position: bottom center;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 44px;
}

div.clear {
  clear: both
}

#left {
  float: left;
  width: 280px;
  margin: 0px;
  margin-left: 13px;
}

#content {
  border: 1px solid transparent;
  width: 666px;
  min-height: 300px;
  margin: 0px 0px 0px 293px;
  background-image: url(../middle_shape.png);
  background-position: top right;
  background-repeat: repeat-y;
  margin: 0px 0px 0px 293px;
}

#content div.header {
  background-image: url(../separator_bg.png);
  background-position: -1px;
  height: 26px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content div.body {
  padding: 5px 25px 5px 5px;
}


#left ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  height: 100%;
}

#left ul li a {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  background-image: url(../button_normal.jpg);
  text-decoration: none;
  text-align: right;
  height: 32px;
  padding-right: 30px;
  padding-top: 15px;
}

#left ul li a:HOVER {
  background-image: url(../button_over.jpg);
}

#left ul li a.current {
  background-image: url(../button_selected.jpg);
}


/* */
#flash_notice {
  font-size: 12px;
  color: green;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

#flash_error {
  font-size: 12px;
  color: red;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

.yes {
  color: green;
}

.no {
  color: red;
}

.boolean {
  text-align: center;
}

table {
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: left;
  margin: 0px;
}

table.blank {
  border: 0px;
  width: auto;
}

table.blank td,table.blank th,table.blank tr {
  border: 0px;
}

table.list {
  border: 1px solid #ABC3D7;
  width: 630px;
}

table.list thead tr {
  background-color: #EBEBED;
}

table.list thead th {
  text-align: left;
  border-bottom: 1px solid #ABC3D7;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  color: #444444;
  padding: 2px;
  vertical-align: bottom;
}

table.list tbody tr {
  background-color: #FFFFFF;
}

table.list tbody td {
  font-size: 100%;
  vertical-align: top;
  padding: 2px;
}

table.list tbody th {
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  vertical-align: top;
  padding: 2px;
}

table.edit {
  width: 630px;
  border-top: 2px solid #4E8CCF;
  border-bottom: 1px solid #ABC3D7;
  background-color: #F6F6F6;
  padding: 2px 2px 2px 2px;
  margin: 2px 0px 2px 0px;
}

table.edit thead tr {
  font-weight: bold;
  background-color: #cccccc;
  height: 22px;
  border-bottom: 1px solid #cbcbcb;
}

table.edit tbody th {
  text-align: left;
  padding: 1px 3px 1px 3px;
  width: 200px;
}

table.edit td {
  padding: 1px 3px 1px 3px;
}

th.numeric,td.numeric {
  text-align: right;
  white-space: nowrap;
  width: 1%;
}

.thead_th {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  color: #FFFF99;
  padding: 2px;
  vertical-align: bottom;
}

caption {
  padding-left: 2px;
  line-height: 21px;
  text-align: left;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-bottom: 0px solid #cbcbcb;
  font-weight: bold;
  background-color: #cccccc;
}

table.list tr:hover {
  background-color: #f6f6f6;
}

td.options,th.options {
  text-align: right;
  white-space: nowrap;
}

td.short,th.short {
  white-space: nowrap;
  text-align: center;
  width: 1%;
}

table.list a {
  text-decoration: none;
  color: #000000;
}

a.edit {
  display: inline-block;
  background: url("../admin/edit_inline.gif") no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

a.view {
  display: inline-block;
  background: url("../admin/view_inline.gif") no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

a.move_up {
  display: inline-block;
  background: url("../admin/arrow_up.gif") no-repeat;
  width: 8px;
  height: 10px;
  margin-left: 3px;
}

a.move_down {
  display: inline-block;
  background: url("../admin/arrow_down.gif") no-repeat;
  width: 8px;
  height: 10px;
  margin-left: 3px;
}

a.link_button,a.link_button:hover,a.link_button:visited {
  font-size: 12px;
  color: #000000;
  border: 1px solid #ABC3D7;
  background-color: #ECF1F4;
  background-image: url(../bgBtn.gif);
  background-position: center top;
  background-repeat: repeat-x;
  text-align: center;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  text-decoration: none;;
  font-weight: normal;
}

.options {
  border: 0px;
  padding: 5px 0px 5px 0px;
  margin: 2px 0px 2px 0px;
  display: block;
}

h1 {
  font-size: 16px;
}

.required {
  font-size: 110%;
  font-weight: bold;
  color: red;
}

.error_main {
  font-size: 120%;
  font-weight: bold;
  color: red;
  padding-bottom: 5px;
}

.error {
  font-size: 100%;
  font-weight: normal;
  color: red;
}

.notice {
  font-size: 90%;
  font-weight: normal;
  color: grey;
  text-decoration: none;
  display: inline;
}

.pointer {
  cursor: pointer;
}

table.list thead th.sortUp,.sortUp {
  background-image: url('../admin/arrow_up.gif');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px;
}

table.list thead th.sortDown,.sortDown {
  background-image: url('../admin/arrow_down.gif');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px;
}

table.list thead th.sortNone,.sortNone {
  background-image: url('../admin/arrow.gif');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px;
}

.formTitle {
  display: inline;
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
}

.navigator {
  position: absolute;
  top: 5px;
  right: 35px;
}

.options { /*background-color: #AAAAAA;*/
  border: 0px solid #cbcbcb;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding: 5px;
  position: relative;
}

.filters,.panel {
  background-color: #FFFFFF;
  border: 1px solid #cbcbcb;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding: 3px;
}

.formPanel {
  position: relative;
}

form {
  padding: 0px;
  margin: 0px;
}

input,select {
  color: #4A5E03;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

option {
  padding: 0px 5px 0px 5px;
}

input[type=text],input[type=password],select {
  border: 1px solid #869352;
  background-color: #FFFFFF;
  padding: 1px 2px 2px 1px;
}

input[type=button],input[type=submit] {
  border: 1px solid #869352;
  background-color: #FFFFFF;
  text-align: center;
  padding: 1px 2px 2px 1px;
  cursor: pointer;
}

input[type=checkbox],input[type=radio] {
  color: #000000;
  background: transparent;
  padding: 1px 2px 2px 1px;
  border: 0;
}

textarea {
  border: 1px solid #0033A0;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 90%;
  padding: 1px 2px 2px 1px;
}

input[disabled],select[disabled] {
  background-color: #DDDDDD;
  color: #222222;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/* Wrappers */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.middle {
  vertical-align: middle;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.nw {
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

.w75 {
  width: 75%;
}

.w50 {
  width: 50%;
}

.w33 {
  width: 33%;
}

.w25 {
  width: 25%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

.w1 {
  width: 1%;
}

.wp100 {
  width: 100px;
}

.wp75 {
  width: 75px;
}

.wp50 {
  width: 50px;
}

.wp33 {
  width: 33px;
}

.wp25 {
  width: 25px;
}

.wp10 {
  width: 10px;
}

.wp5 {
  width: 5px;
}

.wp1 {
  width: 1px;
}

.main_header .languages {
  position: absolute;
  top: 5px;
  right: 10px;
}

.main_header .languages ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.main_header .languages ul li {
  display: inline;
  padding: 2px;
}

.date {
  font-style: italic;
  padding-left: 5px;
}

.header a {
  text-decoration: none;
  color: #0000DD;
}

table.forum {
  border: 1px solid #ABC3D7;
  width: 630px;
}

table.forum td,
table.forum th {
  padding: 4px;  
}

table.forum th {
  vertical-align: top;
  width: 110px;
  font-weight: normal;
  border-right: 1px solid #ABC3D7;
  border-bottom: 1px solid #ABC3D7;
}

table.forum td {
  border-bottom: 1px solid #ABC3D7;
  vertical-align: top;
}
