/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* background color for the content part of the pages */
Body {
  background-color: #fff;
  font-family: arial, helvetica, sans-serif;
}
.ControlPanel {
  background-color: #FFF;
  border: #036 1px solid;
  height: 64px;
  width: 100%;
}
/* styles used in the FileManager */
.FileManager {
  border: #000 1px solid;
  height: 400px;
}
.FileManager_ToolBar {
  border-bottom: #000 1px solid;
  height: 25px;
}
.FileManager_Explorer {
  background-color: #fff;
  border: #696969 1px solid;
  height: 100%;
  margin: 2px;
}
.FileManager_FileList {
  background-color: #fff;
  border: #696969 1px solid;
  height: 100%;
  margin: 2px;
  overflow: auto;
}
.FileManager_MessageBox {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
}
.FileManager_Header {
  background-color: #9ebff6;
  border-bottom: #696969 1px solid;
  color: #E7E7FF;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
}
.FileManager_Pager {
  background-color: #eee;
  border-top: #696969 1px solid;
  height: 25px;
}
.FileManager_StatusBar {
  background-color: #dedfde;
  height: 25px;
  margin: 2px;
}
.FileManager_Item {
  background-color: #f8f8f8;
  border-top: #000 1px dashed;
  border-bottom: #000 1px dashed;
  color: #000;
  font-size: 11px;
  font-weight: normal; 
}
.FileManager_AltItem {
  background-color: #eee;
  border-style: none;
  color: #000;
  font-size: 11px;
  font-weight: normal;
}
.FileManager_SelItem {
  background-color: #9ff;
  border-style: none;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.FileManagerTreeNode {
  font-size: 11px;
  font-weight: normal;
}
.FileManagerTreeNodeSelected {
  font-size: 11px;
  font-weight: normal;
  background-color: #dcdcdc;
}
/* styles used in the Wizard Framework */
.Wizard {
  border: #000 1px solid;
  height: 400px;
  width: 650px;
}
.WizardButton {
  background-color: #dcdcdc;
  border: #696969 1px solid;
  padding: 2px;
}
.WizardHeader {
  background: #ffc;
  border-bottom: #000 1px solid;
  height: 40px;
}
.WizardFooter {
  background: #cfc;
  border-top: #000 1px solid;
}
.WizardBody {
  padding: 10px;
  height: 325px;
}
.WizardHelp {
  background-color: #cff;
  border-left: #000 1px solid;
  padding: 5px;
  width: 180px;
}
.WizardHelpText {
  color: #000;
  font-size: 8pt;
  overflow: auto;
}
.WizardText {
  color: #000;
  font-size: 9pt;
}
blockquote, pre {
  font-family: "Lucida Console" , monospace;
}
ul li {
  list-style-type: square;
}

ul ul li {
  list-style-type: disc;
}

ul ul ul li {
  list-style-type: circle;
}

ol li {
  list-style-type: decimal;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

hr {
  height: 1pt;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
  border-width: 0;
}
.ModuleTitle_MenuBar {
  background-color: transparent;
  height: 16px;
}
.ModuleTitle_MenuItem {
  background-color: transparent;
  border: #fff 1px solid;
  border-width: 1px 0;
  color: #000;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
}
.ModuleTitle_MenuIcon {
  background-color: #eee;
  border: #eee 1px solid;
  border-width: 1px 0 1px 1px;
  height: 23px;
  text-align: center;
  width: 15px;
}
.ModuleTitle_SubMenu {
  background-color: #fff;
  border-width: 0;
  cursor: pointer;
  z-index: 1000;
}
.ModuleTitle_MenuBreak {
  background-color: #eee;
  border: #eee 1px solid;
  border-width: 1px 0;
  height: 1px;
}
.ModuleTitle_MenuItemSel {
  background-color: #c1d2ee;
  color: #000;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
}
