body {
    margin: 0; padding: 0;
    background-color: #f37f36; color: black;
    font-family: Verdana, Ariel, sans-serif; font-size: 10px;
    text-align: center;
}
body.ittpole {
    background-color: #1088ab;  color: inherit;
}
body.medipole {
    background-color: #a70036;  color: inherit;
}
body.ecopole {
    background-color: #9a9e16;  color: inherit;
}
#header_container {
    background: transparent url(./images/inno_header_container_bg.gif) repeat top left;
}
#header {
    width: 780px; height: 72px;
    margin: auto;
    background: url(./images/inno_header_bg.gif) no-repeat center;
    text-align: left;
}
body.ittpole #header {
    background: url(./images/inno_header_bg_itt.gif) no-repeat center;
}
body.ecopole #header {
    background: url(./images/inno_header_bg_eco.gif) no-repeat center;
}
body.medipole #header {
    background: url(./images/inno_header_bg_medi.gif) no-repeat center;
}
body.en #header {
    background: url(./images/inno_header_en_bg.gif) no-repeat center;
}
body.en.ittpole #header {
    background: url(./images/inno_header_en_bg_itt.gif) no-repeat center;
}
body.en.ecopole #header {
    background: url(./images/inno_header_en_bg_eco.gif) no-repeat center;
}
body.en.medipole #header {
    background: url(./images/inno_header_en_bg_medi.gif) no-repeat center;
}
#header h1{
    display: none;
}
#header #top_menu {
    position: relative;
    top: 48px;
}
#header #top_menu ul {
    display: block;
    width: 388px;
    margin: auto;
    text-align: right;
}
#header #top_menu li {
    display: block;
    width: 120px; height: 17px;
    margin: 0 0 0 -1px;
    float: left;
    background: url(./images/inno_tabber_top_inactive.gif) no-repeat center;
    text-align: center;
}
#header #top_menu li.active {
    background: url(./images/inno_tabber_top_active.gif) no-repeat center;
}
body.ittpole #header #top_menu li.active {
    background: url(./images/inno_tabber_top_itt_active.gif) no-repeat center;
}
body.medipole #header #top_menu li.active {
    background: url(./images/inno_tabber_top_medi_active.gif) no-repeat center;
}
body.ecopole #header #top_menu li.active {
    background: url(./images/inno_tabber_top_eco_active.gif) no-repeat center;
}

#header #top_menu li a:link, #header #top_menu li a:hover, #header #top_menu li a:visited {
    display: block; padding-top: 2px;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-size: 11px; font-weight: bold;
    background-color: inherit; color: white;
    text-decoration: none;
}
#header #logo{
    float: left;
}
#header #auth_user {
    position: absolute; top: 54px;
    width: 780px;
    padding-left: 10px;
}
#page {
    margin: auto;
    text-align: left;
    width: 780px;
    background: url(./images/inno_page_bg.jpg) repeat-y center;
}
#body {
    min-height: 510px;
}
*html #body {
    height: 510px;
}
#page_worksheet {
    margin: auto;
    text-align: left;
    width: 780px;
    height: 520px;
    background: url(./images/inno_login_page_bg.gif) repeat center;
}
#page_worksheet_auth {
    margin: auto;
    text-align: left;
    width: 780px;
    height: 520px;
    background: url(./images/inno_login_page_auth_bg.gif) repeat center;
}
#left_panel {
    margin: 0; padding: 0 0 20px 0;
    float: left;
    width: 162px;
    color: white; background-color: inherit;
}
#left_panel fieldset, #right_panel fieldset {
    margin: 0; padding: 0 2px 0 2px;
    border: 0;
}
#left_panel legend, #right_panel legend {
    display: none;
}
#left_panel label, #right_panel label {
    background-color: inherit; color: #818286;
    font-weight: bold;
}
#main_content {
    float: left;
    width: 434px;
    padding: 10px;
}
#right_panel {
    margin: 0; padding: 0 0 20px 0;
    float: left;
    width: 162px;
}

#footer {
    height: 17px;
    background: url(./images/inno_footer_bg.jpg) repeat-y center;
    clear: both;
    text-align: right;
    padding: 3px 15px 0 0;
}
h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}
h4 {
    font-size: 12px;
    font-weight: bold;
}

