body {
  font-family: Arial, Tahoma;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #5B5B5B;
}

.clear-both {
  clear: left;
}

.buffer-message {
  width: 400px;
  border: 1px solid silver;
  background-color: #ddd;
  padding: 15px;
  text-align: center;
  margin: 10px auto;
}

.page {
  width: 930px;
  margin: 0px auto;
  padding: 0px;
}

div.page-in {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

div.header {
  width: 100%;
  height: 112px;
  background: white url('images/header.jpg') no-repeat;
  position: relative;
}

div.langs {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 50;
  font-size: 11px;
}

div.langs a {
  color: #0097E0;
}

div.langs span {
  font-weight: bold;
}

/* forms */
.page form input,
.page form select,
.page form textarea {
  padding: 0; margin: 0;
  border: 1px solid #E5E5E5;
}

.page form input.btn {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  border: 1px solid #E5E5E5;
  background-color: #C9C9C9;
  color: white;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.page form table {
  width: 100%;
}

.page form fieldset {
  border: 1px solid #CFCFCF;
}

.page form table th {
  text-align: left;
  padding-left: 3px;
}

.page form table td.btn {
  text-align: right;
}

.page form table td input,
.page form table td textarea {
  width: 100%;
}

.page form table th {
  width: 120px;
}

.page form.login table {
  width: 150px;
  border: none;
}

#left form.login table {
  width: 80%;
  margin: 0px auto;
}

#left form.login th,
#left form.login td,
#left form.login input {
  width: 100%;
}

form td.btn input.btn {
  width: auto;
}
/* end of forms */


/* TOP NAVIGATION */
.navigation-top {
  width: 100%;
  height: 77px;
  background-image: url('images/menu_bg_hover.gif');
  background: #EEE url('images/menu_bg.gif') repeat-x;
  color: black;
  margin-bottom: 14px;
}

.navigation-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 77px;
}

.navigation-top ul li {
  display: inline;
  margin: 0;
  height: 77px;
}

.navigation-top ul li a {
  padding: 0px 30px;
  color: #707070;
  text-decoration: none;
  height: 70px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.navigation-top ul li a.active {
  background: url('images/menu_bg_active.gif') repeat-x;
}

.navigation-top ul li a.active:hover {
  background: url('images/menu_bg_active.gif') repeat-x;
}

.navigation-top ul li a span.title {
  padding: 25px 0px 0px 0px;
  margin: 0;
  display: block;
}

.navigation-top ul li a span.description {
  margin: 0; padding: 0;
  font-size: 9px;
  font-weight: normal;
}

.navigation-top ul li a:hover {
  background: #EEE url('images/menu_bg_hover.gif') repeat-x;
}

.navigation-top ul li.left {
  float: left;
}

.navigation-top ul li.right {
  float: right;
}

.navigation-top ul li.right a {
  color: #0092DD;
  padding: 0px 10px;
}
/* end of TOP NAVIGATION */

/* LEFT NAVIGATION */
.navigation-left {
  margin: 5px;
}
.navigation-left ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.navigation-left ul li {
  width: 100%;
}
.navigation-left ul li a {
  color: #707070;
  padding: 2px 0px;
  margin: 0px 5px;
  width: 90%;
  display: block;
  border-bottom: 1px solid #D0D0D0;
  text-decoration: none;
}
.navigation-left ul li a:hover {
  color: #0092DD;
}
/* end of LEFT NAVIGATION */


/* left */
#left {
  float: left;
  width: 220px;
  padding: 5px;
}
/*end of left*/

/* right */
#right {
  float: right;
  width: 215px;
  padding: 5px;
}

#right .title-in {
  margin-top: 10px;
}
/*end of right*/

#center {
  margin-left: 245px;
  padding: 5px;
  width: 670px;
}

#center .title-in {
  margin-top: 10px;
}

/* buffers */
#center #message {
  border: 4px solid #D0D0D0;
  background-color: #F4F4F4;
  margin-bottom: 15px;
}

#center #message ul {
  margin: 0;
  padding: 5px 25px;
  color: #0092DD;
}


#center #error {
  border: 4px solid #FFC4AF;
  background-color: #FFE7DF;
  margin-bottom: 15px;
}

#center #error ul {
  margin: 0;
  padding: 5px 25px;
  color: black;
}
/* end of buffers */

.title h2 {
  font-size: 16px;
  margin: 0; padding: 0;
}

.center .title {
  margin-bottom: 10px;
}

.left .title h2 {
  margin: 10px;
}

.title .first {
  color: #0093D7;
}

.center .content {
  padding: 2px 10px;
}

#footer {
  clear: both;
  text-align: right;
  font-size: 11px;
  background: transparent url('images/footer_bg.gif') repeat-x top left;
  padding: 5px;
  height: 30px;
}

#footer .footer-in {
  margin-top: 12px;
}

#footer a {
  color: #0092DD;
}

#footer a:hover {
  color: #707070;
}

/* left box */
.left div.left-box {
  border-top: 8px solid #0092DD;
  width: 100%;
  background: url('images/left_box_bg.gif') repeat-x top left;
}

.left div.left-box-in {
  padding-bottom: 20px;
}

.left div.left-box .content {
  padding: 0px 15px;
}

/* right box */
.right div.right-box {
  width: 100%;
}

.left div.left-box-in {
  padding-bottom: 20px;
}

.right div.right-box .content {
  padding: 2px 15px;
}

.control {
  float: right;
  font-size: 10px;
  padding-left: 10px;
}

.control img {
  border: none;
}

span.bold {
  font-weight: bold;
}
