@CHARSET "ISO-8859-1";

body {
  margin-left:                    0px;
  margin-top:                     0px;
  margin-right:                   0px;
  margin-bottom:                  0px;
  background-color:               #FFFFFF;
}

body, td, th, input {
  font-family:                    verdana,sans-serif;
}

#Footer {
  padding:                        5px;
  width:                          100%;
  background:                     #EDF2F2;
  border-top:                     1px solid #E0E0E0;
  border-bottom:                  1px solid #E0E0E0;
  font-size:                      small;
}

#PageBody {
  padding-top:                    15px;
  padding-bottom:                 15px;
  font-size:                      small;
}

#HeaderTitle {
  background-color:               #336799;
  -moz-border-radius-topleft:     5px;
  -moz-border-radius-topright:    5px;
  /*font-size:                      small;*/
  /*font-size:                      110%;*/
}

#Header .Title {
  color:                          #FFFFFF;
  padding:                        4px;
  font-weight:                    bold;
}

#Header .Info {
  color:                          #A0C0F0;
  padding:                        4px;
  text-align:                     right;
  font-size:                      small;
}

#TopLinks {
  background-color:               #FFFFFF;
  border-left:                    solid 1px #C0C0C0;
  border-right:                   solid 1px #C0C0C0;
  border-bottom:                  solid 1px #C0C0C0;
  -moz-border-radius-bottomleft:  5px;
  -moz-border-radius-bottomright: 5px;
  font-size:                      85%;
}

#QuickLinks {
  -moz-border-radius-bottomleft:  5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft:     5px;
  -moz-border-radius-topright:    5px;
  background-color:               #FFFFEE;
  border:                         1px solid red;
  margin:                         6px 0px 15px;
  padding-left:                   5px;
}

#QuickLinks li {
  list-style-image:               none;
  list-style-position:            outside;
  list-style-type:                none;
}

#QuickLinks ul {
  margin:                         10px;
  padding:                        10px;
  padding-top:                    0px;
}

#QuickLinks h2 {
  margin:                         5px;
  padding:                        5px;
}

.Form {
  border:                         solid 1px #C0C0C0;
  padding:                        10px;
}

div.t-error li {
  margin-left:                    25px;
}

td#errorText {
  color:                          red;
  font-style:                     normal;
}

input.t-error, textarea.t-error {
  border-color:                   red;
  color:                          red;
  font-style:                     normal;
}

.TableHeader {
  background:                     #EDF2F2;
  border:                         1px solid #808080;
}

.TableCell {
  color:                          #000000;
  border:                         1px solid #808080;
  border-top:                     none;
}

.TableCell a {
  color:                          #000000;
}

.DownloadsTable {
  font-size:                      12px;
}

