/* WORDPRESS ADMIN BEGIN */

#historydiv ul, #historydiv p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
#historydiv ul {
    list-style: none outside none;
}
#historydiv ul li {
    margin-bottom: 2em;
}
#historydiv h4 {
    line-height: 1.7em;
    margin: 3px 0;
    word-wrap: break-word;
}
#historydiv h4 abbr {
    color: #999999;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-left: 3px;
}

.wpml .postbox {
	background-image: none !important;
}

.wpml .postbox .total {
	text-align:center;
}

.wpml .postbox .total p.totalnumber {
	font-size: 250%;
}

.wpml .postbox .total p.totalsmall {
	font-size: 95%;
	margin: -15px 0 15px 0;
	display: block;
}

.wpmlerror {
	color: #CC0000;	
}

ul#wpmlsubmenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

ul#wpmlsubmenu li {
	padding: 0 0 8px 17px;
}

ul#wpmlsubmenu {
	margin: 0;
	list-style: none;
	padding: 6px 0 3px 0;
	border-top: 1px #cccccc solid;
}

ul#wpmlsubmenu li {
	font-size: 14px;
}

ul#wpmlsubmenu a {
	text-decoration: none;
}

ul#wpmlsubmenu a.current {
	color: rgb(213, 78, 33);
}

.wpmllineitem {
	list-style: none;
	margin: 3px 0px !important;
	padding: 2px 5px 2px 5px;
	background-color: #F1F1F1 !important;
	border:1px solid #B2B2B2;
	cursor: move;
	vertical-align: middle !important;
	display: block;
}

.wpmlattachment {
	list-style: none;
	margin: 3px 0px !important;
	padding: 2px 5px 2px 5px;
	background-color: #F1F1F1 !important;
	border:1px solid #B2B2B2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: middle !important;
	display: inline-block;
}

.alignright, .wpmlalignright {
	text-align: right !important;
}

.wpml .scroll-list {
	overflow:auto; 
	max-height:200px; 
	width:auto; 
	border:1px #CCCCCC solid; 
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #FFFFFF;
}

#aa,#jj,#hh,#mn{padding:1px;font-size:12px;}
#jj,#hh,#mn{width:2em;}
#aa{width:3.4em;}

.wpmlcheckboxlabel, .wpmlradiolabel {
	display:block;
	padding-bottom:2px;
}

.wpmlcustomfieldcaption {
	display: block;
}

/* TABLES */

table.tablesorter thead tr th.header {
    background-image: url('../images/bg.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr th.headerSortUp {
    background-image: url('../images/asc.gif');
}

table.tablesorter thead tr th.headerSortDown {
    background-image: url('../images/desc.gif');
}

/* TABS */

.tribulant_plugin_tabs {
     background-color: #464646;
     background-image: -moz-linear-gradient(center bottom , #373737, #3A3A3A 5px);
     border-radius: 3px 3px 3px 3px;
     display: block;
     margin: 10px 0pt;
     padding-top:10px;
     float:left;
     width:100%;
     position: relative;
     z-index: 1;
}

.tribulant_plugin_tabs ul {
     margin: 0pt;
     padding: 0pt;
     float:left;
     width: 100%;
}

.tribulant_plugin_tabs ul li {
     float: left;
     height: 30px;
     line-height: 30px;
     margin-bottom: 0pt;
     position: relative;
     vertical-align: baseline;
     width: auto;
     margin-bottom:0;
}

.tribulant_plugin_tabs ul li.active a {
	color:#666;
	text-shadow: 0 none;
	background:#FFF;
	z-index:9000;
	text-shadow:0;
}

.tribulant_plugin_tabs ul li.active a:hover {
	color:#666;
	cursor:inherit;
	text-decoration:none;
}

.tribulant_plugin_tabs ul li a {
	float:left;
	display:block;
	margin:0;
	padding:0 12px;
	text-decoration:none;
	color:#303030;
	line-height:30px;
	text-shadow: 0 1px 0 #FFF;
	background:url(../images/bg-center.png) repeat-x;
	position:relative;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	z-index:8000;
}

.tribulant_plugin_tabs ul li a:hover {
	color:#666;
	text-shadow:0;
	text-decoration:none;
}

.border-right, .border-left {
	float:left;
	width:24px;
	height:30px;
	background:#FFF;
}

.border-right {
	background:url(../images/bg-right.png) no-repeat;
	position:relative;
	margin-right:-16px;
	z-index:8000;
}

.border-left {
	position:relative;
	background:url(../images/bg-left.png) no-repeat;
	z-index:8000;
}

.active .border-right {
	background:url(../images/bg-right-active.png) no-repeat;
	z-index:9000;
}

.active .border-left {
	background:url(../images/bg-left-active.png) no-repeat;
	z-index:9000;
}

.wpml .currentfile a img {
	border: 1px #CCCCCC solid;
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: white;
}

.wpml .currentfile a:hover img {
	border: 1px #515151 solid !important;
}

/* WORDPRESS ADMIN END */