html {
  height: 100%;
}

body {
  height: 100%;
  background-image: url(background.gif);
  background-position: center;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  color: #000000;
}

.box_header {
  font-family: Tahoma, Verdana, Arial; 
  font-weight: bold;
  font-size: 11px;
  color: white;
}

.box_header:hover {
  color: white;
}

.ddmx {
  font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 15px 3px 5px;
    font: 11px Tahoma;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px Tahoma;
    color: black;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #3B99C8;
    color: white;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #2477A0;
    color: white;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 6px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    text-align: left;
    border-left: 1px solid #7DBBDA;
    border-top: 1px solid #7DBBDA;
    border-right: 1px solid #1A526E;
    border-bottom: 1px solid #1A526E;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.title {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 18px;
  font-weight: normal;
  color: black;
  text-align: left;
}

.content {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  font-weight: normal;
  color: black;
  text-align: left;
  padding: 10px;
}

.cal {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  font-weight: normal;
  color: black;
  text-align: center;
  padding: 2px;
  background-color: #EFF7DE;
}

.cal_cur {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  font-weight: bold;
  color: black;
  text-align: center;
  padding: 2px;
  background-color: #DCE8C4;
}

td {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  font-weight: normal;
  color: black;
  text-align: left;
}

form {
  margin: 0px;
}

a {
  color: #FF8500;
  text-decoration: none;
}

a:hover {
  color: #FF8500;
  text-decoration: underline;
}

hr {
  color: #DDDDDD;
  height: 1px;
}

.box_field {
    border-left: 1px solid #1A526E;
    border-top: 1px solid #1A526E;
    border-right: 1px solid #7DBBDA;
    border-bottom: 1px solid #7DBBDA;
    background-image: url(field_bg.gif);
    color: #196A7A;
    font-family: Tahoma; 
    font-size: 11px;
    font-weight: normal;
}

.box_button {
    border-left: 1px solid #7DBBDA;
    border-top: 1px solid #7DBBDA;
    border-right: 1px solid #1A526E;
    border-bottom: 1px solid #1A526E;
    background-image: url(button_bg.gif);
    color: #196A7A;
    font-family: Tahoma; 
    font-size: 11px;
    font-weight: normal;
}

textarea {
    border-left: 1px solid #1A526E;
    border-top: 1px solid #1A526E;
    border-right: 1px solid #7DBBDA;
    border-bottom: 1px solid #7DBBDA;
    background-image: url(text_bg.gif);
    color: #196A7A;
    font-family: Tahoma; 
    font-size: 11px;
    font-weight: normal;
}

