.helpbar {
	border:1px solid #c6c6c6;
	position:fixed;
	bottom:0;
	left:0px;
	right:0px;
	height:130px;
	font-size:12px;
	background-color:#F9F9F9;
	z-index:10;
}
.helpbar table{
	font-size:12px;
}
.helpbar table table{
	font-size:12px;
}
.minihelpbar{
	border:1px solid #c6c6c6;
	position:fixed;
	bottom:0;
	left:0px;
	right:0px;
	height:20px;
	font-size:12px;
	background-color:#F9F9F9;
	z-index:10;
	
}
.minihelpbar{
	font-size:12px;
}
.minihelpbar{
	font-size:12px;
}
.helpbar .hlptxtheader{
	font-weight:bold;
	font-variant:small-caps;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}
.helpbar .hlptxtsubheader{
	font-weight:bold;
}
.helpbar .altlink{
	color:blue;
}
.helpbar .altaltlink{
	color:purple;
}
.helpbar .altaltaltlink{
	color:green;
}
.helpbar .actionlink{
	color:maroon;
}
.helpbar .actionaltlink{
	color:orange;
}
.helpbar .altbg{
	background-color:white;
	color:#666666;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
}
.helpbar .reglink{
	color:#006699;	
}
.helpbar .alttxt{
	color:white;
	font-variant:small-caps;
}
.helpbar .alttxt a{
	text-decoration:none;
}
.helpbar .altaltbg{
	background-image:url(../helpbarimages/barbg.jpg);
	background-repeat:repeat-x;
}
