#contentassist
{
	visibility: visible;
}

#help-content .tabs
{
	border: 1px solid #DDDDDD;
}

#help-content .tabmenu
{
	display: block;
}

.tabs
{
	border: 0;
}

#middleLeft, #viewTableLeft, #middleRight, #contentTop, #topLeft, #topRight, #topCenter, #actionsTop, .tabmenu, #actionsBottom, #bottomLeft, #bottomCenter, #bottomRight
{
	display: none;
}

.editor {
	background-color: white;
}

.textviewContainer {
	font-family: monospace;
	font-size: 10pt;
}

.textviewContainer th, .textviewContainer td {
	padding: 0;
}

.textviewContent {
	cursor: text;
}

.editorContent {
}

.token_singleline_comment {
	color: green;
}

.token_multiline_comment {
	color: green;
}

.token_doc_comment {
	color: #00008F;
}

.token_doc_html_markup {
	color: #7F7F9F;
}

.token_doc_tag {
	color: #7F9FBF;
}

.token_task_tag {
	color: #7F9FBF;
}

.token_string {
	color: blue;
}

.token_number {
	color: blue;
}

.token_keyword {
	color: darkred;
	font-weight: bold;
}

.token_space {
	/* images/white_space.png */
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAIAAABv85FHAAAABnRSTlMA/wAAAACkwsAdAAAAIUlEQVR4nGP4z8CAC+GUIEXuABhgkTuABEiRw2cmae4EAH05X7xDolNRAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
 	background-position: center center;
}

.token_tab {
	/* images/white_tab.png */
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAIAAACJ2loDAAAABnRSTlMA/wD/AP83WBt9AAAAMklEQVR4nGP4TwRgoK6i52c3bz5w6zMSA6tJn28d2Lx589nnCAYu63AaSLxJRLoJPwAAeNk0aG4opfMAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
 	background-position: left center;
}

.line_caret {
	background-color: #EAF2FE;
}

.ruler_annotation {
	background-color: #e1ebfb;
	width: 16px;
}

.ruler_annotation_todo {
}

.ruler_annotation_todo_overview {
	background-color: lightgreen;
	border: 1px solid green;
}

.ruler_annotation_breakpoint {
}

.ruler_annotation_breakpoint_overview {
	background-color: lightblue;
	border: 1px solid blue;
}

.ruler_lines {
	background-color: #e1ebfb;
	border-right: 1px solid #b1badf;
	text-align: right;
}

.ruler_overview {
	background-color: #e1ebfb;
	width: 14px;
}

.ruler_lines_even {
	background-color: #e1ebfb;
}

.ruler_lines_odd {
	background-color: white;
}

.wiki-creole {
	color:#FF6600;
}

a {
	cursor:pointer;
	border-bottom: solid 1px blue;
}

.wiki-creole-italic {
	font-style:italic;
}

.wiki-creole-bold {
	font-weight:bold;
}

.wiki-creole-plugin-attribute {
	color:blue;
}

.highlight {
	background-color:blue;
	color: white;
}

.nomarkup .highlight {
	background-color:lightblue;
	color: white;
}

.highlightSelected {
	background-color:lightblue;
	color: white;
}

.wiki-creole-heading1 {
	/*font-size:18pt; */
}

.plugin {
	background: #FFFACD;
}

.line_caret.plugin {
	background: #EEE8AA;
}

.nomarkup {
	background: #F2F2D9;
}

.table {
	background: #F2F2FF;
}

.line_caret.nomarkup {
	background: #E5E5D9;
}

.ruler {
	background-color: white;
}
.ruler.annotation {
	border-right: 1px solid lightgray;
	width: 16px;
}
.ruler.folding {
	border-right: 1px solid lightgray;
	width: 14px;
}
.ruler.lines {
	border-right: 1px solid lightgray;
	text-align: right;
}
.ruler.overview {
	width: 14px;
}
.ruler_lines {
	background-color: white;
}
.ruler_lines.even
.ruler_lines.odd {
}

.annotation {
	/* cursor: pointer; */
}
.annotation.todo,
.annotation.breakpoint,
.annotation.bookmark,
.annotation.error,
.annotation.warning
.annotation.collapsed
.annotation.expanded {
}

.annotation_overview {
	cursor: pointer;
	border-radius: 2px;
	left: 2px;
	width: 8px;
}
.annotation_overview.todo {
	background-color: lightgreen;
	border: 1px solid green;
}
.annotation_overview.breakpoint {
	background-color: lightblue;
	border: 1px solid blue;
}
.annotation_overview.bookmark {
	background-color: yellow;
	border: 1px solid orange;
}
.annotation_overview.error {
	background-color: lightcoral;
	border: 1px solid darkred;
}
.annotation_overview.warning {
	background-color: Gold;
	border: 1px solid black;
}

