* {
    color: #333333;
    font-family: "Verdana,Lucida Grande",Lucida,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
    text-align: justify;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
  color: #005588;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
  color: #005588;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
  color: #005588;
}

h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  color: #005588;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
  color: #005588;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
  color: #005588;
}

b, strong {
    font-weight: bolder;
}

a {
    text-decoration: none;
    color: #005588;
}

a:hover {
    text-decoration: underline;
}

i, cite, em, var, dfn {
    font-style: italic;
}


#Agenda {
    width: 220px;
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
    border: 2px solid #005588;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

#Agenda h3 {
    margin: 0px;
    padding: 3px;
    text-align: center;
    background-color: #005588;
    color: #ffffff;
}

#Agenda table {
    margin: 7px;
}

#Agenda .borderBottom,
#Agenda .borderTop {
    width: 7px;
}

#Agenda .borderLeft div,
#Agenda .borderRight div {
    width: 5px;
}

#Agenda .borderLeft {
    border-left: 2px solid #ED1C24;
}

#Agenda .borderRight {
    border-right: 2px solid #ED1C24;
}

#Agenda .borderTop div,
#Agenda .borderBottom div {
    width: 7px;
    height: 10px;
}

#Agenda .borderBottom div {
    border-bottom: 2px solid #ED1C24;
}

#Agenda .borderTop div {
    border-top: 2px solid #ED1C24;
}

#Agenda .borderContent div {
    color: #005588;
    padding: 2px;
}

#Agenda .borderContent div strong {
    color: #005588;
}

fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

label {
    color: #005588;
    font-weight: bold;
}

.small {
    font-size: 10px;
}

.accordion_header div.small {
    color: #005588;
    margin-left: 35px;
    font-weight: bold;
}

.ui-state-active .accordion_header div.small {
    display: none;
}

.readmore {
    float: right;
    padding: 10px;
}

.readmore a {
    background: transparent url(../images/arrow_small.png) no-repeat scroll right center;
    padding-right: 14px;
    font-weight: bold;
    color: #005588;
}

.breadcrumbs * {
    font-weight: bold;
}

div.image.left {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

p.bad,
p.error,
p.validation,
p.required,
div.error,
div.validation,
span.error,
span.required,
span.validation {
    border: 1px solid #DD3C10;
    background-color: #FFEBE8;
}
        
.message {
    border: 1px solid #3CDD10;
    background-color: #EBFFE8;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    display: block;
    font-weight: bold;
    clear: both;
}

.price {
    margin-top: 15px;
    margin-bottom: 7px;
    padding-top: 15px;
    border-top: 2px dashed #005588;
    font-size: 1.0em;
}

.price strong {
    font-size: 1.2em;
}

.paymenttype {
    padding: 3px 0px 3px 7px;:
}

.label {
    font-weight: bold;
}

/*
.accordion2.ui-accordion .ui-accordion-header.ui-state-default {
    background-image: none;
    background-color: #FFCCCC;
}
*/

.accordion2.ui-accordion .ui-accordion-header.ui-state-default a {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 0.95em;
}
