/* form.css */

* {
  margin: 0;
  padding: 0;
  font-family:"trebuchet ms";
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
    font-size: 150%;
    font-weight: normal;
    color: #000000;
    margin: 0 0 0 0;
    padding: 0 5px;
    background-color: #00FF00;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
/*  font-family: Tahoma, Arial, sans-serif;*/
      font: 0.9em/1.2em "trebuchet ms";
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
    float: none;
    display: block;
    width: 250px;
/*    zoom: 1; */
    padding: 0;
    /*  margin: 0 0 5px 142px; */
margin: 0;
    text-align: left;
    background-color:yellow; 
/*    font-size: 75%; */
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin:  0 0 0 -140px;
 /* background-color:#33FF00; */
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}
/* bee */

body {
  background-image: url(/images/bee/bee.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  behavior: url(/behaviors/buzz.htc);
}

a:link {
  color: #000080;
}

a:visited {
  color: #008000;
}

a:focus {
  color: #008000;
}

a:hover {
  color: #008000;
}

a:active {
  color: #800000;
}

#menu div {
  background-image: url(/images/bee/white_checker_bg.gif);
  border-top-width: 5px;
  border-right-width: 1px;
  border-bottom-width: 5px;
  border-left-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
  padding: 10px;
  margin: 0px 0px 20px 0px;
}

/*#breadcrumb {
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
}

#breadcrumb, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active {
  color: #f4d20b;
}

#navigation ul, #utilities ul {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
  list-style-image: url(/images/t.gif);

}

#navigation li.selected, #utilities li.selected {
  list-style-image: url(/images/bee/li.gif);
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:focus, #navigation a:active, #utilities a:link, #utilities a:visited, #utilities a:hover, #utilities a:focus, #utilities a:active {
  color: #000000;
  font-weight: bold;
}

#calendarToday {
  background-color: #000000;
  color: #f4d20b;
}
*/
#content {
  background-image: url(/images/bee/white_checker_bg.gif);
  border: 0px;
  color: #000000;
}

#main {
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-color: #000000;
    border-style: solid;
    background-color: #FFFFFF;
    margin-right: 1em;
    margin-left: 1em;
    padding-left: 1.5em;
    padding-top: 1em;
}

fieldset {
  border: 0px;
}

input, select, textarea {
  background-color: transparent;
}

input.inputSubmit {
  background-color: #000000;
  color: #f4d20b;
}

textarea, select {
  scrollbar-base-color: #f4d20b;
  scrollbar-arrow-color: #000000;
}

.divAlignLeft {
  border-color: #000000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

.divAlignRight {
  border-color: #000000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

td {
  font-family: "trebuchet ms"; /*tahoma, arial, verdana, sans-serif;*/
  color: #000000;
}

p {
    font-family: "trebuchet ms";
    color: #000000;
    margin: 0px 0px 20px 0px;
}

p.side {
  border: 1px solid #000000;
}

pre {
  font-size: 100%;
}

h1 {
  font-family: "trebuchet ms"; /*tahoma, arial, verdana, sans-serif;*/
  font-size: 175%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h2 {
  font-family: "trebuchet ms"; /*tahoma, arial, verdana, sans-serif;*/
  font-size: 150%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: "trebuchet ms"; /*tahoma, arial, verdana, sans-serif;*/
  font-size: 135%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h4 {
  font-family: "trebuchet ms"; /*tahoma, arial, verdana, sans-serif;*/
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h5 {
  font-family: "trebuchet ms"; /*tahoma, arial, verdana, sans-serif;*/
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

h6 {
  font-family: "trebuchet ms"; /*tahoma, arial, verdana, sans-serif;*/
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

hr {
  background-color: #000000;
  border-style: none;
  border-color: #000000;
  color: #000000;
  height: 1px;
  margin: 5px 0px;
  margin: expression('0px');
}

ul, ol {
  margin: 0px 0px 20px 20px;
  padding: 0px;
}

li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

dl {
  margin: 0px 0px 20px 20px;
}

dt, dl.small dt {
  font-weight: bold;
}

dd {
  margin: 0px 0px 0px 20px;
}

dl.small {
  font-size: 80%;
}

blockquote {
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 20px;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #000000;
  cursor: help;
}

table.data {
  border: 1px solid #000000;
  border-collapse: collapse;
}

table.data caption {
  text-align: left;
  font-size: 120%;
  font-weight: bold;
}

table.data thead th {
  text-align: left;
}

table.data th, table.data td {
  border: 1px solid #000000;
  padding: 2px;
}

p.pageresponse {
  background-color: #ffffe1;
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #000000;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

dl.email {
  border: 1px solid #000000;
  margin: 10px;
}

dl.email dt {
  clear: left;
  float: left;
  width: 90px;
  text-align: right;
  margin: 0px;
  padding: 2px 10px 0px 0px;
}

dl.email dd {
  margin: 0px 0px 0px 99px;
  padding: 2px 0px 0px 10px;
  border-width: 0px 0px 0px 1px;
  border-color: #000000;
  border-style: none none none solid;
}
