.error {
  color:red;
  font-weight: bold;
}


.forum_listing {
  color: midnightblue;
  background: #DDDDDD;
  vertical-align:text-top;
}


.forum_listing a {
  color: midnightblue;
  text-decoration: none;  
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.forum_description {
  color: black;
  background: #DDDDDD;
  vertical-align:text-top;
  text-align: left;
}

.forum_message {
  background: #DDEEDD;
}

.forum_commands, .forum_commands a {
  color: red;
  font-weight: bold;
  padding: 5px;
  text-align: right;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 12px;
	margin-top: 10px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	background: transparent url(/site_images/tip.gif) no-repeat 20px -10px;
}

div.bubble blockquote p {
	margin: 0px;
	padding: 10px;
	background-color: #fff;
}

div.bubble cite {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-style: normal;
	background-color: #DDEEFF;
	display: block;
}

.BOX {
   border-top: 1px solid white; 
   border-left: 1px solid white;
   border-bottom: 1px solid black;
   border-right: 1px solid black;
   font-family: tahoma;
   font-size: 12px;
   font-weight: bold;
   color:#666666;
}

a.highlight {
  display: block;
}

a.highlight:hover {
  background-color:#FFFFCC;
}