.totalControls a {
	text-decoration: none;
}
.totalControls label {
    font-weight: bold;
    color: #222222;
	display: block;
    text-shadow: 0 1px 0 #FFFFFF;	
}
.totalControls .jj,
.totalControls .hh,
.totalControls .mn {
	width: 2em;
}
.totalControls .aa {
    width: 3.4em;
}
.totalControls .timestamp span {
	font-weight: bold;
}
.totalControls .edit-timestamp {
    font-size: 11px;
}
.totalControls textarea:hover, .totalControls input[type="text"]:hover {
    background-color: #f9f9f9;
}
.totalControls select[multiple="multiple"] {
	width: 100%;
	height: 8em !important;
}
.totalControls input[type="checkbox"],
.totalControls input[type="radio"] {
    margin: 1px 4px 0 0;
}
.totalControls input.smallfat {
	width: 66px;
}
.totalControls select.smallfat {
	min-width: 66px;
}
.totalControls .controlDesc {
    font-size: 11.25px;
	display: block;
	color: #888;
	margin-bottom: 4px;
}
.totalControls .controlDesc code {
	color: #555;
}
.totalControls table .controlDesc {
	color: #666;
	margin-bottom: 0;
}
.totalControls table .separator {
	width: 10%;
}
.totalControls .optionImage {
	margin-bottom: 8px;
	display: block;
}
.totalControls .pickcolor span {
    background: url("../img/color.png") no-repeat scroll center center transparent;
    margin-left: 5px;
    padding: 2px 10px;
}
.totalControls .farbtastic-wrapper {
	display:none;
	margin-top: 10px;
}
.totalControls .farbtastic {
	background:#eee;
	border:1px solid #ccc;
}

.totalControls ul.tab-content li ul li {
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 7px;
    padding-bottom: 9px;
}
.totalControls ul.tab-content li ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.totalControls .optionImage {
    display: block;
    max-width: 100%;
}

/* Widgets Tabs. ------------------------ */
.tabbable:after {
	clear: both;
}
.tabbable:before, .tabbable:after {
    content: "";
    display: table;
}
.nav-tabs {
    list-style: none outside none;
    margin-bottom: 18px;
    margin-left: 0;
	margin-top: 24px;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none;
}
.nav-tabs:after, .nav-pills:after {
    clear: both;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
}
.tabs-left > .nav-tabs {
    float: left;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.tabs-left > .nav-tabs .active, .tabs-left > .nav-tabs .active:hover {
    border-color: #DDDDDD rgba(255, 255, 255, 0.8) #DDDDDD #DDDDDD;
}
.tabs-left > .nav-tabs > li {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.nav-tabs > .active > a, .nav-tabs > .active:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #transparent;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-tabs > li {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #999999;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 14px;
    margin-right: 2px;
    padding: 8px 20px 8px 15px;
    text-shadow: 0 1px 1px #FFFFFF;
}

.tabs-left > .nav-tabs .active, .tabs-left > .nav-tabs .active:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #222222;
	opacity: 1;
}
.tabs-left > .nav-tabs > li {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.nav-tabs > li:hover {
    background-color: #F2F2F2;
    text-decoration: none;
}
.tabs-left > .nav-tabs > li:hover {
    border-color: #DDDDDD;
	opacity: 0.5;
	color: #222222;
}
.tabs-left > .nav-tabs .active:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.tab-content {
    border: 1px solid #DDDDDD;
    min-height: 300px;
    overflow: auto;
    padding: 19px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}
.total-loading {
	padding-left: 20px;
	background: url(../img/loading.gif) no-repeat scroll 0 0 transparent;
}