/* \file sem.css */

/* Generic links */
a {
    color: "#00ffff";
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 12pt;
    text-decoration: underline;
    visibility: visible;
}

/* Activated link */
a:active {
    color: "#00ffff";
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 12pt;
    text-decoration: underline;
    visibility: visible;
}

/* Cursor over link */
a:hover {
    color: "#00ffff";
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 12pt;
    text-decoration: underline;
    visibility: visible;
}

/* Unvisited links */
a:link {
    color: "#0000ff";
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 12pt;
    text-decoration: underline;
    visibility: visible;
}

/* Visited links */
a:visited {
    color: "#ff0000";
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 12pt;
    text-decoration: underline;
    visibility: visible;
}

/* Buttons with the connotation of moving "forward" (Submit, Next)*/
input.button {
    font-family:  Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal ;
    background-color: #69c08a;
    color: black;
}

/* Input fields */
input.field {
    font-family:  Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal ;
    background-color: white;
    border: 1px solid #69c08a;
    color: black;
}

/* Readonly input fields */
input.readonly {
    font-family:  Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal ;
    background-color: #cccccc ;
    border: 1px solid #69c08a;
    color: black;
}

/* Citation paragraphs */
p.cite {
    padding-left: 3em;
    text-indent: -3em;
}

p.usfs {
    background-color : #fbf8e0;
}

/* Select fields */
select.field {
    font-family:  Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal ;
    background-color: white;
    border: 1px solid #69c08a;
    color: black;
}

/* Textarea fields */
textarea.field {
    font-family:  Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal ;
    background-color: white;
    border: 1px solid #69c08a;
    color: black;
}

/* Readonly textarea fields */
textarea.readonly {
    font-family:  Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal ;
    background-color: #cccccc ;
    border: 1px solid #69c08a;
    color: black;
}

/* SPAN styles for request forms */

/* Citation fields */
SPAN#citeAuthor {
    font-family: Times New Roman, serif ;
    font-size: 12pt ;
    font-weight: bold ;
    font-style: normal ;
}
SPAN#citeYear {
    font-family: Times New Roman, serif ;
    font-size: 12pt ;
    font-weight: bold ;
    font-style: normal ;
}
SPAN#citeTitle {
    font-family: Times New Roman, serif ;
    font-size: 12pt ;
    font-weight: normal ;
    font-style: italic ;
}
SPAN#citeSource {
    font-family: Times New Roman, serif ;
    font-size: 12pt ;
    font-weight: normal ;
    font-style: normal ;
}
SPAN#citeKeywords {
    font-family: Verdana, sans-serif ;
    font-size: 10pt ;
    font-weight: normal ;
    font-style: normal ;
}
SPAN#citeFeisId {
    font-family: Verdana, sans-serif ;
    font-size: 10pt ;
    font-weight: normal ;
    font-style: normal ;
}
SPAN#citeAbsf {
    font-family: Verdana, sans-serif ;
    font-size: 10pt ;
    font-weight: normal ;
    font-style: normal ;
}
SPAN#citeCall {
    font-family: Verdana, sans-serif ;
    font-size: 10pt ;
    font-weight: normal ;
    font-style: normal ;
}
SPAN#citeStatus {
    font-family: Verdana, sans-serif ;
    font-size: 10pt ;
    font-weight: normal ;
    font-style: normal ;
}
SPAN#citeEdit {
    font-family: Verdana, sans-serif ;
    font-size: 10pt ;
    font-weight: normal ;
    font-style: normal ;
}
SPAN#citeIndx {
    font-family: Verdana, sans-serif ;
    font-size: 10pt ;
    font-weight: normal ;
    font-style: normal ;
}

/* Error message text */
SPAN#errorText {
    font-family:  Verdana, sans-serif;
    font-size: 10pt ;
    font-weight: normal ;
    color: red;
}

/* Info message text */
SPAN#infoText {
    font-family:  Verdana, sans-serif;
    font-size: 10pt ;
    font-weight: normal ;
    color: blue;
}

/* Menu page block title text */
SPAN#menuTitle {
    font-family: Verdana, sans-serif ;
    font-size: 12pt ;
    font-weight: bold ;
    font-style: normal ;
    color: black;
}

/* Page title text */
SPAN#pageTitle {
    font-family: Verdana, sans-serif ;
    font-size: 28pt ;
    font-weight: normal ;
    font-style: normal ;
    color: black;
}

/* Input field prompt text */
SPAN#promptText {
    font-family:  Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal ;
    color: black;
}

/* Menu page block title text */
SPAN#userMenuTitle {
    font-family: Verdana, sans-serif ;
    font-size: 18pt ;
    font-weight: normal ;
    font-style: normal ;
    color: black;
}

/* The rest of this is from seminar.css and is for reference only! */
h1 {
    text-align:center;
}

p {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 10pt;
}

table {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 10pt;
}

/* SPAN styles that apply to all pages */

SPAN#result {
    font-family:  Verdana, sans-serif;
    font-size: 10pt ;
    font-weight: normal ;
    color: blue;
}

SPAN#doc {
    font-family:  Verdana, sans-serif;
    font-size: 10pt ;
    font-weight: bold ;
    color: blue;
}

SPAN#dollars {
    font-family:  Verdana, sans-serif;
    font-size: 12pt ;
    font-weight: normal ;
    color: green ;
}

SPAN#pageCompanyText {
    font-family: Verdana, sans-serif ;
    font-size: 14pt ;
    font-weight: normal ;
}

SPAN#logoTagText {
    font-family: Verdana, sans-serif ;
    font-size: 9pt ;
    font-weight: normal ;
    font-style: italic ;
}

SPAN#tabText {
    font-family:  Verdana, sans-serif;
    font-size: 16pt ;
    font-weight: normal ;
}

SPAN#menuGroup {
    font-family:  Verdana, sans-serif;
    font-size: 12pt ;
    font-weight: normal ;
    color: "#ce007f" ;
}

SPAN#menuItem {
    font-family:  Verdana, sans-serif;
    font-size: 12pt ;
    font-weight: normal ;
}

SPAN#tableTitle {
    font-family: Verdana, sans-serif ;
    font-size: 16pt ;
    font-weight: normal ;
    font-style: normal ;
    color: black;
}

SPAN#timeDateText {
    font-family:  Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal ;
}

/* Rules for documentation pages */

h1.doc {
    color: "#0000ff";
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 14pt;
    visibility: visible;
    text-align:center;
}

p.doc {
    color: "#000000";
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 10pt;
}

.title3 {
    font-size: 100%;
    font-variant: small-caps;
}

/* Trials */

/* End of crs3.css */
