body 
{
	 padding:0;
	 border:0;
	 margin: 0;
}
body, td {
  font-family:Arial, sans-serif;
  font-size: 10pt;
  line-height:125%;
}
.page 
{
	 background-color: #000000;
	 min-height:100%;
   color:#ffffff;
   padding: 10px;
}
td {
color:#000000;
}
.content { color: #333333; }
a        { color: #00AEEF; text-decoration: none; }
a:link   { color: #00AEEF; text-decoration: none; }
a:visited{ color: #00AEEF; text-decoration: none; }
a:hover  { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }
#Footer {
  font-size: 8pt;
  color: #666666;
  text-align: left;
  line-height:150%
}
#Footer a        { color: #666666; text-decoration: none; }
#Footer a:link   { color: #666666; text-decoration: none; }
#footer a:visited{ color: #666666; text-decoration: none; }
#Footer a:hover  { color: #00AEEF; text-decoration: none; }
#Footer a:active { color: #00AEEF; text-decoration: none; }
.ContainerTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  color: #00AEEF;
}
.Title {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  color: #00AEEF;
}

#dnn_MainAdPane p, #dnn_WelcomePane p, #dnn_OtherAd1Pane p, #dnn_OtherAd2Pane p, #dnn_OtherAdsPane p, #dnn_WelcomePane p
{
	margin: 0;
}

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   


.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER: #000000 1px solid;
}

.SkinObject {
}

/* style for module titles */
.Head   {
    font-size:  20px;
    font-weight:    normal;
    color: #00AEEF;
  text-transform:uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  11px;
    font-weight:    bold;
    color: #acdee9;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    color:#000000 !important;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-size: 12px;
    font-weight: normal;
  background-color: #dcdcdc; 
}

/* styles used in the FileManager */
.FileManager
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  height:400px;
}
.FileManager_ToolBar
{
  border-bottom: black 1px solid;
  height:25px;
}
.FileManager_Explorer
{
  height:100%;
  border: dimgray 1px solid;
  background-color: White;
  margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
  height:100%;
  border: dimgray 1px solid;
  background-color: White;
  margin: 2px 2px 2px 2px;
  overflow: auto;
}

.FileManager_MessageBox 
{
  text-align: center;
  vertical-align: middle;
  background-color: White;
  padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
  margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.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-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  height:400px;
  width:650px;
}
.WizardButton
{
  border-right: dimgray 1px solid;
  padding-right: 2px;
  border-top: dimgray 1px solid;
  padding-left: 2px;
  padding-bottom: 2px;
  border-left: dimgray 1px solid;
  padding-top: 2px;
  border-bottom: dimgray 1px solid;
  background-color: gainsboro;
}
.WizardHeader
{
  background: #ffffcc;
  border-bottom: black 1px solid;
  height:40px;
}
.WizardFooter
{
  border-top: black 1px solid;
  background: #ccffcc;
  height: 25px;
  text-align: right;
}
.WizardBody
{
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 325px;
}
.WizardHelp
{
  padding-right: 5px;
  padding-left: 5px;
  font-size: 9pt;
  padding-bottom: 5px;
  border-left: black 1px solid;
  width: 180px;
  padding-top: 5px;
  background-color: #ccffff;
}
.WizardHelpText
{
  overflow: auto;
  font-size: 8pt;
  width: 180px;
  color: black;
  height: 300px;
}
.WizardText
{
  font-size: 9pt;
  color: black;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size: 11px;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
  padding-right: 5px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 11px;
  background: #dddddd;
  color: #000000;
}

    
/* GENERIC */
H1  {
    font-size:  20px;
    font-weight:    normal;
    color: #00AEEF;
    margin: 0;
}

H2  {
    font-size:  20px;
    font-weight:    normal;
    margin: 0;
}

H3  {
    font-size:  16px;
    font-weight:    normal;
    color: #00AEEF;
    margin: 0;
}

H4  {
    font-size:  16px;
    font-weight:    normal;
    margin: 0;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #00AEEF;
    margin: 0;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    margin: 0;
}

