* {
}

body {
  background: #ffffff;
  font-family: sans-serif;
  font-size: 0.8em;
  margin: 0px;
}

h1 {
  margin-top: 0px;
  font-size: 1.5em;
}

table td,th {
  font-size: 0.8em;
}

img {
  border-width: 0px;
}

input.checkbox {
  border-color: #7777bb;
  border-style: solid;
  border-width: 1px;
}

input.text {
  border-style: solid;
  border-color: #7777bb;
  border-width: 1px;
  width: 100%;
  background-color: #eeeeee;
  width: 230px;
}

textarea {
  border-style: solid;
  border-color: #7777bb;
  border-width: 1px;
  width: 100%;
  background-color: #eeeeee;
  width: 230px;
}

fieldset {
  margin-bottom: 10px;
  padding: 15px 5px 5px 5px;
}

fieldset legend img {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

/**
button.button {
  color: #ffffff;
  border-width: 1px;
  border-color: #aa5010;
  background-color: #cc6020;
  border-radius: 0px 6px 6px 0px;;
  border-style: solid;
  margin: 5px 2px;
  box-shadow: 5px 5px 5px #dddddd;
}
*/

input.button {
  color: #ffffff;
  border-width: 1px;
  border-color: #7777bb;
  background-color: #002780;
  border-radius: 0px 6px 6px 0px;;
  border-style: solid;
  margin: 5px 2px;
  box-shadow: 5px 5px 5px #dddddd;
}

input.submit {
  color: #ffffff;
  border-width: 1px;
  border-color: #7777bb;
  background-color: #002780;
  border-radius: 0px 6px 6px 0px;;
  border-style: solid;
  margin: 5px 2px;
  box-shadow: 5px 5px 5px #dddddd;
}

#div_header {
  margin-top:10px;
  background-image: url(../images/guvertoLogo.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 70px;
  line-height: 30px;
  margin-bottom: 10px;
  width: 95%;
}

#div_header p {
  font-size: 1.5em;
  margin-left: 10px;
}

#div_content {
  border-right: 2px solid #aaaaaa;
  border-top: 2px solid #aaaaaa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 200px;
  margin-right: 20px;
}

#div_notifications ul {
  list-style-type: none;
  margin-left: 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #0000dd;
}

#div_notifications li.message {
  color: #00aa00;
}

#div_notifications li.error {
  color: #aa0000;
}

div.clear {
  clear: both;
}

div.section {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

div.sectiontitle {
  position: relative;
  top: -10px;
  left: 10px;
  background-color: #ffffff;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

div.sectioncontent {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.sectiontitle img {
  position: absolute;
  top: -12px;
  margin-left: 5px;
}

img.closePopup {
  position: relative;
  right: 0px;
  float: right;
  overflow: hidden;
}

img.optionItem {
  border: none 0px;
  float: left;
}

div.popup {
  display: none;
  position: absolute;
  overflow-y: scroll;
  width: 1px;
  height: 1px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 25px 0px;
  border: #aaaaaa 2px solid;
  background-color: #eeeeee;
  filter:alpha(opacity=90); 
  -moz-opacity: 0.9; 
  opacity: 0.9;
}

div.dominantpopup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: -150px;
  margin-left: -300px;
  z-index: 3;
  background-color: #ffffff;
  border: 3px solid #aaaaaa;
  padding: 25px;
  width: 600px;
  height: 300px;
  overflow: scroll;
}

#div_notification {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -10px;
  
}

#div_notification ul {
  background: #eeeeee;
  width: 400px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0px 5px 0px;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

#div_notification li {
  margin: 2px 5px 2px 25px;
}

#div_notification li.error {
  color: #ff0000;
}

#div_notification li.success {
  color: #00aa00;
}

#div_blend {
  display: none;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000000;
/*  opacity: 0.6;
  filter: alpha(opacity = 60);*/
  z-index: 2;
}

#div_pleaseWait {
  display: none;
  z-index: 10;
  background-color: #ffffff;
  width: 100px;
  height: 50px;
  text-align: center;
  border: 2px solid #dddddd;
}

#div_pleaseWait img {
  margin: 17px 4px 17px 4px;
}
