﻿/** Content 4.0 */

DIV.articleContent {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: White;
  margin-top: 5px;
}

DIV.articleContent a {
  text-decoration: none;
}

DIV.articleContent DIV.articleImageContainer {
}

DIV.articleContent DIV.articleImageContainer DIV.spacer {
  clear: both;
}

DIV.articleContent DIV.articleImageContainer DIV.articleImage {
  float: left;
}

DIV.articleContent DIV.articleImageContainer p {
  margin-top: 2px;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  font-weight: bold;
}

DIV.articleContent DIV.section {
  padding: 5px 5px 0px 5px;
  background: White;
}

DIV.articleContent DIV.sectionTitle {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
}

DIV.articleContent DIV.subsectionTitle {
  font-size: 14px;
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 10px;
}

DIV.articleContent DIV.paragraph {
  line-height: 17px;
  font-size: 11px;
  margin: 5px 0px 5px 0px;
}

DIV.articleContent DIV.globaldownload {
  margin-bottom: 5px;
}

DIV.articleContent DIV.globaldownload a.ctdownload {
  font-size: 11px;
  padding-left: 10px;
  background: white;
}

DIV.articleContent DIV.source {
  margin: 10px 2px 10px 2px;
  font-size: 11px; 
  color: black; 
  background: white; 
  line-height: 15px; 
  color: #333333; 
  background-color: #FAFAFA; 
  border-style: solid; 
  border-width: 1px; 
  padding: 10px;
}

/* Pagination */

DIV.bottom_prev_next 
{
	float:right;	
	padding: 1px;
	background:white;   
}

DIV.bottom_prev_next DIV.tiptop 
{	
  right: 10px;
  margin: 1px;
}

UL.pages {
  font-weight: bolder;
  font-size: 12px;
  list-style-type: none;
  position: relative;
  margin : 2px; 
  padding : 0px;
}

UL.pages li {
	display: inline;
}

UL.pages LI A, UL.pages LI a:visited {
  text-decoration: none; 
  color : #6699CC;
  background-image: url(/PersistantImage.ashx?key=BtnMouseOutImg);
  width : 26px; 
  height : 21px;
  display : block; 
  float : left;
  text-align : center;
  padding-top : 5px;
}

UL.pages LI a:hover,
UL.pages LI a:active,
UL.pages LI.currentpage a,
UL.pages LI.currentpage a:visited,
UL.pages LI currentpage a:hover,
UL.pages LI.currentpage a:active {
  text-decoration: none; 
  color: white;
  background-image: url(/PersistantImage.ashx?key=BtnMouseOverImg);
  width : 26px; 
  height : 21px;
  display : block; 
  float : left;
  text-align : center;
  padding-top : 5px;
}

UL.pages LI.previouspage A,
UL.pages LI.previouspage a:visited {
  text-decoration: none; 
  color : #6699CC;
  background-image: url(/PersistantImage.ashx?key=PreviousPageImg);
  width : 26px; 
  height : 21px;
  display : block; 
  float : left;
  text-align : center;
  padding-top : 5px;
}

UL.pages LI.previouspage a:hover,
UL.pages LI.previouspage a:active {
  text-decoration: none; 
  color: white;
  background-image: url(/PersistantImage.ashx?key=PreviousPageOverImg);
  width : 26px; 
  height : 21px;
  display : block; 
  float : left;
  text-align : center;
  padding-top : 5px;
}

UL.pages LI.nextpage A,
UL.pages LI.nextpage a:visited {
  text-decoration: none; 
  color : #6699CC;
  background-image: url(/PersistantImage.ashx?key=NextPageImg);
  width : 26px; 
  height : 21px;
  display : block; 
  float : left;
  text-align : center;
  padding-top : 5px;
}

UL.pages LI.nextpage a:hover,
UL.pages LI.nextpage a:active {
  text-decoration: none; 
  color: white;
  background-image: url(/PersistantImage.ashx?key=NextPageOverImg);
  width : 26px; 
  height : 21px;
  display : block; 
  float : left;
  text-align : center;
  padding-top : 5px;
}
 
DIV.top_prev_next {
  position: relative;
  padding: 1px;
  background:white;
  margin-bottom: -14px;
}

DIV.top_prev_next DIV.tiptop {
  position: absolute;
  top:-15px;
  right: 10px;
  margin: 1px;
}

ul { padding-left: 30px; list-style-type: disc; }
strong{ font-weight:bold; }
em { font-style:italic; }
strong em {  font-weight:bold; font-style:italic; }
