/* CSS Document */
/* Bubblehelp infoboxes, (C) 2002 Klaus Knopper <infobox@knopper.net>
   You can copy/modify and distribute this code under the conditions
   of the GNU GENERAL PUBLIC LICENSE Version 2. */
   
/* Modified 2005 R. S. Newton */
a.noHREF{
	font-family:Helvetica,Arial,sans-serif;
	color:#000000;
	padding: 1px 2px 1px 2px;
	background-color: #FFFFCC;
}
a.noHREF:hover{
	font-family:Helvetica,Arial,sans-serif;
	color:#000000;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFCC;
	font-weight: normal;
}
.infobox      {
	border-bottom:1px solid #333366;
	border-top:1px solid #DDDDEE;
	border-left:1px solid #DDDDEE;
	border-right:1px solid #333366;
	padding:2px;
	font-family:Helvetica,Arial,sans-serif;
	background-color: #333399;
}
.tipHeader      {
	font-family:Helvetica,Arial,sans-serif;
	font-size:small;
	font-weight:bold;
	color:white;
	text-align:left;
	background-color: #333399;
}
.tipData      {
	font-family:Helvetica,Arial,sans-serif;
	font-size:small;
	font-weight:normal;
	color:black;
	text-align:left;
	background-color: #ccccff;
}

