
body {
   font-family: Arial, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000;
   letter-spacing: 1px;
}
html, body,
div, p, form, input, ul, ol, dl, dt, dd, li,
h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
}
   p, ul, ol {
      margin-bottom: 1em;
   }
   ul, ol {
      margin-left: 2em;
   }


a {
   color: #98ac15;
}

img {
   border: 0;
}

hr {
   color:#ccc;
   background-color:#ccc;
   height:1px;
   border:none;
}

.imgEdit{
   border: 1px solid #ccc;
}

   img.icon {
      vertical-align: middle;
   }
   .right {
      float: right;
      margin: 0 0 10px 10px;
      border: 1px solid #ccc;
   }
   
.date{
   font-style: italic; 
   font-size: 9px;
   margin-top: -10px;
   color: #717171;
}

h1, h2, h3, h5, h6 {
   margin-bottom: 0.8em;
}

h1 {
   font-size: 18px;
   font-weight: normal;
   color: #006c55;
}
h2 {
   font-size: 14px;
   color: #006c55;
   padding-top:7px;
}
   h2 a {
      color: #006c55;
      text-decoration: none;
   }

h4 {
   font-size: 11px;
   font-weight: bold;
   color: #000;
}


table {
   clear: both;
   border: 0px;
   border-spacing: 0;
   border-collapse: collapse;
}


#employeeLogin {
   float: right;
}
   #employeeLogin a {
      color: #888;
      text-decoration: none;
   }
      #employeeLogin a:hover {
         text-decoration: underline;
      }
   #employeeLogin img {
      vertical-align: middle;
   }
   
#projectImages {
   border-top: 1px solid #dfdfdf;
   border-left: 1px solid #dfdfdf;
   border-right: 1px solid #dfdfdf;
}
#imageTarget {
   border-left: 1px solid #dfdfdf;
   border-right: 1px solid #dfdfdf;
   border-bottom: 1px solid #dfdfdf;
}
   #imageTarget #arrowLeft, #imageTarget #arrowRight {
      position: absolute;
      top: 50%;
   }
   #imageTarget #arrowLeft {
      left: 10px;
   }
   #imageTarget #arrowRight {
      right: 10px;
   }



#imageContainer{
    width: 100%;
    background: #fff;
}
   #imageListContainer {
      width: 436px;
      height: 33px;
      overflow: hidden;
      background: #f9f9f9;
   }
      #imageList {
         margin: 0;
         height: 33px;
      }
         #imageList li {
            float: left;
            display: inline;
            margin: 0;
            width: 62px;
            height: 33px;
            bottom: 0px;
         }
         #imageList a {
            float: left;
            display: inline;
            border: 2px solid #f9f9f9;
            border-bottom: none;
         }
         #imageList a.active {
            border: 2px solid #006c55;
            border-bottom: none;
         }
      
   #imageTarget {
      border-top: 2px solid #006c55;
   }
   
   #imageComment {
      width: 200px;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -100px;
      
   }
      #imageCommenttext{
         background: url(../gfx/whitetrans.png) repeat;
         padding: 5px;
         text-align: center;
      }
   
#herstelverzoek_description {
   width: 580px;
}



