.dataListTable{
	width:100%;
	border: 2px #FFB43B solid;
	text-align: center;
}

.dataListHeader{
	padding-top:3px;
	padding-bottom:3px;
	height:24px;
	text-align:center;
	background-color:#006BAE;
	color: #FFB43B;
	font-weight: bold;
}

.dataListRow1{
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #FFFFFF;
	text-align:justify;
}

.dataListRow2{
	height:24px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #EFF8FF;
	text-align:justify;
}

.dataListCell{
	padding-left:10px;
}


.pager{
	text-align:center;
}

.pagerTable{
	margin-left:auto;
	margin-right:auto;

}

.pagerFirstPage{
	text-align:left;

	width:100px;
}

.pagerPreviousPage{
	text-align:left;

	width:100px;
}

.pagerPageNum{
	text-align:center;

}

.pagerLastPage{
	text-align:right;

	width:100px;
}

.pagerNextPage{
	text-align:right;

	width:100px;
}


.dataListeRowLink{
	display:block;
	width:100%;
	height:100%;
	
}

.dataListeRowLink:hover{
	text-decoration:none;
	color:#0169B2;
}

.selectCheckbox, .selectCheckbox:hover, .selectCheckbox:visited{
	color:#FFB43B;
}



.tableProjectSearch{
	margin-top: 15px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border: 2px #FFB43B solid;
}

.dataSearchRowLink{
	text-decoration:none;
	color:#0169B2;
}

.dataSearchRowLink:hover{
	text-decoration:none;
	color:#0169B2;
}

.dataSearchRowLink:visited{
	text-decoration:none;
	color:#0169B2;
}

.dataOrderRow{
	background-color: #C0D2F0;
	padding-left: 5px;
	height: 28px;
	font-weight:bold;
	vertical-align: middle;
}
