@charset "UTF-8";

/* general */
* {
   margin: 0;
   padding: 0;
}

html {
   height: 100%;
}


/* headers */
h1 {
    font-size: 1.875em;
    font-family: "Myriad Pro", Tahoma, "Trebuchet MS", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0.4em;
    color: #013871;
}
h2 {
    font-size: 1.6em;
    font-family: "Myriad Pro", Tahoma, "Trebuchet MS", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0.2em;
    color: #054F9F;
}
h3 {
    font-size: 1.4em;
    font-family: "Myriad Pro", Tahoma, "Trebuchet MS", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0.1em;
    color: #0659B2;
}


/* links */
a:link, a:active, a:visited {
    color: #0065cf;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #013871;
}
a img {
    border: none;
}


/* forms */
input, textarea, select {
   border: 1px solid #0065cf;
   padding: 5px;
}
input[type="checkbox"] {
   border: none;
}
input.notext, .inner-notext input {
   padding: 2px;
}
select {
   padding: 0;
}
select option {
    padding: 0px;
    padding-right: 8px;
}
input.submit {
   padding: 5px 9px;
   border: 1px solid #0065cf;
   font-family: Tahoma, Arial, sans-serif;
   background-image: url(../design_img/button.png);
   background-repeat: repeat-x;
   background-color: #ffffff;
   background-position: left bottom;
   color: #013871;
   
   -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
input.submit:active {
   background-image: none;
   background-color: #87bef5;
   border: 1px solid #0065cf;
}


/* helptext */
.helptext {
   position: relative;
   display: inline-block;
   width: 16px;
   height: 16px;
}
.helptext > div {
   position: absolute;
   z-index: 2;
   text-indent: -9999em;

   width: 100%;
   height: 100%;
   
   background-image: url(../design_img/icon/dialog-question.png);
   background-repeat: no-repeat;

   overflow: hidden;
}

.helptext > div:hover {
   width: 20em;
   height: auto;
   
   text-indent: 0;
   
   background-image: url(../design_img/icon/dialog-question.png);
   background-repeat: no-repeat;
   color: #000;
}
.helptext > div:hover > div {
   margin-left: 20px;
   padding: 5px 10px;
   
   border: 1px solid #0065cf;
   background-color: #9ECBFC;
}


/* cool button */
a.button {
    position: relative;
    display: inline-block;
    padding: 8px 19px 9px;
    cursor: pointer;
    overflow: visible;
    
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    color: #fff;
    
    background-color: #222;
    background-image: url(../design_img/button-overlay.png);
    background-repeat: repeat-x;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    
    border-bottom: 1px solid rgba(0,0,0,0.25);
}
.button.xxl {
    padding: 12px 23px 13px;
}
.button:active {
    top: 1px;
}
.button:hover {
    background-color: #111111;
}

.button.blue {
    background-color: #2daebf;
}
.button.blue:hover {
   background-color: #007D9A;
}

.button.red {
    background-color: #e33100;
}
.button.red:hover {
    background-color: #872300;
}

.button.magenta {
    background-color: #a9014b;
}
.button.magenta:hover {
    background-color: #630030;
}

.button.orange {
    background-color: #ff5c00;
}
.button.orange:hover {
    background-color: #D45500;
}

.button.yellow {
    background-color: #ffb515;
}
.button.yellow:hover {
    background-color: #FC9200;
}

a.imagebutton {
    display: inline-block;

    background-repeat: no-repeat;
    background-position: 4px -1px;
    
    padding-left: 39px;
    padding-right: 7px;
    margin-bottom: 1em;

    line-height: 32px;
    text-decoration: none;
    background-color: #94C6FC;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


/* general tags */
strong {
   font-weight: bold;
}
em {
   font-style: italic;
}
label {
   font-weight: bold;
}
p {
   margin-bottom: 1em;
}
li {
   margin-left: 1.5em;
}
blockquote {
    margin-left: 1em;
}
fieldset {
   border: 1px solid #0065cf;
   padding: 7px 10px;
   margin-bottom: 15px;
}
legend {
   font-family: "Myriad Pro", Tahoma, "Trebuchet MS", Arial, sans-serif;
   font-size: 1.1em;
   letter-spacing: 0.1em;
   padding: 5px;
}


/* own generic classes */
fieldset.hidden-fieldset {
   border: none;
   padding: 0;
   margin-bottom: 0;
}
div.error {
   margin: 5px;
   padding: 5px;
   padding-left: 31px;
   
   background-image: url(../design_img/icon/dialog-warning.png);
   background-repeat: no-repeat;
   background-position: 4px 3px;
   
   font-weight: bold;
   line-height: 1.5em;
}
.error, .inner-error input, .inner-error select, .inner-error textarea {
   border: 2px solid #BA0C0C;
   padding: 4px; /* normal padding: 5px, -1px because border is thicker */
}
.inner-error select {
   padding: 0px;
}
.loading {
   display: none;
   margin-left: 5px;
}
.clear-both {
    clear: both;
}
table.generated-table th, table.generated-table td {
   text-align: left;
   vertical-align: top;
   padding: 2px 5px;
}
table.generated-table input {
   width: 150px;
}
.ui-dialog {
   font-size: 1.2em;
}


/* settings */
.settings {
    line-height: 1.2em;
    text-align: right;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.settings a {
    font-weight: normal;
    text-decoration: none;
}
.settings a:hover {
    text-decoration: underline;
}
