/* Information.css */

.FaqBox .colorTitle,
.InformationBox .colorTitle,
#DefinitionBox .colorTitle {
  font-size: 24px;
  color: #00DBFF;
  font-weight: normal;
}

#DefinitionBox {
  margin-right: 30px;
}

.InformationBox {
  margin: 0 10px 0 20px;
}

.InformationBox h2{
  padding-top: 20px;
}

.InformationBox a {
  font-weight: bold;
  text-decoration: none;
  color: #7becff;
  font-size: 14px;
  margin-left:15px;
  position: relative;
}

.InformationBox a:hover {
  text-decoration: underline;
}

.InformationBox span {
 display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 -24px -20px;
}

.InformationBox .Color {
  font-size: 12px;
  padding-top: 1px;
}

.InformationBox .white{
  background: white;

}

.InformationBox .red {
  background: #FF0000;
}

.InformationBox .yellow {
  background: #FFFF00;
}

.InformationBox .orange {
  background: #FF8800;
}

.InformationBox .russet {
  background: #ffae00;
}

.InformationBox .green {
  background: #39b44a;
}

.InformationBox .blue {
  background: #0000ff;
}

.InformationBox .purple {
  background: #92278f;
}

.InformationBox .black {
  background: #000000;
  border: solid white 1px;
}

.InformationBox .grey {
  background: #959595;
}

.InformationBox .brown {
  background: #754c24;
}
/* menu hover */

#Menu ul li a:hover {
  color: #00DBFF;
}

#Menu ul li .information {
  color: #00DBFF;
}


/* sectionmenu.css */

.section li a:hover {
  color: #00DBFF;
  text-decoration: underline;
}

.section li .selected {
  color: #00DBFF;
}

.FooterBox a {
  text-decoration: none;
}

.FooterBox a:hover {
  color: #00DBFF;
}
