/*----------------------------------------------
 |  base.css |
 |-----------
 |  Basic elements (body,a,img,hr...)
 *---------------------------------------------*/
body {
  background-color: #f4f4f4;  
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  color: #333333;

}

a:link, a:active, a:visited {
  color: #B31D38;
  font-weight: normal;
  text-decoration: none;
}


a:hover {
  text-decoration: none;  
}


a.small:link, a.small:active, a.small:visited {
  color: #B31D38;
  font-weight: normal;
  text-decoration: none;
}


a.small:hover {
  text-decoration: none;  
  border-bottom: 1px dashed #B31D38;
}

a.image:hover {
  text-decoration: none;  
  border-bottom: 0px;
}


hr {
  border: 1px dashed #EEEEEE;
  height: 1px;
}

img {
  border: none;
}

img.left {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

img.right {
  float: right;
  margin-bottom: 15px;
  margin-left: 20px;
}


img.center {
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}


#showimage {position:absolute;visibility:hidden;border: 1px solid gray;}

#dragbar {
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
