/*  VIGI clear styles                            */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}
fieldset, img {
  border: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 100%
}
a {
  outline: none;
  text-decoration: none;
  font-weight: normal;
}
hr {
  border: solid #000000;
  border-width: 1px 0 0 0;
  height: 0px;
  line-height: 0px;
}
span.file,
a.file {
  background: url(file.gif) no-repeat;
  padding: 0 0 0 18px;
}
span.http,
a.http {
  background: url(http.gif) no-repeat right 4px;
  padding: 0 12px 0 0;
}
span.mail,
a.mail {
  background: url(mail.gif) 0 2px no-repeat;
  padding: 0 0 0 18px;
}

/*  input:button                                 */
span.button  {
  background: url(buttons.gif) no-repeat 0 0px;
  padding: 0 0 0 10px;
  display: inline-block;
}
span.button input {
  background: url(buttons.gif) no-repeat right 0;
  height: 21px;
  border: none;
  padding: 0 10px 1px 0;
  font-family: arial;
  font-size: 10pt;
  margin: 0;
}
span.button:hover {
  background: url(buttons.gif) 0 -42px;
}
span.button:hover input {
  background: url(buttons.gif) right -42px;
}

/*  input:file                                   */
span.butfile  {
  background: url(buttons.gif) no-repeat 0 0px;
  display: inline-block;
  position: relative;
  height: 21px;
  width: 80px;               /*80*/
  overflow: hidden;
  margin: 0;
  padding: 0;
}
span.butfile span {
  background: url(buttons.gif) no-repeat right 0;
  height: 21px;
  line-height: 21px;
  width: 60px;               /*60*/
  display: block;
  text-align: center;
  padding: 0 10px 1px 0;
  font-size: 10pt;
  font-family: arial;
  position: absolute;
  top: 0px;
  left: 10px;
  margin: 0;
}
span.butfile input {
  cursor: pointer;
  height: 21px;
  width: 70px;               /*70*/
  border: none;
  margin: 0;
  padding: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
span.butfile:hover {
  background: url(buttons.gif) 0 -42px;
}
span.butfile:hover span {
  background: url(buttons.gif) right -42px;
}

/*  msg                                          */
.error {
  border: solid 1px #da0000;
  padding: 5px;
  font-weight: bold;
  background: #F57253 url(red.png) repeat-x;
  color: #000000;
  margin: 5px 0 5px;
  text-align: left;
}
.alert {
  border: solid 1px #008000;
  padding: 5px;
  font-weight: bold;
  background: #53F572 url(green.png) repeat-x;
  color: #000000;
  margin: 5px 0 5px;
  text-align: left;
}

/*  capatcha                                     */
.capatcha {
  width: 300px;
  background: #ffFFff;
  border: solid 2px #eeEEee;
}
.capatcha td {
  padding: 5px;
}

/*  element                                      */
a.add {
  background: url(add_16.png) no-repeat;
  padding-left: 16px;
}
a.edit {
  background: url(edit_16.png) no-repeat;
  padding-left: 16px;
}
a.del {
  background: url(del_16.png) no-repeat;
  padding-left: 16px;
}
