.tableList {
	border-color: #dddddd;
	border-width: thin;
	border-style: solid
}

.tableCaption {
	color: #ff6600;
	font-weight: bold
}

.pageCaption {
	color: blue;
	font-weight: bold
}



.TDhead-center {
	
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}

.TDhead-left {
	
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
}

.TDhead-right {
	
	text-transform: capitalize;
	font-weight: bold;
	text-align: right;
}



.TD-center {
	text-align: center;
}

.TD-left {
	text-align: left;
}

.TD-right {
	text-align: right;
}

.textMsg {
	color: #ff0000;
	font-weight: normal;
	text-transform: lowercase;
}

.inputCounter {
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}