/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */

    .ui-tabs-hide, .tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... *
@media print {
    .tabs-nav {
        display: none;
    }
}
*/
/* Skin */
.tabs-nav {
	list-style: none;
	height:31px;
	margin-left:0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav li {
  display:inline-block;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  line-height: 20px;
  *display: inline;
  zoom:1;
}
.tabs-nav li a {
  color:#212C44;
  display:block;
  padding: 6px 20px 4px;
}
.tabs-nav li.tabs-selected a {
  color:#FF9008;
}
.tabs_container {
  margin:0 0 10px;
}
.tabs-container {
  background: #dce2ee; /* declare background color for container to avoid distorted fonts in IE while fading */
  padding: 20px 10px 10px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  border:1px solid #99A8CC;
}
.tabs-loading em {
  padding: 0 0 0 20px;
  background: url(http://cdn-assets2.kroogi.com/images/loading.gif) no-repeat 0 50%;
}
/* new */
.tabs-nav .ui-state-focus {
  font-weight: ;
  color: #073976;
  outline: 0;
}
.tabs-nav .ui-state-focus {
  border: 0 solid #fbcb09;
  background: none;
  font-weight: ;
  color: #c77405;
  outline: none;
}
.tabs-nav .ui-state-default,
.tabs-nav .ui-state-default {
  background-color:#fff;
  border:0px solid #000;
  font-weight: ;
  color: #000;
  outline: 0;
}
.tabs-nav .ui-state-default a,
.tabs-nav .ui-state-default a:link,
.tabs-nav .ui-state-default a:visited {
  color: #000;
  text-decoration: none;
  outline: 0;
}
.tabs-nav .ui-state-active {
  background-color:#d4d9eb;
  border:0 solid #7F8DA3;
  font-weight: ;
  outline: 0;
}
.tabs-nav .update_progress img {
  margin-top:7px;
  margin-left:20px;
}
.tabs-nav .update_progress {
  min-height: 23px;
  height:23px;
}
.tabs_container .ui-corner-bottom {
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/*____________________________________ translation tabs ____________________________*/

.tabs_container .tabs-nav {
	list-style: none;
	height:31px;
	margin-left:0;
	margin-bottom: -1px;
}
.tabs_container .tabs-nav li {
	display: inline-block;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border:1px solid #99A8CC;
	border-width: 1px 1px 0 1px;
	font-size: 16px;
	line-height: 20px;
	*display: inline;
	zoom:1;
}
.tabs_container .tabs-nav li.round.ui-tabs-selected.ui-state-active,
.tabs_container .tabs-nav li.round.ui-tabs-selected.ui-state-active.ui-state-hover{
	background-color: #dce2ee;
	background: #dce2ee;
}
.tabs_container .tabs-nav li.round.ui-state-hover {
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #dce2ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#dce2ee));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#dce2ee',GradientType=0 );
	background: -o-linear-gradient(top, #FFFFFF 0%,#dce2ee 100%);
}
.translatable_fields .form_line {
	margin: 0;
}
.translatable_fields .form_left {
	width:113px;
	padding-top:3px;
	vertical-align:top;
	text-align:right;
	font-weight:;
}
.translatable_fields .form_right {
	width:auto;
	padding: 0;
}
.box.tabs-container .form_center {
	margin:0 0 0 125px;
}
.translatable_fields textarea {
	width:305px;
	height: 50px;
}
.translatable_fields input {
	width:303px;
}
.tabs_container .formatting_help {
	float: none;
}