/* Start of CMSMS style sheet 'btc_news' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000;
  background: #FFE9AF;
  font: 90% Verdana,Tahoma,Arial,sans-serif;
}

div#news h2 {
   line-height: 1.4em;
   background: #fff;
}

.NewsSummary {
    padding: 0 0.5em 1em; /* padding for the news article summary */
    margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
}

.NewsSummaryPostdate {
  font: 90% Verdana,Tahoma,Arial,sans-serif;
  line-height: 1.4em;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1.4em;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font: 90% Verdana,Tahoma,Arial,sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 1.4em;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 1.4em;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.4em;
  font-style: italic;
}

/* to add specific style to the below divs, uncomment them. */

/*
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* End of 'btc_news' */

/* Start of CMSMS style sheet 'btc_nav_vert' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0.25em; 
}

/** fix stupid ie bug with display:block; **/
html #menu_vert table a { height: 1%; } 
html #menu_vert table hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert table a {
   text-decoration:none;
   padding: 0.7em 0.5em 0.7em 1.2em; 
   color: #304d0c; 
   background: url(images/cms/arrow-right.gif) no-repeat 0.4em center;
   min-height: 0.8em; /* Fixes IE7 whitespace bug */
   display: block;
}

/* first level hover */
div#menu_vert table a:hover {
   background: url(images/cms/arrow-right.gif) no-repeat 0.4em center;
   background-color: #304d0c;
}

/* second level links, more padding */
div#menu_vert table table a {
   padding: 0.3em 0.5em 0.3em 2.8em;
   background: url(images/cms/dash.gif) no-repeat 1.5em center;
   font-size: 90%;
   min-height: 0.7em; 
   display: block;
}

/* second level hover */
div#menu_vert table table a:hover {
   background: url(images/cms/dash.gif) no-repeat 1.5em center;
   background-color: #304d0c;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_vert table a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.3em center;
   background-color: transparent;
   color: #304d0c;
   border-left: 4px solid #304d0c;
}

/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert table h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.3em center;
   background-color: transparent;
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   border-left: 4px solid #304d0c;
   border-bottom: none;
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   color: #304d0c;
}

/* current page on second level, more padding */
div#menu_vert table table h3 {
   padding: 0.3em 0.5em 0.3em 2.8em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 1.5em center;
   border-left: 4px solid #cce986;
   font-size: 90%;
}

/* section header */
div#menu_vert table td.sectionheader {
   border-right: none;
   font-size: 110%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #000;
   line-height: 1em;
   margin: 0;
}

/* separator */
div#menu_vert table.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert table.separator hr {
   display: none; /* this is for accessibility */
}

/* End of 'btc_nav_vert' */

