/*
Document   : style
Created on : Jan 10, 2008, 3:13:17 PM
Author     : Bryan Field
Description: The whole online catalog uses this file.

Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.fine {
    color: #8D9B8C
}
h1,.h1 {
    color: #E27137;
    font-size: 20px;
    font-weight:bold;
}
h2,.h2 {
    color: #07749A;
    font-size: 18px;
}
h3,.h3 {
    color: #07749A;
    font-size: 16px;
}
.j {
    text-align: justify
}
.large {
    font-size: 14px;
}
.navlinkon {
    color: #E27137;
    text-decoration: none;
}
.navlinkon:hover {
    color: #E27137;
    text-decoration: none;
}
.removelink {
    padding: 0px 1px;
    border: solid 1px #880000;
    background: red;
    color: white;
    font-size: 9px;
    text-decoration: none;
    font-weight: bold;
}
.small {
    font-size: 12px;
}
.tiny {
    font-size:10px;
}
.verylarge {
    font-size: 15px;
}
.verysmall {
    font-size: 11px;
}
.verytiny {
    font-size:9px;
}
a {
    color: #07749A;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
a.filterAddLink {
    background: #F6FBF7;
    border: solid 1px #07749A;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 2px;
    font-size: 11px;
    white-space: nowrap;
}
a.filterAddLink:hover {
    text-decoration: none;
}
a.navlink {
    color: #07749A;
    text-decoration: none;
}
a.navlink:hover {
    color: #E27137;
    text-decoration: underline
}
a.removelink {
    cursor: pointer;
    text-decoration: none;
}
a.removelink:hover {
    text-decoration: none;
}
body {
    color: black;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #ffffff;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
div.filterAddDropdown-list {
    background: #F6FBF7;
    border: solid 1px #07749A;
    color: #07749A;
    font-weight: bold;
    padding: 2px 2px;
    font-size: 11px;
    white-space: nowrap;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    cursor: default;
}
div.filterAddDropdown-selected {
    background-color: #E0ECF2;
    cursor: default;
}
div.filterAddDropdown-text, div.filterAddDropdown-link, div.filterAddDropdown-selected {
    padding: 0px 2px;
}
div.filterAddDropdown-link {
    cursor: pointer;
}
div.filterAddDropdown-link:hover {
    background-color: #E0ECF2;
}
div.filterAddDropdown-scrolling {
    max-height: 250px;
    overflow: auto;
}
input,button,select,textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}
input.button,button.button {
    background: #F6FBF7;
}
input.text {
    background: #F6FBF7;
    border: solid 1px #07749A;
    padding: 0px 1px;
    color: black
}
select.select {
    background: #F6FBF7;
    border: solid 1px #07749A;
    color: black
}
td.filterAddDropdown-link {
    background-color: #F6FBF7;
    border: solid 1px #07749A;
    color: #07749A;
    font-weight: bold;
    padding: 2px 2px;
    font-size: 11px;
    white-space: nowrap;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
}
td.list-component {
    padding: 18px 12px 12px;
    text-align: center;
    vertical-align: top;
    color: #07749A;
    text-decoration: none;
    cursor: pointer;
}
td.list-component:hover {
    text-decoration: underline;
    padding: 16px 10px 10px;
    border: solid 2px #E0ECF2;
}
td.searchstarter {
    width: 145px;
    padding: 5px 6px 6px;
    font-size: 14px;
}
td.informationcolumn {
    width: 145px;
    padding: 4px 6px 6px;
    font-size: 14px;
}
textarea.textarea {
    background: #F6FBF7;
    border: solid 1px #8D9DC8;
    color: black;
}

