/* Translator
-----------------------------------------------------------------------------*/

body.translator {
	background: #f9f9f9;
	color: #575757;
	font-family: Arial;
	font-size: 12.5px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

body.translator .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* Translator Banner
-----------------------------------------------------------------------------*/

body.translator #banner {
	background: #4A453E;
	color: #D2D0CF;
	font-size: 12px;
	font-weight: normal;
	height: 100px;
	overflow: hidden;
}

body.translator #banner #logo { 
	float: left;
	height: 100px; 
	overflow: hidden;  
}

body.translator #header {
	background: #F3FBFF url(../images/translator/header_bg.gif) repeat-x scroll center top;
	border-bottom: 1px solid #CFE9F5;
	height: 70px;
}

body.translator #header .logout {
	float: right;
	height: 70px;
	line-height: 70px;	
}

body.translator #header h1 {
	border: none;
	color: #4A453E;
	float: left;
	font-family: Arial, sans;
	font-size: 26px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	margin: 0;
	margin-bottom: 12px
	overflow: hidden;
	padding: 0;
	text-transform: none;
	width: auto;
}

/* Translator Contents
-----------------------------------------------------------------------------*/

body.translator #contents {	
	background-image: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Translator Typo
-----------------------------------------------------------------------------*/

h1 {
	font-family: Arial, Sans;
}

h2 {
	color: #4A453E;
	font-family: Arial, Sans;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 12px;
}

/* Translator Form
-----------------------------------------------------------------------------*/

body.translator input {
	font-family: Arial, Sans;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}

body.translator textarea {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: #555555;
	background: #f5f5f5;
	border: 1px solid #CCCCCC;
	line-height: 22px;
	padding: 5px;
}

body.translator select {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: #555555;
	background: #f5f5f5;
	border: 1px solid #CCCCCC;
	font-family: Arial, Sans;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 4px;
}

body.translator option {
	font-family: Arial, Sans;
	font-weight: normal;
	font-size: 12px;
}

body.translator input[type="text"] {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: #555555;
	background: #f5f5f5;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

body.translator input[type="password"] {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: #555555;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

body.translator input[type="radio"] {
	border: none;
	margin: 0px 5px -2px 5px;
}

body.translator input[type="checkbox"] {
	background: transparent;
	border: none;
	margin: 0px 5px 1px 5px;
}

body.translator input.type-submit,
body.translator input.type-button {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #F6D8CE none repeat scroll 0 0;
	border: 1px solid #D54E21;
	color: #B9421A;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
}

body.translator input[type="image"] {
	border: none;
	padding: 0px;
	margin: 0px;
}

body.translator fieldset {
	border: none;
	margin-bottom: 20px;
}

body.translator fieldset.submit {
	background: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
}

body.translator fieldset.last {
	margin-bottom: 0px;
}

body.translator fieldset ol li {
	list-style: none;
	padding-bottom: 20px;
}

body.translator fieldset ol li.left {
	float: left;
}

body.translator fieldset ol li.column {
	padding-right: 12px;
}

body.translator fieldset ol li.column.last {
	padding-right: 0px;
}

body.translator fieldset ol li.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

body.translator fieldset ol li.last {
	padding-bottom: 0px;
}

body.translator fieldset label {
	color: #555555;
	display: block;
	font-family: Arial, Sans;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
}

body.translator fieldset label span.label-locale {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #f5f5f5;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #f5f5f5;
	color: #555555;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -1px;
	margin-right: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 50;
}

body.translator fieldset label.inline {
	display: inline;
}

body.translator fieldset label em {
	color: #D66060;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 6px;
}

body.translator fieldset .help {
	color: #ACAAA6;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding-top: 6px;
}

body.translator .error {
	color: #dc4747;
	font-size: 12px;
}

body.translator p.error {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Translate Manage
-------------------------------------------------------------------------------*/

body.translator #translate-manage textarea {
	font-family: Monaco;
	font-size: 11px;
	height: 200px;
	line-height: 22px;
	width: 790px;
}

body.translator #translate-manage fieldset ol li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

body.translator #translate-manage .others {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	background: #e6f8ff;
	border: 1px solid #cce9f4;
	margin-top: -2px;
	margin-bottom: 15px;
	padding: 15px;
}

body.translator #translate-manage .others li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

body.translator input.error,
body.translator select.error,
body.translator textarea.error {
	background: #F9F4F4;
	border: 1px solid #D6ADAD;
}

body.translator .label-message {
	font-size: 15px;
	font-weight: bold;
}

/* Member Login
-------------------------------------------------------------------------------*/

body.translator #member-login .type-text {
	width: 750px;
}

/* Inline Editor
-------------------------------------------------------------------------------*/

#translation-inline-editor,
.translation-inline-editor {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	display: none;
	padding: 15px;
	overflow: hidden;
	width: 590px;
}

#translation-inline-editor .edit,
.translation-inline-editor .edit {
	padding: 5px;
}

#translation-inline-editor .title,
.translation-inline-editor .title {
	cursor: move;
	color: #555555;
	font-family: Arial,Sans;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}

#translation-inline-editor textarea,
.translation-inline-editor textarea {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: #555555;
	background: #f5f5f5;
	border: 1px solid #CCCCCC;
	font-family: Monaco;
	font-size: 11px;
	height: 230px;
	line-height: 22px;
	padding: 5px;
	width: 580px;
}

#translation-inline-editor input,
.translation-inline-editor input {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #F6D8CE none repeat scroll 0 0;
	border: 1px solid #D54E21;
	color: #B9421A;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px;
}

#translation-inline-editor .save-button,
.translation-inline-editor .save-button {
	float: left;
}

#translation-inline-editor .close-button,
.translation-inline-editor .close-button {
	border: 1px solid #ffffff;
	background: #ffffff;
	cursor: pointer;
	color: #555555;
	float: right;
	font-weight: bold;
}

#translation-inline-editor-button {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #F6D8CE none repeat scroll 0 0;
	border: 1px solid #D54E21;
	color: #B9421A;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px;
}

#translation-json-editor-button {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #F6D8CE none repeat scroll 0 0;
	border: 1px solid #D54E21;
	cursor: pointer;
	color: #B9421A;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px;
}

.translation-text {
	cursor: pointer;
}

/* Page Editor
-------------------------------------------------------------------------------*/

#translation-page-editor {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 300px;
}

#translation-page-editor input {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #F6D8CE none repeat scroll 0 0;
	border: 1px solid #D54E21;
	color: #B9421A;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px;
}