﻿* {
  margin: 0;
  padding: 0;
}
/* fis scroll bar problem in IE8/FF */

html {
  overflow-y: scroll;
}

.clear {
  clear: both;
}

body {
  font: 70%/1.5 Verdana, Arial, Helvetica, sans-serif;
  background: #808080;
}

p {
  padding-bottom: 10px;
}

h2, h3, h4, h5, h6 {
  color: #336699;
  font-family: Georgia, Times;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

a:link {
  color: #336699;
  text-decoration: none;
}

a:visited {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #1A426A;
  text-decoration: underline;
  background: #c4d5e8;
}

a:active {
  color: white;
  background: #c4d5e8;
}

ul {
  list-style-type: none;
  padding-bottom: 10px;
}

ol {
  padding-left: 40px;
}

image {
/*border: 1px #336699 solid;*/
  border: 0;
}

a image {
  border: 0;
}

.floatLeft {
  float: left;
}

#AmazonWidget {
  border: 1px red solid;
}
/* =Page layout
-----------------------------------------------------------------------------*/

#outerFrame{
  width: 900px;
  position: relative;
  margin: auto;
  padding-top: 10px;
}

#frame {
  width: 850px;
  margin: auto;
  background: white;
  border: #336699 3px solid;
}

#header {
  height: 125px;
  background-image: url(../images/bannerImages/2009SiteBanner.jpg);
}

#spacer{
  height: 1px;
}

* html #spacer {
/* IE 6 hack */
  display: none;
}

#header h1 {
  text-indent: -5000px;
  width: 350px;
  height: 100px;
  overflow: hidden;
}

#header a {
  cursor: pointer;
}

#header a:hover {
  background: none;
}

#mainContentWrapper {
  margin: 0 5px 5px 5px;
  background: white url('../images/backgroundImages/background.jpg') repeat-y;
}

div.panel {
  padding: 5px 0;
}

#menuPanel {
  width: 150px;
  float: left;
  margin: 5px;
}

* html #menuPanel {
/* IE 6 hack */
  overflow: hidden;
}

#newsPanel {
  width: 195px;
  float: left;
  margin-left: 10px;
}

* html #newsPanel {
/* IE 6 hack */
  overflow: hidden;
}

#mainContent {
  background: #fff;
  width: 440px;
  float: left;
  left: 170px;
  padding-left: 20px;
}

* html #mainContent {
/* IE 6 hack */
  overflow: hidden;
}

#pageTitle {
  clear: both;
}

#headerInfo {
  background-color: #336699;
  color: white;
  padding-bottom: 4px;
}

#headerInfo a {
  color: white;
}

#lastUpdate {
  padding-left: 5px;
  width: 30%;
  float: left;
}

#loggedIn {
  padding-left: 8px;
  width: 30%;
  float: left;
}
/*
#search {
    position: relative;
    top: -6px;
    width:155px;
    float: right;
    padding-right: 4px;
    text-align: right;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
*/

#search {
  position: relative;
/* top: -9px; */
  width: 200px;
  float: right;
  text-align: right;
  background-image: url(../images/backgroundImages/searchBox.png);
  height: 25px;
}

#search input {
  border: 0;
  background-color: transparent;
}

#go {
  width: 40px;
}

#q {
  width: 160px;
  height: 15px;
  font-size: 1.1em;
  color: #888;
}

#go {
  width: 30px;
  position: relative;
  height: 20px;
  top: 2px;
  font-size: 0.90em;
}

#footer {
  clear: both;
  width: 100%;
  height: 20px;
  background: #336699;
  font-family: Georgia, Arial;
  text-align: center;
  color: white;
  padding-top: 3px;
  font-size: 1.1em;
}

#footer a {
  color: white;
  text-decoration: underline;
}
/* =One column page
-----------------------------------------------------------------------------*/

.oneCol #menuPanel {
  display: none;
}

.oneCol #newsPanel {
  display: none;
}

.oneCol #mainContentWrapper {
  background-image: none;
}

.oneCol #mainContent {
  width: 95%;
}
/* =Breadcrumbs
-----------------------------------------------------------------------------*/

#breadcrumbs ul {
  float: left;
}

#breadcrumbs li {
  display: inline;
  padding-right: 10px;
  margin-right: 0.5em;
  background: url('../images/breadcrumbSeparator.png') no-repeat right 50%;
}

