BODY {
  font-family: arial, helvetica;
  font-size: 10pt;
  line-height: 1.3;
  color: #000000;
  background-color: white;
  margin: 0px;
}

P, TD, LI, INPUT, SELECT, TEXTAREA {
  font-family: arial, helvetica;
  font-size: 10pt;
  line-height: 1.3
}

A, A:hover, A:visited {
  color: #7D7D7D;
  text-decoration: underline;
}
A:hover {
  text-decoration: none;
}

UL, OL {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

FORM, H1, H2, H3, H4, H5 {
  margin: 0px;
  padding: 0px;
}

div.indent {
  margin-left: 40px;
}

/* Page Differences */
.additions {
  color: #008800;
}

.deletions {
  color: #880000;
}

/* Errors */
.error {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #CC3333;
  font-weight: bold;
  padding-right: 5px;
  white-space: nowrap;
  width: 100%;
}

.errorMsg {
  top: 2px;
  right: 10px;
  color: #CC3333;
  font-weight: bold;
  padding-right: 5px;
  white-space: nowrap;
  width: 100%;
}

/* Header */
.header {
  padding: 10px;
  padding-top: 0px;
}

/* The "You are" section of the header */
.headersmall {
  font-size: 10px;
  padding-right: 5px;
  white-space: nowrap;
}

.ThemePanelMenu {
  background-color: transparent !important;
}

.ThemePanelMainItemText, .ThemePanelMainFolderText {
  color: white;
  font-family: Arial;
}

.ThemePanelMainItemHover,
.ThemePanelMainItemActive
{
  background-color: white !important;
}

.ThemePanelMenuItemHover,
.ThemePanelMenuItemActive {
  background-color: rgb(187, 221, 255) !important;
}

.ThemePanelMainItemHover .ThemePanelMainItemText,
.ThemePanelMainItemHover .ThemePanelMainFolderText {
  color: white !important;
}

TR.ThemePanelMenuItem {
  background-color: white !important;
}

/* when clicking on an item */
.ThemePanelMainItemActive .ThemePanelMainItemText,
.ThemePanelMainItemActive .ThemePanelMainFolderText,
.ThemePanelMenuItemActive {
  color: #386298 !important;
}

/* Search bar */
.search {
  font-size: 9pt;
  padding-right: 5px;
  padding-left: 5px;
}

.popup {
  position: absolute;
  font-size: 9pt;
  z-index:1000;
  background-color: white;
  color: #121212;
  display: none;
}

.popupheader {
  background-color: rgb(68, 119, 187);
  color: white;
  text-align: center;
}

.popuptable {
  border-left:2px solid #ababab;
  border-top:2px solid #ababab;
  border-bottom:2px solid #ababab;
  border-right:2px solid #ababab;
  border-color: red;
}

/* The actual wiki content container */
.body {
  padding: 5px;
  border: 2px inset;
}

/* The left section of the wiki page*/
.leftmargin {
  padding: 0px;
  padding-top: 0px;
  width: 200px;
  overflow: auto;
}

.leftmargindesign {
  padding: 0px;
  padding-top: 0px;
  width: 200px;
}

/* The right section of the wiki page */
.rightmargin {
  padding: 0px;
  padding-top: 0px;
  width: 200px;
  display: none;
}

.includepage {
  background-color: #DDDDDD;
  padding: 5px 10px;
  border: 1px solid;
}

.includepagetitle {
  background-color: #CCCCCC;
  color: #880000;
  padding: 5px 10px;
  border: 1px solid;
}

.footer {
  background-color: #DDDDDD;
  padding: 5px 10px;
  border: 1px solid;
  border-top: none;
  border-top: 1px solid #CCCCCC;
}

.page_bottom {
  background-color: #EEE8AA;
  padding: 4px;
  border: 2px inset;
}

.tableheader {
  background-color: #9EB2C6;
  color: white;
}

.subtableheader {
  background-color: #CCCCCC;
  color: #000000;
}

.tableroweven {
  background-color: #DEEBF2;
}

.tablerowodd {
  background-color: #F3F3F3;
}

.tablemouseover {
  background-color: #DEEBE2;
}

.tablerowselected {
  background-color: #F9E9B3;
}

/* Comments */
.commentsheader {
  background-color: #F1F1F1;
  color: #222222;
  padding: 2px 10px;
  margin-bottom: 4px;
}

.comment {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid;
  padding: 10px;
  margin-bottom: 4px;
}

.commentinfo {
  color: #222299;
}

.commentform {
  background-color: #BBDDFF;
  padding: 10px;
  border: 1px solid;
  margin-bottom: 4px;
}

/* Attachments */
.attachmentsheader {
  background-color: #F1F1F1;
  padding: 2px 10px;
  color: #222222;
  margin-bottom: 4px;
}

.attachments {
  background-color: #FFFFFF;
  padding: 0px;
  color: #222222;
  margin-bottom: 4px;
}

.email {
  background-color: #F1F1F1;
  padding: 10px;
  color: #222222;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-bottom: 4px;
}

.attachmentstableheader {
  background-color: #9EB2C6;
  color:white;
  text-align: center;
}

.attachmentstableroweven {
  background-color: #DEEBF2;
}

.attachmentstablerowodd {
  background-color: #F3F3F3;
}

.partstableheader {
  background-color: #9EB2C6;
  color: white;
  text-align: center;
}

.partstable {
  width: 99%;
  border-left:1px solid #ababab;
  border-top:1px solid #ababab;
  border-bottom:1px solid #ababab;
}

.partstableroweven {
  background-color: #DEEBF2;
}

.partstablerowodd {
  background-color: #F3F3F3;
}

.partstablemouseover {
  background-color: #DEEBE2;
}

.partstablerowselected {
  background-color: #F9E9B3;
}

.code {
  background: #FFFFFF;
  border: solid #888888 2px;
  font-family: "Courier New";
  color: black;
  font-size: 10pt;
  padding: 3px;
}

.notes {
  color: #888800;
}

.revisioninfo {
  color: #5A5A5A;
  padding-bottom: 20px;
}

.copyright {
  font-size: 11px;
  color: #AAAAAA;
  text-align: right;
}

.copyright A {
  color: #AAAAAA;
}

H5 {
  font-size: 10pt;
}

H4 {
  font-size: 12pt;
}

H3 {
  font-size: 14pt;
}

H2 {
  font-size: 16pt;
}

H1 {
  font-size: 18pt;
}

.busyBar {
  font-family: arial, helvetica;
  font-size: 10pt;
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
  border:solid #AAAAAA;
}

.fixedTable {
  table-layout : fixed;
}

td.cell {
  border-bottom : 1px solid #b8b8b8;
  border-right  : 1px none #b8b8b8;
  height    : 70px;
  overflow    : hidden;
  font-size   : 11px;
  vertical-align: top;
}

.wiki_info {
  color: #dd0000;
}

/* Sortable tables */
table.sortable a.sortheader {
  background-color: rgb(68, 119, 187);
  color: white;
  text-decoration: none;
  display: block;
}

table.sortable span.sortarrow {
  color: white;
  text-decoration: none;
}

.errorTable {
  background-color: rgb(68, 119, 187);
  border: 2px inset;

}

td.errorCell {
  border-bottom : 2px solid #b8b8b8;
  border-right  : 2px none #b8b8b8;

}

td.errorMsg {
  color:#ff0000;
  border-bottom : 2px solid #b8b8b8;
}

th.line {
  border-bottom : 2px solid #b8b8b8;
}

/* Quick table */
.layoutHelperClass {
  width:100%;
  height:100%;
  border:solid 2px;
}

.layoutHelperRowClass {
  height:20px;
  color: #000000;
  background-color: #F8F8F8;
}

/* Property Editor */
div.propertyEditorTitleBar {
  background-color: #2A5275;
  border-bottom: 1px solid black;
  padding-left: 3px;
  cursor: move;
}

div.propertyEditorContainer {
  background-color: #D3DADF;
}

div.propertyEditorContents {
  padding: 3px;
  background-color: #D3DADF;
}

input.wikipropeditor-input {
  width: 99%;
}

/* Accordion */
.accordion-panel-titlebar {
  background-color: #2A5275;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 2px;
}

div.accordion-panel-titlebar:hover {
  cursor: pointer;
  background-color: #2C638F;
}

.accordion-panel-titlebar-open {
  background-color: #2C638F;
  color: white;
}

.notepopup {
  visibility:hidden;
  display:none;
  position:absolute;
  z-index:900;
  background-color:#eee8aa;
  border:2px dotted;
  border-color: blue;
}

.notepopupheader {
  background-color: rgb(68, 119, 187);
  color: white;
  text-align: center;
}

.notepopuptext {
  border-bottom: 1px dashed blue;
}

.eyecatcher {
  cursor:move;
  /* vertical-align:top; */
  background-color:#EEE8AA;
  visibility:hidden;
  display:none;
  /* position:absolute; */
  opacity:.8;
  z-index:900;
}
.eyecatcherspace {
  width:20px;
  border:1px solid;
}

.help {
    margin-left: 10px;
    margin-right: 10px;
}

.help h5 {
    font-family: Verdana;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #9EB2C6;
}
.help h4 {
    font-family: Verdana;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #9EB2C6;
}
.help h3 {
    font-family: Verdana;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #9EB2C6;
}
.helptext {
    position: relative;
    left: 40px;
}
.tagstable {
  background-color: #F1F1F1;
  padding: 2px 10px;
  color: #222222;
  border: 1px solid black;
}
#pagetags
{
   margin:10px;
}
#pagetags h4
{
   padding-top:10px;
   padding-bottom:10px;
}
.tagcell
{
   padding-right:15px;
   font-weight:bold;
}
.tagcell input
{
   font-weight:normal;
}

/* START DOJO MENU MODS */

body .dojoPopupMenu2 {
    overflow: auto; /*Fixes bleeding of scroll in FF Mac*/
}

body .dojoPopupMenu2Client {
    background-color: white;
    padding: 0px;
    border: 1px solid rgb(156, 154, 156);

}

body .dojoMenuItem2 {
    font-family: arial,helvetica;
    font-size: 13.3333px;
    color: black;
    margin: 0;
    padding: 0px;
    border: 1px solid white;

}

body .dojoMenuItem2Hover {
    background-color: #BBDDFF;
    border: 1px solid rgb(156, 154, 156);
}
/* END DOJO MENU MODS */

/* START LAYOUT (CHROME) SPECIFIC STYLES */
#qed_wiki_root{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#qed_header_banner{
    background-image: url(../../../../layouts/Default/Wiki_Cut_Graphics/Header/header_tile.png);
    background-repeat: repeat-x;
    height: 50px;
}

