/*
 * Copyright (c) 2010 Macrofocus GmbH. All Rights Reserved.
 */
body {
    background-color: #fff;
}

div, h1, h2, td, ul, li {
    font-family: trebuchet ms, verdana, tahoma, arial, helvetica, sans-serif;
    color: #000;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.5;
}

h1 {
    font-size: 18px;
    font-weight: bolder;
    color: #E97900;
    margin-top: 0px;
}

h2 {
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
}

a {
    color: #008AB8;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    text-decoration: none;
}

.red {
    color: #DC123C
}

a:visited {
    color: #69AFCB;
}

a:hover {
    color: #E97900;
    border-bottom-style: solid;
}

#leftMenu {
    position: absolute;
    left: 15px;
    top: 170px;
    width: 175px;
}

/* note: level-1 is wrong, should be level0 but the level returned for the page is wrong */
#leftMenu ul.level1 {
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: 105px;*/
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
    border-top: 1px solid #69AFCB;
    border-bottom: 1px solid #69AFCB;
}

ul.level1, ul.level2, ul.level3, ul.level4, ul.level5, ul.level6, ul.level7, ul.level8 {
    padding: 0 0 0 0;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
}

#leftMenu ul.level1 li a {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 2px;
    border-style: none;
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #236385;
}

#leftMenu ul.level1 li a:hover {
    color: #236385;
    background-color: #FFE7A5;
    border-style: none;
    text-decoration: none;
}

#leftMenu ul.level1 li a:visited {
    color: #236385;
}

#leftMenu ul ul.level2 li a {
    padding-left: 10px;
    font-weight: normal;
    font-size: 11px;
}

#leftMenu ul ul.level3 li a {
    padding-left: 20px;
    font-weight: normal;
    font-size: 10px;
}

#leftMenu ul ul.level4 li a {
    padding-left: 25px;
    font-weight: normal;
    font-size: 9px;
}

#leftMenu ul ul.level5 li a {
    padding-left: 30px;
    font-weight: normal;
    font-size: 9px;
}

#leftMenu ul ul.level6 li a {
    padding-left: 35px;
    font-weight: normal;
    font-size: 9px;
}

#leftMenu ul ul.level7 li a {
    padding-left: 37px;
    font-weight: normal;
    font-size: 9px;
}

#leftMenu ul ul.level8 li a {
    padding-left: 39px;
    font-weight: normal;
    font-size: 9px;
}

#leftMenu ul.level1 strong a {
    color: #236385;
    background-color: #FFCB3D;
    text-decoration: none;
}

#leftMenu ul ul.level2 strong a {
    font-weight: normal;
}

.line {
    background-color: #69AFCB;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

hr {
    background-color: #69AFCB;
}

.rightColumnImage {
    float: left;
    padding-right: 0px;
    margin-top: 10px;
}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

#contentDivMainColumnTotalWidth {
    position: absolute;
    left: 217px;
    top: 170px;
    width: 710px;
}

#contentDivLeftColumnTotalWidth {
    position: absolute;
    left: 28px;
    top: 170px;
    width: 899px;
}

#contentDivMainColumn {
    position: absolute;
    left: 217px;
    top: 170px;
    width: 450px;
}

#contentDivRightColumn {
    position: absolute;
    left: 707px;
    top: 170px;
    width: 220px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 3px solid #69AFCB;
}

.rightColumnTitle {
    color: #236385;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    margin-top: 0px;
    margin-right: 0px;
}

/* this is cool, but does not work in IE
#contentDivRightColumn > div:first-child {
    border-top: 3px solid #69AFCB;
}
*/

#contentDivRightColumn ul {
    padding-left: 15px;
}

.rightColumnLine {
    background-color: #69AFCB;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 0px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td, td.tableHead {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
    border-style: solid;
    border-width: 0px;
    border-color: #aaaaaa;
}

th {
    background-color: #999;
    color: #fff;
    font-weight: bold;
}

td.tableHead {
    background-color: #999;
    color: #fff;
    font-weight: bold;
}

tr.even {
    background-color: #eee;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: Courier New, monospace;
    font-size: 12px;
}

