/**
 * Satura CMS
 *  - default style
*/

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

.clear-both {
  clear: both;
}

.hidden {
  display: none;
}

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

.page {
  margin: 0px auto;
  padding: 0px;
  vertical-align: baseline;
  width: 100%;
}

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

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 #content form .focused {
  border-color: #0092DD;
}

.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%;
  background-color: #fff;
}

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

.page form table td input.date {
  width: 150px;
  float: left;
}

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

.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 */

/* 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*/

#content {
  width: 100%;
}

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

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

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

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

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

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

#footer {
  clear: both;
  font-size: 11px;
  background: transparent url('images/footer_bg.gif') repeat-x top left;
  line-height: 45px;
}

.footer-in .footer-left {
  float: left;
}

.footer-in .footer-right {
  float: right;
  padding-left: 45px;
  background: transparent url('images/logo-wd-tiny-w.png') left 8px no-repeat;
}

#footer a {
  color: #0092DD;
}

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

/* dropdown */
#content #dd-container {
  position: relative;
  float: right;

  min-width: 10px;
}

#content #dd-container #dd-menu {
  list-style: none;
  float: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

#content #dd-container #dd-menu li {
  background: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

#content #dd-container #dd-menu li ul {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

#content #dd-container #dd-menu li ul li {
  background: none;
  display: block;
  float: none;
  text-align: left;
}

#content #dd-container #dd-menu li ul li a {
  display: block;
  float: none;
  padding: 2px 5px;
  text-decoration: none;
  background-color: #E0E0E1;
  white-space: nowrap;
}

#content #dd-container #dd-menu li ul li a:hover {
  background-color: #CFCFCF;
}
/* end of dropdown */


/* 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;
}

/* module head */
#content .module-head {
  height: 20px;
  margin: 5px 0px;
}

#content .module-head * {
  color: #555;
  float: left;
}

#content .module-head #add-article {
  float: right;
}

#content .module-head #add-article form {
  display: inline;
  float: none;
}

#content .module-head form input,
#content .module-head form select {
  margin-right: 5px;
}

#content .module-head a.btn-create {
  text-decoration: none;
  color: #555;
  padding: 0px 2px 0px 20px;
  display: inline-block;
  float: right;
  margin-left: 10px;
}

#content .module-head .btn-create {
  background-position: 0px 0px;
}

#content .module-head a:hover {
  text-decoration: underline;
}
/* end of module head */


div.pager {
  margin-right: 10px;
}

div.pager span,
#content .module-head div.pager span {
  display: inline-block;
  padding: 0 2px;
  color: #bbb;
}

div.pager span a {
  text-decoration: none;
  color: black;
}

div.pager span a:hover {
  text-decoration: underline;
}

div.pager span.pager-current {
  font-weight: bold;
}

.btn-line-delete {
  display: block;
  height: 18px;
  width: 18px;
  text-decoration: none;
  background: url('images/icons/item_delete.png') left top no-repeat;
}

#satura-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: url('images/satura-box-bg.png');
  top: 0;
  left: 0;
  display: none;
}

#satura-box #satura-box-holder {
  background: transparent;
  position: relative;
  padding-top: 50px;
}