/* GENERIC */
H1  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #cf993e;
	margin: 0;
}

H2  {
  font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
  color: #852200;
	margin: 0;
}

H3  {
  font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #cf993e;
	margin: 0;
}

H4  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin: 0;
}

H5  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}

H6  {
font-family: arial;
font-size: 10px;
    font-weight:    normal;
    color: black;
    margin: 0 0 5px 0;
}
.datatable {
  border-collapse: collapse;
  border: #bf934c solid 1px;
}
.datatable td {
  border-collapse: collapse;
  border: #f2e6c1 solid 1px;
}
.leftpane p {
  margin: 12px 0;
}
/* DNN7 Fix */
h1, h2, h3, h4, h5, h6 {line-height:normal;}
.dnnEditState .DnnModule {opacity:1 !important;transition:none 0s ease 0s !important;}
.MainMenu_MenuContainer {border:none;}