#breadcrumbs li a {
  margin-right: 0.2em;
}
/* =Headings, lists etc.
-----------------------------------------------------------------------------*/

.articleCategory {
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.articleCategory a:link {
  color: #336699;
}

.articleCategory a:hover {
  color: #1A426A;
  text-decoration: underline;
}

.articleDate {
  color: #808080;
  display: block;
  font-size: 0.95em;
  font-family: Georgia, Times, serif;
  text-transform: uppercase;
  font-variant: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.articleDate b {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

#mainContent .newsList .newsItem {
  border-bottom: 1px dashed #336699;
}

#mainContent .newsList .newsItem ul {
  list-style: none;
}

#mainContent .newsList .newsItem li {
  border: none;
  margin: 0 0 0.3em 0px;
}

.introBlock {
  background: #c3d4e5;
  border: 1px solid #336699;
  padding: 5px;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.introBlock p {
  padding-bottom: 0px;
}

.introBlock img {
  padding-bottom: 0px;
  border: none;
  margin-bottom: 0px;
}
/* =Links
-----------------------------------------------------------------------------*/

.imagecaption {
  border: 1px #336699 solid;
  height: 160px;
  width: 204px;
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 5px;
  display: inline;
  color: blue;
  text-align: center;
  background-color: #c3d4e5;
}
/* =Links rounded boxes left
-----------------------------------------------------------------------------*/

.roundedcornr_box_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_tl.png') no-repeat top left;
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
}

.roundedcornr_top_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_tr.png') no-repeat top right;
}

.roundedcornr_bottom_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_bl.png') no-repeat bottom left;
}

.roundedcornr_bottom_187334 div {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_br.png') no-repeat bottom right;
}

.roundedcornr_content_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_r.png') top right repeat-y;
}

.roundedcornr_top_187334 div,.roundedcornr_top_187334 {
  width: 100%;
  height: 10px;
  font-size: 1px;
}

.roundedcornr_bottom_187334 div, .roundedcornr_bottom_187334 {
  width: 100%;
  height: 10px;
  font-size: 1px;
}

.roundedcornr_content_187334, .roundedcornr_bottom_187334 {
  margin-top: 19px;
}

.roundedcornr_content_187334 {
  padding: 5px 25px;
}
/* =Links rounded boxes right
-----------------------------------------------------------------------------*/

.Rroundedcornr_box_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_tl.png') no-repeat top left;
  width: 210px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
  margin-top: -10px;
}

.Rroundedcornr_top_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_tr.png') no-repeat top right;
}

.Rroundedcornr_bottom_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_bl.png') no-repeat bottom left;
}

.Rroundedcornr_bottom_187334 div {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_br.png') no-repeat bottom right;
}

.Rroundedcornr_content_187334 {
  background: url('../images/LinksRoundedCornrs/roundedcornr_187334_r.png') top right repeat-y;
}

.Rroundedcornr_top_187334 div,.Rroundedcornr_top_187334, .Rroundedcornr_bottom_187334 div, .Rroundedcornr_bottom_187334 {
  width: 210px;
  height: 10px;
  font-size: 1px;
}

.Rroundedcornr_content_187334, .Rroundedcornr_bottom_187334 {
  xmargin-top: -19px;
}

.Rroundedcornr_content_187334 {
  padding: 5px 25px;
}
/* =Links rounded boxes ends
-----------------------------------------------------------------------------*/

.imagecaption img {
  border: 1px #336699 solid;
}

.mainpageImage {
/* border: 1px #ccc solid; */
  height: 250px;
  width: 201px;
  float: left;
  margin-right: 2px;
  margin-bottom: 10px;
  padding: 5px;
  display: inline;
  color: blue;
  text-align: center;
}
/* =Rounded box
-----------------------------------------------------------------------------*/

.rndbox {
  background: #c4d5e9;
  width: 440px;
  font: 1.2em Georgia, Verdana, Arial, Helvetica, sans-serif;
  color: #336699;
  margin-bottom: 5px;
}

.rndtop {
  background: url('../images/LightBlueBoxImages/tr.gif') no-repeat right top;
}

.rndbottom {
  background: url('../images/LightBlueBoxImages/br.gif') no-repeat right top;
}

.rndbottom img {
  display: block;
}

