/* ================================
    CSS STYLES FOR Module DMS
   ================================
*/
.ContentManager_NormalTable
{
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 font-size: 10pt;
 border-width: 0px;
}
.ContentManager_NormalTable td
{
 padding: 2px 8px 2px 2px;
 border-width: 0px;
}
.ContentManager_NormalRow
{
 color: Black;
}
.ContentManager_NormalRow a
{
 text-decoration: none;
 color: Black;
}
.ContentManager_NormalRow a:Hover
{
 background-color: Yellow;
}
.ContentManager_NormalRow a:visited
{
 text-decoration: none;
 color: Black;
}
.ContentManager_NormalRow a:active
{
 text-decoration: none;
 color: Black;
}
.ContentManager_SelectedRow
{
 color: Red;
}
.ContentManager_SelectedRow a:link
{
 text-decoration: none;
 color: Red;
}
.ContentManager_SelectedRow a:hover
{
 text-decoration: none;
 color: Red;
}
.ContentManager_SelectedRow a:visited
{
 text-decoration: none;
 color: Red;
}
.ContentManager_SelectedRow a:active
{
 text-decoration: none;
 color: Red;
}
.ContentManager_DeletedRow
{
 color: #aaaaaa;
}
.ContentManager_DeletedRow a:link
{
 text-decoration: none;
 color: #aaaaaa;
}
.ContentManager_DeletedRow a:hover
{
 text-decoration: none;
 color: Red;
}
.ContentManager_DeletedRow a:visited
{
 text-decoration: none;
 color: #aaaaaa;
}
.ContentManager_DeletedRow a:active
{
 text-decoration: none;
 color: #aaaaaa;
}

