#header, #main, #footer, #tabs ul {
	min-width: 800px;
}

#tabs {
	clear: both;
}

#login_controls {
	float: right;
}

#login_controls li {
	display: inline-block;
	margin: 5px 0;
	padding: 0 5px;
	border-right: 1px solid black;
}

#login_controls li:last-child {
	border-right: none;
}

#tabs ul {
	z-index: 5;
	padding: 0 5px;
	border-bottom: 1px #999 solid;
}

#tabs ul li {
	font-weight: bold;
	color: #ccc;
	min-width: 240px;
	width: 30%;
	margin: 2px 0 0 1px;
	padding: 10px;
	border: 1px #999 solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-width: 0px;
	background-color: #eee;
	text-align: center;
	box-shadow: none;
}

#tabs ul.subtabs li {
	width: 20%;
	min-width: 170px;
}

#tabs ul li a {
	color: #3333ff;
	text-decoration: none;
}

#tabs ul li.active {
	position: relative;
	top: 1px;
	box-shadow: 0px -1px 1px #333;
	background-color: #fff;
}

.inline * {
	display: inline-block;
}

li {
	padding: 5px;
	vertical-align: middle;
}

label {
	width: 250px;
	float: left;
	clear: left;
	padding-right: 20px;
}

.radiogroup label {
	width: 150px;
	display: inline-block;
	float: none;
	clear: none;
}

.fixed_width_inputs input, .fixed_width_inputs select {
	float: left;
	width: 100px;
}

input[type=text] {
	border: 1px solid #999;
}

#main {
	padding: 20px 10px;
}

#footer	{
	bottom: 0px;
}

#footer input {
	float: right;
	width: 120px;	
}

fieldset {
	padding: 1%;
	margin: 1% 0 1% 1%;
	border-width: 0px;
}

fieldset.radiogroup {
	padding: 5px;
	margin: 0;
}

legend {
	font-weight: bold;
}

fieldset li:not(.fa) {
	min-width: 360px;
}

.taxonomy li {
	white-space: nowrap;
	margin-left: 8px;
	padding: 2px 2px 2px 20px;
}

.taxonomy li input[type="checkbox"] {
	margin: 0 5px;
	height: 9pt;
}

.taxonomy li.hidden {
	visibility: hidden;
}

.toggleChildren {
	display: inline-block;
	font-size: 1.2em;
	width: 1em;
	text-align: center;
}

#filter_summary {
	min-height: 50px;
}

.container  {
	background-color: #eee;
	max-height: 300px;
	width: 50%;
	padding: 3px;
	margin-bottom: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #ccc;
	box-shadow: -1px 1px #999;
}

pre {
	font-family: 'Courier New', Courier, monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.collapsed ul li, #widget_params li.collapsed, #landing_params li.collapsed {
	display: none;
}

.expandable legend::before {
	content: '+ ';
}

.expanded legend::before {
	content: '- ';
}

li.widget, li.user, li.release {
	border-bottom: #ccc 1px dotted;
}

li.release span,
li.user span,
.widget_form, li.widget span, li.widget input, li.widget div {
	display: inline-block;
}

.id {
	width: 100px;
}

.field {
	width: 250px;
}

.release li, .release span,
.user li, .user span,
.widget li, .widget span, .widget input {
	padding: 2px;
	overflow: visible;
	margin: 0px 5px;
	word-wrap: break-word;
}

.highlightable:hover {
	background-color: #eef;
}

li.widget img, li.user img, li.release img {
	margin-left: 5px;
}

.error_message {
	position: relative;
	left: 10px;
	top: -15px;
	display: inline-block;
	width: 0px;
	white-space: nowrap;
	opacity: 0.5;
	color: #f00;
}

.hidden, .hidden * {
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#go_live {
	color: #ffffff;
	background-color: #006000;
	border-color: #009000;
}

.container #custom_filter_expression {
	width: 100%;
}

.em {
	color: #cc0000;
	font-weight: bold;
}

ul.controls, ul.controls>li {
	display: inline-block;
	color: #333;
}

li {
	font-size: 1em;
}