.rndbox p {
  margin: -5px 40px 0 40px;
}
/* =Main article images
-----------------------------------------------------------------------------*/

.imageLeftCaption {
  FLOAT: left;
  MARGIN: 0px 1em 1em 0px;
  TEXT-DECORATION: none;
  border-bottom: 1px #336699 solid;
  border-top: 1px #336699 solid;
}

.imageRightCaption {
  FLOAT: right;
  MARGIN: 0px 0px 1em 1em;
  TEXT-DECORATION: none;
  border-bottom: 1px #336699 solid;
  border-top: 1px #336699 solid;
}

.imageCaption {
  MARGIN: 1em 1px;
  TEXT-DECORATION: none;
  text-align: center;
  border-bottom: 1px #336699 solid;
  border-top: 1px #336699 solid;
}

.imageRight {
  float: right;
}
/* =core
---------------------------------------------------------------------------------*/

.imageLeftCaption P {
  BORDER-RIGHT: #336699 1px solid;
  PADDING-RIGHT: 0.5em;
  BORDER-TOP: #336699 1px solid;
  PADDING-LEFT: 0.5em;
  FONT-SIZE: 0.9em;
  PADDING-BOTTOM: 0.4em;
  BORDER-LEFT: #336699 1px solid;
  PADDING-TOP: 2px;
  BACKGROUND-COLOR: #C4D5E6;
}

.imageRightCaption P {
  BORDER-RIGHT: #336699 1px solid;
  PADDING-RIGHT: 0.5em;
  BORDER-TOP: #336699 1px solid;
  PADDING-LEFT: 0.5em;
  FONT-SIZE: 0.9em;
  PADDING-BOTTOM: 0.4em;
  BORDER-LEFT: #336699 1px solid;
  PADDING-TOP: 0.4em;
  BACKGROUND-COLOR: #c4d5e6;
}

.imageCaption P {
  BORDER-RIGHT: #336699 1px solid;
  PADDING-RIGHT: 0.5em;
  BORDER-TOP: #336699 1px solid;
  PADDING-LEFT: 0.5em;
  FONT-SIZE: 0.9em;
  PADDING-BOTTOM: 0.5em;
  BORDER-LEFT: #336699 1px solid;
  PADDING-TOP: 0.5em;
  BORDER-BOTTOM: #336699 1px solid;
  BACKGROUND-COLOR: #c4d5e6;
  text-align: center;
  margin: 0px 8%;
}
/* =Pertaining to news panel
-----------------------------------------------------------------------------*/

#newsPanel {
  line-height: 15px;
  font-family: Verdana, Arial;
}

#newsPanel h3 {
  font-size: 150%;
  border: medium none #c4d5e8;
  background: url('../images/newsImages/backgroundLatestNews.jpg');
  position: relative;
  left: 12px;
  height: 41px;
  text-indent: -5000em;
  margin-top: 17px;
  overflow: hidden;
}

* html #newsPanel h3 {
  left: 10px;
}

#newsPanel li {
/*  border-bottom: 1px solid white; */
  padding-bottom: 5px;
  margin-bottom: 10px;
  background: transparent url(../images/backgroundImages/dividerRight.png) no-repeat bottom;
}

.newsPanelImageLink {
  text-align: center;
  width: 100%;
}

#newsPanel .newsPanelImage {
  width: 125px;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px #336699 solid;
}

#pageBody .newsPanelImage {
  text-align: left;
  width: 62px;
  float: left;
  margin-right: 5px;
  border: 1px #336699 solid;
}

#newsPanel ul {
  padding-left: 1em;
  margin-top: 10px;
}

.rssImg {
  position: absolute;
  left: 845px;
  top: 170px;
  border: 0;
}

.newsArchiveLink {
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  font-family: Georgia;
}
/* =Pertaining to menu panel
-----------------------------------------------------------------------------*/

#menuPanel {
  line-height: 16px;
}

#menuPanel h3 {
  font-size: 150%;
  border: #c4d5e8;
  background-image: url("../images/menuImages/backgroundMenu.jpg");
  height: 41px;
  text-indent: -5000em;
  overflow: hidden;
}

#menuPanel h4 {
  font-size: 1.2em;
  padding-top: 4px;
  margin-bottom: 3px;
  margin-top: 3px;
  font-family: Georgia;
}