#qed_logo{
    padding: 5px 50px 0px 50px;
    float: left;
}

#qed_logo img{
    width: 93px;
    height: 41px;
    border-width: 0px;
    cursor: pointer;
}

#qed_logo_sep{
    float: left;
}

#qed_logo_sep img{
    width: 2px;
    height: 50px;
    border-width: 0px;
}

/* IE ONLY */
* html #qed_logo_sep img{
    height: 47px; /*Although image is 50 height, Important to avoid jumpiness in IE*/
}

#qed_login_status{
    margin: 10px 5px 0px 5px;
    float: right;
}

#qed_path{
    padding-top: 5px;
}

#qed_page_rate{
    background-color: transparent;
    padding-top: 5px;
}

#qed_header_menubar{
    background-image: url(../../../../layouts/Default/Wiki_Cut_Graphics/Menu/header_menubar_bg.png);
    background-repeat: repeat-x;
    height: 38px;
    overflow: visible;
    z-index: 400;
}

#qed_search{
    margin: 5px 5px 0px 5px;
    float: left;
}

#qed_pages{
    margin: 5px 5px 0px 5px;
    float: right;
}

#qed_pages li.user_expert,
#qed_pages li.user_dev{
    display: none;
}
#qed_wiki_root.user_expert #qed_pages li.user_expert{
    display: list-item;
}

