a:link			{ color: #9e9b9b; font-family: "verdana"; font-size: 12px; text-decoration: none; }
a:visited		{ color: #9e9b9b; font-family: "verdana"; font-size: 12px; text-decoration: none; }
a:active		{ color: #9e9b9b; font-family: "verdana"; font-size: 12px; text-decoration: none; }
a:hover			{ color: #c0c0c0; font-family: "verdana"; font-size: 12px; text-decoration: none; }

textarea		{ border: 1px solid #000000; color: #9e9b9b; background: #323232; font-size: 12px; }
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=tel], input[type=time], input[type=url], input[type=search], textarea, .jplist-drop-down {
	background-color: rgba(115,118,125,.4) !important;
	color: rgba(167, 167, 167, 0.7);
	border: 1px solid rgba(115,118,125,.2) !important;
	border-radius: 4px;
    width:45%;
}

.button{
  cursor:pointer;
  font-family:inherit;
  line-height:1;
  margin:0 0 0.00em;
  text-decoration:none;
  text-align:center;
  display:inline-block;
  font-size:1em;
  background-color: #2b2b2b;
  border-color: #111;
  color:#ccc;
  padding:.75em 0.5em .4125em;
  padding-top:.3125em;
  padding-bottom:.35em;
  -webkit-appearance:none;
  border-style:solid;
  border-width:1px;
  position:relative
}


  
input.normalRadio	{ border: none; background: none; }
select			{ border: 1px solid #000000; background: #9e9b9b; font-size: 12px;}

table			{ color: #9e9b9b; font-family: "verdana"; font-size: 12px; border: 1px; cellspacing: 0px; cellpadding: 2px; bordercolor: black; }
table.main		{ background: #aa3c3c; color: #9e9b9b; font-family: "verdana"; font-size: 12px; }
td.subTitle		{ border: 2px solid #000000;   background-color: #2b2b2b ;   color: #9e9b9b; font-family: "verdana"; font-size: 10pt; text-align: center;  text-align: center; letter-spacing: 1px; }
td.mainTxt		{ 
  border: 2px solid #000000; 
  background-color: #191919;     
  font-family: "verdana"; 
  font-size: 12px; 
  padding-left: 5px; 
  padding: .2625em .625em;
  color: #9e9b9b; }





td.err		{ border: 2px solid #000000;   background-color: #9e9b9b; font-family: "verdana"; font-size: 12px; color: #b94a48; padding: 8px 35px 8px 14px; cellspacing: 0px; }
td.succes		{ border: 2px solid #000000;   background-color: #9e9b9b; font-family: "verdana"; font-size: 12px; color: #468847; padding: 8px 35px 8px 14px; cellspacing: 0px; }
td.navbox		{ border: 2px solid #000000; background-color: #191919; font-family: "verdana"; font-size: 11px; padding: 2px; cellspacing: 0px; }



 /* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
} 



em 			{ background-color: white; border: 1px solid #323232; padding: 2px; font-style: normal;	}

table.menu		{ border: 3px solid #000000; border-left: none; font-family: "verdana"; font-size: 12px; }
td.menuTitle		{ background: #9B2D2D; color: #000000; font-family: "verdana"; font-size: 12px; letter-spacing: 5px; }
td.menuLink		{ background: #8C1E1E; color: #000000; font-family: "verdana"; font-size: 12px; }
a.menu:link		{ color: #000000; font-family: "verdana"; font-size: 12px; text-decoration: none; cursor: default; width: 120; }
a.menu:visited		{ color: #000000; font-family: "verdana"; font-size: 12px; text-decoration: none; cursor: default; width: 120; }
a.menu:active		{ color: #000000; font-family: "verdana"; font-size: 12px; text-decoration: none; cursor: default; width: 120; }
a.menu:hover		{ color: #E15D5D; font-family: "verdana"; font-size: 12px; text-decoration: underline; cursor: default; width: 120; }

.quote			{ font-size: 12px; font-family: verdana; color: black; background-color: #939393; } 

body			{	color: #9e9b9b;
				font-family: verdana;
				background: #0F0F0F;
				margin: 0px;}
				
				tbody.howe:hover td {
	background:  #2b2b2b;
}