TFOOT, THEAD    {
    font-size:  12px;
}

TH  {
    font-size:  12px;
    font-weight:    bold;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

P 
{
	margin-top: 0;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    disc;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
  BORDER: 0
}
.ModuleTitle_MenuBar {
  CURSOR: hand;
  HEIGHT: 16px;
  BACKGROUND-COLOR: transparent
}
.ModuleTitle_MenuItem {
  BORDER-RIGHT: 0;
  BORDER-TOP: white 1px solid;
  FONT-WEIGHT: bold;
  FONT-SIZE: 9pt;
  BORDER-LEFT: 0;
  CURSOR: hand;
  COLOR: black;
  BORDER-BOTTOM: white 1px solid;
  FONT-STYLE: normal;
  BACKGROUND-COLOR: transparent
}
.ModuleTitle_MenuIcon {
  BORDER-TOP: #eeeeee 1px solid;
  BORDER-LEFT: #eeeeee 1px solid;
  BORDER-BOTTOM: #eeeeee 1px solid; 
  WIDTH: 15px;
  CURSOR: hand;
  HEIGHT: 21px;
  BACKGROUND-COLOR: #eeeeee;
  TEXT-ALIGN: center
}
.ModuleTitle_SubMenu {
  BORDER: 0;
  Z-INDEX: 1000;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
  CURSOR: hand;
  BACKGROUND-COLOR: #ffffff
}
.ModuleTitle_MenuBreak {
  BORDER-RIGHT: 0;
  BORDER-TOP: #eeeeee 1px solid;
  BORDER-LEFT: 0;
  BORDER-BOTTOM: #eeeeee 1px solid;
  HEIGHT: 1px;
  BACKGROUND-COLOR: #eeeeee
}
.ModuleTitle_MenuItemSel {
  FONT-WEIGHT: bold;
  FONT-SIZE: 9pt;
  CURSOR: hand;
  COLOR: black;
  FONT-STYLE: normal;
  BACKGROUND-COLOR: #c1d2ee
}
.ModuleTitle_MenuArrow {
  BORDER-RIGHT: #ffffff 1px solid;
  BORDER-TOP: 0;
  FONT-SIZE: 10pt;
  CURSOR: hand;
  BORDER-BOTTOM: #ffffff 1px solid;
  FONT-FAMILY: webdings
}
.ModuleTitle_RootMenuArrow {
  FONT-SIZE: 10pt;
  CURSOR: hand;
  FONT-FAMILY: webdings
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border: 0;
}
.MainMenu_MenuBar
{
  cursor: pointer;
  cursor: hand;
  height: 24px;
}
.MainMenu_MenuItem, .MainMenu_Seperator
{
  font-size:9pt;
  border-left: 0;
  cursor: pointer;
  cursor: hand;
  color: #ACDAE5;
}
.MainMenu_MenuIcon
{
  width: 15px;
  cursor: pointer;
  cursor: hand;
  height: 21px;
  text-align: center;
}
.MainMenu_SubMenu
{
  z-index: 1000;
  cursor: pointer;
  cursor: hand;
  color: #ACDAE5;
  background-color: #000000;
	border: solid 1px #ACDAE5;
}
.MainMenu_MenuBreak
{
	width: 0;
}
.MainMenu_MenuItemSel
{
  font-size:9pt;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
}
.MainMenu_MenuArrow
{
  font-size: 8pt;
  cursor: pointer;
  cursor: hand;
  font-family: webdings;
}
.MainMenu_RootMenuArrow
{
  font-size: 8pt;
  cursor: pointer;
  cursor: hand;
  font-family: webdings;
}
.MainMenu_RootMenuItem TD
{
  font-size:20px;
  text-align: center;
  color:#ACDAE5;
}
.MainMenu_MenuContainer TD
{
  font-size:20px;
  text-align: center;
  width: 20%;
  color:#ACDAE5;
}
tr.MainMenu_MenuItemSel td
{
  font-size:20px;
  text-align: center;
  color:#ACDAE5;
}

