﻿html, body
{
    height: 100%;
}

form, .wrapper
{
    min-height: 100%;
}

body
{
    position: relative;
    font-family:tahoma,verdana;
    font-size: 13px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #222222;    
    line-height:1.5;
}

.wrapper
{
    position:relative;
    margin-left: auto;
    margin-right:auto;
    width: 1000px;
    background:#FFFFFF url(images/sideback_black.gif) repeat-y scroll right top;
}

p
{
    text-align: justify;
    margin-bottom: 15px;
    line-height: 22px;
}

.clearDiv
{
    clear: both;
}

/* header */

#header
{
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

#logo
{
    float: right;
}

#slogan
{
    float: left;
    padding-left: 45px;
}

#header_search
{
    background: #FFFFFF url(images/sideback_black.gif) repeat-y scroll right top;
    float: right;
    height: 46px;
    width: 270px;
}

#searchDiv {
    background:#FFFFFF url(images/searchPanel.gif) no-repeat scroll left center;
    height:16px;
    margin:13px 0 13px 45px;
    width:183px;
    position:relative;
}

.searchTextBox {
    border:medium none;
    color:#73634C;
    font-family:Verdana;
    font-size:8pt;
    height:14px;
    outline-style:none;
    width:150px;
    position:absolute;
    left: 20px;
}

#header_blanc {
    background:#88765F url(images/sideback_brown.gif) repeat-y scroll right top;
    height:25px;
    position:relative;
    width:100%;
    z-index:2;
}


#logoname
{
    margin-top: 25px;
    float: left;
    padding-right: 60px;
}

#loginbox
{
    float: left;
    padding: 2px;
    font-size: 10px;
    width: 180px;
}

#infocontent
{
    float: right;
    position: absolute;
    top: 16px;
    right: 10px;
    padding: 2px 33px 2px 2px;
    font-size: 10px;
    text-align: right;
}

#loginbox input
{
    color: red;
    border-color: red;
    background-color: #f7d582;
    font-size: 10px;
}

.loginHyperLink
{
    font-weight: bold;
    color: #F4F1EC;
}

#welcomebox
{
    font-size: 12px;
    text-align: right;
    margin-right: 5px;
    padding-top: 3px;
    color: #F4F1EC;
}

/* end header */

/* content*/

.allContent
{
    top: 170px;
    bottom: 0;
}

#content
{
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1000px;
}

.mainContent
{
    padding-left: 45px;
    margin-right: 270px;
}

#centercolcontent .sectiontitle span
{
    font-weight: bold;
    font-size: 17px;
    color: #96916D;
    padding-top: 10px;
}

.sectiontitle
{
    color:#756653;
    font-size:18pt;
    margin-left:0;
    margin-top:0;
    padding-top:0;
    font-weight:bold;
}

.sectionsubtitle
{
    color:#0092CD;
    font-family:tahoma,verdana;
    font-size:12pt;
    font-weight:bold;
    text-align:left;
    font-weight: bold;
}

.headline_date, .headline_content
{
    margin-left: 5px;
}

#content div.sectionsubtitle
{
    font-weight: bold;
    padding-bottom: 4px;
}

#content div.smalltext
{
    font-size: smaller;
}

#content p
{
    margin-bottom: 20px;
}

/* end content */

/* menu */

#menu_blanc {
    background:#171C21 url(images/sideback_black.gif) repeat-y scroll right top;
    height:20px;
    position:relative;
    width:100%;
    z-index:2;
}

#menu
{

    height: 27px;
    position: absolute;
    top: -1px;
    z-index:100;
    width: 100%;
    padding-left: 28px;
}

table.menu_level, span.menu_level
{
    width: 115px;
    position: relative;
    float: left;
    bottom: 1px;
    padding: 3px 5px;
    text-decoration: none;
    background-image:url(images/menuItem.png);
    background-repeat:no-repeat;
    color:#3C2F1E;
    height:35px;
    text-align:center;
    padding: 0;
    margin: 0;
}

.menu_level a
{
    font-family:Arial;
    font-size:12px;
    font-weight: normal;
    color: Black;
    position:relative;
    top: -7px;
    display:block;
    margin:0;
}

span.menu_level a
{
    top: 2px;
}

span.menu_level:hover
{
    background-image:url(images/menuItemHover.png);
}

span.menu_level:hover a
{
    color: White;
}

table.menu_selected, span.menu_selected
{
    background-image:url(images/menuItemSelected.png);   
}

table.menu_selected a, span.menu_selected a
{
    color: White;
}

table.menu_hover
{
    background-image:url(images/menuItemHover.png);
}

table.menu_hover a
{
    color:White;
}

/* end menu */

/* breadcrumbs */

#breadcrumb
{
    padding: 35px 0 10px 2px;
}

.pathSeparator
{
    font-weight: bold;
    color: #47421E;
}

.currentNode
{
    font-weight: bold;
    color: #47421E;
}

.node
{
    font-weight: bold;
    color: #FDBB30;
}

/* end breadcrumbs*/

/* footer */

#footer
{
    bottom: 0;
    height: 20px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    width: 1000px;
    margin: 0 auto;  
    background:#FFFFFF url(images/sideback_black.gif) repeat-y scroll right top; 
}

#footertext
{
    text-align: right;
    padding-top: 3px;
    color:#73634C;
    font-size:7pt;
    margin-right: 4px;
}

#footertext a 
{
    color:#73634C;
    font-size:7pt;
    text-decoration: none;
}

#footertext a:hover
{
    text-decoration: underline;         
    color:White;
}

.footermenulink
{
    font-family: Arial, Serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.footermenulink a
{
    text-decoration: none;
    color: black;
}

#footermenu
{
    text-align: center;
    padding-top: 10px;    
}

/* end footer */


td.fieldname
{
    text-align: right;
    font-size: 10px;
    font-weight: bold;
}

.clearit
{
    clear: both;
    height: 1px;
}

/* headline */

.headline_content
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 13px;
}

.headline_date
{
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

.headline_tail a.dxhl
{
    color: Blue;
}

/* end headline */

.productTable
{
    padding-top: 10px;
}

.notice
{
    color: Red;
}

.productTable
{
    margin-left: 5px;
}

.licencesInfo
{
    margin-left: 5px;
}

.siteInfo
{
    float:left;
    margin-left: 5px;
    color:#F4F1EC;
    font-size:8pt;
    margin-top: 4px;
    font-weight:bold;
}

.smallInfo a, .smallInfo
{
    color:#F4F1EC;
    font-size:10px;
}

.loginInfo
{
    float:right;
}

/* sidebar */
.sidebar
{
    width:255px;    
    position: absolute;
    right: 0;
}

/*quick filter*/
.quickFilter
{
    margin-bottom: 10px;
}

