body {
  background-color: #C1D1E4;
  margin: 0px 0px 0px 0px;
  font: 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #000040;
}

a {
  text-decoration: none;
  color: #0000B0;
}

a:hover {
  text-decoration: underline;
}

#page {
  margin-left: auto; 
  margin-right: auto;
  width: 1250px;
  background-image: url(img/background.gif);
}

#head {
  height: 80px;
  background-color: #00408D;
}

#logo {
  float: left;
}

#banner {
  float: right;
  height: 80px;
  background-color: #00408D;
  text-align: center;
  font-weight: bold;
}

#menu {
  font-size: 8pt;
  font-weight: bold;
  height: 13px;
  background-image: url(img/menu.gif);
}

#user {
  font-size: 8pt;
  font-weight: bold;
  height: 24px;
  background-image: url(img/user.gif);
  padding: 0px 161px 0px 7px;
}

#error {
  font-size: 10pt;
  font-weight: bold;
  background-color: #FF0000;
  text-align: center;
}

#info {
  font-size: 10pt;
  font-weight: bold;
  background-color: #98B2D1;
  text-align: center;
}

#content {
  padding: 0pt 7pt 7pt 7pt;
  margin-right: 152px;
}

#copyright {
  background-color: #98B2D1;
  text-align: right;
  font-size: 7pt;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
}

#advertisements_hidden {
  background-color: #98B2D1;
  position: fixed;
  bottom: -20px;
  font-size: 8pt;
  padding: 0px 7px 0px 7px;
}

#advertisements_bottom {
  font-size: 8pt;
  padding: 0px 7px 0px 7px;
}

#advertisements_right {
  float: right;
  text-align: center;
  width: 152px;
}


/* menu */
a.active_section {
  color: #F06E11;
  background-color: #00408D;
  padding: 0pt 4pt 0pt 4pt;
}

a.active_section:hover {
  color: #D0D0D0;
}

a.inactive_section {
  color: #D0D0D0;
  padding: 0pt 4pt 0pt 4pt;
}

a.inactive_section:hover {
  background-color: #00408D;
}

.current_user {
  float: left;
  padding: 4pt 0pt 0pt 0pt;
}


.form_login {
  float: left;
}

.form_search {
  float: right;
}

img.no_border {
  border-width: 0px;
}

img.border {
  border: 1px #404080 solid;
}

.highlight {
  background-color: Yellow;
}

h1 {
  font-size: 11pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  color: #404080;
}

h2 {
  font-size: 11pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding-top: 2px;
  color: #404080;
  border-bottom: 1px solid;
}

h3 {
  font-size: 10pt;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  color: #404080;
}

