* {
  margin:0;
  padding:0;
  outline:none; 
}

* {
  margin:0;
  padding:0;
  outline:none; 
}

body {
  padding:50px;
}

body.login,
body.edit {
  padding:0;
}

body, div, table td, input, select, textarea {
  color:#555;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

h1, h2, h3 {
  color:#000;  
}

.clear {clear:both;}

a {color:#03c;text-decoration:none;}

a:hover {text-decoration:underline;}

img {border:none;}

.btnWrap {
  display:inline-block;
  height:25px;
  position:relative;
  margin:0 0 50px 50px;
}

.btnWrap span {
  display:block;
  position:absolute;
  top:0;
  right:-3px;
  height:25px;
  width:3px;
}

.btnWrap input {
  background:none;
  border:none;
  color:#fff;
  height:25px;
  padding:0 12px 0 15px;
}

.btnWrap input::-moz-focus-inner {
  border:0;
  padding:0;
}

/* Login */

.header {
  border-bottom:8px solid #036;
}

.header .inner {
  padding:50px 0 15px 0;
  margin:0 auto;
  width:900px;
}

.login .page-wrap {
  margin:25px auto;
  width:900px;
}

.page-wrap .texts {
  float:left;
  padding-bottom:20px;
  width:490px;
}

p {
  padding:0 0 35px 0;
}

h2 {
  color:#000;
  font-size:14px;
  font-weight:bold;
  padding:0 0 5px 0;
}

.page-wrap .login-container {
  float:right;
  margin-top:-90px;
  width:365px;
}

.login-box {
  background:#fff;
  border:1px solid #ccc;
}

.login-box .inner {
  padding:5px;
}

.login-box table {
  background:#f2f2f2;
  border-spacing:0;
  width:100%;
}

.login-box table h1 {
  color:#000;
  font-size:20px;
  padding-top:3px;
}

.login-box table .alignright {
  padding:10px 10px 10px 20px; 
  text-align:right;
}

.login-box table .alignleft {
  padding:10px 20px 10px 10px; 
  text-align:left;
}

.login-box table .text-field {
  background:#fff;
  border:1px solid #808080;
  padding:5px;
  width:90%;
}

.login-box table .btn {
  color:#4d4d4d;
  font-size:17px;
  padding:0 30px;
}

.login-container .aligncenter {
  margin:55px auto;
  text-align:center;
}

.footer {
  border-top:1px solid #036;
  padding-top:10px;
  text-align:center;
}

.loginError {
  color: #800;
}

/* Languages */

h1 {
  font-size:22px;
  padding:0 0 20px 0;
  position:relative;
}

h1 .back-link {
  font-size:13px;
  font-weight:normal;
  display:block;   
  position:absolute;
  top:9px;
  right:0;
}

.lang-sel {
  width:500px;
}

.lang-sel li {
  background:#f3f3f3;
  border-bottom:1px solid #e5e5e5;
  border-top:1px solid #fff;
  cursor:pointer;
  list-style-type:none;
  padding:10px;
}

.lang-sel li:hover {
  background:#c8dbef;
  border-bottom:1px solid #b9cfe7;
}

.lang-sel li .t-name {
  float:left;
}

.lang-sel li .t-status {
  color:#999;
  float:right;
}

.pager {
  background:#000;
  color:#fff;
  padding:10px;
}

.pager a,
.pager span {
  color:#999;
  display:block;
  float:left;
  font-size:30px;
  font-weight:bold;
  margin:-10px 0 -5px 0;
}

.pager a {
  color:#06c;
}

.pager a:hover {
  text-decoration:none;
}

.pager .current {
  color:#fff;
  float:left;
  margin:3px 20px 0 20px;
}

.translations-list {
  border-spacing:0;
  width:100%;
}

.translations-list td {
  background:#f3f3f3;
  border-bottom:1px solid #e5e5e5;
  border-top:1px solid #fff;
  padding:10px;
}

.translations-list tr:hover td {
  background:#c8dbef;
  border-bottom:1px solid #b9cfe7;
}

.translations-list .status {
  text-align:right;
}

.translations-list .status .translated {
  color: #6a942f; 
  font-weight: bold;
}

.translations-list .status .not-translated {
  color: #800; 
  font-weight: bold;
}

.translations-list .actions {
  text-align:right;
  width:100px;
}                

.label {
  color:#000;
  display:block;
  font-weight:bold;
  margin:0 0 5px 0;
}

.source {
  background:#f7f7f7;
  padding:50px;
}

.source .source-text {
  background:#666;
  border:1px solid #000;
  color:#fff;
  float:left;
  font-size:16px;
  padding:10px;
}

.output {
  border-top:1px solid #e5e5e5;
  padding:50px 50px 20px 50px;
}

.output textarea {
  height:150px;
  width:300px;
}