div.tableContainer
{
	background-color: #ffffff;
	/*width: 100%;*/
	/*overflow: auto;*/
}
div.pickerTableContainer
{
	background-color: #ffffff;
	/*width: 100%;*/
}
div.headerContainer
{
	font-size: 10px;
	background: #a3a3ba;
	vertical-align: top;
	color: #bebece;
	font-family: Arial;
	/*width: 100%;*/
}
div.footerContainer
{
	font-size: 10px;
	background: #a3a3ba;
	vertical-align: top;
	color: #bebece;
	font-family: Arial;
}
div.gridContainer 
{ 
	background-color: #ffffff;
	/*width: 100%;*/
}
	
div.tableContainer table 
{
	float: left; 
	/*width: 100%;*/
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
}	


thead.fixedHeader th
{
	font-size: 10px;
	background: #a3a3ba;
	vertical-align: top;
	/*width: 100%;*/
	color: #d2d2e2;
	font-family: Arial;
	text-align: left;
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
	padding: 1;
}
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited div.fixedFooter
{ 
	color: #FFF; 
	display: block; 
	text-decoration: none; 
	/*width: 100%;*/
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
}
thead.fixedHeader a:hover 
{ 
	color: #FFF; 
	display: block; 
	text-decoration: underline; 
	/*width: 100%;*/
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
}
thead.fixedFooter fixedFooter
{
	font-size: 10px;
	background: #a3a3ba;
	vertical-align: top;
	/*width: 100%;*/
	color: #d2d2e2;
	font-family: Arial;
	text-align: left;
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
}
tr.normalRowHoover, tr.alternateRowHoover, tr.selectedRowHoover
{
	font-size: 10px;
	vertical-align: top;
	color: #000000;
	font-family: Arial;
	/*background: #d2d2e2;*/
	background: #e1e1e8;
	/*width: 100%;*/
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
	padding: 1;
}
tr.normalRow
{
	font-size: 10px;
	background: #ffffff;
	vertical-align: top;
	color: #000000;
	font-family: Arial;
	/*width: 100%;*/
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
	padding: 1;
}

tr.normalRow td, tr.alternateRow td, tr.selectedRow td, tr.normalRowHoover td, tr.alternateRowHoover td, tr.selectedRowHoover td
{
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
	padding: 1;
}	

tr.alternateRow
{ 
	font-size: 10px;
	vertical-align: top;
	background: #ffffff;	
	/*background: #e1e1e8;*/
	color: #000000;
	font-family: Arial;
	/*width: 100%;*/
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
	padding: 1;
}
tr.selectedRow
{
	font-size: 10px;
	vertical-align: top;
	background: #d2d2e2;
	color: #000000;
	font-family: Arial;
	/*width: 100%;*/
	border-bottom: 1px solid #a3a3ba;
	border-left: 1px solid #a3a3ba;
	border-right: 1px solid #a3a3ba;
	border-top: 1px solid #a3a3ba;
	padding: 1;
}

.linkColumn
{
	cursor: pointer;
	cursor: hand;
	
	/*color: #333366;*/
	color: #ee3124;
	font-family: Arial;
	text-decoration: underline;
	/*width: 100%;*/
}
.pagingLink
{
	cursor: pointer;
	cursor: hand;
	
	/*color: #333366;*/
	color: #ee3124;
	font-family: Arial;
	text-decoration: underline;
}
.pagingCurrentLink
{
	/*color: #333366;*/
	color: #991205;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.pagingInput
{
	width: 20px;
	font-family: Arial;
}
p.yellow:hover
{
	background-color: Yellow;
}

.imageCommandColumn
{
	cursor: pointer;
	cursor: hand;
	
}
