/* Standard Reference CSS Stylesheet for Palview3 6/2/01 */

BODY {background-color:#30A060;} /*  text-align:center; */

/* Palview Game Move DIVision & Palview Game Info DIVision */

DIV.pgm P  {margin: 0px; padding:0.10em;}
DIV.pgi P  {margin: 0px; padding:0.30em;}

/* The actual linked Game moves (always in 'pm' class) */

DIV.pgm A:visited {color:black; text-decoration:none;}
DIV.pgm A:link {color:black; text-decoration:none;}
DIV.pgm A:hover {color:red; text-decoration:none;}
DIV.pgm A:active {color:black; text-decoration:none;}

/* The actual linked Variation moves (always in 'pc?' class) */

DIV.pgm .pc A:visited {color:green;}
DIV.pgm .pc A:link {color:green;}
DIV.pgm .pc A:hover {color:red;}
DIV.pgm .pc2 A:visited {font-style:italic;}
DIV.pgm .pc2 A:link {font-style:italic;}
DIV.pgm .pc2 A:hover {font-style:italic;}

/* Palview uses EM Html Tag to surround variation moves when movelinks are NOT used. */

DIV.pgm .pc EM {color:green; font-style:normal;}
DIV.pgm .pc2 EM {font-style:italic;}

/* Palview Game Intro (Special case where a comment {...} appears before an actual game move. The comment is treated as a game intro.) */

.pintro	{
	text-indent:1em;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: #A10F0F;
	}

/* Palview Commentary (including Variation Sequences) */

.pc, .pc2	{
	text-indent:1em;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	}

/* Palview Player Names (PGN Tags White & Black) */

.pplay	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #A10F0F;
	}

/* Palview Player Title (PGN Tag) */

.ptitle	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: black;
	}

/* Palview Player Elo Rating (PGN Tag) */

.pelo	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: black;
	}


/* Palview Event (PGN Tags Event & Site & Date & Round) */

.pevent	{ 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal;
	color: black;
	}

/* Palview ECO Code (PGN Tag) */

.peco	{ 
	text-align: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: black;
	}

/* Palview Opening -- PGN Tags: Opening, Variation, & Subvariation */

.popen	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold;
	}

/* Palview Annotator */

.panno	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: italic; 
	line-height: normal; 
	font-weight: bold; 
	color: #003333;
	}

/* Palview Moves -- for the actual game moves */

.pm	{ 
	text-indent: 0em; 
	text-align: justify; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal ;
	color: black;
	}

/* Palview Variations -- not actually used but we are keeping it */

.pv	{ 
	font-family: LinaresFigurine, ZurichFigurine, Zurich New, HastingsFigurine; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #003333;
	}

/* Figurine -- Used to Transform Commentary 'moves' to Figs */

.pf	{ 
	font-family: LinaresFigurine, ZurichFigurine, Zurich New, HastingsFigurine; 
	font-style: normal;
	}

/* Board Caption */

.pt	{
	text-indent: 0em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	white-space:pre;
	}

/* Digital clock time */

.pclock	{ 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal;
	color: black;
	}

/* Borders -- pgbb is 'Palview Game Board Border';
              pgib is 'Palview Game Infobox Border'; */

.pgbb	{
	border-style:double;
	border-color:black;
	border-width:2px;
	}
.pgib	{
	border-style:ridge;
	border-color:black;
	border-width:2px;
	background-color:white;
	}
.pgob	{
	border-style:ridge;
	border-color:black;
	border-width:2px;
	background-color:#FFFFF9;
	}
