﻿.PGN { 
    font-size: 11px; 
    clear: both; 
    height: 28px;
}		

.PGN .PGNBorder 
{
    height: 1px; 
    line-height: 1px; 
    font-size: 1px; 
    overflow: hidden; 
    background-color: #DDDDDD; 
    margin: 0; 
}

.PGN .PGNTbl 
{
	margin: 1px 0 1px 0;
    background-color: #EEEEEE;
}

.PGN .PGNTbl .PGNBdrL
{
	background: url(/images/separator_v_pix.gif) repeat-y; 
	margin: 1px 0 0 2px; 
	height: 24px; 
	width: 2px;
}
 
.PGN .PGNTbl .PGNBdrR
{
	background: url(/images/separator_v_pix.gif) repeat-y; 
	margin: 1px 1px 0 0; 
	height: 24px; 
	width: 2px;
}
 
.PGN .PGNTbl .PGNBdrL2Ln
{
	background: url(/images/separator_v_pix.gif) repeat-y; 
	margin: 1px 0 0 2px; 
	height: 34px; 
	width: 2px;
}
 
.PGN .PGNTbl .PGNBdrR2Ln
{
	background: url(/images/separator_v_pix.gif) repeat-y; 
	margin: 1px 1px 0 0; 
	height: 34px; 
	width: 2px;
}
 
.PGN .PGNTbl .PGNRecords
{
	color: #333333;
} 

.PGN .PGNTbl .PGNShow a,
.PGN .PGNTbl .PGNShow a:visited,
.PGN .PGNTbl a.PGNShow,
.PGN .PGNTbl a.PGNShow:visited
{
    text-decoration: underline; 
    color: #333333;
}

.PGN .PGNTbl .Pg a,
.PGN .PGNTbl .Pg a:visited,
.PGN .PGNTbl a.Pg,
.PGN .PGNTbl a.Pg:visited
{
    text-decoration: none; 
    color: #333333;
}

.PGN .PGNTbl .Pg a:hover,
.PGN .PGNTbl a.Pg:hover
{
    text-decoration: underline; 
}

.PGN .PGNTbl .PgSel 
{
	font-weight: bold;
}