/*Scrollbar colors */ body { background-color: #EDF4F9; scrollbar-face-color: #4C6E9B; scrollbar-shadow-color: #4C6E9B; scrollbar-highlight-color: #4C6E9B; scrollbar-track-color: #CCCCCC; scrollbar-arrow-color: #CCCCCC; background-repeat:repeat-y; } /*Title Settings (date etc) */ .title { font-size: 14px; font-weight: 500; font-style: normal; color: #000000; font-family: "Verdana","Arial","Helvetica",sans-serif; } /*Universal link settings*/ a { font-size: 11px; font-weight: 100; font-style: normal; font-family: "Verdana","Arial","Helvetica",sans-serif; color: #0000ff; text-decoration: none; } /*Mouseover for links*/ a:hover { color: #000000 } /*Top feature link settings on content page*/ .featureblack { font-size: 18px; font-weight: 100; font-style: normal; font-family: "Tahoma","Helvetica",sans-serif; color: #000000; text-decoration: none; } /*Mouseover for above*/ .featureblack:hover { color: #EDF4F9; } /*Top feature link settings on content page*/ .featurewhite { font-size: 18px; font-weight: 100; font-style: normal; font-family: "Tahoma","Helvetica",sans-serif; color: #EDF4F9; text-decoration: none; } /*Mouseover for above*/ .featurewhite:hover { color: #000000; } /*table cell background settings for article list*/ .listlight { background-color: #eeeeee; border-width: 1px; border-style: solid; border-color: #cccccc; } /*table cell background settings for article list*/ .listdark { background-color: #dddddd; border-width: 1px; border-style: solid; border-color: #bbbbbb; } /*Regular feature link settings*/ .regs1, .regs2, { font-size: 14px; font-weight: 600; font-style: normal; font-family: "Tahoma","Helvetica",sans-serif; } .regs1 { color: #000000; } .regs2 { color: #ffffff; } .regs1:hover, .regs2:hover, { color: #0000ff; } /*Callout settings */ .callout { width: 130px; float: right; color: #4C6E9B; font-size: 18px; font-style: italic; font-weight: bold; } /*Universal text settings*/ div { font-size: 12px; font-weight: 100; font-style: normal; font-family: "Arial","Helvetica",sans-serif; color: #000000; } p { font-size: 12px; font-weight: 100; font-style: normal; font-family: "Arial","Helvetica",sans-serif; color: #000000; } /*Footer Settings*/ .footblack { font-size: 10px; font-weight: 500; font-style: normal; font-family: "Verdana","Arial","Helvetica",sans-serif; color: #000000; } .footwhite { font-size: 10px; font-weight: 100; font-style: normal; font-family: "Verdana","Arial","Helvetica",sans-serif; color: #EDF4F9; } /*form colours*/ .mainopt { color: #000000; background-color: #eeeeee; font-family: "Vardana","Helvetica",sans-serif; font-size: 12px } .optdark { color: #000000; background-color: #cccccc; font-family: "Vardana","Helvetica",sans-serif; font-size: 11px } .optlight { color: #000000; background-color: #eeeeee; font-family: "Vardana","Helvetica",sans-serif; font-size: 11px }