
body {
  margin: 0px 0px 0px 0px;
	color: #414141;
  background-color: #FFFFFF;
	height: 100%;
}

body, td, button, input, select, textarea {
	font: messagebox;
	font-size: 12px;
}

a {
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}

a:hover {
  margin: 0px 0px 0px 0px;
  text-decoration: underline;
}


/*************************************************************************
 ** Menu Configuration ***************************************************
 *************************************************************************/

.menuItem {
  text-align: center;
  height: 23px;
  border-style: solid;
  border-color: #C7C7C7;
  border-width: 1px 2px 1px 2px;
  cursor: hand;
}

.menuItemOver {
  color: #EEEEEE;
  border-color: #C7C7C7;
  cursor: hand;
  
}

.menuItemSelected {
  border-color: #C7C7C7;
  cursor: default;
}

.menuItemSelected a {
  color: #EEEEEE;
}

.menuItemLink {
  color: #7C7F7F;
  text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

.menuItemLink:hover {
  color: #7C7F7F;
  text-decoration: none;
}

.menuItemLinkSelected {
  text-decoration: none;
  color: #EEEEEE;
	font-weight: bold;
	font-size: 12px;
  cursor: default;
	width: 100%;
	height: 100%;
}

.menuItemLinkSelected:hover {
  cursor: default;
  text-decoration: none;
}


/*************************************************************************
 ** Lupo Link Configuration **********************************************
 *************************************************************************/

.lupoLinkOver {
  color: #F9B13F;
}

.lupoLinkOn {
  color: #666666;
}

