BODY {
	background: white; !important
}
.headTable, .menuBox {
	display: none; !important
}
.pagebreak {
	page-break-before: always;
}
.console {
	display: none;
}
A.desc {
	border-top: solid 1px #dddd33;
	border-bottom: solid 1px #dddd33;
	background: #ffffcc;
	color: black;
	text-decoration: none;
	cursor: help;
}

.html {color: gray}
.cms-tag {color: navy}
.php-tag {color: blue}

TABLE.code {	
	padding: 3px;
	margin: 5px;
	margin-left: 15px;
	border-width: 0px;
	background: white;
	color: #000000;
}
TABLE.code TD {
	border: solid #cccccc 1px;
	background: #f5f5f5;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
TABLE.version {
	border: solid #cccccc 1px;
	background: #f5f5f5;
	color: gray;
	padding: 3px;
	font-family: ms sans serif;
	font-size:9px;
	width: 99%;
	margin: 3px;
}
TABLE.table {
	border-width: 0px;
	background: white;
	color: #000000;
}
TABLE.table TD {
	border: solid #cccccc 1px;
	background: #f5f5f5;
	color: #000000;
	padding: 3px;
	margin: 5px;
	margin-left: 15px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
PRE {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
TABLE.table TD.highlight {
	background: #ffffcc;
}
TABLE.code TD.header {
}
TABLE.example {border:solid red 2px}
TABLE.example TD.header {font-weight: bold; color:#000000}
TABLE.forum {border:solid green 2px; background: #ffffff}
TABLE.forum TD {border-bottom:solid gray 1px}
TABLE.forum TD.header {font-weight: bold; color:#000000}
TABLE.quote {margin-left: 15px;; border:solid navy 1px; background: white}
TABLE.quote TD.header {font-weight: bold; color:#000000}
TD.leftColumn {background: #f5f5f5; border-right: dotted gray 1px}

.mantis-add {text-align: right;display:inline}
DIV.mantis-header {padding: 2px; background-color: #f5f5f5; border: solid gray 1px; width: 100%; margin-top: 10px}
TABLE.mantis-table {padding: 2px; font-family: Verdana, Courier, mono; font-size: 10px; width: 100%; color: black}
TR.mantis-row {}
TD.mantis-col-date {border-right: solid #e5e5e5 1px; background-color: #f5f5f5; width: 130px}
TD.mantis-col-summary {padding-left: 6px; font-weight: bold}
TD.mantis-col-status-new { background-color: #ffa0a0; text-align: center; width: 100px}
TD.mantis-col-status-feedback { background-color: #ff50a8; text-align: center; width: 100px}
TD.mantis-col-status-acknowledged {background-color: #ffd850; text-align: center; width: 100px }
TD.mantis-col-status-confirmed { background-color: #ffffb0; text-align: center; width: 100px}
TD.mantis-col-status-assigned { background-color: #c8c8ff; text-align: center; width: 100px}
TD.mantis-col-status-resolved { background-color: #c8ffc8; text-align: center; width: 100px}
TD.mantis-col-status-empty {width: 100px}

TD.mantis-col-status-feature {background-color: #f8f8ff; text-align: center; width: 100px }
TD.mantis-col-status-trivial {background-color: #e8e8ff; text-align: center; width: 100px}
TD.mantis-col-status-text { background-color: #d8d8ff; text-align: center; width: 100px}
TD.mantis-col-status-tweak {background-color: #c8c8ff; text-align: center; width: 100px}
TD.mantis-col-status-minor {background-color: #b8b8ff; text-align: center; width: 100px}
TD.mantis-col-status-major {background-color: #a8a8ff; text-align: center; width: 100px; color:#FFFFFF}
TD.mantis-col-status-crash {background-color: #9898ff; text-align: center; width: 100px; color:#FFFFFF}
TD.mantis-col-status-block {background-color: #8888ff; text-align: center; width: 100px; color:#FFFFFF}

DIV.mainContent TABLE {
	margin: 5px;
	margin-left: 15px;
}

DIV.mainContent TABLE TD {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	border: solid #cccccc 1px;
	background: #f5f5f5;
	color: #000000;	
	padding: 3px;
}
DIV.docDescription TABLE {
	font-family: Times;
	font-size: 14px;
}
