/*----------------------------------------*\
 * pages.css => /known/info/column/*
\*----------------------------------------*/


/*For table cell background-color*/

.cellBgBlueLightL {
	background-color: #deeaf6;
}
.cellBgBlueLightD {
	background-color: #c6d9f1;
}
.cellBgBlueDark {
	background-color: #8db3e2;
}
.cellBgRedL {
	background-color: #f2dddc;
}
.cellBgRedD {
	background-color: #d99795 !important;
}
.cellBgYellowL {
	background-color: #fef6c6;
}
.cellBgYellowD {
	background-color: #f9f491 !important;
}
.cellBgGreenL {
	background-color: #eaf1dd;
}
.cellBgGreenD {
	background-color: #c2d69a !important;
}


.txtU {
	text-decoration: underline;
}

.txtPink {
	color: #d99795;
}

colgroup.half,
col.half {
	width: 50%;
}
colgroup.q1,
col.q1 {
	width: 25%;
}

.cmnNoLineTable.w100per th,
.cmnNoLineTable.w100per td {
	padding: 6px 15px;
}

.cmnDl1 {
	display: table;
	overflow: hidden;
	width: 100%;
}
.cmnDl1 dl{
	display: table-row;
	width: 100%;
}
.cmnDl1 dt,
.cmnDl1 dd {
	display: table-cell;
	width: 50%;
	padding-right: 20px;
}
.cmnDl1 dd {
	padding-left: 4px;
	padding-right: 0;
}
