/* base */
.table-title
{
	font-weight: bold;
	text-align: center;
	background-color: #828262;
	color: white;
	height: 25px;
}
.table-head
{
	padding: 2px;
	font-weight: bold;
	background-color: #9a9a6f;
	color: white;
	height: 25px;
}
.table-cell
{
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	background-color: #eeedce;
}
.table-cell-bright
{
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	background-color: #f8f7e3;
}
.table-command
{
	text-align: right;
	background-color: #baba8f;
	height: 30px;
	padding-left: 50px;
}
a.icon
{
	margin: 0px;
	padding: 0px;
}
img.icon
{
	margin: 0px 2px 0px 2px;
	padding: 0px;
}
div.info-message {}
div.error-message {}
div.content
{
	padding: 10px;
}
.bold			{ font-weight: bold; }
.right			{ text-align: right; }
.left			{ text-align: left; }
.space			{ padding-left: 20px; }
.left-padding	{ text-align: left; padding-left: 20px; height: 25px; }
.right-padding	{ text-align: right; padding-right: 20px; height: 25px; }

/* form */
input.form-button {}
input.form-text, input.form-text-readonly {}
input.form-text-readonly {}
input.form-text-bold {
	font-weight: 700;
}
select.form-select {}
select.form-select option {}
textarea.form-textarea {}