div {
    margin: 0;
    padding: 0;
}

a {
    /*text-decoration: none;*/
    color: #f37f36;
    background-color: inherit;
}
body.ittpole a {
    color: #1088ab; background-color: inherit;
}
body.medipole a {
    color: #a70036; background-color: inherit;
}
body.ecopole a {
    color: #9a9e16; background-color: inherit;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

fieldset {
    margin: 5px 5px 10px 5px;
    padding: 10px 0 0 5px;
    text-align: left;

}

fieldset .spacer {
    clear: both;
    /*display: none;*/
}

legend {
    font-weight: bold;
    background-color: #f37f36;
    color: inherit;
    padding: 0 10px 0 10px;
    margin: 0 2px 0 2px;
}
body.ittpole legend {
    background-color: #1088ab;  color: inherit;
}
body.medipole legend {
    background-color: #a70036;  color: inherit;
}
body.ecopole legend {
    background-color: #9a9e16;  color: inherit;
}

form {
    text-align: left;
    margin: 0; padding: 0;
}
input {
    margin: 0;
}
ul {
    list-style: none;
}

ul li {
    list-style: none;
}
#main_content ul, #page_worksheet ul {
    list-style-image: url(./images/li_box_mid_gray.gif);
    margin: 0 0 0 20px;
    padding: 2px;
}

#main_content li ul, #page_worksheet li ul {
    list-style-image: url(./images/li_box_little_gray.gif);
    margin: 0 0 0 20px;
    padding: 2px;
}

input, textarea, select {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}
.input_1char {
    width: 15px;
}
table {
    width: 99%;
}
tr {
    margin: 0 0 8px 0;
    background-color: #f6f6f6; color: inherit;
}
th, td {
    vertical-align: top;
}

th, .table_hat {
    background-color: gray;
    color: inherit;
    font-weight: bold;
}

.table_boot {
    background-color: #E2E2E2;
    color: inherit;
    font-weight: bold;
}


.form_row {
    clear: both;
    padding: 3px;
}

.form_row .form_label {
    float: left;
    background-color: #858489;
    color: inherit;
}

.form_row .form_element {
    float: left;
}
.form_label {
    width: 120px;
}
.form_text {
    width: 200px;
}

.form_submit {
    clear: both;
    padding: 10px 0 0 0;
}

.form_info, .help {
    background-color: inherit;
    color: #344690;
}

.feedback {
    background-color: inherit;
    color: red;
    font-weight: bold;
}

#printer_friendly {
    padding-right: 20px;
    text-align: right;
}


.spacer_table_row {
    height: 10px;
    border-top: 1px dashed gray;
}
.dont_show {
    display: none;
}
.clear_floated_elements {
    clear: both;
}
.table_cell_form {
    padding: 0;
    margin: 0 0 3px 0;
}
.menu ul {
    list-style: none;
    margin: 0; padding: 0;
}
.menu li {
    list-style: none;
    display: block;
    margin: 1px 1px 1px 2px;
    width: 159px;
    background: url(./images/inno_menu_inactive_bg.jpg) no-repeat;
}
.menu li a {
    display: block;
    height: 17px;
    padding: 4px 0 0 25px;
    text-decoration: none;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-size: 11px; font-weight: bold;
    background-color: inherit; color: white;
}
.menu li a:hover {
    background-color: inherit;
    color: #777579;
}

