/* global stylesheet */

/*
a #1a80c9
:hover #115585
:visited #003f7f
*/

ul.breadcrumb li a {
  color: #003f7f;
}

#my_content .center {
  text-align: center;
}

#my_content .italic {
  font-style: italic;
}

#my_content .bold {
  font-weight: bold;
}

#my_content p {
  margin: 0px 0px;
}

#my_content a, #my_content a:visited {
  color: #1a80c9;
}

#my_content a:hover {
  color: #115585;
}

#my_content hr {
  margin: 5px 0px;
}

#my_content sup {
  font-size: xx-small;
  vertical-align: super;
}

#my_content label {
  font-weight: normal;
  margin: 0px 0px;
  vertical-align: middle;
}

#my_content select, #my_content input, #my_content button {
  margin: 0px 0px;
  padding: 2px 4px;
  vertical-align: middle;
}

#my_content select {
  padding: 3px 4px;
}

#my_content input[type="number"] {
  padding-right: 0px;
}

#my_content span {
  padding: 0px 0px;
}

#my_content .button, #my_content a.button {
  display: inline-block;
  margin: 5px 10px;
  padding: 5px 20px;
  border: 2px solid #220000;
  border-radius: 4px 4px;
  text-decoration: none;
  font-size: 12px;
  box-shadow: 1px 1px 1px #AAA;
  background-color: #DDD;
  color: #220000;
  text-align: center;
}

#my_content .button:hover {
  box-shadow: none;
  background-color: #EEE;
  text-shadow: 0px 0px 6px #C87F7F;
}

#my_content .color_error {
  color: #990000;
}

#my_content .color_good {
  color: #009900;
}

#my_content .color_norm {
  color: #585858;
}

#my_content .clearfloat {
  clear: both;
}

div.ui-datepicker {
  font-size: 12px;
}

@media screen and (max-width: 1114px) {
  #my_content {
    padding-left: 15px;
    padding-right: 10px;
  }
}
