/*** reset *****************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
li{
    border-collapse: collapse;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;}
/*** default ***************************************************/
* {
  font-family:"Verdana","Arial";
  font-size:12px;
}
body {
   behavior:url("/dimio/default/css/csshover2.htc");
}

a {  }
th{ font-weight:normal; text-align:left; }

/*** block  ****************************/
/* main title (supposed be 1 h1 tag in document) */
h1 { font-size:24px; }
/* sub title */
h2 { font-size:16px; }
/* index */
h3 { font-size:12px; }


/*** parts *****************************/
.clear { clear:both; }
.error {
    color:#f30;
    font-size:14px;
}

.toggleButton {
    width:16px;
    height:16px;
}

/*** link  *****************************/
/** OK??? **/
.control a{
    text-decoration:none;
}
a.add {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url("/dimio/default/img/icon-add16.gif") no-repeat;
}

a.edit {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url("/dimio/default/img/icon-edit16.gif") no-repeat center center;
}

a.delete {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url("/dimio/default/img/icon-delete16.gif") no-repeat center center;
}