.menu li.active {
    background: url(./images/inno_menu_active_bg.jpg) no-repeat;
}
.menu li ul {
    display: none;
}
.menu li ul li {
    display: block;
    margin: 1px 1px 0 0;
    width: 159px;
    background: url(./images/inno_submenu_inactive_bg.jpg) no-repeat;
}
.menu li ul li ul{
    display: none;
}
.menu li ul li.active {
    background: url(./images/inno_submenu_active_bg.jpg) no-repeat;
}
.menu li ul li ul li{
    display: none;
    margin: 1px 0 0 0;
    padding-left: 15px;
    width: 144px;
    background: url(./images/inno_submenu_inactive_bg.jpg) no-repeat;
}
.menu li ul li.active ul li{
    display: block;
}
.menu li ul li ul li.active {
    display: block;
    background: url(./images/inno_submenu_active_bg.jpg) no-repeat;
}
.menu #menu_item_bfp  ul {
    display: block;
}
.menu #menu_item_poles  ul {
    display: block;
}
.menu li.opened ul, .menu li.active ul{
    display: block;
}
.menu li.active .act_menu_link{
    display: block;
    color: white; background-color: inherit;
}
.menu li ul li#menu_item_medipole.active,  .menu li ul li#menu_item_medipole li.active {
    background: url(./images/inno_submenu_medipole_active_bg.jpg) no-repeat;
}
.menu li ul li#menu_item_ecopole.active,  .menu li ul li#menu_item_ecopole li.active {
    background: url(./images/inno_submenu_ecopole_active_bg.jpg) no-repeat;
}
.menu li ul li#menu_item_ittpole.active,  .menu li ul li#menu_item_ittpole li.active {
    background: url(./images/inno_submenu_ittpole_active_bg.jpg) no-repeat;
}
.menu li ul li#menu_item_ittpole ul, .menu li ul li#menu_item_medipole ul, .menu li ul li#menu_item_ecopole ul {
    display: none;
}
.menu li ul li#menu_item_ittpole.active ul, .menu li ul li#menu_item_medipole.active ul, .menu li ul li#menu_item_ecopole.active ul,
.menu li ul li#menu_item_ittpole.opened ul, .menu li ul li#menu_item_medipole.opened ul, .menu li ul li#menu_item_ecopole.opened ul {
    display: block;
}
#search_form {
    width: 152px;
    margin: 2px 5px 0 6px;
}
#newsletter {
    width: 152px;
    margin: 20px 5px 0 6px;
}
#newsletter_inner #email_inner {
    width: 240px;
}
#search_form #search_for, #newsletter #email {
    width: 120px;
}
#search_submit, #search_submit_inner, #nl_submit {
    vertical-align: text-bottom;
    background: #f48035 url(./images/inno_clearbits_img_submit_bg_rounded.gif);  color: inherit;
}
body.ittpole #search_submit, body.ittpole #search_submit_inner, body.ittpole #nl_submit {
    background: #1088ab url(./images/inno_clearbits_img_submit_bg_rounded.gif);  color: inherit;
}
body.medipole #search_submit, body.medipole #search_submit_inner, body.medipole #nl_submit {
    background: #a70036 url(./images/inno_clearbits_img_submit_bg_rounded.gif);  color: inherit;
}
body.ecopole #search_submit, body.ecopole #search_submit_inner, body.ecopole #nl_submit {
    background: #9a9e16 url(./images/inno_clearbits_img_submit_bg_rounded.gif);  color: inherit;
}

#language_selector {
    margin: 0 0 0 2px;
    background: url(./images/inno_menu_inactive_bg.jpg) no-repeat;
}
#language_selector a:link,  #language_selector a:visited, #language_selector a:hover{
    display: block; height: 20px;
    padding: 3px 0 0 25px;
    color: #ffffff;
    background-color: inherit;
    font-weight: bold;
    text-decoration: none;
}
.searchWords {
    background-color: yellow;
    color: black;
}
.calendar {
    font-size: 9px;
}
.calendar .calendar-prev a, .calendar .calendar-next a {
    font-size: 12px;
    text-decoration: none;
}
.calendar caption {
    font-weight: bold;
    background-color: inherit; color: #808080;
}
.calendar th {
    text-align: center;
}
.calendar td {
    text-align: right;
    background-color: #efedf9;
    color: inherit;
}
.content_lead {
    margin-bottom: 20px;
}
#news_calendar_container {
    padding: 0 1px 0 2px;
    height: 180px;
}
#news ul {
    margin: 0;
    padding: 0;
}
#news li {
    list-style: none;
    margin-bottom: 5px;
}

.validationErrorMsg {
    color: #CC0000;
    background-color: inherit;
}

ul.feedback {
    margin: 0 0 0 20px;
    padding: 2px;
}
ul.feedback li {
    list-style-image: url(./images/li_box_mid_red.gif);
}
