/* ================================
    CSS STYLES FOR Module XSDocuementManagementView
   ================================
*/
#divDMViewContainer
{	
	width: 100%;
	text-align: left;
}

#divDMView
{
	font-family: Arial;
	font-size: 11;
	width: 100%;
	text-align: left;
}

.pnCategories
{
	background-color:#EEEFF2;
	border-style:solid;
	border-width:1px;
	border-color:Silver;
	padding:2px;
	color: #666666;
}


.txtBoldUnderline
{
	font-size: 11;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}

.normalText
{
	font-family: Arial;
	font-size: 11;
}

/*************
DataGrid
**************/
.dgDocuments
{
	background-color: White;
	font-size: 11;
	font-family: Arial;
	width: 100%;
}
.dgHeader
{
	font-size: 11;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: #EEEFF2;
}
.dgItem
{
	color: #000066;
	font-size: 11;
	font-family: Arial;
}
.dgPager
{
	font-size: 11;
	font-family: Arial;
	text-align: right;
	color: #000066;
	background-color: White;
}

