/* CSS Document */

body {
	line-height: 1.1em;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #444;
	font-weight: normal;
	cursor: default;
}

a {
	color: steelblue;
	cursor: pointer;
}
a:hover {
	
}

.main_dnnmenu_rootitem {
  padding-right:20px;
  color: firebrick;
  font-weight:bold;
}

table.ModuleTitle_SubMenu {
  border:2px solid steelblue;
  background-color: white;
  padding:6px;
  margin-top:-25%;
  margin-left:-25%px;
  z-index:1000;
}

.Normal {

}

.NormalRed {
/*color:#000; inline style over-rides color definition here*/
font-weight:normal; /* additional definitions work */
font-size:12px;
}

.NormalBold {

}
