body
{
    font-family: Verdana;
    font-size: 0.67em;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #5B5B53; /*url(../images/bg_body.jpg) repeat-x #018aca 100px 100px;*/
}

Buttons
{
    text-align: right;
    font-family: Verdana;
    font-size: 11px;
}
Input
{
    font-family: Verdana;
    font-size: 11px;
}

Select
{
    font-family: Verdana;
    font-size: 11px;
}

h1
{
    padding: 15px 0 0 13px;
    margin: 0;
    float: left;
}

h2
{
    font-size: 150%;
    color: #000;
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: normal;
}

h3
{
    font-size: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    display: block;
    clear: both;
}

h4
{
    margin: 0;
    padding: 0;
}

div#heen
{
    padding: 15px 0 0 13px;
    margin: 0;
    float: left;
}

h3.blue
{
    color: #0263aa;
}

code
{
    font-size: 120%;
}

.tooltip
{
    padding: 0 0 0 20px;
    background: url(../images/ico_tooltip_active.png) no-repeat 0 0;
    cursor: pointer;
}

.tooltip a
{
    text-decoration: none !important;
}

.tooltip:hover
{
    background: url(../images/ico_tooltip.png) no-repeat 0 0;
}

p
{
    padding: 0 0 15px 0;
    margin: 0;
}

hr
{
    border-top: 1px solid #F18A21; /*  #78bcde;*/
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    height: 2px;
    margin: 0;
    padding: 5px 0;
}

/* DEFAULT
------------------------------------------------------------------------------------------------ */


/* HEADER
------------------------------------------------------------------------------------------------ */

div#header
{
    min-height: 90px;
    min-width: 800px;
    display: block;
    background: white; /* url(../images/bg_header.png) no-repeat right bottom #77b5e3;*/
    overflow: hidden;
}


/* SECUNDARY NAVIGATION
------------------------------------------------------------------------------------------------ */

ul#nav-sec
{
    min-height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: right;
    padding: 0 20px 0 0;
    margin: 0; /*background:url(../images/bg_nav_sec.png) repeat-y top left;*/
    text-align: right;
}

ul#nav-sec li
{
    list-style-type: none;
    display: inline;
    color: #5B5B53; /*#fff;*/
    font-size: 95%;
}

ul#nav-sec li a
{
    color: #5B5B53; /*#a6d9ff;*/
    text-decoration: none;
}

ul#nav-sec li a:hover
{
    color: #5B5B53; /*#fff;*/
    text-decoration: underline;
}

/* PRIMARY NAVIGATION
------------------------------------------------------------------------------------------------ */

ul#nav-prim
{
    margin: 0;
    padding: 0 0 0 20px;
    display: block;
    clear: both;
    background: url(../images/bg_nav_prim.jpg) repeat-x bottom;
    height: 30px;
    line-height: 30px;
}

ul#nav-prim li, .TopNavigation .Item
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    display: table-cell; /*border-right: 1px solid #136bb0;*/
    float: left;
}

ul#nav-prim li a, .TopNavigation .Item a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
}

ul#nav-prim li.selected, ul#nav-prim li a:hover
{
    background: #fff;
    color: #444;
}

.TopNavigation .Item .Selected a, .TopNavigation .Item a:hover
{
    background: #fff;
    color: #444;
    display: block;
}

ul#nav-prim li.selected a, .TopNavigation .Selected, .TopNavigation .Selected:hover
{
    color: #444;
    cursor: default;
}

/* SEARCH
------------------------------------------------------------------------------------------------ */

ul#nav-prim li.search
{
    float: right;
    width: 318px;
    margin: 4px 0 0 0;
    height: 16px;
    line-height: 16px;
}

input.input
{
    border: 1px solid #cccccc;
    float: left;
    color: #999;
    font-size: 80%;
    height: 16px;
    line-height: 16px;
    display: table-cell;
    width: 222px;
    margin: 0 10px 0 0;
    background: url(../images/ico_search_active.png) no-repeat 2px 1px #fff;
    text-indent: 20px;
}

