/******************************************************************************/
@import url("/domis.css");
/******************************************************************************/
#titlebar{
  float:left;
  height: 34px;
}

.titlevoid{
  float:left;
  padding-left: 10px;
  padding-top: 6px;
  height: 28px;
  width: 430px;
  font-size:18px;
  font-weight:bold;
  color: #FFFFFF;
  background-image: url(/img/t_userbkgd.gif);
  background-repeat: repeat-x;
}

.widetitlevoid{
  float:left;
  padding-left: 10px;
  padding-top: 6px;
  height: 28px;
  width: 646px;
  font-size:18px;
  font-weight:bold;
  color: #FFFFFF;
  background-image: url(/img/t_userbkgd.gif);
  background-repeat: repeat-x;
}

.titlecorner{
  float:left;
  height: 34px;
  width: 10px;
  background-image: url(/img/t_usercorner.gif);
}

/******************************************************************************/
#infobox{
  color:#646464;
}

/******************************************************************************/
#content {
  background: #DDD2D8;
  color: #000000;
  padding-bottom: 40px
}

#content table{
/*  width: 254px;*/
  background: #DDD2D8;
  padding: 0px;
  margin: 5px auto 0px auto;
  text-align: left;
  padding-bottom:14px;
}

#content table td { 
  padding-bottom:14px; 
}
/******************************************************************************/
.arrowlittlelite{
  width: 70px ;
  height: 36px ;
  background-image: url(/img/b_arrowlittlepink.gif);
}

/******************************************************************************/
.arrowdark{
  width: 139px ;
  height: 34px ;
  background-image: url(/img/b_arrowpurple.gif);
}
/******************************************************************************/
#content_footer{
  background-color: #8C697D ;
}
/******************************************************************************/
/* ie6 html hack !! */
* html #content_footer{
  background-color: #8C697D ;
}
