/* ---------------------------------------------------
CVS: $Id: ibox.css,v 1.4 2008/10/03 21:33:56 cvsdevel Exp $
Title: ibox.css
Copyright: (c) 2008
Author: Phil Renaud and friends
Company: Rhino Internet Solutions
Description: iBox styles for H2H Fantasy Games
--------------------------------------------------- */

#ibox_wrapper {
   margin: 0; padding: 3px 3px 25px 3px;
   line-height: 25px;
   background-color: #999;
   border-color: #999;
}

#ibox_content {
   background-color: #fff;
   padding: 2px 0 0 0; border: 0;
   line-height: 1em;
}

#ibox_footer_wrapper {
   top: auto;
}

#ibox_footer_wrapper a {
   color: #FFF !important;
   font-size: .75em;
   text-transform: uppercase;
   text-decoration: none;
}

#ibox_footer_wrapper a:hover {
   text-decoration: underline;
}

#ibox_footer_wrapper div#ibox_footer {
   display: none;
}

#ibox_loading {
   text-indent: -100000px;
   background: transparent url(/images/indicator.gif) center center no-repeat;
   width: 128px; height: 128px;
}

#ibox_content td {
   vertical-align: middle;
}

