a.user				{color: #990099; text-decoration:none; font-size: 14px; }
a.user:link			{color: #990099; text-decoration:none; font-size: 14px; }
a.user:visited		{color: #990099; text-decoration:none; font-size: 14px; }
a.user:hover		{color: #990099; text-decoration:underline;  font-size: 14px; } 

.small { font-size: 11px; }
 
.PageTabItemSelected
{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #F7F3F7;
	border-top: solid 1px #949294; 
	border-left: solid 1px #949294; 
	border-right: solid 1px #949294; 
	background-color: #0000cc;
	font-weight: bolder;
	text-align: center;
}
.PageTabItemTemplate
{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #949294; 
	background-color: #4c76bb;
	text-align: center;
}
.PageTabItemSeparator
{
	padding: 3px;
	border: 0px;
	border-bottom: solid 1px #949294;
	width: 5px;
}
.PageTabItemEmpty
{
	padding: 2px;
	border: 0px;
	border-bottom: solid 1px #949294;
	text-align: right;
	width: 100%;
}
.PageTabItemBody
{
	padding: 10px;
	border-bottom: solid 1px #949294;
	border-top: 0px; 
	border-left: solid 1px #949294; 
	border-right: solid 1px #949294; 
}