textarea, input.text, select {
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

input.submit {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

input.checkbox, input.radio {
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4, .searchresult a {
    display: block;
    margin-bottom: 2px;
}

.spacer1 {
    height: 20px;
}

.spacer2 {
    height: 20px;
}

#headerMenu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 927px;
    height: 38px;
    text-align: right;
    padding: 0 0 0 0;
    border-top: none;
    margin: 0 0 0 0;
    /*margin-top: auto;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-bottom: auto;*/
}

#headerMenu ul {
    display: block;
    padding-top: 0;

    /* Center vertically */
    font-size: 12px;

    margin-top: 9px;
    margin-bottom: 9px;

    /* Center horizontally */
    margin-left: 280px;
    margin-right: auto;
    /*vertical-align: middle;*/
    /*float: right;*/
}

#headerMenu li {
    /* Makes the list be displayed horizontally */
    float: left;

    /* Center the text in each button */
    text-align: center;

    /* Equal width for each item */
    width: 70px;

    display: block;
    list-style-type: none;
    text-decoration: none;
    padding: 0 0 0 0;

    vertical-align: middle;
    margin: 2px 1px 2px 1px;

    /* Background of each button */
    background-color: #F7F7F7;
}

#headerMenu ul li a {
    font-weight: normal;
    color: #000000;

    /*padding-bottom: 2px;*/
    /*padding-top: 2px;*/
    /*padding-left: 2px;*/
    border-style: none;
    text-decoration: none;
    display: block;
}

#headerMenu ul li a:hover {
    background-color: #FFE7A5;
}

#headerMenu ul li.open a {
    background-color: #F3DB34;
}

#headerMenu div, #headerMenu h1, #headerMenu h2, #headerMenu td, #headerMenu ul, #headerMenu li {
    font-family: trebuchet ms, verdana, tahoma, arial, helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    vertical-align: top;
    line-height: 1.5;
}

#headerMenu a {
    color: #008AB8;
    border-bottom-style: none;
    border-bottom-width: 0;
    text-decoration: none;
}

#headerBottomMenu {
    position: absolute;
    left: 0px;
    top: 73px;
    width: 927px;
    height: 33px;
    text-align: right;
    padding: 0 0 0 0;
    border-top: none;
    margin: 0 0 0 0;
    /*margin-top: auto;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-bottom: auto;*/
}

#headerBottomMenu ul {
    display: block;
    padding: 0 0 0 0;

    /* Center vertically */
    font-size: 12px;

    margin-top: 15px;
    margin-bottom: 15px;

    /* Left align */
    margin-left: 0px;
    margin-right: 0px;
    vertical-align: top;
    /*float: right;*/

    padding-left: 5px;

    border-top: 1px solid #FFFFFF;
}

#headerBottomMenu li {
    /* Makes the list be displayed horizontally */
    float: left;

    /* Center the text in each button */
    text-align: center;

    /* Equal width for each item */
    /*width: 70px;*/

    display: block;
    list-style-type: none;
    text-decoration: none;
    padding: 0 0 0 0;



    vertical-align: bottom;

    /* Spaing between items */
    padding-right: 10px;
    padding-left: 10px;
    /*margin: 0px 0px 0px 15px;*/
    padding-top: 4;
    padding-bottom: 4;

    border-right: 1px solid #FFFFFF;
}

#headerBottomMenu ul li a {
    font-weight: normal;
    color: #FFFFFF;

    /*padding-bottom: 2px;*/
    /*padding-top: 2px;*/
    /*padding-left: 2px;*/
    border-style: none;
    text-decoration: none;
    display: block;
}

#headerBottomMenu ul li a:hover {
    color: #FFE7A5;
}

#headerBottomMenu ul li.open a {
    font-weight: bold;
    color: #F3DB34;
}

#headerBottomMenu div, #headerMenu h1, #headerMenu h2, #headerMenu td, #headerMenu ul, #headerMenu li {
    font-family: trebuchet ms, verdana, tahoma, arial, helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    vertical-align: top;
    line-height: 1.5;
}

#headerBottomMenu a {
    color: #008AB8;
    border-bottom-style: none;
    border-bottom-width: 0;
    text-decoration: none;
}

/* Site Map */

#siteMapMenu ul.level1 a {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 2px;
    border-style: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #236385;
}

#siteMapMenu li a:hover {
    color: #236385;
    background-color: #FFE7A5;
    border-style: none;
    text-decoration: none;
}

#siteMapMenu li a:visited {
    color: #236385;
}

#siteMapMenu ul ul.level2 li a {
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 2px;
}

#siteMapMenu ul ul.level3 li a {
    padding-left: 30px;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 1px;
}

#siteMapMenu ul ul.level4 li a {
    padding-left: 40px;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 1px;
}

#siteMapMenu ul ul.level5 li a {
    padding-left: 50px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 0px;
}

#faqcontainer ul li {
    list-style-type:none;
    padding-left:10px;
    background: url(/docroot/macrofocus/imgs/bullet_star_blue.gif) no-repeat 0 0.5em;
 }

#faqcontainer p.ask {
     font-weight: bold;
    margin-left: 0px;
 }

#faqcontainer p.answer {
     font-weight: normal;
    margin-left: 15px;
 }