.information, .warning, .error  {
	clear: none;
	display: inline;
	margin:0;
}

.annotationProblemRange {
	background-repeat: repeat-x;
 	background-position: left bottom;
}

/* outer editor css */

.claro .dijitTabContainerTop-tabs .dijitTabContent {
	min-width: 0;
}

h2 {
	font-size: 1.6em;
	color: #444547;
	border-bottom: 1px solid #D9D9D9;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.1em;
}

.button {
  border: 2px dotted orange;
  padding: 0 2 0 2
}

.parentElement {
	border: 1px solid teal;
}

.ruler_tooltip {
	font-family: monospace;
	font-size: 10pt;
	background-color: InfoBackground;
	color: InfoText;
	padding: 2px;
	border-radius: 4px;
	border: 1px solid black;
	z-index: 100;
	position: absolute;
	overflow: hidden;
	white-space: pre;
}

.ruler_tooltip em {
	font-style: normal;
	font-weight: bold;
}

#editcontent {
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#editform {
	height:100%;
}

#statusBar {
	margin: 0;
	padding: 0;
}

#statusBar.info {
	color: blue;
}

#statusBar.warning {
	color: yellow;
}

#statusBar.error {
	color: red;
}

#contentassit {
	background-color: white;
	border: 2px inset #DDDDDD;
	cursor: default;
	display: none;
	height: 150px;
	left: 100px;
	overflow: auto;
	position: fixed;
	top: 100px;
	width: 200px;
	z-index: 10;
}
.contentassist .selected {
  background-color: #DDDDDD;
}

.commandItem {
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

.commandItem:hover {
	border: 1px solid #B5BCC7;
}

.dijitIcon {
	background-repeat: no-repeat;
}

.dijitIcon.sidePane, #rightPane_tablist_menu .dijitIcon {
	height: 24px;
	width: 24px;
}

.dijitInline.dijitIcon {
	width:0;
	height:0;
}

#tableEditor .dijitEditorIcon {
	width:18px;
	height:18px;
}

.dijitInline.dijitIcon.editorButtonIcon {
	width: 23px;
	height: 17px;
}

.dijitInline.dijitIcon.editorButtonIcon.saveIcon {
	width: 23px;
	height: 17px;
}

.dijitInline.dijitIcon.editorButtonIcon.cancelIcon {
	width: 16px;
	height: 17px;
}

.dijitInline.dijitIcon.editorButtonIcon.quicksaveIcon {
	width: 18px;
	height: 14px;
}

.warning td, .error td, .information td {
	padding: 0;
}

/* table editor toolbar */

.dijitInline.dijitIcon.tableToolBarIcon.saveIcon {
	width: 23px;
	height: 17px;
}

.dijitInline.dijitIcon.tableToolBarIcon.cancelIcon {
	width: 16px;
	height: 17px;
}

.dijitInline.dijitIcon.tableToolBarIcon.insertRowIcon, 
.dijitInline.dijitIcon.tableToolBarIcon.deleteRowIcon, 
.dijitInline.dijitIcon.tableToolBarIcon.deleteColumnIcon, 
.dijitInline.dijitIcon.tableToolBarIcon.addColumnIcon,
.dijitInline.dijitIcon.tableToolBarIcon.leftIcon,
.dijitInline.dijitIcon.tableToolBarIcon.rightIcon,
.dijitInline.dijitIcon.tableToolBarIcon.upIcon,
.dijitInline.dijitIcon.tableToolBarIcon.downIcon,
.dijitInline.dijitIcon.tableToolBarIcon.toggleHeadingIcon,
.dijitInline.dijitIcon.tableToolBarIcon.undoIcon,
.dijitInline.dijitIcon.tableToolBarIcon.redoIcon {
	width: 24px;
	height: 24px;
}

.jumpButton .dijitButtonNode {
  
  padding: 2px 4px 4px 4px;
  background-position: center top;
  background-repeat: repeat-x;
  margin-left: 0.1em;
  color: white;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.jumpButton.green .dijitButtonNode {
  background-color: green;
}

.jumpButton.red .dijitButtonNode {
  background-color: red;
}

.tooltip .textview {
    background-color: infobackground !important;
    color: infotext !important;
    padding: 0;
}
.textviewTooltip {
    background-color: infobackground;
    border: 1px solid black;
    border-radius: 4px 4px 4px 4px;
    color: infotext;
    font-family: monospace;
    font-size: 10pt;
    overflow: hidden;
    padding: 2px;
    position: fixed;
    white-space: pre;
    z-index: 100;
}
.textviewTooltip em {
    font-style: normal;
    font-weight: bold;
}

#headerTable
{
    display:none;	
}
}