input.input:hover
{
    background: url(../images/ico_search.png) no-repeat 2px 1px #fff;
}

img.button
{
    width: 56px;
    height: 24px;
    float: left;
    background: url(../images/button_active.png) no-repeat 0 0;
    cursor: hand;
    border-style: none;
}

img.button:hover
{
    background-image: url(../images/button_hover.png);
}

/* CONTENT
------------------------------------------------------------------------------------------------ */

div.content
{
    background: #fff;
    display: block;
    margin: 0px 20px 20px 20px;
    border: 1px solid #ddd;
    padding: 70px 20px 20px 20px;
    min-width: 800px;
}

div.content a
{
    color: #F18A21; /*#005abb;*/
    text-decoration: underline;
}

div.content a:hover
{
    color: #000;
}

/* BREADCRUMB
------------------------------------------------------------------------------------------------ */

ul#breadcrumb
{
    display: block;
    height: 38px;
    line-height: 38px;
    border: 1px solid #F18A21; /*#78bcde;*/
    background: url(../images/bg_breadcrumb.jpg) bottom repeat-x;
    position: relative;
    top: -10px;
    margin: 0;
    padding: 0; /*background: #f1f8ff;*/
}

ul#breadcrumb li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 38px;
    line-height: 38px;
    float: left;
}

ul#breadcrumb li a.page, ul#breadcrumb li span
{
    display: table-cell;
    height: 38px;
    line-height: 38px;
    float: left;
    padding: 0 20px;
}

ul#breadcrumb li a.page
{
    background: url(../images/bg_breadcrumb_page.png) no-repeat right center;
    color: #ffffff; /*#005abb;*/
    font-weight: bold;
    text-decoration: none;
    font-size: 100%;
}

ul#breadcrumb li span
{
    font-weight: bold;
    color: #444;
}

div.BreadCrumb a, div.BreadCrumb a:visited
{
    color: #000;
    text-decoration: none;
}

/* PAGE CONTROLS
------------------------------------------------------------------------------------------------ */

ul#breadcrumb li.page-controls
{
    float: right;
    width: 300px;
    height: 38px;
    line-height: 38px;
    border-left: 1px solid #F18A21; /*#78bcde;*/
    background: url(../images/bg_page_controls.jpg) repeat-x bottom;
    padding-left: 10px;
}

ul#breadcrumb li.page-controls a.page-print, ul#breadcrumb li.page-controls a.page-share, ul#breadcrumb li.page-controls a.page-favorites
{
    height: 16px;
    line-height: 16px;
    display: table-cell;
    float: right;
    padding: 0 30px 0 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    color: #ffffff; /*#005abb;*/
    font-weight: bold;
    text-decoration: none;
    font-size: 90%;
    top: 10px;
}

ul#breadcrumb li.page-controls a.page-print
{
    background-image: url(../images/ico_print_active.png);
}

ul#breadcrumb li.page-controls a.page-share
{
    background-image: url(../images/ico_share_active.png);
}

ul#breadcrumb li.page-controls a.page-favorites
{
    background-image: url(../images/ico_favorites_active.png);
}

ul#breadcrumb li.page-controls a.page-print:hover
{
    background-image: url(../images/ico_print.png);
}

ul#breadcrumb li.page-controls a.page-share:hover
{
    background-image: url(../images/ico_share.png);
}

ul#breadcrumb li.page-controls a.page-favorites:hover
{
    background-image: url(../images/ico_favorites.png);
}

/* WRAPPER
------------------------------------------------------------------------------------------------ */

div.wrapper
{
    position: relative;
    top: -40px;
}

/* CONTENT BOXES
------------------------------------------------------------------------------------------------ */

div.problem, div.solution
{
    border: 1px solid #F18A21; /* #78bcde;*/
    padding: 10px;
    margin: 0 0 10px;
    color: #444444;
}

div.problem
{
    background: #fbe6e6;
}

