* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

body {
	font-family: sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 100%;
	font-size: 14px;
	background: url(../images/site-background.png);
	height: 100%
}

input[type="text"], input[type="password"] {
	padding: 5px;
	outline: none;
	border: 1px solid #CBC9C5;
	font-size: 0.9em !important;
}

input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #F39814;
}

div.aerexDialog table {
	width: 100%;
}

div.aerexDialog div.ui-state-default {
	padding: 10px;
}

div.aerexDialog table tbody tr td input {
	width: 100%;
}

div.aerexDialog table td {
	padding: 5px;
}

div.aerexdb-header {
	background: url(../images/aerexdb-header-background.png) 0 0 repeat-x;
	height: 60px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 330px;
	margin-bottom: 20px;
}

div.aerexdb-header div.aerexdb-logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

div.aerexdb-menu-item {
	position: relative;
	background-color: black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid white;
	height: 30px;
	width: 150px;
	top: 15px;
	display: inline-block;
	text-align: center;
	padding: 5px;
	margin-left: 30px;
}

div.aerexdb-menu-item a {
	color: white;
	font-size: 11pt;
	font-family: sans-serif;
	text-decoration: none;
}

div.aerexdb-menu-item:last-child {
	position: absolute;
	right: 20px;
}

div.aerexdb-menu-item:last-child, div.aerexdb-menu-item-admin {
	background-color: #CBC9C5;
}

div.aerexdb-menu-item:last-child a, div.aerexdb-menu-item-admin a {
	color: #000;
}

div.aerexdb-menu-item:hover, div.aerexdb-menu-item.active {
	background-color: #F39814;
}

h1 {
	padding: 10px;
	margin: 0px;
	font-style: bold;
}

table.logos {
	background: #FFFFFF;
	bottom: 20px;
	position: absolute !important;
	width: 70%;
	left: 50%;
	margin-left: -35%;
}

table.logos tr td {
	width: 25%;
	padding: 10px;
}

button {
	width: 150px;
}

.ui-button, .ui-selectmenu-text, .ui-selectmenu-optgroup, .ui-menu-item
	{
	font-size: 0.8em !important;
}

div.inline-loading {
   	background: url("../images/ajax-loader.gif") no-repeat scroll center;
}

div#loading-message {
	background: #F2ECE0 url(../images/ajax-loader.gif) no-repeat center 70px;
	height: 100px;
	width: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -150px;
	z-index: 1000;
	padding: 20px;
}

table.styleTable tr td div {
	padding: 10px;
}

table.styleTable tr td h1 {
	height: 40px;
	margin: -1px;
}

table.styleTable {
	height: 100%;
	width:100%;
}

table.styleTable td {
	padding-bottom: 0px !important;
}

table.styleTable td.ui-group {
	background-image: url('../images/ui-group-header-line.png');
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

table.styleTable  td.ui-group h1 {
	color: #F5AD66;
	font-size: 0.9em;
	display: inline-block;
	height: 40px;
	background-color: #F4F0EC;
	font-weight: normal;
}

/* Location Select */
ol#locationSelect .ui-selecting {
	background: #FECA40;
}

ol#locationSelect .ui-selected {
	background: #F39814;
	color: white;
}

ol#locationSelect {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ol#locationSelect li {
	font-size: 0.8em;
	margin: 3px;
	padding: 5px;
	float: left;
	width: 120px;
	height: 45px;
	text-align: center;
	cursor: pointer;
}

button[disabled] {
	opacity: 0.5;
	cursor: default;
}

.select-overflow {
	max-height: 300px;
}

tr.entityRow button.entityAttributeAction {
	visibility: hidden;
}

tr.entityRow:HOVER button.entityAttributeAction {
	visibility: visible;
}

table.admin-widget button.ui-button-icon-only {
	width: 30px;
	height: 30px;
}