/* Window
-----------------------------------------------------------------------------*/

.window-overlay {
	background: #d9d9d9;
	opacity: 0.7;
}

.window-frame {}
.window-close {
	background: #545454;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-bottom: 3px;
	margin-top: 0px;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.window-content {
	clear: both;
}

.window-content div.container {
	border: 1px solid #a4a4a4;
}

/* Create Button
-----------------------------------------------------------------------------*/

/** Create */
body.translator .create-button {
	padding-top: 15px;
	padding-bottom: 15px;
}

body.translator .create-button a {
	-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 .create-button a,
body.translator .create-button a:link,
body.translator .create-button a:active,
body.translator .create-button a:hover,
body.translator .create-button avisited {
	color: #B9421A;	
	text-decoration: none;
}

/** Delete Button */
body.translator .delete-button {
	padding-top: 15px;
	padding-bottom: 15px;
}

body.translator .delete-button a {
	-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: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #d9dadb;
	color: #bbbbbd;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
}

body.translator .delete-button a,
body.translator .delete-button a:link,
body.translator .delete-button a:active,
body.translator .delete-button a:hover,
body.translator .delete-button avisited {
	color: #bbbbbd;
	text-decoration: none;
}

body.translator .delete-button a:hover {
	border-color: #666666;
	color: #666666;
}

/** Manage Button */
body.translator .manage-button {
	padding-top: 15px;
	padding-bottom: 15px;
}

body.translator .manage-button a {
	-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: #cfe9f5 none repeat scroll 0 0;
	border: 1px solid #cfe9f5;
	color: #4a453e;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
}

body.translator .manage-button a,
body.translator .manage-button a:link,
body.translator .manage-button a:active,
body.translator .manage-button a:hover,
body.translator .manage-button avisited {
	color: #4a453e;
	text-decoration: none;
}

body.translator .manage-button a:hover {
	background: #e9f8ff;
}

body.translator .back a {
	background: #CFE9F5 none repeat scroll 0 0;
	border: 1px solid #CFE9F5;
	color: #4A453E;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}

body.translator .back {
	margin-top: 0px;
	margin-bottom: 20px;
}

/* List
-----------------------------------------------------------------------------*/

ul.dot-list li {
	list-style-position: outside;
	line-height: 20px;
	margin-left: 15px;
	margin-right: 0px;
}

ul.dot-list li ul li {
	margin-left: 15px;
	margin-right: 0px;
}

/* Panel
-----------------------------------------------------------------------------*/

.panel .tabs {
	height: 61px;
}

.panel .tabs ul li {
	background: #eeefef;
	border: 1px solid #dee0e1;
	border-bottom: 1px solid #c7cece;
	color: #70bce4;
	cursor: pointer;
	float: left;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	list-style: none;
	list-style-position: outside;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: -1px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;	
	width: 138px;
}

.panel .tabs ul li.cur {
	background: #ffffff;
	border: 1px solid #c7cece;	
	border-bottom: 1px solid #ffffff;
	color: #008ed8;
	font-size: 16px;
	font-weight: normal;
}

.panel .tabs ul li.one-line { line-height: 40px; }
.panel .tabs ul li.two-line { }

.panel .panes {
	background-color: #ffffff;
	border: 1px solid #c7cece;	
}

.panel .panes .pane {
	display: none;
}

.panel .panes .pane .content {
	color: #5a5a5a;
	font-size: 14px;
	font-weight: normal;
	padding: 70px;
	width: 640px;
}

.panel .panes .pane .intro {
	color: #008ed8;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 25px;
}

/* Rounded Corners
-----------------------------------------------------------------------------*/

.rounded {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.rounded-bottom {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.rounded-medium {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.rounded-right-large {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.rounded-small {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}

/* Administrator / Translator Table
-----------------------------------------------------------------------------*/

body.translator table {
	width: 100%;
}

body.translator table thead tr th {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

body.translator table tbody tr {
	border: 1px solid #d9dadb;
}

body.translator table tbody tr.alt {
	background: #F5F5F5;
}

body.translator table tbody tr td {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

body.translator table tbody tr:hover {
	background: #F3FBFF;
}

body.translator table tbody .create-button, 
body.translator table tbody .delete-button,
body.translator table tbody .manage-button {
	float: left;
	font-size: 11px;
	margin: 0px;
	margin-left: 4px;
	margin-right: 0px;
	padding: 3px;
}

body.translator table tbody .create-button a, 
body.translator table tbody .delete-button a,
body.translator table tbody .manage-button a {
	font-size: 11px;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}