/* ================================
    CSS STYLES FOR Module DMS
   ================================
*/
.DMX_NormalTable
{
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 font-size: 8pt;
 border-width: 0px;
}
.DMX_NormalTable td
{
 padding: 2px 8px 2px 2px;
 border-width: 0px;
}
.DMX_NormalTable tr
{
	vertical-align: middle;
}
/***********************************************************************/
.DMX_NormalTable tr.row:hover{background-color: #95CCFA;}
.DMX_NormalTable tr.over td {background-color: #95CCFA;}
.DMX_NormalTableHeader {background-color: #1D4C82; font-size: 10pt; font-weight: bold;}
/***********************************************************************/

.DMX_NormalRow
{
 color: Black;
}
.DMX_NormalRow a
{
 text-decoration: none;
 color: Black;
}
.DMX_NormalRow a:Hover
{
 background-color: Yellow;
}
.DMX_NormalRow a:visited
{
 text-decoration: none;
 color: Black;
}
.DMX_NormalRow a:active
{
 text-decoration: none;
 color: Black;
}

.DMX_SelectedRow
{
 color: Red;
}
.DMX_SelectedRow a:link
{
 text-decoration: none;
 color: Red;
}
.DMX_SelectedRow a:hover
{
 text-decoration: none;
 color: Red;
}
.DMX_SelectedRow a:visited
{
 text-decoration: none;
 color: Red;
}
.DMX_SelectedRow a:active
{
 text-decoration: none;
 color: Red;
}
.DMX_DeletedRow
{
 color: #aaaaaa;
}
.DMX_DeletedRow a:link
{
 text-decoration: none;
 color: #aaaaaa;
}
.DMX_DeletedRow a:hover
{
 text-decoration: none;
 color: Red;
}
.DMX_DeletedRow a:visited
{
 text-decoration: none;
 color: #aaaaaa;
}
.DMX_DeletedRow a:active
{
 text-decoration: none;
 color: #aaaaaa;
}

