/* Default Palview4 Problem & Tactics CSS file -- January 28, 2003 */
/* was: BODY {background-color:floralwhite;} */
/* BODY {background-color:#333333;} */

BODY {
	background-color : #fffff9;
	border-color : #fffff9;
	border-style : solid;
	border-width : 0;
	color : black;
	font-family : Verdana, Arial, Sans-Serif;
	}


/* Palview Game Move DIVision & Palview Game Info DIVision */

DIV.pgm P  {margin: 30px; padding:20pt;}
DIV.pgi P {margin: 40px; padding:60pt; }

/* The actual linked Game moves (always in 'pm' class) */

DIV.pgm A {color:black; text-decoration:none;}

DIV.pgm A:hover {color:red;}

/* The actual linked Variation moves (always in 'pc?' class) */
/* for linebreaks = on we SPAN the moves */

DIV.pgm SPAN.pc A {color:green;}
DIV.pgm SPAN.pc2 A {font-style:italic;}
DIV.pgm SPAN.pc A:hover {color:red;}

/* 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, sans-serif; font-size: 10pt; font-style: italic; font-weight: normal;}

/* Palview Commentary (including Variation Sequences) */
/* Note about indext with NS4 & linebreaks = off */

.pc, .pc2 {text-indent:1em; text-align: justify; font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-weight: normal; color:#404040;}

/* Palview Player Names (PGN Tags White & Black) */

.pplay {font-family: Verdana, Arial, sans-serif; font-size: 11pt; font-weight: bold; color: black; font-style : italic;}

/* Palview Player Title (PGN Tag) */

.ptitle {font-family: Verdana, Arial, sans-serif; font-size: 12pt; font-style: italic; font-weight: normal; color: black;}

/* Palview Player Elo Rating (PGN Tag) */

.pelo {font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: black;} /* was 12pt */

/* Palview ECO Code (PGN Tag) */

.peco {font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-style: italic; text-align:right; font-weight: bold;}

/* Palview Event (PGN Tags Event & Site & Date & Round) */

.pevent {text-align: center; font-family: Verdana, Arial, sans-serif; font-size: 11pt; font-style : italic;}

/* Palview Opening -- PGN Tags: Opening, Variation, & Subvariation */

.popen {font-family: Verdana, sans-serif; font-size: 10pt; font-style: italic; text-align: left; font-weight:bold;}

/* Palview Annotator */

.panno {font-family: Verdana, Arial, sans-serif; font-size: 12pt; font-style: italic; font-weight: bold; color: black;}

/* Palview Moves -- for the actual game moves */

.pm {text-indent: 0em; text-align: center; font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-weight: bold; color:black;}

/* Figurine -- Used to Transform Commentary 'moves' to Figs */

.pf {font-family: LinaresFigurine, ZurichFigurine, Zurich New, HastingsFigurine, Verdana; font-style: normal;}

/* Board Caption: de tekst die onder het diagram komt te staan (als je die vóór de eerste zet invoert: caption "tekst...") */
.pt {text-align: center; font-family: Arial, Verdana, serif; font-size: 10pt; font-weight: bold; color: black; white-space:pre;}

/* Borders -- pgob is 'Palview Game Outer Border';
              pgbb is 'Palview Game Board Border';
              pgib is 'Palview Game Infobox Border';
.pgbb {border-style:ridge; border-color:blUE; border-width:8px;}
.pgib {border-style:ridge; border-color:black; border-width:60px;background-color:blue;}
.pgob {border-style:double; border-color:RED; border-width:30px; background-color:#fffff9; padding:10; width:60%;
 */

.pgbb {border-style:solid; border-color:#333333; border-width:1px; padding:0}
.pgib {border-style:ridge; border-color:#333333; border-width:1px;background-color:blue;; padding:30}
.pgob {border-style:solid; border-color:#cccccc; border-width:1px; background-color:#fffff9; padding:20; width:70%;}

/* next class property places a 'help' cursor over the chess symbols */

DIV.pgm IMG {cursor:help;}
