body {
  font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #404040;
  background: #0ca3d2;
}

.container {
  margin: 80px auto;
  width: 640px;
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
}
.login:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
}
.login .rounded_container {
  margin: 20px;
  background: #FFFFFF;
  padding: 10px;
  color: #FFFFFF;
}
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input, select {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password], select {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
}
input[type=text]:focus, input[type=password]:focus, select:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit], input[type=button] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
}
input[type=submit]:active, input[type=button]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

table.content_table {
  border: 1px solid #999999;
  border-radius: 5px;
  border-collapse: collapse;
}

table.content_table tr td {
  border: 1px solid #999999;
  padding: 3px 10px;
}

table.content_table .header {
  background: #eff4f7;
}

html, body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}

table {
  background: rgba(0, 0, 0, 0) url("/static/media/line_bg.jpg") repeat-x scroll 0 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

#div_wrapper {
  margin-left: 15px;
  margin-top: 15px;
  text-align: left;
  width: 100%;
}

#wrapper {
  width: 100%;
}

.logo_a {
  height: 80px;
  width: 1000px;
}

hr.a_a {
  background-color: #ffffff;
  border: 0 none;
  height: 1px;
  margin: 2px;
  padding: 0;
}

image {
  border: medium none;
}

.line_div {
  background: rgba(0, 0, 0, 0) url("/static/media/line_bg.jpg") repeat-x scroll 0 0;
  border: 1px solid #e4e4e5;
  box-shadow: 1px 1px 4px #e4e4e5;
  color: #ffffff;
  height: 160px;
  margin-top: 15px;
  padding-left: 10px;
  width: 1285px;
}

.line {
  border-bottom: 1px solid #787878;
  height: 1px;
  margin-top: 68px;
  position: absolute;
  width: 1270px;
}

.dot {
  background: rgba(0, 0, 0, 0) url("/static/media/dot1.png") no-repeat scroll left top;
  font-size: 11px;
  height: 10px;
  margin-top: 65px;
  position: absolute;
  white-space: nowrap;
  width: 10px;
}

.dot_d {
  background: rgba(0, 0, 0, 0) url("/static/media/dot0.png") no-repeat scroll left top;
  font-size: 11px;
  height: 10px;
  margin-top: 65px;
  position: absolute;
  white-space: nowrap;
  width: 10px;
}

header a {
    display: inline-block;
    padding: 0 18px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 16px;
    outline: 0;
}

TR.even {
  background: #e6e6e6 none repeat scroll 0 0;
}

TR.noeven {
  background: #fbfbfb none repeat scroll 0 0;
}

TR.even:hover, TR.noeven:hover, .tr_hover {
  background: #7fcaed none repeat scroll 0 0;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img, img {
  border: medium none;
}

a.navi {
  font-size: 12px;
}

a.topmenu:hover {
  background-color: #444444;
}

h1, h2, h3, h1 a, h2 a, h3 a {
  font-size: 28px;
  margin: 0;
  padding: 0 0 7px;
}

h2, h3 {
  font-size: 18px;
  font-weight: normal;
}

h4 {
  color: #8a8784;
  font-size: 11px;
  font-weight: normal;
}

.url {
  color: #0088cc;
}

.standart {
  color: #bbbbbb;
}

.grey_back {
  background-color: #e6e6e6;
}

.control {
  color: red;
}

.green {
  color: green;
  font-weight: bold;
}

.tabledata {
  border: 1px solid #e4e4e5;
  border-collapse: collapse;
  box-shadow: 1px 1px 4px #e4e4e5;
  font-size: 12px;
  font-weight: bold;
  padding: 1px;
  text-align: center;
}

.font16 {
  font-size: 14px;
}

.tabledata td {
  padding: 0 3px;
}

.tablebase {
  border: 1px solid #e4e4e5;
  border-collapse: collapse;
  box-shadow: 1px 1px 4px #e4e4e5;
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding: 1px 1px 1px 10px;
  text-align: left;
}

.tablebase td {
  padding-left: 5px;
  padding-right: 5px;
}

.mainstats_total, .mainstats_total td {
  background-color: #656565;
  color: #ffffff;
  font-size: 13px;
  min-width: 60px;
  padding-left: 1px;
  padding-right: 1px;
}

.show_stats {
  background: rgba(0, 0, 0, 0) url("/static/media/line_bg.jpg") repeat-x scroll 0 0;
  border: medium none;
  border-collapse: collapse;
  box-shadow: 1px 1px 4px #e4e4e5;
  color: black;
  font-size: 11px;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
}

.column {
  background: rgba(0, 0, 0, 0) url("/static/media/bg_b.jpg") repeat-y scroll 0 0;
  border: 1px solid black;
  border-collapse: collapse;
}

.column_a {
  background: rgba(0, 0, 0, 0) url("/static/media/bg_c.jpg") repeat-y scroll 0 0;
  border: 1px solid black;
  border-collapse: collapse;
}

.column_bottom {
  background: rgba(0, 0, 0, 0) url("/static/media/line_bg.jpg") repeat-x scroll 0 0;
  border-collapse: collapse;
}

.ajaxbin {
  height: 128px;
  position: fixed;
  right: 0;
  top: 0;
  width: 128px;
  z-index: 99999;
}

.inbox_email {
  color: #000000;
  font-size: 14px;
}

.inbox_email:hover {
  background-color: #dddddd;
}

.inbox_title {
  color: #000000;
}

.bigbutton {
  font-size: 69px;
  height: 70px;
  width: 330px;
}

.middlebutton {
  font-size: 22px;
  height: 30px;
  padding-top: 0;
}

.middlebutton_alert {
  background-color: red;
  color: #ffffff;
  font-size: 22px;
  height: 30px;
  padding-top: 0;
}

.link_blue {
  color: #0088cc;
  cursor: pointer;
}

.red {
  color: #971423;
}

.main_stat_table {
  position: relative;
  float: left;
  width: auto;
  overflow-y: hidden;
}

.main_stat_table2 {
  position: relative;
  float: left;
  width: 45%;
  overflow-y: hidden;
}

.addition_stat_table {
  position: relative;
  float: left;
  width: 720px;
  margin-left: 1%;
  overflow-y: hidden;
}

.addition_stat_table2 {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 200;
}

.close {
  color: #FF0000;
  font-size: 14px;
  font-family: Arial, sans-serif;
  float: right;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-left: 0px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 20px;
  overflow-x: hidden;
}
