#resultTableContainer {
	position: relative;
	padding-top: 25px;
}
/*************for the project questions***********************/
#found_questionresultTableContainer {
	position: relative;
	padding-top: 25px;
}

#project_questionresultTableContainer {
	position: relative;
	padding-top: 25px;
}
/************************************/

#actionPanel {

	position: absolute;
	left: 5px;
	top: 0px;
}

#pagePanel {
	position: absolute;
	right: 15px;
	top: 0px;
}

#onPage {
	position: absolute;
	right: 15px;
	bottom: -15px;
}

#resultTable {
	border:0px solid #00aa00;
	/*background: #E5EFF7;*/
	background: #FFFCF5;
	background-image: url(resultTableBottomBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#resultTable TABLE .header TD {
		padding: 3px;
		color: #747265;
		font-weight: bolder;
		text-align: center;
}

#resultTable TABLE TH INPUT, #resultTable TABLE TH SELECT {
	width: 95%;
}

#resultTable TABLE TD {
	padding: 3px;
	/*border-right: 1px solid #D0DBE4;*/
	border-right: 1px solid #C4B8B8;
	/*border-bottom: 1px solid #D0DBE4;*/
	border-bottom: 1px solid #E2D8D7;
}

#resultTable TABLE TD:first-child {
	text-align: center;
}

A.imageHref, A:HOVER.imageHref {
	text-decoration: none;
}

A.imageHref img{
    border: none !important;
}