#qed_wiki_root.user_dev #qed_pages li.user_dev{
    display: list-item;
}

#qed_menu{

}

#qed_sidebar{
    width: 197px;
    height: 100%;
    overflow: hidden;
    background-image: url(../../../../layouts/Default/Wiki_Cut_Graphics/Left_Palettes/palette_bg.png);
    background-repeat: repeat-y;
}

#qed_wiki_root.sidebar_hide #qed_sidebar{
    width: 0px;
    display: none;
}

#qed_sidebar_toggle{
    position: absolute;
    top: 380px;
    left: 195px;
    z-index:40;
}

#qed_wiki_root.sidebar_hide #qed_sidebar_toggle{
    left: 0px;
}

#qed_sidebar_toggle img{
    border-width: 0px;
}

#qed_sidebar_toggle img.sidebar_open{
    display: none;
}

#qed_sidebar_toggle img.sidebar_close{
    display: inline;
}

#qed_wiki_root.sidebar_hide #qed_sidebar_toggle img.sidebar_close{
    display: none;
}

#qed_wiki_root.sidebar_hide #qed_sidebar_toggle img.sidebar_open{
    display: inline;
}

#qed_center_area{
    overflow: hidden;
    background-image: url(../../../../layouts/Default/Wiki_Cut_Graphics/Center/center_grad_to_white_bg.png);
    background-repeat: repeat-y;
    z-index: 1;
}

#qed_work_container{

}

#qed_work_area{
    overflow: auto;
    padding: 0px 0px 0px 10px;
}

#wikicontent-errors{
    color: red;
    font-weight: bold;
    display: none;
}

#wikicontent-container{
    position: relative;
}

#wikicontent-container iframe{
    width:100%;
    height:100%
}

#wikicontent-editor{
    position: relative;
}

#wikicontent-editor iframe{
    width:100%;
    height:100%
}

#wikicontent-collaboration{
    position: relative;
}

#dribble{

}

#qed_work_tools{
     padding: 0px;
     background-color: #ECF3F8;
     overflow: hidden;
     background-image: url(../../../../layouts/Default/Wiki_Cut_Graphics/Center/center_grad_to_lblue_bg.png);
     background-repeat: repeat-y;
}

#api_docs{
    padding: 0px;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
}

#api_docs_content{
	position: absolute;
	top: 0px;
	margin-top: 20px;
	padding-top: 20px;
	height: 100%;
	width: 100%;
	overflow: auto;
}

#commands_in_page{
    padding: 0px;
    margin-bottom: 20px;
}

#qed_footer_menubar{
    height: 0px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    background-image: url(../../../../layouts/Default/Wiki_Cut_Graphics/Center/center_grad_to_lblue_bg.png);
    background-repeat: repeat-y;
}

#qed_footer_banner{
    height: 0px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    background-image: url(../../../../layouts/Default/Wiki_Cut_Graphics/Center/center_grad_to_lblue_bg.png);
    background-repeat: repeat-y;
}
/* END LAYOUT (CHROME) SPECIFIC STYLES */
