pre { background-color: white; }

body {
  background-color: #C6C6C6;
  color: black;
  font-size: 12pt; 
  font-family: Tahoma, Arial, Verdana, sans-serif 
}

p,td {
  font-size: 12pt
}

th {
  color: white;
  background-color: #cc0000;
  padding-left: 5px;
  padding-right: 5px;
}
  
a:href    { text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:link    { color: blue; text-decoration: none; }
a:hover   { color: #e0e0e0; text-decoration: underline; }
  
a.langsel:href    { text-decoration: none; }
a.langsel:visited { color: black; text-decoration: none; }
a.langsel:link    { color: black; text-decoration: none; }
a.langsel:hover   { color: black; text-decoration: underline; }

th a:href { text-decoration: none }
th a:visited { color: white; text-decoration: none; }
th a:link    { color: white; text-decoration: none; }
th a:hover   { color: white; text-decoration: underline; }

.bigCanvas {
  width: 100%;
  height: 100%;
}

.splash {
  vertical-align: middle;
}

a img { border: 0px; }

.content {  background-color: white; }
.content p {  margin: 3 10 10 10; }
.content h1 {  margin: 3 10 10 10; }
  
td.sidebar {
  background-image: url("images/bg_rightside.gif");
}
  
.sidebar p {
  margin: 0 0 0 5;
  color: #fafafa;
}

.userBar {
  margin: 0 0 0 5px;
  padding: 2px 2px 2px 2px;
  background-color: black;
  color: white;
}

.userBar a { 
  color: white;
  font-weight: bold;
}

.itemTitle {
  margin: 0 0 0 5px;
	  padding-top: 0px;
  color: black;
  display: block;
  font-weight: bold;
}

.itemBody {
  margin: 0 0 0 5px;
  display: block;
  color: black;
}

.productGrid tr { text-align: center }

.popmenu {
  background-color: #ff8b00;
  border-style: dashed;
  border-color: black;
  border-width: thin;
/*  width: 125px; */
  position: absolute;
  visibility: hidden;
  z-index: 2;
}

.popmenu ul {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
}

.popmenu li {
  padding-left: 0px;
  list-style-type: none;
  padding: 1px -5px 1px 5px;
}

.popmenu li:hover {
  background-color: #ea8000;
  width: 100%
}

.popmenu a:href { color:black; text-decoration: none; font-weight: bold }
.popmenu a:visited { color:black; text-decoration: none; font-weight: bold }
.popmenu a:link { color:black; text-decoration: none; font-weight: bold }
.popmenu a:hover   { color: #e0e0e0; text-decoration: underline; }

#subfooter {
	text-align: center;
	color: #000;
}

#subfooter a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.sideTitle, .sideBody {
	margin-left: 10px;
	color: white;
}

.sideTitle {
	font-weight: bold;
}

