/************ GENERIC STUFF ************/
.labelfield { /*CSS for label field in general*/
  color:#3d3d3d;
  font-size: 90%;
  font-weight: bold;
}
.datefield { /*CSS for date field in general*/
  color:#3d3d3d;
  font-size: 90%;
}

/************ STYLE1 (min: 468x30) ************/
div.style1 {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 13px;
  border: 1px solid #2763A5;
  padding: 4px;
  background: #f0eeee;
  min-width: 468px;
}
div.title1 {
  background: #2763A5;
  padding: 2px;
  margin: 0px;
}
div.title1 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#style1 li {
  margin-bottom: 4px;
}
#style1 p {
  margin-bottom: 2px;
  height: 30px;
}

/************ STYLE2 (250x150) ************/
div.style2 {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 12px;
  border: 1px solid #579eb4;
  padding: 4px;
  background: #f0eeee;
  width: 428px;
}
div.title2 {
  background: #2763A5;
  padding: 2px;
  margin: 0px;
}
div.title2 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#style2 li {
  margin-bottom: 4px;
}
#style2 p {
  margin-bottom: 2px;
  height: 160px;
}

/************ STYLE3 (468x80) ************/
div.title3 {
  background: #2763A5;
  padding: 2px;
  margin: 0px;
}
div.title3 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#style3 a {
  color: #263c76;
  text-decoration: none;
  font-weight: bold;
}
#style3 p {
  margin-bottom: 2px;
  height: 220px;
}
div.style3 {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 13px;
  border: 5px solid #2763A5;
  padding: 4px;
  background: #ffffff;
  width: 450px;
}

/************ STYLE4 (150x330) ************/
div.title4 {
  background: #2763A5;
  padding: 2px;
  margin: 0px;
}
div.title4 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#style4 a {
  color: #D80101;
  text-decoration: none;
  font-weight: bold;
}
#style4 p {
  margin-bottom: 2px;
  height: 330px;
}
div.style4 {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 13px;
  border: 5px solid #2763A5;
  padding: 4px;
  background: #ffffcc;
  width: 150px;
}