h4 {
  font-size: 11pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.section_description {
  font-size: 8pt;
  color: #404080;
  margin-bottom: 10px;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
}

form.standard {
  margin: 0px 0px 0px 0px;
  padding: 2px 10px 2px 10px;
  background-color: #C1D1E4;
  border: 1px solid;
}

label.left {
  float: left;
  text-align: right;
  width: 150px;
  font-weight: bold;
}

input {
  font-size: 9pt;
  border-width: 1px;
}

textarea {
  font-size: 9pt;
  border-width: 1px;
}

select {
  font-size: 9pt;
  border-width: 1px;
}

.valid_input {
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
  border-width: 1px;
  margin-bottom: 1px;
  width: 880px;
}

.invalid_input {
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
  border-width: 1px;
  margin-bottom: 1px;
  width: 880px;
  background: #FF8080;
}

.checkbox {
  width: 40px;
}

div.buttons {
  text-align: center;
}

input.button {
  font-size: 10pt;
  border-width: 1px;
}

table {
  font-size: 9pt;
  width: 100%;
}

th {
  background: #9090C8;
}

tr.line_0:hover {
  background: #C0C0D0;
}

tr.line_0 {
  background: #C1D1E4;
}

tr.line_1:hover {
  background: #C0C0D0;
}

tr.line_1 {
  background: #D4E0EC;
}

td {
  vertical-align: top;
}

td.line_0 {
  background: #C1D1E4;
}

td.line_1 {
  background: #D4E0EC;
}

div.clear_float {
  clear: both;
}

div.clear_float_left {
  clear: left;
}

div.frame {
  border: 1px #404080 solid;
}


div._frame {
  border: 1px #404080 solid;
  display: inline-block;
  overflow: auto;
}

div.line_0 {
  padding: 2px 10px 2px 10px;
  overflow: auto;
  background: #C1D1E4;
}

div.line_1 {
  padding: 2px 10px 2px 10px;
  overflow: auto;
  background: #D4E0EC;
}

div.section_search {
  font-size: 8pt;
  font-weight: bold;
  text-align: right;
}


div.index_left {
  float: left;
  width: 660px;
}

div.index_right {
  float: right;
  width: 400px;
}

div.user_photo {
  margin: 1px 1px 1px 1px;
  border: 1px #404080 solid;
  float: left;
  width: 84px;
  height: 112px;
}

div.user_info {
  width: 988px;
  padding-left: 90px;
}

div.user_profile_label {
  float: left;
  width: 250px;
  text-align: right;
  font-weight: bold;
}

div.user_profile_text {
  margin-left: 260px;
}

div.form {
  width: 100%;
  text-align: center;
}

div.footer {
  background: #9090C8;
  font-weight: bold;
  text-align: center;
}


td.label {
  width: 150px;
  text-align: right;
}

.profile_input {
  width: 290px;
}

.invalid_profile_input {
  width: 290px;
  background: #FF8080;
}


fieldset {
  text-align: left;
  font-size: 10pt;
  width: 550px;
  margin: 0px 0px 5px 250px;
  padding: 2px 0px 2px 0px;
}

fieldset.necessary_data {
  border: 1px solid red;
}

fieldset.optional_data {
  border: 1px solid blue;
}

legend {
  margin-left: 5px;
}

legend.necessary_data {
  border: 1px solid red;
  background-color: #FFE0E0;
}

legend.optional_data {
  border: 1px solid blue;
  background-color: #E0E0FF;
}

div.statistics {
  font-size: 8pt;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 1px 10px 1px 10px;
  border: 1px #404080 solid;
  background: #C1D1E4;
  text-align: center;
}

div.order {
  font-size: 9pt;
  font-weight: bold;
  padding: 1px 10px 1px 10px;
  border: 1px #404080 solid;
  background: #9090C8;
  text-align: center;
}

div.center {
  text-align: center;
}

/* pages */
.pages {
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  padding: 0px 4px 0px 4px;
  background-image: url(img/menu.gif);
}

.pages a:link {
  color: #D0D0D0;
}

.pages a:visited {
  color: #D0D0D0;
}

.pages a:hover {
  color: #D0D0D0;
  background-color: #00408D;
  text-decoration: none;
}

.active_page {
  color: #F06E11;
  background-color: #00408D;
}

a.order:link {
  color: #D0D0D0;
}

a.order:visited {
  color: #D0D0D0;
}

a.order:hover {
  color: #D0D0D0;
  background-color: #00408D;
  text-decoration: none;
}

a.active_order {
  color: #F06E11;
  background-color: #00408D;
}

a.active_abc {
  color: #F06E11;
  background-color: #00408D;
}

.search_abc {
  font-size: 8pt;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 1px 10px 1px 10px;
  border: 1px #404080 solid;
  background: #C1D1E4;
  text-align: center;
}

.commands {
  font-size: 8pt;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 1px 10px 1px 10px;
  border: 1px #404080 solid;
  background: #C1D1E4;
  text-align: center;
}

.item_content {
  font-size: 10pt;
}

.item_heading {
  font-size: 10pt;
  font-weight: bold;
}

.timestamp {
  font-size: 8pt;
  font-weight: normal;
  color: #408080
}

.timestamp_highlight {
  font-size: 8pt;
  font-weight: normal;
  background-color: #c0ffb0;
  color: #408080
}

.author {
  font-size: 9pt;
  text-align: right;
  font-style: italic;
}

.article {
  font: 10pt;
  padding: 4px 10px 4px 10px;
  background: #FFFFFF;
  border: 1px #404080 solid;
}

.contact {
  font-weight: bold;
}

div.band_profile_label {
  float: left;
  width: 250px;
  text-align: right;
  font-weight: bold;
}

div.band_profile_text {
  margin-left: 260px;
}

div.product_rating_label {
  float: left;
  width: 150px;
  text-align: right;
  font-weight: bold;
}

div.product_rating_text {
  margin-left: 160px;
}

div.advertisement {
  text-align: center;
}

th.last_message {
  width: 220px;
}

th.founded_thread {
  width: 180px;
}