/*--------------------*/
.lineA {
	background-color: #F3F6F9;
}

.lineB {
	background-color: #FFF;
}

.tableCaptionForUser {
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #A0B7CD;
}

.tableCaptionCVDetail {
	color: #000000;
	font-weight: bold;
	background-color: #A0B7CD;
	text-transform: uppercase;
}

.TDheadForUser {
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	background-color: #CDD8E4;
}

.tableCaptionCV  {
	font-weight: bold;
	font-size: 12px;
	color: #5A81A8;
}


.tableBorderForUser {
	border-color: #A0B7CD;
	border-width: 1px;
	border-style: solid
}

.justify {
	text-align: justify;
}

/*--------------------*/



.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;
}

.textGray {
	color: #999999;
}

.inputBordered {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

.inputBorderless {
	border-style: none;
}

.inputCounter {
	color: gray;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

.warningRow {
	background-color: #ffb7b7
}

.formTable {
 border: 1px solid #DDD;
}
 
.formTable td {
 background-color: #F3F3F3;
}