/* Base style sheet */
/* Elements */

/* JW Defined styles */
.Graybg		{ background-color: #A0A0A0; height: 2px }
.AColour { background-color:Red }
.EColour { background-color:Pink }
.FColour { background-color:Blue }
.GColour { background-color:DarkGray }
.IColour { background-color:Lime }
.RColour { background-color:DarkViolet }
.TColour { background-color:Yellow }

.Status1 { background-color:Chocolate	} /* GM's known  */
.Status2 { background-color:DarkOrange	} /* Played with */
.Status3 { background-color:DarkViolet	} /* Allied with */
.Status4 { background-color:Magenta 	} /* Interesting Characters */
.Status5 { background-color:Red 		} /* Me */

.Result1 { background-color:Chartreuse }
.Result2 { background-color:YellowGreen }
.Result3 { background-color:CornflowerBlue }
.Result4 { background-color:LightSteelBlue }
.Result5 { background-color:DarkGray; text-align:center }
.Result6 { background-color:Gray }

.SingleLine	{ max-height: 12px }
.SmallButton	{ height : 20px; font-family: Times New Roman; font-size: 11px; }
.HideText	{ color:#C0C0C0; background-color:#C0C0C0 }

@page rotated {size: landscape}

.VMiddle	{ vertical-align: center }
.VBottom	{ vertical-align: bottom }
.Numeric	{ text-align: right }
.SmallText	{ font-size: 9px; }

/* Fonts - change 'sans-serif' to your preferred font */
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul { 
	font-size: 1em; font-family: verdana, Arial, Helvetica; color: black }

/* Real styles */
BODY		{margin: 0em 0% 0em 0%; font-size: 12px; font: 1em/1 verdana, Arial, Helvetica; background-color:#C0C0C0; cursor: default}

BUTTON		{cursor: auto}

td		{ font-size: 12px; font: verdana, Arial, Helvetica; vertical-align: top }
th		{ font-style: normal; font-variant: normal; font-weight: bold; line-height: 1; 
		  font-size: 8pt; font-family: sans-serif; vertical-align: top }

textarea	{ cursor: text; font-family: Times New Roman }

A 			{ cursor: pointer; color: black; text-decoration: underline }
A:hover		{ font-weight: bold; text-decoration: underline }
A:visited	{ text-decoration: underline }
A:link		{ text-decoration: underline }
A:active	{ text-decoration: underline }

IMG			{ border:0px }