body {
	font-family: 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
	font-size: 83.5%;
}

div.actions {
	padding: 3px 5px;
	text-align: center;
}

input.small {
	width: 30px;
}

table.records {
	width: 100%;
}

table.records td, table.records th {
	padding: 10px 5px;
	border-right: 1px solid #ddd;
}

table.records td.last, table.records th.last {
	border-right: none;
}

table.records img.icon {
	max-height: 32px;
}

table.records tr.odd {
	background-color: #ff9;
}

table.records thead th {
	text-align: left;
}

div.pager {
	padding: 5px;
	text-align: center;
}

div.xt-column div.padding {
	padding-bottom: 10px;
}

div.column {
	float: left;
}

div.column label, div.column div.line label {
	font-size: 10px;
	display: block;
	text-align: right;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: -3px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

div.xtSearch {
	color: #fff;
}

div.xtSearch  label {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

div.one div.column {
	width: 100%;
}

div.two div.column {
	width: 50%;
}

div.three div.column {
	width: 33%;
}

div.four div.column {
	width: 25%;
}

div.five div.column {
	width: 20%;
}

div.one label {
	width: 10%;
}

div.two label {
	width: 20%;
}

div.three label {
	width: 25%;
}

div.four label {
	width: 28%;
}

div.five label {
	width: 30%;
}

form.editor div.actions {
	text-align: center;
	padding: 3px 5px;
}

div.line {
	width: 100%;
	float: left;
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
}

div.one, div.two, div.three, div.four, div.five {
	float: left;
	width: 100%;
	clear: both;
}

div.panel {
	width: 250px;
	margin: 0 auto;
}

div.panel div.one label {
	width: 30%;
}

table.records tbody tr:hover {
	background: #f8b927;
}

table.records tr:hover * {
	color: #000;
}