/*
   file    : li.css
   author  : Captain C, USS Sprezzatura
   date    : January 2002
   purpose : Overall stylesheet for mpr.co.uk

   comments
   ========

   amended   date         reason
   =======   ====         ======

   Mr C      27th May 02  Corrected image path
                          Changed .linkBar to 10px as Netscape4  was having trouble with
                          a 9px font :-S 

   ARR	     22-05-2002   New styles added for User Guide and <td> defined to help Netscape 4

*/

/* Overall Styles ***********************************************************/

body {  background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif}
td {  font-family: Verdana, Arial, Helvetica, sans-serif}

/* CIT Search result styles *************************************************/

.citID {  color: #0000FF}
.citTitle {  font-weight: bold}
.citAuthor {  font-weight: normal}
.citSource {  font-weight: normal; font-style: italic}
.citSummary {  font-weight: normal}
.citComment {  font-style: italic; color: #000066}
.citIdxLabel {  font-weight: bold}
.citCatCodes {  font-style: normal}
.citKeywords {  font-style: normal}
.citGeographical {  font-style: normal}
.citOrganizations {  font-style: normal}


/* Link Menu Styles *********************************************************/

.linkBar {   font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 10px; font-weight: bold}
.linkBarAnchor { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF }
.linkBarAnchor:visited { color: #FFFFFF; text-decoration: none }
.linkBarAnchor:link { color: #FFFFFF; text-decoration: none }
.linkBarAnchor:hover { color: #FF0000; text-decoration: underline }

.pubTitleAnchor{ font-size: 13px; font-weight: bold; color: #006600 }
.pubTitleAnchor:visited { text-decoration: none }
.pubTitleAnchor:link { text-decoration: none }
.pubTitleAnchor:hover { text-decoration: underline }

.iBoxSubTitle {  font-size: 11px; font-weight: bold; background-color: #FFFFFF}
.iBox {  background-color: #006600}
.iBoxCell {  background-image: url(../../images/li_background.jpg)}
.iBoxTitle {  font-size: 13px; font-weight: bold; color: #FFFFFF; background-color: #006600}
.iBoxPromptText { font-size: 13px; font-weight: bold; color: #000066 }
.iBoxInfoText { font-size: 11px; font-weight: bold; color: #990000 }
.iBoxWarningText { font-size: 13px; font-weight: bold; color: #990000; background-position: center }
.subHeading {  font-size: 24px; font-weight: normal; font-family: Arial, Helvetica, sans-serif}
.subHeadingText {  font-size: 13px; font-weight: bold}
.noteHeading {  font-weight: bold}
.noteHeadingText {  font-size: 13px}
.iBoxCellText {  font-size: 13px}
.srchTableText { font-size: 11px }
.citText {  font-size: 11px; background-color: #FFFFFF}
.citTextTitle {  font-size: 13px}
.resultText {  font-size: 13px; font-weight: bold}
.resultTextNumber {  color: #990000; font-size: 13px; font-weight: bold}
.linkBoxActive { font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #006600 }
.linkBoxActive:visited { color: #FFFFFF; text-decoration: none }
.linkBoxActive:link { color: #FFFFFF; text-decoration: none }
.linkBoxActive:hover { color: #FFFFFF; text-decoration: underline }
.linkBoxInActive { font-size: 11px; font-weight: bold; color: #003300; background-color: #006600 }
.linkBoxSelected { font-size: 11px; font-weight: bold; color: #CCFFCC; background-color: #006600 }
.noteBoxTitle {  font-size: 13px; font-weight: bold; color: #006600 }
.noteBoxFootnotes {  font-size: 11px}
.noteBoxNotes {  font-size: 13px}

/* User Guide Styles *********************************************************/
.iGuide {  background-color: #006600 }
.iGuideTitle {  font-size: 13px; font-weight: bold; color: #ffffff; background-color: #006600 }
.guideText {  color: #000000; font-size: 13px; }
.guideContents {  color: #000000; font-size: 11px; }


