/*
 * Web Access Module (WAM)
 * Style sheet for formatting links
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 */

div.footertext
{
text-decoration: none;
}


/* Style used for bold links */
a.boldlink
{
font-weight: bold;
}

/* Style used for topbar links (currently used for login/logout link). topbarlink used in older WAM backends */
a.loginlogout, a.topbarlink
{
color: #000000;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
}

/* Style for mouse hover over state */
a.loginlogout:hover, a.topbarlink:hover
{
color: #CC0033;
}

/* Style used for navbar links */
a.navbarlink
{
color: #000000;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
}

/* Style for mouse hover over state of navbar links */
a.navbarlink:hover
{
color: #CC0033;
}

/* Used in conjunction with td.atoztable (main.css) to style A-Z table on main search page */
a.atozlink
{
color: #000000;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

/* Hover state for a to z links */
a.atozlink:hover
{
color: #CC0033;
}

/* Creates a style for updated case files */
a.updatedcasefile
{
font-weight: bold;
}