div.solution
{
    background: #e8fddd;
}

div.problem h4, div.solution h4
{
    font-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 20px;
    margin: 0;
    color: #F18A21; /*#005abb;*/
}

div.problem h4
{
    background-image: url(../images/ico_problem_active.png);
}

div.solution h4
{
    background-image: url(../images/ico_solution_active.png);
}

div.problem:hover h4
{
    background-image: url(../images/ico_problem.png);
}

div.solution:hover h4
{
    background-image: url(../images/ico_solution.png);
}

div.problem h4 span, div.solution h4 span
{
    font-weight: normal;
}

div.problem p, div.solution p
{
    padding: 0 20px;
    font-size: 90%;
    line-height: 18px;
}

/* PAGE TAGS
------------------------------------------------------------------------------------------------ */

a.page-tag
{
    padding: 0 0 0 20px;
    height: 20px;
    line-height: 20px;
    background: url(../images/ico_tag_active.png) no-repeat 0 0;
    text-decoration: none !important;
}

a.page-tag:hover
{
    background: url(../images/ico_tag.png) no-repeat 0 0;
    color: #000;
}

/* FOOTER
------------------------------------------------------------------------------------------------ */

div.footer
{
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 80%;
    display: block;
    clear: both;
    border-top: 1px solid #ccc;
    color: #333;
    position: relative;
    top: -10px;
}

div.footer p
{
    padding: 10px 0 0 0;
    margin: 10px;
    font-size: 100%;
}

div.footer ul
{
    padding: 0;
    margin: 0;
}

div.footer ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

div.footer ul li a
{
    padding: 0 2px;
    text-decoration: none;
}

/* HOMEPAGE NEWS
------------------------------------------------------------------------------------------------ */

div.news
{
    margin: 0 0 10px 0;
    clear: both;
}

div.date
{
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/bg_date.png) no-repeat;
    text-align: center;
    line-height: 20px;
    margin: 0 10px 10px 0;
    font-size: 90%;
    color: #444;
}

div.date span
{
    font-weight: bold;
}

div.news h4
{
}

div.news h4 a
{
    text-decoration: none !important;
}

div.news p
{
    padding: 0 10px 0 0;
    font-size: 90%;
    line-height: 18px;
}

a.more
{
    background: url(../images/ico_more_active.png) no-repeat 0 0;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
}

div.news a.more:hover
{
    background: url(../images/ico_more.png) no-repeat 0 0;
}

/* HOMEPAGE 
------------------------------------------------------------------------------------------------ */

div.spotlight
{
    margin: 0 0 10px 0;
}

div.spotlight h4
{
    background: url(../images/ico_spotlight_active.png) no-repeat 0 0;
    padding: 0 0 0 20px;
}

div.spotlight h4:hover
{
    background: url(../images/ico_spotlight.png) no-repeat 0 0;
}

div.spotlight h4 a
{
    text-decoration: none;
}

div.spotlight p
{
    padding: 0 10px 0 20px;
    font-size: 90%;
    line-height: 18px;
}

img.button_vote
{
    width: 56px;
    height: 24px;
    float: left;
    background: url(../images/button_vote_active.png) no-repeat 0 0;
    cursor: hand;
    border-style: none;
}

img.button_vote:hover
{
    background-image: url(../images/button_vote.png);
}

