#ShowBan
{
	display: none;
	border: #999999 solid 1px;
	z-index: 5;
	font-family: arial;
	font-size: 11px;
	background-color: #ECECEC;
	color: #989898;
	padding: 5px;
	position: absolute;
}
#ShowBan a, #ShowBan a:hover
{
	text-decoration: underline;
	color: #003366;
}

.BanBlock
{
	margin: 10px;
}

.BanBlock .linkhref
{
	visibility: hidden;
	position: relative;
	z-index: 1;
	font-size: 0px;
	height: 8px;
}

.BanBlock .linkhref a:first-letter
{
	text-transform: uppercase;
}

.BanBlock .linkhref a, .BanBlock  .linkhref a:hover
{
	text-decoration: underline;
	color: #003366;
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	z-index: 1;
}

.BanBlock .reg
{
	font-family: arial;
	font-size: 10px;
	color: #ABABAB;
	position: relative;
	top: 0;
	left: 0;
}
.BanBlock .hidereg
{
	display: none;
	position: absolute;
}
.BanBlock .linkShow
{
	font-family: arial;
	font-size: 11px;
	color: #656565;
	margin-top: 10px;
}