/* Stylesheet classes specific to Webtop and OPAC. */

.navigation, .navigation a, .navigation input {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:   10px;
}

.navigationLabel {
    font-weight: bold;
}

/* Must match livelink.css's label style, with the addition of
underlining for required fields. */
.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:      Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:       left;
    font-weight:      bold;
    font-size:        11px;
    text-decoration:  underline;
}

/* Must match livelink.css's label style, with the exception of
background color. */
.labelTextStream {
    width:       15%;
    white-space: nowrap;
    color:       #434343;
    border-left: 1px solid #ffffff;
    border-top:  1px solid #ffffff;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:  left;
    font-weight: bold;
    font-size:   11px;
}

/* Must match livelink.css's label style, with the exception of
background color. */
.labelCopies {
    white-space: nowrap;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:  left;
    font-weight: bold;
    font-size:   11px;
}

/* Must match livelink.css's label style, with the exception of the width. */
.topLabel {
    white-space:      nowrap;
    color:            #434343;
    border-left:      1px solid #ffffff;
    border-top:       1px solid #ffffff;
    border-right:     1px solid #999999;
    background-color: #e2e2e2;
    font-family:      Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:       left;
    font-weight:      bold;
    font-size:        11px;
}

/* Must match the topLabel style, with the exception of the right border. */
.topLabelRight {
    white-space:      nowrap;
    color:            #434343;
    border-left:      1px solid #ffffff;
    border-top:       1px solid #ffffff;
    background-color: #e2e2e2;
    font-family:      Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:       left;
    font-weight:      bold;
    font-size:        11px;
}

/* 
 * Must match livelink.css's valueStatic style, with the exception of 
 * the white-space treatment. 
 */
.valueDatabase { 
    font-family:  Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:    11px; 
    font-weight:  normal;
    white-space:  pre; 
    white-space:  -moz-pre-wrap; 
    _white-space: pre;  /* IE hack */
}

/* 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;
}

/* Use with <td> */
.nowrap {
    white-space: nowrap;
}

.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;
}
