body {
 margin: 0px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 12px;
 color: #d0d0d0;
 background:#444444;
 text-align:left
}
td,th {
	 font-size: 11px;
}

input, select {
	background-color: #d0d0d0;
	border:0px;
	margin: 0px;	
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
 #text-decoration: none;
 color: #e0e0e0;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

h1 {
 color: #8bcd5b;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 14px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
 letter-spacing: .16em;
}

h2 {
 color: #8bcd5b;
 background-color: transparent;
 font-size: 16px;
 font-weight: bold;
 margin: 12px 0 2px 0;
 padding: 5px 0 6px 3px;
 letter-spacing: .16em;
}

h3 {
 color: #8bcd5b;
 background-color: transparent;
 font-size: 18px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
 letter-spacing: .16em;
}

/* Translation Details */

.detail_table {
	padding: 5px 0px 4px 4px;
	background-color:#303030;
	width:100%
}

.detail_table .comment {
	color:#e0e0e0;
	font-style: italic;
}

.detail_table .comment_info {
	color:#a0a0a0;
}

/* Image Buttons */

.image_buttons a, .image_buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.image_buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.image_buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.image_buttons button img, .image_buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* Colors for image buttons */

/* STANDARD */

button:hover, .image_buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.image_buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .image_buttons a.positive{
    color:#529214;
}
.image_buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.image_buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.image_buttons a.negative, button.negative{
    color:#d12f19;
}
.image_buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.image_buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* Page Elements */

#siteheader {
	width: 920px;
	height: 110px;
	margin: 0 auto;
	background: #202020;
}

#sitelogo {
  float:left;
}

#sitelogo h3 {
	float: left;
	margin-left: 40px;
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 24px;
	font: Arial, Helvetica, sans-serif;
	color:#f0f0f0
}

#sitelogo p {
	float: left;
	margin: 0;
	padding: 103px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: Arial, Helvetica, sans-serif;
}

/* Content Areas */

#sitecontent {
	width: 880px;
	margin: 0 auto;
	padding: 4px;
	background: transparent;
}

#maincontent {
  float:left;
  width:840px;
}

#maincontent li {
	padding: 6px;
}

.error {
	color: #ff0000;
}

#login {
	margin: 6px;
	margin-top: 60px;
	float:right;
}

#login ul {
	margin: 0;
	margin-left: 30px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
	float:bottom;
}

#login li {
	padding:5px;
	float: left;
}


#login table {
	//margin: 10px;
	width:90%;
	background:#303030
}
#login td {
	padding: 5px;
}

#adblock {
	position:absolute; 
	z-index:3;
	margin-left:90px;
	margin-top:4px;
	float:left;
}

/* Footer */

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
}

#footer p {
	margin: 0;
	font-size: 9px;
	text-align: center;
}

/* Menu */

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 30px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px;
	background: #202020;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Sortable tables */

table.sortable {
	width:100%;
}

table.sortable th {
	padding: 6px;
}

table.sortable td {
	 padding:5px;
}

table.sortable thead {
    background-color:#202020;
    color:#FFFFFF;
    font-weight: bold;
    cursor: default;
}

table.sortable tbody {
	background-color:#303030;
    color:#e0e0e0;
}