/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style used for most text rendered by modules */
.Normal {
  color: #000;
  font: normal x-small verdana;
}

/* text style used for textboxes in the admin and edit pages */
.NormalTextBox {
  color: #000;
  font: normal xx-small verdana;
}
.NormalBold {
  color: #000;
  font: bold x-small verdana;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, a.CommandButton:link, a.CommandButton:visited {
  color: #4b2e86;
  text-decoration: underline;
  vertical-align: top;
  padding-left: 5px;
}
a.CommandButton:hover, a.CommandButton:active { color: #9370D8; }
    
/* GENERIC */
h1 {
  color: #663399;
  font: bold medium verdana;
  margin: 0;
  padding: 0;
}

h2 {
  color: #663399;
  font: bold small verdana;
  margin: 0;
  padding: 0;
}

h3, h4, h5, h6 {
  color: #663399;
  font: bold x-small verdana;
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #4b2e86;
  text-decoration: underline
}
a:hover, a:active { color: #9370D8; }


ul li {
  color: #000;
  font: normal x-small verdana;
}

ol li {
  color: #000;
  font: normal x-small verdana;
}

table, td, blockquote {
  color: #000;
  font: normal x-small verdana;
}

hr { color: #4b2e86; }
p { margin: 0 0 10 0; }
