/* Copyright (c) 2009, Business Bullpen, LLC. All rights reserved. */

_a:hover {_background-position: 0 0;} /*ie6 hack to trigger a redraw on hover to apply rules to child elements*/
_img { vertical-align: text-bottom; } /*ie6 white space bug fix */
html.verticalscroll {min-height: 100%; margin-bottom: 1px;} /*mimic IE vertical scrollbar in FF, Safari, Opera, Netscape*/
input.linkbutton {color: #0000ff; background-color: transparent; border: none; cursor: pointer;} /*displays an input submit|button as a link*/
.blockit {display: block;}
.boldit {font-weight: bold;}
.bottomit {vertical-align: top;}
.centerit {text-align: center;}
.clear {clear: both; display: block; font-size: 0px; height: 0px; overflow: hidden;} /*use to force a break after one or more floating elements*/
.error {color: #ff0000;}
.hideit {visibility: hidden;}
.inlineit {display: inline;}
.italicit {font-style: italic; _overflow: hidden;}
.justifyit {text-align: justify;}
.left {float:left;}
.leftit {text-align: left;}
.middleit {vertical-align: middle;}
.nowrap {white-space: nowrap;}
.pointer {cursor: pointer;}
.removeit {display: none;}
.right {float:right;}
.rightit {text-align: right;}
.showit {visibility: visible;}
.topit {vertical-align: top;}
.underlineit {text-decoration: underline;}