/* Iceus Auction CSS IE */
/* Inline Style Font Colors #39637c and #0070AF Verdana 11 and 12px*/

body
{
  font-family:Verdana,Tahoma,Arial,Sans-Serif;
  font-size:0.5em;
  background:#ffffff;
  color:#333333;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0.1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ebebeb;
 font: 13px Arial,Tahoma, Verdana, sans-serif;
/* color: #f7c42b;*/
 color: #666666;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;

}

ul.tabbernav li a
{
 /* Non Active Tabs */
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ebebeb;
 border-bottom: none;
 text-decoration: none;
 font-size: 13px;
 color: #0172be;
 background: white url(../images/BG-TextTop.jpg) top left repeat;
}

ul.tabbernav li a:hover {
 color: #f7b42c;
 border-color: #ebebeb;
/* text-decoration: underline;*/
}

ul.tabbernav li.tabberactive a
{
/* Active Tab */
 background-image: url(../images/BG-TabTop.jpg);
 border-bottom: 1px solid #ffffff;
 text-decoration: none;
 color: #ffffff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #f7b42c;
 background:#ffffff;
 background-image: url(../images/BG-TabTop.jpg);
 text-decoration: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #ebebeb;;
 border-top: 0px;
 background:#ffffff;
 width: 100%;
 overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

DIV.titlebar {
 font: 12px Verdana, Arial;
 color: #ffffff;
}
DIV.titlebar    A           {color: #ffffff; text-decoration:none}
DIV.titlebar    A:link      {color: #ffffff; text-decoration:none}
DIV.titlebar	A:visited   {color: #ffffff; text-decoration:none}
DIV.titlebar    A:hover     {color: #f7c42b; text-decoration:none}

DIV.MainCat     A           {color: #006EB3; text-decoration:none}
DIV.MainCat     A:link      {color: #006EB3; text-decoration:none}
DIV.MainCat     A:visited   {color: #006EB3; text-decoration:none}
DIV.MainCat     A:hover     {color: #000080; text-decoration:underline}

DIV.NavBar      A           {color: #ffffff; text-decoration:none}
DIV.NavBar      A:link      {color: #ffffff; text-decoration:none}
DIV.NavBar      A:visited   {color: #ffffff; text-decoration:none}
DIV.NavBar      A:hover     {color: #f7c42b; text-decoration:none}

A                           {color: #0070AF; text-decoration:none}
A:link                      {color: #0070AF;}
A:visited                   {color: #000080;}
A:hover                     {color: #F7c42b;}

.Search {
 color: #ffffff;
 font: 11px Verdana, Arial, Tahoma;
 border: 1px solid #B0B3B4;
 background: url(images/BG-Search.jpg);
 padding: 5px;
}

.SideBar {
  background: url(images/sidebargrey.gif);
  border-left: 1px solid #ebebeb;
  border-right: 2px solid #ECECEC;
  border-bottom: 2px solid #ECECEC;
}

.Heading {
  background: url(images/BG-TextTop.jpg);
  padding: 5px;
  text-align: left;
  font: 12px Verdana;
  color: #0070AF;
  border: 1px solid #ebebeb;
  border-left: 0px;
}
input.f-submit {
  FONT-FAMILY:  verdana,arial,helvetica,sans-serif;
  FONT-WEIGHT: bold;
  COLOR: #ffffff;
  FONT-SIZE: 11px;
  BACKGROUND-COLOR: #ffcc00;
  TEXT-DECORATION: none;
  TEXT-ALIGN: center;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  BORDER: 1px solid #eff1f3;
}
input.s-submit {
  FONT-FAMILY:  verdana,arial,helvetica,sans-serif;
  FONT-WEIGHT: bold;
  COLOR: #ffffff;
  FONT-SIZE: 11px;
  BACKGROUND-COLOR: #ffcc00;
  TEXT-DECORATION: none;
  TEXT-ALIGN: center;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  BORDER: 1px solid #eff1f3;
  HEIGHT: 22px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
font: 12px Verdana,Arial;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 2000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 2001;
visibility: hidden;
}

.boxhead {
   font: 13px Verdana, Arial;
   padding-left: 6px;
   padding-top: 5px;
   padding-bottom: 5px;
   background:#6d6a03;
/*   background: #dfe37c;*/
   color: #ffffff;
}
.bluebox {
   cellspacing: 0px;
   padding: 0px;
/*   background: #ececc6;*/
   background: #f9f9f9;
}


      




