/*
thcGroup.net design by DireWolf & bo4ko
                               */

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
 display: block;
 width: 100%;
 height: 18px;
 color: InfoText;
 background: InfoBackground url(thc_images~/icon_warning.png) no-repeat fixed .3em .3em;
 text-indent: 23px;
 text-align:center;
 padding-top: 4px;
 border-bottom: 1px #CCCCCC solid;
 text-decoration: none;
 cursor: default;
 margin-bottom: 4px;
}
#infobar a:hover {
 color: HighlightText;
 background: Highlight url(thc_images~/icon_warning.png) no-repeat fixed .3em .3em;
}

