td.contextmenu {
	font-family : sans-serif;
	font-size : 70%;
}

.ccp_paramvalue {
	color : #0000FF ;
	font-family : "Courier New";
	font-size : 13px;
}
.ccp_htmlcomment {
	color : #808080 ;
	font-family : "Courier New";
	font-size : 12px;
	font-style : italic;
}
.ccp_tag {
	color : #000080;
	font-family : "Courier New";
	font-size : 12px;
}
.ccp_img {
	color : #800080;
	font-family : "Courier New";
	font-size : 12px;
}
.ccp_A {
	color : #008000;
	font-family : "Courier New";
	font-size : 12px;
}
.ccp_form {
	color : #FF8000;
	font-family : "Courier New";
	font-size : 12px;
}
.ccp_table {
	color : #008080;
	font-family : "Courier New";
	font-size : 12px;
}
.ccp_entity {
	color : #000000;
	font-family : "Courier New";
	font-size : 12px;
	font-weight : bold;
}
.ccp_styletag {
	color : #800080;
	font-family : "Courier New";
	font-size : 12px;
}
.ccp_styleitem {
	color : #800080;
	font-family : "Courier New";
	font-size : 12px;
}

span.toolbar {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	padding: 0; margin: 0; padding-bottom:1; padding-top:1;
	cursor: hand;
}

form.edit {
	height: 91%;
	background-color:white; 
	overflow:auto; width:100%; 
}

div.edit {
  overflow:auto;
  height: 300px; 
}
span.tagShow {
	color : #000080;
	font-family : "Courier New";
	font-size : 12px;
}

div.menuBar,
div.subMenuBar,
div.menuBar a.menuButton,
div.subMenuBar a.menuButton {		/* Base menu text styles */
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
div.menuBar {				/* Main menubar colours and interior padding */
	background-color: #DCCDA5;
	border: 1px solid;
	border-color: #fff #B89A48 #B89A48 #fff;
	padding: 4px 2px 4px 10px;
}
div.subMenuBar {			/* Sub-menubar colours and interior padding */
	background-color: #ccc;
	border: 1px solid;
	border-color: #ccc #999 #999 #fff;
	padding: 4px 2px 4px 10px;
	text-align: left;
}
#topMenu {
	text-align: left;
}
#bottomMenu {
	text-align: center;
}
div.menuBar a.menuButton,
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActiveSub {	/* Main menubar link styles: 1.Plain 2.Active 3.Active, submenu'd */
	background-color: transparent;
	border: 1px solid #DCCDA5;
	color: #000;
	cursor: hand;
	text-decoration: none;
	margin: 1px;
	padding: 3px 7px 3px 7px;
	position: relative; /* This is to shift it down when Active */
	left: 0px;
	top: 0px;
	z-index: 100;
}
div.subMenuBar a.menuButton,
div.subMenuBar a.menuButtonActive {	/* Sub-menubar link styles: 1.Plain 2.Active */
	background-color: transparent;
	border: 1px solid #ccc;
	color: #000;
	cursor: hand;
	text-decoration: none;
	margin: 1px;
	padding: 3px 7px 3px 7px;
	position: relative; /* This is to shift it down when Active */
	left: 0px;
	top: 0px;
	z-index: 101;
}
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActiveSub,
div.subMenuBar a.menuButtonActive {	/* Active menu items shouldn't look active. Arrow cursor */
	cursor: default;
}
div.menuBar a.menuButton:hover {	/* Main menubar link rollover style */
  background-color: #fc0;
  border-color: #fff #B89A48 #B89A48 #fff;
  color: #000;
}
div.subMenuBar a.menuButton:hover {	/* Sub-menubar link rollover style */
  background-color: #ccc;
  border-color: #fff #999 #999 #fff;
  color: #000;
}
div.menuBar#topMenu a.menuButtonActive,
div.menuBar#topMenu a.menuButtonActive:hover {	/* Top menubar Active link state: depressed & shifted down */
  background-color: #E9E9E9;
  border-color: #B89A48 #fff #E9E9E9 #B89A48;
  color: #000;
  font-weight: bold;
  left: 1px;
  top: 1px;
}
div.menuBar a.menuButtonActiveSub,
div.menuBar a.menuButtonActiveSub:hover {	/* Main menubar Active, submenu'd link state: depressed & shifted down */
  background-color: #ccc;
  border-color: #B89A48 #fff #ccc #B89A48;
  color: #000;
  font-weight: bold;
  left: 1px;
  top: 1px;
}
div.subMenuBar a.menuButtonActive,
div.subMenuBar a.menuButtonActive:hover {	/* Sub-menubar Active link state: depressed & shifted down */
  background-color: #E9E9E9;
  border-color: #999 #fff #E9E9E9 #999;
  color: #000;
  font-weight: bold;
  left: 1px;
  top: 1px;
}
div.menuBar#bottomMenu a.menuButtonActive,
div.menuBar#bottomMenu a.menuButtonActive:hover {/* Bottom menubar Active link state: depressed & shifted up */
  background-color: #E9E9E9;
  border-color: #E9E9E9 #fff #fff #B89A48;
  color: #000;
  font-weight: bold;
  left: 1px;
  top: -1px;
