/* style of item titles on edit and admin pages */
.SubHead {
  color: #1d1d1d;
  font: bold x-small verdana;
}

/* text style used for most text rendered by modules */
.Normal {
  color: #1d1d1d;
  font: normal x-small verdana;
}
.NormalTextBox {
  color: #1d1d1d;
  font: normal xx-small verdana;
}
.NormalRed {
  color: #ff0000;
  font: normal x-small verdana;
}
.NormalBold {
  color: #1d1d1d;
  font: bold x-small verdana;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  color: #1d1d1d;
  font: normal xx-small verdana;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link {
color: #1d1d1d;
  font: normal xx-small verdana;
  text-decoration: none !important;
}
a.CommandButton:visited { text-decoration: none !important; }
a.CommandButton:active { text-decoration: none !important; }
a.CommandButton:hover { text-decoration: underline !important; }
    
/* GENERIC */
h1{
  color: #1d1d1d;
  font: bold medium verdana;
}
h2  { font: bold small verdana; }
h3, h4, h5, h6  { font: bold x-small verdana; }

a:link, a:visited, a:hover, a:active   { text-decoration: underline; }

/* MODULE-SPECIFIC */
.Message    {
  color: #1d1d1d;
  font: normal x-small verdana;
}   
.ItemTitle    {
  color: #1d1d1d;
  font: bold x-small verdana;
}
.ModuleTitle_MenuContainer {
  color: #1d1d1d;
  font: normal x-small verdana;
}

/* FORM MASTER STYLES */
.ValignCentre {
  line-height: 2em;
  white-space: nowrap;
}
.DisplayNone { display: none; }
.IHCForms {
  width: 200px;
  margin-top: 20px;
  background-color: #ccc;
}

.IHCForms a, .IHCForms a:link, .IHCForms a:visited, .IHCForms a:hover, .IHCForms a:active {
  color: #fff !important;
  font: bold x-small verdana;
  padding: 2px;
  border: 1px solid #1d1d1d;
  background-color: #c7006c;
}

/* GALLERY STYLES */

td.Gallery_NormalGrey { color: #000; }
a.Gallery_AltHeaderText:link, a.Gallery_AltHeaderText:visited { 
  color: #000; 
  font: bold x-small verdana;
}
.Gallery_NormalGrey a:hover, .Gallery_NormalGrey a:active { color: #0000ff; }
a.Gallery_AltHeaderText:hover { 
  color: #0000ff; 
  font: bold x-small verdana;
}




































