#my-resources{
	width: 100%;
	border: 0;
	}
	
#my-resources th{
	padding: 4px;
	background: #e9eed2;
	color: #2b3b0a;
	font-size: 11px;
	border-top: 1px solid #d5d8ce;
	border-bottom: 1px solid #d5d8ce;
	height: 34px;
}	

#my-resources td{
	height: 34px;
	font-size: 11px;
	color: #666;
	border-bottom: 1px solid #d5d8ce;
}	

.table-footer{
	background: #e9eed2;
}

#mainResources{
	width: 100%;
	border: 0;
	}
	
#mainResources th{
	padding: 4px;
	background: #e9eed2 url(../images/table-header.gif);
	color: #2b3b0a;
	font-size: 11px;
	height: 30px;
}	

#mainResources td{
	
	font-size: 11px;
}	

.tableFooter{
	height: 30px;
	background: #e9eed2 url(../images/table-header.gif) repeat-x;
}


