

div.toparealogo {
    background-image : url('images/qtada_logo.png');
    background-repeat : no-repeat;
    height : 80px;
  }


div.topareabar {
    background-color : #808080;
    background-image : url('images/qtada_bar.png');
    background-repeat : no-repeat;
    height : 80px;
    margin-left : 250px;
  }


div.leftcolumn {
    background-color : #dcdcdc;
    float :left;
    width : 200px;
  }


a.mainlevel:link {
    background-image : url('images/menuitem.png');
    background-repeat : no-repeat;
    background-color : #cccccc;
    border-bottom-color : #dcdcdc;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-color : #dcdcdc;
    border-top-style : solid;
    border-top-width : 1px;
    color : #00b516;
    display : block;
    text-decoration : none;
    font-size : 14px;
    padding-bottom : 3px;
    padding-left : 15px;
    padding-right : 0px;
    padding-top : 3px;
    width : 185px;
  }


a.mainlevel:visited {
    background-image : url('images/menuitem.png');
    background-repeat : no-repeat;
    background-color : #cccccc;
    border-bottom-color : #dcdcdc;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-color : #dcdcdc;
    border-top-style : solid;
    border-top-width : 1px;
    color : #00b516;
    display : block;
    text-decoration : none;
    font-size : 14px;
    padding-bottom : 3px;
    padding-left : 15px;
    padding-right : 0px;
    padding-top : 3px;
    width : 185px;
  }


a.mainlevel:hover {
    background-image : url('images/menuitem.png');
    background-repeat : no-repeat;
    background-color : #E3E3E3;
    color : #B50016;
  }


.sublevel {
    margin-left : 5px;
    padding-left : 10px;
  }


a.sublevel:link {
    background-image : url('images/menuitem.png');
    background-repeat : no-repeat;
    background-color : #bcbcbc;
    border-bottom-color : #dcdcdc;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-color : #dcdcdc;
    border-top-style : solid;
    border-top-width : 1px;
    color : #00b516;
    display : block;
    text-decoration : none;
    font-size : 12px;
    padding-bottom : 3px;
    padding-left : 15px;
    padding-right : 0px;
    padding-top : 3px;
    width : 185px;
  }


a.sublevel:visited {
    background-image : url('images/menuitem.png');
    background-repeat : no-repeat;
    background-color : #bcbcbc;
    border-bottom-color : #dcdcdc;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-color : #dcdcdc;
    border-top-style : solid;
    border-top-width : 1px;
    color : #00b516;
    display : block;
    text-decoration : none;
    font-size : 12px;
    padding-bottom : 3px;
    padding-left : 15px;
    padding-right : 0px;
    padding-top : 3px;
    width : 180px;
  }


a.sublevel:hover {
    background-image : url('images/menuitem.png');
    background-repeat : no-repeat;
    background-color : #E3E3E3;
    color : #B50016;
  }


a#active_menu {
    background-color : #ACACAC;
    background-image : url('images/menuitem_active.png');
    background-repeat : no-repeat;
    color : #FFFFFF;
  }


a#active_menu:hover {
    color : #FF9000;
    background-image : url('images/menuitem_active.png');
    background-repeat : no-repeat;
    background-color : #4B4B4B;
  }


table.mainmenu {
    table-layout : auto;
    width : 100%;
  }


div.mainmenu {
    overflow : hidden;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-top : 5px;
    width : 190px;
  }


div.nativelanguage {
    float : right;
    padding-right : 10px;
    padding-top : 5px;
  }


div.topgray {
    background-color : #7d7d7d;
    height : 30px;
  }


a.nativelanguage:link {
    background-color : #acacac;
    font-size : 12px;
    padding-bottom : 1px;
    padding-left : 3px;
    padding-right : 3px;
    padding-top : 1px;
    text-decoration : none;
  }


a.nativelanguage:visited {
    background-color : #acacac;
    font-size : 12px;
    padding-bottom : 1px;
    padding-left : 3px;
    padding-right : 3px;
    padding-top : 1px;
    text-decoration : none;
  }


table.content {
    /*width : 100%;
    */ padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
  }


th.contentheader {
    border-bottom-color : #C3C3C3;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    color : #464646;
    font-size : 16px;
    text-align : left;
    margin-bottom : 15px;
    padding-left : 20px;
  }


td.contentdata {
    padding-top:16px;
    font-size:14px;
  }


div.contentarea {
    /*padding-left : 50px;
    padding-right : 50px;
    padding-top : 50px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    */;
  }


div.bottomdecor {
    width: 100%;
    background-color: #4B4B4B;
    height: 3px;
  }


div.footer {
    float:center;
    width:100%;
  }


.footertext {
    font-size : 10px;
    text-align : center;
  }


td.screenshortcell {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }


table.screenshorttable {
    margin-left : 10px;
    margin-right : 10px;
    width : 100%;
  }


li {
    margin-left:20px;
  }


table tr.odd {
    background: #f0f0f0;
    color: black;
  }


table tr.even {
    background: #e4e4e4;
    color: black;
  }


pre.sourcecode {
    background-color : #f7f7f7;
    border-bottom-color : #d7d7d7;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #d7d7d7;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #d7d7d7;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #d7d7d7;
    border-top-style : solid;
    border-top-width : 1px;
    margin-bottom : 1em;
    margin-left : 1.75em;
    margin-right : 1.75em;
    margin-top : 1em;
    overflow : auto;
    padding-bottom : .25em;
    padding-left : .25em;
    padding-right : .25em;
    padding-top : .25em;
  }


.localtoc {
    padding: .5em 1em;
    margin: 0 0 2em 1em;
    float: right;
    border: 1px outset #ddc;
    background: #ffffe0;
    font-size: 85%;
    position: relative;
  }


.localtoc h4 {
    font-size: 12px;
    margin: 0;
  }


.localtoc ul, .localtoc ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }


.localtoc ul ul, .localtoc ol ol {
    padding-left: 1.2em;
  }


.localtoc li {
    margin: 0;
    padding: 0;
  }


.localtoc a {
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    text-decoration : none;
    color : #00b516;
  }

h2.normal {
  font-size : 16px;
  padding-bottom : 3px;
  padding-left : 5px;
  padding-right : 5px;
  padding-top : 3px;
  }
  
h2.inverse {
    background-color : #C0C0C0;
    font-size : 16px;
    padding-bottom : 3px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 3px;
  }

/*
.localtoc .active {
    background: #ff9;
    position: relative;
  }

*/
