/* normal tags */

body{
	margin				: 0px;
	padding				: 0px;
	background			: #fff;
}

body,td,td,th,table,.inputbox,.button{
	font-family			: "Trebuchet MS",Verdana;
	font-size			: 12px;
	line-height			: 18px;
}
a:link, a:visited {
color				: #333;
}

a:hover{
	color				: #D17414;
}


div.moduletable h3,
div.module h3,
.moduletable th {
	margin				: 0px;
	padding				: 0px;
	font-size			: 14px;
	font-weight			: bold;
	color				: #D17414;
	text-align			: left;
	margin-bottom		: 5px;
}

/*  MAIN AND SUB MENU SYSTEM  */
.mainlevel {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
}

a.mainlevel:link, a.mainlevel:visited {
  display: block;
  color            : #59160f;
  text-decoration  : none;
}

a.mainlevel:hover {
  color            : #D17414;
  text-decoration  : none;
 background-color: White;
}

.sublevel {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
}

a.sublevel:link, a.sublevel:visited {
  color            : #8a5a37;
  text-decoration  : none;
}

a.sublevel:hover {
  color            : #59160f;
  text-decoration  : underline;
}

a.mainlevel-left:link, a.mainlevel-left:visited  {
	display: block;
    color            : #59160f;
    text-decoration  : none;
}

a.mainlevel-left:hover{
  color            : #8a5a37;
  text-decoration  : underline;
  background-image:  url("../images/main_hover.png");
}
