

#marqueecontainer{
	position: relative;
	width: 100%; /*marquee width */
	height: 350px; /*marquee height */
	overflow: hidden;
}


div.success_header {
	margin: 0;
	padding: 8px;
	font-size: 12px;
	border-bottom: solid 1px #113355;
	background-color: #ccddee;
	color: #113355;
	font-weight: normal;
}

div.even {
	background-color: #ccddee;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 16px;
}
div.odd {
	background-color: #DFEFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 16px;
}

span.subject a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #113355;
}
span.subject a:hover{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FF6600;
}
span.details {
	font-size: 10px;
}
span.details a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}
span.details a:hover {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #FF6600;
}

div.success_body {
  margin: 0 0 8px 0;
  padding: 8px;
  border: solid 1px #CCCCCC;
  text-align: left;
}

