/*
 * Web Access Module (WAM)
 * Style sheet for formatting links
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 */

/* Default style for link mouse hover state */
a:hover, a:visited, a:link 
{
text-decoration: underline; 
}


a.loginlogout, a.topbarlink, a.loginlogout:hover, a.topbarlink:hover, a.loginlogout:visited, a.topbarlink:visited
{
color:#fff;
text-decoration: none;
}

a.navbarlink, a.navbarlink:hover, a.navbarlink:visited
{
color: #fff;
text-decoration: none;
}

/* Style used for bold links */
a.boldlink
{
font-weight: bold;
}

/* Creates a style for updated case files */
a.updatedcasefile
{
font-weight: bold;
}
