/* ================================
    CSS STYLES FOR Module Downloads
   ================================
*/
.Normal  {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	background-color: #F1F3F6;
	background-image: url(pagebkgrd.gif);
	background-repeat: repeat-x;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #1D335C;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #1D335C;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FB6200;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #1D335C;
	text-decoration: none;
}
.NormalSmall
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8px;
    font-weight: normal;
}
.FullWidth
{
	width: 100%;
}
.RatingLabel
{
	font-size:11;
	font-weight:bold;
}
.RatingNormal
{
	font-size:11;
	font-weight:normal;
}
.RatingButton
{
	font-size:11;
	font-weight:bold;
}
.CommentsItem
{
	background-color: #D6CCFF;
}
.CommentsItemAlternate
{
	background-color: #FFFFFF;
}
