/*
l10n styles for the article view tab...
*/

/* palette */
























:focus {
outline:none;
}

.clone-link		{ float: left; }
.delete-link	{ float: right; }
.status_1		{ background: #cce0b8; }
.status_2		{ background: #eee; }
.status_3		{ background: #fc9; }
.status_4		{ background: #fff; }
.status_5		{ background: #ff9; }
.fully_visible	{ background: #cce5ff; }
.empty			{ background: #eee; }
.warning		{ background: #f99; }
.count			{ text-align: right; background: #fff; border-top-width: 2px; font-weight: bold;  }
table#l10n_articles_table
	{
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 0 0;
	}
table#l10n_articles_table td, table#l10n_articles_table th
	{
	border-color: #999;
	border-style: solid;
	border-width: 0 0 1px 1px;
	width: 150px;
	}
.id				{ text-align: right; width: 80px !important; }
td.legend dt	{ margin: 2px 2px 2px 10px; padding: 3px 5px 0; border: 1px solid #333; float:left; }
td.legend dd	{ margin: 2px 0;            padding: 3px 0 0; float:left; }

/*
l10n styles for other tabs...
*/

.l10n_values_list	{ float: right; width: 50%; }
.l10n_string_list	{ float: left; width: 25%; }
.l10n_main_tab		{ padding-bottom: 3em; text-align: center; }
.l10n_subtab		{ padding: 0 30px; }
.l10n_list			{ float: left; width: 50%; }
.l10n_edit			{ float: right; width: 50%; }
.l10n_owner_list	{ float: left; width: 20%; }
.l10n_export_list	{ float: left; width: 40%; }
.l10n_import_list	{ float: right; width: 40%; }
.l10n_bordered		{ border: 1px solid #ccc; padding:1em; margin:1em; }
.l10n_plugin_list	{ float: left; width: 25%; }
.l10n_string_edit	{ width: 90%; height: 6em;}

.l10n_extensions	{ text-align: center; }
.l10n_extensions fieldset 		{ margin: 0px auto; }

.l10n_hidden		{ display: none; }
.l10n_visible		{ display: block; }
.l10n_highlite		{ color:blue; background-color:yellow; }

div#l10n-filters	{ margin: 0 auto 10px; text-align: center; }

textarea#l10n_string_import {width: 95%;float:left;}

/*

FRONTEND

*/

#language {
	height: auto;
	width: auto;
	margin: auto 0;
	padding: 0;
	position:absolute;
	right:18px;
	
	background: transparent;
	font-size: 1.25em;
	text-transform:lowercase;
	font-variant:small-caps;
	font-weight:900;
	letter-spacing:0.2em;
	}

#language li a:hover {
border: none;
background: transparent;
color: #6495ed;
}

.l10n_lang_list {
	list-style-image: none;
	list-style-type: none;
	text-variant: smallcaps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px auto;
	height: 36px;
	width: auto;
	
}

.l10n_lang_list li {
padding: 2px auto;
margin: 0;
height: auto;
width: auto;
display:block;
vertical-align:baseline;
}
	

.fr-fr, .en-us, .de-de {
background: transparent;
color: #141433;
padding: auto 0;
width: auto;
height: auto;
margin: auto 0;
font-size: 0.9em;
text-transform: lowercase;
text-variant: smallcaps;
float:right;
}
.fr-fr {
border: none;
}
.en-us, de-de {
border-right: dotted 1px #9a9caa;
padding-right: 1em;
} 

.fr-fr, .en-us, .de-de a, a:link, a:visited {
color: #141433;
}

.fr-fr, .en-us, .de-de a:hover {
color: #6495ed;
background: transparent;
} 


.fr-fr, .l10n_current,.en-us, .de-de {
float:right;

}

