.simpleData {
	font-size: 11px;
}

h1.simpleData {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #000;
	width: 100%;
	margin: 5px;
	line-height: 200%;
}

table.simpleData {
	margin: 10px auto 20px;
	border-spacing: 0px;
}

table.simpleData tr th.header {
	text-align: left;
	border: 0px;
	border-bottom: 1px solid #000;
	font-size: 12px;
	color: #666;
}

table.simpleData tr th.header div,
table.simpleData tr th.header a {
	font-size: 11px;
	font-weight: normal;
}

table.simpleData tr th {
	text-align: left;
	color: #666;
	white-space: nowrap;
}

table.simpleData tr th:after {
	content: "";
}

table.simpleData tr th.multiLine {
	vertical-align: top;
}

table.simpleData tr td input{
        margin-right: 0px;       
}

#more, #search {
        margin-right: 15px;

}

input.simpleDataSubmit,
input.simpleDataSave,
input.simpleDataDelete,
input.simpleDataCancel,
input.simpleDataBack,
input.simpleDataSearch,
input.simpleDataNew,
button.simpleDataSubmit,
button.simpleDataSave,
button.simpleDataDelete,
button.simpleDataCancel,
button.simpleDataBack,
button.simpleDataSearch,
button.simpleDataNew {
	margin: 5px;
}


/* smarty validation css */
label.error {
	display: block;
	margin: 3px;
	color: #F00;
	font-weight: bold;
}