/*
 * Web Access Module (WAM)
 * Style sheet for formatting links
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 */

/*Case file icons------*/

.pdf
{
background-color: #9052A8;
float: left;
display: block; /* Must do both for NN/Moz/IE*/
background-image: url("../images/ico_pdf.gif");
height: 22px;
width: 23px;
margin-left: 3px;
}

.pdf:hover
{
background-color: #567ebd;
background-image: url("../images/ico_pdf.gif");
}

.thumb
{
background-color: #9052A8;
float: left;
display: block;
background-image: url("../images/ico_thumb.gif");
height: 22px;
width: 23px;
margin-left: 3px;
}

.thumb:hover
{
background-color: #567ebd;
background-image: url("../images/ico_thumb.gif");
}

.scale
{
background-color: #9052A8;
float: left;
display: block;
background-image: url("../images/ico_scale.gif");
height: 22px;
width: 23px;
margin-left: 3px;
}

.scale:hover
{
background-color: #567ebd;
background-image: url("../images/ico_scale.gif");
}

/*Fahrner image replace*/

a.scale span, a.thumb span, a.pdf span
{
display: none;
margin-left: 5px;
}


/*---------------------*/


/* Style used for bold links */
a.boldlink
{
font-weight: bold;
}


/* Used in conjunction with td.atoztable (main.css) to style A-Z table on main search page */
a.atozlink
{

}

/* Creates a style for updated case files */
a.updatedcasefile
{
font-weight: bold;
}

.orderlink
{
text-decoration: none;
}
