.errorMessage {
	color: red;
}

.required {
	font-weight: bold;
	color: #ff0000;
	margin: 3px;
}

.actionMessage {
	color: green;
}

ul, li { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

th {
	text-align: left;
	background: #C0C0C0;
}

table.maintable {
	margin: 12px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.maintable th, table.maintable td {
	border-style: solid;
	border-color: #ddd;
	padding: 5px 10px 5px 10px;
}

table.maintable th+th,table.maintable td+td {
	padding-left: 10px;
}

table.maintable td {

}

table.maintable th {
	background: #eee;
}

table.maintable thead tr {
	background: #eee;
}

table.maintable tbody tr:nth-child(even) {
	background: #fcfcfc;
}

table.maintable th,table.maintable td {
	border: 1px solid #ddd;
}