/* ChessPublishing.com CSS Stylesheet for Palview3 -- January 30, 2003 */

 BODY {
	background-attachment : fixed;
	background-color : #F5F5F5;
	scrollbar-face-color : #F5F5F5;
}

/* Palview Game Move DIVision & Palview Game Info DIVision */

DIV.pgm P  {
	font-family : Georgia, "Times New Roman", Serif;
	margin: 0pt;
	padding: 0em;
}
DIV.pgi P {margin: 0px; padding:6pt; }

DIV.pcbgq {margin:10px; padding:4pt; background-color:#F5F5F5;border-style:ridge; border-color:#a52a2a; border-width:1px;} /* was #FFFFEC and green */

/* The actual linked Game moves (always in 'pm' class) */
DIV.pgm A {
	color: Black;
	text-decoration:none;
}
DIV.pgm A:hover {
	color:blue;
	text-decoration : none;
}

/* The actual linked Variation moves (always in 'pc' class) */
DIV.pgm .pc A, DIV.pgm SPAN.pc A {
	font-family : Georgia, "Times New Roman", Serif;
	color: #483D8B;
}
DIV.pgm .pc A:hover, DIV.pgm SPAN.pc A:hover {color:#483D8B;}
DIV.pgm SPAN.pc2 A {
	font-style:italic;
	font-weight : normal;
	color : #483D8B;
}
DIV.pgm SPAN.pc3 A {
	font-style: italic;
	color:#483D8B;
	font-weight : normal;
}

/* Palview uses EM Html Tag to surround variation moves when movelinks are NOT used. */

DIV.pgm .pc EM {
	color: #483D8B;
	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 {
	color : Black;
	text-indent:2em;
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
	}

/* Palview Commentary (including Variation Sequences) */

.pc, .pc2 {
	text-indent:1em;
	text-align: justify;
	font-family : Georgia, "Times New Roman", Serif;
	font-weight: normal;
	font-size: 10pt;
	color: #483D8B;
} 

/* Palview Player Names (PGN Tags White & Black) */

.pplay {
	font-family : Georgia, "Times New Roman", Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #483D8B;
	font-style : normal;
	white-space : pre;
}

/* Palview Player Title (PGN Tag) */

.ptitle {
	font-size: 10pt;
	font-style: normal;
	color: #483D8B;
	font-weight : bold;
}

/* Palview Player Elo Rating (PGN Tag) */

.pelo {
	color: black;
	font-size: 10pt;
	font-style : normal;
	font-weight : normal;
}

/* Palview ECO Code (PGN Tag) */

.peco {
	color: #483D8B;
	font-size: 10pt;
	font-style: italic;
	text-align:right;
	font-weight: bold;
}

/* Palview Event (PGN Tags Event & Site & Date & Round) */

.pevent {
	color : #483D8B;
	text-align: center;
	font-size: 11pt;
	font-style : italic;
	font-weight : normal;
}

/* Palview Opening -- PGN Tags: Opening, Variation, & Subvariation */

.popen {
	color : #483D8B;
	font-size: 10pt;
	font-style: italic;
	text-align: left;
	font-weight:bold;
	cursor:help;
}

/* Palview Annotator */

/* might need to remove italic from below otherwise IE places a horz-bar */

.panno {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: black;
	white-space : nowrap;
} /* italic */

/* for the copyright clause */
.smallprint {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 8pt;
	font-weight : 400;
	line-height : 10pt;
	margin-top : 4pt;
	white-space : normal;
	margin-bottom : 5pt;
	margin-right: 4px;
	margin-left: 4px;
	text-align: right
}

/* Palview Moves -- for the actual game moves */

.pm {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom : 1em;
	margin-top : 4%;
	text-align: justify;
	line-height : 14pt;
}

/* Board Caption */

.pt {
	color : #483D8B;
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	white-space : pre;	
}

/* Borders -- pgob is 'Palview Game Outer Border';
              pgbb is 'Palview Game Board Border';
              pgib is 'Palview Game Infobox Border'; */

/* border-style types are: solid, double, ridge, etc. */
 
.pgbb {
	border-style: ridge;
	border-color: #87CEFA;
	border-width:3px;
}
.pgib {
	background-color: #F0F8FF;
	border-color: #483D8B;
	border-width:4px;
	border-style: double;
}
.pgob {
}
DIV.pgm IMG {cursor:help;}