#menuPanel ul {
  padding-left: 1em;
/*  border-bottom: 1px solid white; */
  background: transparent url(../images/backgroundImages/dividerLeft.png) no-repeat bottom;
  padding-bottom: 5px;
}

#menuImage {
  background: url("../images/menuImages/BBNewRound.jpg") repeat-y;
  position: relative;
  left: -2px;
  width: 160px;
  height: 133px;
}
/*--------------------------------------------------*/
/* nice table with thin lines */

.neatTable td, .neatTable th {
  border: 1px solid #ddd;
  padding: 0.3em;
}

.neatTable th {
  background: #eee;
  text-align: left;
}

.neatTable th a {
  font-weight: bold;
}

.neatTable {
  border-collapse: collapse;
  width: 100%;
}

.neatTable caption {
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  text-align: left;
  padding: 0.3em;
  background: #ddd;
}
/*--------------------------------------------------*/
/* CMS page */

.detailsView {
  margin-top: 2em;
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px;
}

#mainContent .detailsView li {
  border: none;
}

.AspNet-DetailsView-Name {
  display: block;
  font-weight: bolder;
  margin-top: 1em;
}

.AspNet-GridView-Pagination {
  padding: 0.3em 0;
  font-weight: bolder;
  font-size: 1.1em;
  text-align: center;
  background: #eee;
  border: 1px solid #ddd;
  border-top: 0;
  width: 100%;
}

.AspNet-DetailsView-OtherPage, .AspNet-DetailsView-ActivePage {
  margin: 0 5px 0 0;
}

.categoryInput {
  width: 15em;
}

.dateInput {
  width: 10em;
}

.headlineInput {
  width: 100%;
}

.sourceInput {
  width: 100%;
}

.summaryInput {
  width: 100%;
  height: 10em;
}

.bodyInput {
  width: 100%;
  height: 30em;
}
/*--------------------------------------------------*/
/* Login page */

.formBox {
    background: #eee;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    padding: 1% 3%;
}

.formBox label {
    display: block;
    font-weight: bolder;
}

.formBox input[type^="text"], .formBox input[type^="password"] {
    width: 50%;
}

.formBox label.displayInline {
    display: inline;
}

.bold {
    border: 2px solid #336699;
    }


/*--------------------------------------------------*/

/* comments */

#comments span {}

#comments {
  list-style: none;
  margin-top: 0.2em;
  border-bottom: 1px dotted #c4d5e8;
}

#comments li {
  padding: 1em 2.5em 0.2em 2.5em;
  margin-bottom: 0.5em;
}

.commentLinks {
  background: url('../images/icons/comment.gif') no-repeat 0 3px;
  padding-left: 20px;
  margin-bottom: 1em;
}

#comments span {
  display: block;
  background: url('../images/icons/comment.gif') no-repeat 0 3px;
  padding-left: 20px;
  color: #336699;
}

#comments img {
  display: block;
  text-align: right;
}

.aComment {
  border-top: 1px dotted #c4d5e8;
}

.aComment img {
  float: right;
}

.normalComment {
  background: #eeeeee;
}

.adminComment {
  background: #E4EBF5;
}

.commentInput {
  width: 100%;
  height: 10em;
}

.commentBox {
  margin-top: 2em;
}

.hPot {
  display: none;
}

.centerAlign {
  text-align: center;
}

#paging {
  text-align: center;
}

.newsArchiveLink a img, #paging a {
  border: 0;
  color: white;
}

.newsArchiveLink a img, #paging img {
  position: relative;
  border: 0;
  top: 3px;
}

#paging a:hover {
  background: none;
}

.archive h3 {
  border-bottom: 2px solid #336699;
  margin-bottom: 5px;
}

.archive h4 {
/* font-weight: normal; */
  font-size: 1em;
}
/* begin: slideshow */

.slideshow {
  position: relative;
  padding: 0;
  margin-left: -5px;
}

.slideshow a img {
  border: none;
}

.slideshow li.slide {
  list-style-type: none;
}

.slideshow .slides {
  height: 155px;
  margin: 0;
  padding-bottom: 0px;
}

.slideshow .slides li.slide {
  visibility: hidden;
  position: absolute;
  left: 5px;
  top: 0;
}

.slideshow .buttons {
  display: none;
}
/* end: slideshow */