/* Styles for page containing editor */

#topbar	{
	position: fixed;
	top: 0;
	left: 0;
	width: 620px;
	height: 150px;
	z-index: 1;
	}

#leftbar
	{
	position: fixed;
	top: 150px;
	left: 0;
	width: 170px;
	height: 279px;
	z-index: 1;
	}

#lefthighlight
	{
	position: absolute;
	top: 0;
	*top: 150px;
	left: 0;
	width: 170px;
	height: 300px;
	z-index: 2;
	}

#tophighlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
	height: 150px;
	z-index: 2;
	}

#content
	{
	position: absolute;
	top: 150px;
	left: 170px;
	right: 0;
	}

#tcobox	/* There is a problem with NN4... if I move this to the left, it will disrupt the imagemap in leftbar */
	{
	position: absolute;
	top: 300px;
	left: -90px;
	background: url("/graphics/tbg.jpg");
	font-size: 75%;
	}

body	{
	padding: 0;
	margin: 0;
	background: url("/graphics/newbg.jpg");
	background-color: #8A7E71;
	color: black;
	font-family: Georgia, serif;
	font-size: 100%
	}
	
A:active {color: #D0A0D0;}
A:link  {color: #0000A0;}
A:visited {color: #A00000;}
A:hover {color: #A000A0;}

H1	{
	color: black;
	font-weight: bold;
	font-size: 150%;
	font-family: Georgia, serif;
	}
	
H2	{
	color: black;
	font-weight: bold;
	font-size: 140%;
	font-family: Georgia, serif;
	}
	
H3	{
	color: black;
	font-weight: bold;
	font-size: 130%;
	font-family: Georgia, serif;
	}

small	{
	font-family: Georgia;
	font-size: 75%
	}

PRE	{
	font-family: Courier, fixed-width;
	font-size: 80%
	}



/* Stuff for the WYSIWYG editor		*/
.tbar{
/*	background-color:ButtonFace;	*/
	margin-bottom:1px;
	cursor: default;
}
.tbarBtn{
	cursor: pointer;
/*	background-color: ButtonFace;	*/
	border:solid 1px ButtonFace;
}
.tbarBtnInset{
	cursor: pointer;
/*	background-color: ButtonFace;	*/
	border:inset 1px;
}
.tbarBtnSelected{
	cursor: pointer;
/*	background-color: ButtonFace;	*/
	border:inset 1px;
}
.tbarBtnOutset{
	cursor: pointer;
/*	background-color: ButtonFace;	*/
	border-right:solid 1px ButtonShadow;
	border-bottom:solid 1px ButtonShadow;
	border-top:solid 1px ButtonHighlight;
	border-left:solid 1px ButtonHighlight;
}
.inputtext{
	padding:1px;
	color:white;
/*	background-color:ButtonShadow;	*/
/*	font-family:verdana;		*/
/*	font-size:8pt;			*/
/*	letter-spacing:-0.5pt;		*/
}
