pre{
	font-family: monospace;
}
table{
	border-width:0;
	border-style: none;
}
a:hover{
	text-decoration:underline;
}
hr{
	border-style: solid;
	border-color: silver;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px
}
.nospace{
	border-width: 0px;
	margin : 0px;
	padding : 0px;
	background-color:transparent;
}
p{
	margin-bottom : 2px;
}
h1{
	font-size: 16pt;
}
h2{
	font-size: 14pt;
}
h3{
	font-size: 12pt;
}
.box{
	position:absolute;
	padding:0px 1px 3px 1px;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	background-repeat:repeat-x;
	background-position:left bottom;
	min-width:93px;
	height:12px;
}
.setupBubble{
	position:absolute;
	top:-3px;
	width:5px;
	height:5px;
}

.setupBubbleInnerA{
	position:absolute;
	top:0px;
	left:1px;
	width:3px;
	height:5px;
}
.setupBubbleInnerB{
	position:absolute;
	top:1px;
	left:0px;
	width:5px;
	height:3px;
}
td, th{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.dummy{
	background-color:transparent;
	border-width:0px;
}
a.actionbutton{
 	text-decoration:none;
}
a.actionbutton:hover{
	text-decoration:underline;
	background:none;
}
.edit{
	background-color : #ff0066;
	color: #ffffff;
}
.editinvert{
	background-color:#ffffff;
	color: #ff0066;
}
.prevBoxMeta{
	border: 0px solid transparent;
	margin-right:34px;
	margin-bottom:34px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
}
.prevBoxInner{
	padding:2px;
}
.tester:hover{
	background-color:#bbbbbb;
}