/* =================================
    CSS STYLES FOR Module PowerDownloads
   =================================
.Normal
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
.ItemStyle
{
	border-top: silver 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: silver 1px solid;
}

.AlternatingItemStyle
{
	background-color:WhiteSmoke;
}
/* ===================================
    STYLES FOR PowerDownloads HOVER IN/OUT
   ===================================
*/
.HoverBoxIn
{
/*	background-color:#f5f5f5;
	border-style:none;
	border-width:1px;
	border-color:#000;*/
}

.HoverBoxOut
{
/*	border-style:none;
	border-width:1px;
	border-color:#000;*/
}
