﻿
/*

Use this CSS file to extend or add to the classes found in the WDCmain.css file i.e. 

.mainAreaPageTitle {

	color:Black;

}

Would change the color attribute of class .mainAreaPageTitle from #D341A0 to Black.

*/


td{
	border-right : 0px;
	border-bottom : 0px;

}

table{
	border-top : 0px;
	border-left : 0px;
	width : auto; 
}

tr{
	vertical-align: top;
}

.pager
{
	background-color : Green;
	font-size : xx-large;
}
