.tableList {
	border-color: #dddddd;
	border-width: thin;
	border-style: solid
}

.tableCaption {
	color: #ff6600;
	font-weight: bold
}


.pageCaption {
	color: blue;
	font-weight: bold
}

/*--------------------*/
.lineA {
	background-color: #F3F6F9;
}

.lineB {
	background-color: #FFF;
}

.tableCaptionForUser {
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #A0B7CD;
}

.tableCaptionForUserCentered {
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #A0B7CD;
}

.TDheadForUser {
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	background-color: #CDD8E4;
}
/*--------------------*/


.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;
}

.altInfoLabel{
	font-style : italic;
}
