/**
 * Satura project
 *  - default style
*/

body {
  font-family: Arial, Tahoma;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #5B5B5B;
}

.clear-both {
  clear: left;
}

.hidden {
  display: none;
}

.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;
  vertical-align: baseline;
}

div.page-in {
  width: 100%;
  margin: 0px auto;
}

div.header {
  width: 100%;
  height: 112px;
  background: white url('images/header.jpg') no-repeat;
  position: relative;
}

div.langs {
  position: absolute;
  right: 20px;
  top: 10px;
  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 #B6E0F6;
}

.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 {
  width: 100%;
}

.page form table td textarea {
  width: 100%;
}

.page form table td input.date {
  width: 150px;
  float: left;
}

.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-block;
  margin: 0;
  height: 77px;
  float: left;
}

.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 {
  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 {
  width: 100%;
}

#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-in {
  padding: 2px 10px;
}

#footer {
  clear: both;
  font-size: 11px;
  background: transparent url('images/footer_bg.gif') repeat-x top left;
  padding: 5px;
  padding-top: 15px;
  height: 30px;
}

#footer .footer-in {
  float: left;
}

#footer .made-by {
  float: right;
}

#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;
}

span.bold {
  font-weight: bold;
}


/* ARTICLES */
.articles .item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}

.articles h2.title {
  font-size: 14px;
  margin-top: 2px;
}

.articles h2.title a {
  color: #5B5B5B;
}

.articles .article-head {
  font-size: 10px;
}

.articles .article-head .date {
  text-align: right;
}

.articles .author {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}

.articles .perex {
  margin-bottom: 20px;
  font-style: italic;
}

.articles .author,
.articles .perex,
.articles .content {
  clear: both;
}

.articles .perex img,
.articles .content img {
  margin: 5px 10px;
}
/* end of ARTICLES */

/* NEWS */
.news .item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
  clear: both;
}

.news h2.title {
  font-size: 14px;
  margin-top: 2px;
}

.news h2.title a {
  color: #5B5B5B;
}

.news .article-head {
  font-size: 10px;
}

.news .article-head .date {
  text-align: right;
}

.news .author {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}

.news .perex {
  margin-bottom: 20px;
  font-style: italic;
}

.news .author,
.news .perex,
.news .content {
  clear: both;
}

.news .perex img,
.news .content img {
  margin: 5px 10px;
}
/* end of NEWS */

/* module head */
#center .module-head {
  height: 20px;
  margin: 5px 0px;
}

#center .module-head * {
  color: #555;
  float: left;
}

#center .module-head form input,
#center .module-head form select {
  margin-right: 5px;
}

#center .module-head a.btn-create {
  text-decoration: none;
  color: #555;
  padding: 0px 2px 0px 20px;
  display: inline-block;
  float: right;
}

#center .module-head .btn-create {
  background-position: 0px 0px;
}

#center .module-head a:hover {
  text-decoration: underline;
}
/* end of module head */

