/* Style of table items within Phase2 module */

.Phase2_currentpostion
{
	font-family: Verdana;
	font-size: 10px;
	color: Gray;
	font-weight:bold;	
}

.Phase2_Table
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}

.Phase2_TableHeader, .Phase2_TableHeader td, .Phase2_TableHeader a, .Phase2_TableHeader a:link, .Phase2_TableHeader a:visited, .Phase2_TableHeader a:hover
{
	color: white;
	background-color: #a9a9a9;
	font-weight: bold;
	font-size: 11px;
}

.Phase2_TableItem
{
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

.Phase2_TableAltItem
{
	background-color: #dcdcdc;
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

.Phase2_TablePager
{
	background-color: #696969;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
}
.Phase2_TablePager A, .Phase2_TablePager A:link, .Phase2_TablePager A:visited, .Phase2_TablePager A:hover
{
	color: #fff;
}
.Phase2_TablePager A:hover
{
	background-color: #a9a9a9;
}
.Phase2_TablePager A.CommandButton, .Phase2_TablePager A.CommandButton:link, .Phase2_TablePager A.CommandButton:visited, .Phase2_TablePager A.CommandButton:hover
{
	color: #fff;
}
.Phase2_TablePager A.CommandButton:hover
{
	background-color: #a9a9a9;
}

.Phase2_TableFooter
{
	background-color: #ccc;
	font-weight: normal;
	font-size: 10px;
}
