/*LOGIN MODULE*/
#login_module
{
  margin-right: -30px;
  z-index: 100000;
}
#login_module .plus-button A
{
  color: #FFFFFF;
  font-size: 9pt;
}
/*SEARCH*/
.inputbox
{  
  float:right;
  margin-top: -13px;
  margin-right:4px
}
.header .search .inputbox
{
  border: 2px double #DDDDDD;
  border-style: inset;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8pt;
}
.header .search .inputbox:focus
{
  width: 230px;
}
/*TOPPANEL OVERRIDE*/
#override_toppanel .ict-tp-mainwrap
{
  z-index: 10000;
}
#override_toppanel #ict-base
{
  padding-left: 60px;
}
#override_toppanel #ict-base UL LI H3 SPAN
{
  color: #FFF;
}
#override_toppanel .bg-transparent
{
  background-image: url(../images/toppanel/bg.png);
  background-repeat: repeat;
}
#override_toppanel .ict-tp-kuti-wraper .left .ict-tp-kuti-l
{
  background: url(../images/toppanel/tpnl_l.png) no-repeat left;
}
#override_toppanel .ict-tp-kuti-wraper .left .ict-tp-kuti-r
{
  background: url(../images/toppanel/tpnl_r.png) no-repeat right;
}
#override_toppanel .ict-tp-kuti-wraper .left .ict-tp-kuti
{
  background: url(../images/toppanel/tpnl_m.png) repeat-x;
  text-transform: uppercase;
  padding-top: 2px;
  font-size: x-small;
  font-weight: bold;
}