/* Styles from old CSS */
.InfoTable
{
    width: 100%;
    background-color: #F18A21; /*#5B5B53;  #E32E25;*/
}
.InfoTable A
{
    color: #333333;
}
.InfoTable TD
{
    padding: 5px;
    background-color: #ffffff;
}
.InfoTable TH
{
    padding: 5px;
    text-align: left;
    background-color: #F18A21; /*#F15D22; #1b96cf;*/
    vertical-align: middle;
    width: 100%;
    height: 19px;
    color: #ffffff;
    font-weight: bold;
    background-repeat: repeat-x;
}
.InfoTable .HeaderRow TD
{
    background-color: #F18A21; /*#0081c7;*/
    color: #ffffff;
}
.InfoTable .ItemRow TD
{
    background-color: #F7F6F3;
}
.InfoTable .AlternateRow TD
{
}
.InfoTable .Intro
{
    background-color: #FFF1C5; /* #4faeda;*/
    color: #F18A21; /*#ffffff;*/
    text-align: left;
    height: 20px;
    white-space: nowrap;
}
.InfoTable .Intro A
{
    color: #ffffff;
}
.InfoTable .Description
{
    padding: 10px;
    background-color: #ffffff; /* #F18A21; /* #93cfeb;*/
    color: #F15D22; /*#F18A21; /*#5B5B53; #3278b5;*/
    font-weight: bold;
}
.InfoTable .Description A
{
    text-decoration: underline;
    color: #3278b5;
}
.InfoTable .BoldText
{
    font-weight: bold;
    color: #5a5a5a;
}
.InfoTable .SmallText
{
    font-size: 10px;
}
.InfoTable .Title
{
    background-color: #FFF1C5; /*#e0f2fb;*/
    color: #F18A21; /* #4263A5;*/
    vertical-align: top;
}
.InfoTable .Buttons
{
    text-align: right;
    font-family: Verdana;
    font-size: 11px;
}
.InfoTable .Buttons INPUT
{
    background-color: #F18A21; /*#1b96cf;*/
    color: #ffffff;
    border: outset 1px;
    padding: 5px 10px 5px 10px;
    /*padding: 0px 20px 0px 20px;*/
    /*font-family: Verdana;*/
    font-size: 12px;
}


/*.SubNavigation { overflow: auto; background-color: #ffffff; padding-left: 10px; padding-right: 10px; padding-top: 10px; height: 25px; }
.SubNavigation .Item { float: left; background-color: #0181c8; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-left: solid 1px #ffffff; }
.SubNavigation .Item A { color: #ffffff; text-decoration: none; }
.SubNavigation .Item:HOVER { background-color: #4fadd3; }
.SubNavigation .Selected { background-color: #5ec5ee; border-bottom: solid 1px #5ec5ee; }
.SubNavigation .Selected:HOVER { background-color: #5ec5ee; }*/

.TreeView TD
{
    vertical-align: top;
    padding: 12px;
}


/*
.InfoTable { width: 100%; background-color: #bde4f7; }
.InfoTable A { color: #333333; }
.InfoTable TD { padding: 5px; background-color: #ffffff; }
.InfoTable TH { padding: 5px; text-align: left; background-color: #0050a0; vertical-align: middle; width: 100%; height: 19px; color: #ffffff; font-weight: bold; background-repeat: repeat-x; }
.InfoTable .HeaderRow TD { background-color: #0081c7; color: #ffffff; }
.InfoTable .ItemRow TD { background-color: #F7F6F3; }
.InfoTable .AlternateRow TD { }
.InfoTable .Intro { background-color: #5ec5ed; color: #ffffff; text-align: left; height: 20px; white-space: nowrap; }
.InfoTable .Intro A { color: #ffffff; }
.InfoTable .Description { padding: 10px; background-color: #bde4f7; color: #3278b5; }
.InfoTable .Description  A { text-decoration: underline; color: #3278b5 }
.InfoTable .BoldText { font-weight: bold; color: #5a5a5a; }
.InfoTable .SmallText { font-size: 10px; }
.InfoTable .Title { background-color: #e0f2fb; color: #4263A5; vertical-align: top; }
.InfoTable .Buttons { text-align: right; }
.InfoTable .Buttons INPUT { background-color: #0050a0; color: #ffffff; border: outset 1px; padding: 0px 20px 0px 20px; }
*/

.privatearticle
{
    color:#E32E25;  /*#e57765;*/
}


#LeftPane a
{
    text-decoration: none;
}

.boldList
{
    color: #5B5B53; /*#015AA4;*/
    font-weight: bold;
}

