﻿
.header
{
	background-color:			#f7f7f7; /**/
	border-top:					solid 1px #eeeeee;
	border-bottom:				solid 1px #eeeeee;
	color:						#333333;
	/*height:						22px;*/
	padding:					8px 4px 8px 4px;
	font-weight:				normal;	
}

.item
{
	/*cursor:						pointer;*/
	border-bottom:				solid 1px #eeeeee;
	color:						#666666;
	padding:					10px 4px 6px 4px;
}

.itemAlternating
{
	/*cursor:						pointer;*/
	border-bottom:				solid 1px #eeeeee;
	color:						#666666;
	padding:					10px 4px 6px 4px;
}

.item a, .itemAlternating a, .item a:link, .itemAlternating a:link, .item a:active, .itemAlternating a:active, .item a:visited, .itemAlternating a:visited
{
	color: #666666;
	text-decoration: none;
}

.item a:hover, .itemAlternating a:hover
{
	text-decoration: underline;
	
}