/* Stylesheet classes specific to Webtop and OPAC. */
/*
		font-size:		10px;
*/
.navigation, .navigation a, .navigation input {
    font-family: Arial, Helvetica, sans-serif;
}

.navigationLabel {
    font-weight: bold;
}

/* Must match livelink.css's label style, with the addition of
underlining for required fields. */
/*
		font-size:		11px;
*/
.labelRequired {
    width:            15%;
    white-space:      nowrap;
    color:            #434343;
    background-color: #e2e2e2;
    border-left:      1px solid #ffffff;
    border-top:       1px solid #ffffff;
    border-right:     1px solid #999999;
    font-family:      Arial, Helvetica, sans-serif;
    text-align:       left;
    font-weight:      bold;
    text-decoration:  underline;
}

/* Must match livelink.css's label style, with the exception of
background color. */
/*
		font-size:		11px;
*/
.labelTextStream {
    width:       15%;
    white-space: nowrap;
    color:       #434343;
    border-left: 1px solid #ffffff;
    border-top:  1px solid #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-align:  left;
    font-weight: bold;
}

/* Must match livelink.css's label style, with the exception of
background color. */
/*
		font-size:		11px;
*/
.labelCopies {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    text-align:  left;
    font-weight: bold;
}

/* The border color here should match the color defined for
 * "tblBackground" in livelink.css 
 */
.borderedTable1 {
    border: 1px solid #999999;
    background-color: #ffffff;
}

.borderedTable2 {
    border: 2px solid #999999;
    background-color: #ffffff;
}

.borderedTable3 {
    border: 3px solid #999999;
    background-color: #ffffff;
}

/* Use with <table> */
.messageBox {
    border: 1px solid #999999;
}    

/* Use with <table> */
.messageBox2 {
    border: 2px solid #999999;
}    

/* Use with <td> */
.message {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
}
        
.trademark {
    vertical-align: super;
    font-size: 9px;
}

/* Use with <td> */
.browseItemCell {
    padding: 0px;
}

/* Use with <td> */
.browseItemCellTextLeft {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

/* Use with <td> */
.browseItemCellTextCenter {
    padding: 5px;
    text-align: center;
}

.required {
    color: red;
}
/* ANL specific classes 7/6/2005 */
/* a:link {  
	color: 006699
}
a:visited {  
	color: 663399
}
a:active {  
	color: 336633
}
*/