

body {
  background: url("bd_body.png") repeat-x scroll left top #FFFFFF !important;
  padding-top: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #2b2b2b;
  margin-bottom:40px;
}
strong { font-weight:bold; }
/* CLEAR FLOAT */
.group:before, .group:after { content:""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }
a { color: #009FEF; text-decoration: underline; }
th { font-weight:bold; padding: 5px;}
.content {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top:-15px;
  padding-top: 30px;
}
.header{
  padding:10px 10px 10px 10px;
  background-color:#F1F1F1;
  margin-bottom:10px;
}
.main_title_wrapper {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.main_title{
  color: #329DCF;


font-size: 20px;


  font-weight: bold;
  margin: auto auto auto -250px;
  left: 50%;
  position: absolute;
  text-shadow: 3px 3px 3px #CCCCCC;
  top: 35px;
  width: 500px;
}
.general_message{
  padding:10px 10px 10px 10px;
  background-color:#329DCF;
  margin-bottom:20px;
  color:white;
}
.confirmation_page_message{
  background-color: #329DCF;
  border-radius: 5px 5px 5px 5px;
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  position:relative;
  top:80px;
  width:70%;
  margin:auto;
}
.error_page_message{
    background-color: #FFEEEE;
    border-color: #FF9999;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    color: #FF5555;
    font-weight: bold;
    padding: 10px;
    position: relative;
    text-align: center;
    position:relative;
    top:80px;
    width:70%;
    margin:auto;
}
.disclamer{
  margin-top:10px;
  padding:10px 10px 10px 10px;
  background-color:#DDDDDD;
  margin-bottom:20px;
}
.error_message_area{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding:10px 10px 10px 10px;
  border-width:3px;
  margin-bottom:6px;
  color:#FF6666;
  text-align:center;
  font-weight:bold;
  font-size:14px;
}
.left_col {
  float: left;
  width: 450px;
}
.right_col {
  float: right;
  width: 450px;
}
ul{
  margin-left:5px;
  margin-bottom:15px;
}
li.welcome_message{
  position:relative;
  float:left;
}
li.expiration_date{
  position:relative;
  float:right;
}
.data_group{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-style:solid;
  border-width:2px;
  border-color:#DDDDDD;
  padding:5px;
  margin-bottom:5px;
}
.data_subgroup{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-left:10px;
  margin-bottom:15px;
  background-color:#EEEEEE;
  padding:10px;
}
.data_subgroup .button input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color:#DDDDDD;
}
.data_group h2{
  font-weight: bold;
  font-size: 17px;
  color: #2b2b2b;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #d5d5d5;
}
.data_subgroup h2{
  font-weight: bold;
  font-size: 12px;
  color: #2b2b2b;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-bottom: 3px;
  border-bottom: 2px solid #d5d5d5;
}
.data_group td{
  vertical-align: middle;
}
.data_group label{
  float: left;
  display: block;
  width: 140px;
  height:20px;
  position: relative;
  top:3px;
  /*line-height: 20px;*/
  /*margin-top: 6px;*/
  font-weight: bold;
  /*vertical-align:middle;*/
}
.data_group input{
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width:260px;
  height:20px;
  vertical-align:middle;
  padding-left: 6px;
  padding-right: 6px;
}
.data_group input.submit {
  margin-right: 20px;
  width: auto;
}
.data_group input.righted{
  float: right;
  margin-bottom: 10px;
}
.data_group textarea{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.data_group input[type="checkbox"]{
  border-width: 0px;
  height:auto;
}
.data_subgroup input{
  width:auto;
  line-height: auto;
}
.data_subgroup select{
  width:auto;
  line-height: auto;
}
.data_subgroup li select{ /*Only IE 8 and below*/
  position:relative\9;
  top:3px\9;
}
.data_group input[type="checkbox"]{
  width:auto;
  line-height: 20px;
}
#page_functions { background: #329dcf; padding: 12px 8px; margin: 20px 0 0 0;}
p.button { float: right; padding: 0 10px 0 0; position:relative; }
button {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #000;
  padding: 2px 15px 2px 15px;
  height:auto;
  background: #efefef;
  border:1px solid #aaadb2;
  margin: 0 0 0 0;
  font: 12px;
  position: relative;
  top: 1px;
}
.button input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #000;
  padding: 2px 15px 2px 15px;
  height:auto;
  background: #efefef;
  border:1px solid #aaadb2;
  margin: 0 10px 0 0;
}
.button input.disabled { color: #888888; }
.expand_button{
  border-style:none;
  background: url(toggle-expand-sticker-20.png) no-repeat top center;
  height:20px;
  width:20px;
}
.collapse_button{
  border-style:none;
  background: url(toggle-collapse-sticker-20.png) no-repeat top center;
  height:20px;
  width:20px;
}
.toggle_button{
  float: right;
  position: relative;
  z-index: 99;
}
tbody.scrollContent{
  display: block;
  width:100%;
  overflow:auto;
}
#bank_accounts_list tbody tr td{
  text-align: center;
  padding: 3px;
}
.fix_scrollable{
  width:100%;
  height:70px;
  overflow:auto;
}
.fixed_table{

  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d5d5d5;
}
.fixed_table th{
  line-height:20px;
}
.fixed_table td{
  text-align: center;
  line-height:20px;
}
box_label{
  font-weight:bold;
  line-height: 20px;
}
span.link { text-decoration: underline; cursor:pointer; color: #009FEF; }
#add_vat_table{
  width:100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d5d5d5;
}
#add_vat_table td{
  text-align: center;
  line-height:20px;
}
li{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding:2px 0 2px 6px;
  border-width: 3px;
  margin-bottom: 1px;
}
tr{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding:2px 0 2px 6px;
  border-width: 3px;
  margin-bottom: 1px;
}
li.error{
  border-style:solid;
  border-color:#FF6666;
}
.error1{
  border-style:solid;
  border-color:#FF6666;
}
.error4{
  border-style:solid;
  border-color:#66FF66;
}
.error5{
  border-style:solid;
  border-color:#6666FF;
}
.error2{
  border-style:dashed;
  border-color:#FF6666;
}
.error6{
  border-style:dashed;
  border-color:#66FF66;
}
.error7{
  border-style:dashed;
  border-color:#6666FF;
}
.error3{
  border-style:dotted;
  border-color:#FF6666;
}
.error8{
  border-style:dotted;
  border-color:#66FF66;
}
.error9{
  border-style:dotted;
  border-color:#6666FF;
}
.internal_ref{
  float: right;
  font-size:x-small;
  position: relative;
  top: 40px;
}
.banner{
  top: 0;
  margin: auto;
  width: 850px;
  background: #329DCF;
  position:relative;
  left:110px;
}
.banner_left{
  background: url("bg_left_top_menu.png") no-repeat 0 0;
  width: 73px;
  height: 36px;
  float: left;
}
.banner_right{
  background: url("bg_right_top_menu.png") no-repeat 0 0;
  width: 73px;
  height: 36px;
  float: right;
}
.solvay_logo{
  border-width: 0;
  left: -360px;
  margin: auto;
  position: relative;
  top: -25px;
  width: 230px;
}
.language_box{
  position: relative;
  margin-right:10px;
  float:right;
  top: -35px;
}
label.large {
  width:200px;
}
/*Data Table -> Banks Table*/
  .myDataTableWrapper .dataTables_scrollHead{
  background-color: #BBBBBB;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
  line-height:25px;
}
.myDataTableWrapper .dataTables_scrollFoot{
  line-height:25px;
  border-radius: 0 0 3px 3px;
  white-space: nowrap;
  background-color: #BBBBBB;
}
 .myDataTableWrapper table.dataTable tr.odd {
    background-color: #FAFAFA;
}
 .myDataTableWrapper table.dataTable tr.odd td.sorting_1 {
    background-color: #EAEAEA;
}
 .myDataTableWrapper table.dataTable tr.even {
    background-color: #D1D1D1;
}
 .myDataTableWrapper  table.dataTable tr.even td.sorting_1 {
    background-color: #C1C1C1;
}
 .myDataTableWrapper  table.dataTable thead th {
  white-space: nowrap;
}
 .myDataTableWrapper  table.dataTable tbody tr{
  cursor:pointer;
}
 .myDataTableWrapper  table.dataTable tbody tr td{
  border-top-width:1px;
  border-bottom-width:1px;
  border-top-style:solid;
  border-color:white;
}
 .myDataTableWrapper  table.dataTable tbody tr.mouseover td{
  background-color:#8CC8E6;
 }
  .myDataTableWrapper  table.dataTable tbody tr.mouseover td.sorting_1{
  background-color:#8CC8E6;
 }

 .myDataTableWrapper  table.display tr.even.row_selected td {
  background-color: #00AEEF;
}
 .myDataTableWrapper  table.display tr.odd.row_selected td {
  background-color: #00AEEF;
}
 .myDataTableWrapper  table.display tr.even.row_selected td.sorting_1{
  background-color: #00AEEF;
}
 .myDataTableWrapper  table.display tr.odd.row_selected td.sorting_1{
  background-color: #00AEEF;
}
 .myDataTableWrapper  .dataTables_paginate{
  margin-top:3px;
}
 .myDataTableWrapper  .dataTables_info{
  margin-top:3px;
}
 .myDataTableWrapper  .dataTables_length{
  margin-bottom:3px;
}
 .myDataTableWrapper  .dataTables_filter{
  margin-bottom:3px;
}
