/* Default Palview4 Problem & Tactics CSS file -- January 28, 2003 */

BODY {
	background-color: #FFFFFF;
}

a:link, a:hover, a:active, a:visited
{
	font-family:verdana;
	font-size:11px;
}

/* Palview Game Move DIVision & Palview Game Info DIVision */

DIV.pgm P  {margin: 0px; padding:2pt;}
DIV.pgi P {margin: 0px; padding:2pt; }

/* 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: 12px; 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: 8pt; 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: 12px; 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: justify; 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 */

.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:1px solid #E3B115;}
.pgob {border-style:double; border-color:black; border-width:3px; background-color:white; padding:10; width:90%;}

/* next class property places a 'help' cursor over the chess symbols */

DIV.pgm IMG {cursor:help;}

#pc1 {position:absolute; visibility:hidden; cursor:hand;}

.errorMessage
{
	text-align:center;
  color:red;
  font-weight:bold;
}

.successMessage
{
	text-align:center;
  color:green;
  font-weight:bold;
}

.orangebox, .pgob, .pgib
{
	border:1px solid #E3B115;
	background-color:#FFF0C8;
}

iframe
{
	border:1px solid #E3B115;
}