/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: -3.5em;
  left: 0;
  width: 180px;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #FFFFCC;
  font-size: 8pt;
  font-family: verdana;
  text-align: left;
  color: #000;
}

/* css/tooltip.css */

div.DivNewsletterMsg {
	color: red;
	text-decoration: none;
	font-size: 8pt;
	width: 300px;
	float: left;
}
div.DivNewsletterMsg a{
	color: #000; 
	text-decoration: none;
	line-height: 20px;
	padding-left: 5px;
}

div.breadCrumb a {
	color: #00809D;
	font-size: .9em;
}
div.breadCrumb img {
	margin-left: 2px;
	margin-right: 2px;
}

div#mainContent a {
	color: #00809D;
}
div.NewsletterList table thead {
	background-color: #20A6C3;
	color: #FFFFFF;
}
div.NewsletterList table tbody tr td {
	border-bottom: 1px solid #20A6C3;
}
div.Pager {
	font-size: .9em;
	color: #00809D;
}
div.Pager a {
	color: #00809D;
	text-decoration: none;
}
div.Pager span {
	background-color: #00809D;
	color: #FFFFFF;
	padding: 2px;
}