html, body {
    /*height: 100%;*/
}

body {
	margin: 10px;
	font-family: verdana;
	font-size: 12px;
	margin: 5px;
	background: #eee;
	background-attachment: fixed;
	background-position: 200px 50px;
	background-repeat: no-repeat;
}

input:focus, select:focus, textarea:focus {
	background-color: #ff7;
}

input, select, textarea {
	/*font-size: 0.8em !important;*/
	font-size: 10px;
}

table.hoverable {
	border-collapse: collapse;
}

table.hoverable tr th, table.hoverable tr td {
	padding: 3px;
}

table.hoverable td {
	background-color: #eee;
	/*border-bottom: 1px solid #ddd;*/
}

table.grid thead th:nth-child(odd) {
	background-color: #bbb;
}

table.grid thead th:nth-child(even) {
	background-color: #aaa;
}

table.grid tr:nth-child(odd) td:nth-child(even),
table.grid tr:nth-child(even) td:nth-child(odd),
tbody.grid tr:nth-child(odd) td:nth-child(even),
tbody.grid tr:nth-child(even) td:nth-child(odd) {
	background-color: #ddd;
}

table.grid tr:nth-child(even) td:nth-child(even),
tbody.grid tr:nth-child(even) td:nth-child(even) {
	background-color: #ccc;
}

table.hoverable tr:hover td {
	background-color: #ff7 !important;
}

table.hoverable.grid tr:hover td:nth-child(even),
table.hoverable tbody.grid tr:hover td:nth-child(even) {
	background-color: #dd7 !important;
}

table.hoverable tr.nohover:hover td {
	background-color: #eee !important;
}

table tr td button.ui-widget, 
table tr td a.ui-widget, 
table tr td span.ui-widget, 
table tr td strong.ui-widget {
	font-size: 0.8em !important;
}

table tr td a.ui-widget span.ui-button-text {
	color: #000;
}

table tr td a.ui-widget span.ui-button-text,
table tr span.ui-widget span.ui-button-text,
table tr strong.ui-widget span.ui-button-text {
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.ui-widget {
	display: inline-block;
}

.ui-widget-header {
	padding: 3px;
}

.ui-widget-content {
	padding: 5px;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.ui-datepicker tbody tr td:first-child a:not(.ui-state-highlight):not(.ui-state-active), 
.ui-datepicker tbody tr td:last-child a:not(.ui-state-highlight):not(.ui-state-active) {
	background: #ccc;
}

.ui-widget-header button {
	float: right;
}

.ui-widget-header button, .ui-widget-content table button {
	margin-top: -2px;
	margin-bottom: -2px;
}

.ui-widget-header button .ui-button-text, .ui-widget-content table button .ui-button-text {
	padding-top: 1px;
	padding-bottom: 1px;
}
