/*

stylediv.css

Author : Peter Quiring

Date : 1/28/2010

*/

body, html {
  margin: 0px;
  padding: 0px;
  background-color: white;
}

form.thin {
  margin-top: 0px;
  margin-bottom: 0px;
}

table {
  border-collapse: collapse;
}

.relative {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.title {
  position: relative;
  background: #88ff88;
  padding: 10px;
//  border: 20px;
  border-top: 20px;
  border-bottom: 0px;
  border-left: 20px;
  border-right: 20px;
  border-style: solid;
  border-color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: bottom;
  height: 16px;
  font-size: 10pt;
}

.title_content_center {
  background: transparent;
  text-align: center;
  font-weight: bold;
  vertical-align: center;
  width: 100%;
  height: 16px;
  font-size: 10pt;
}

.title_content_left {
  padding: 10px;
  border: 20px;
  background: transparent;
  text-align: left;
  font-weight: bold;
  vertical-align: center;
  width: 100%;
  height: 16px;
  font-size: 10pt;
  position: absolute;
  top: 0px;
  left: 0px;
}

.relative {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0px;
}

.hidden {
  display: none;
}

.content {
  background: #eeffee;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
//  border: 20px;
  border-top: 0px;
  border-bottom: 20px;
  border-left: 20px;
  border-right: 20px;
  border-style: solid;
  border-color: white;
  padding: 10px;
}

img {
  border: 0px;
}

