/*=============================================================================
 Stylesheet Besisoft.

 Dateiname:   style_besisoft.css
 Autor:       Ralf Piecha
 Bearbeitung: Dirk Reiermann

 Inhalt:      1. Allgemeine Styles
              2. Styles für Searchbox BSSB
              3. Styles für DatumsWidget IC_DATE / JSDATE
              4. Styles für JSFilterTab
              5. Weitere Styles
              6. Download-Navi
              7. Styles für JSFRAME
              
==============================================================================*/
/*=============================================================================
 1. Allgemeine Styles             
==============================================================================*/
*{
    font-family:Times New Roman,Serif;
    font-smooth:always;
}
body {
    background-color:#aaaaaa;padding:0;margin:0;
}
.main {
    background-color:#ffffff;
    min-height:100%;
    padding:0px;
    margin:auto;
    width:960px;
}
.head {
    position: relative;
    width:960px;
    height:148px;
    background-image:url(besisoft.png);
    background-repeat:no-repeat;
    background-position:200px  center;
}
.infoHead {
    color:#000000;
    font-weight:normal;
    font-style:italic;
    font-size:15px;
    padding:4px 4px 4px 4px;
    position:absolute;
    bottom:0px;
    left:200px;
}
.banner {
    position: relative;
    width:960px;
    height:224px;
    margin:1px 0px 1px 0px;
    background-repeat:no-repeat;
    background-position:center  center;
    background-color:#565c3d;
    text-align:right;
    vertical-align:bottom;
}
.infoBanner {
    color:#ffffff;
    font-weight:normal;
    font-style:italic;
    font-size:11px;
    padding:4px 4px 4px 4px;
    position:absolute;
    bottom:0px;
    right:0px;
}
.menu {
    width:960px;
    height:26px;
    background-color:#3ca423;
}
.itemMenu {
    padding:2px 2px 2px 4px;
    color:#ffffff;
    font-weight:normal;
    font-style:italic;
    font-size:20px;
    border-left:1px dotted #ffffff;
    text-decoration:none;
    
}
.itemMenu:first-child {
    padding-left:200px;
    border-left:0px;
}
.itemMenu:focus,
.itemMenu:hover {
    /*font-weight:bold;*/
    color: #FFFFBF;
    text-decoration: underline;
}
.content {
    width:960px;
    min-height:800px;
}
.headContent {
    position:relative;
    left:0;
    top:20px;
    background-color:#888888;
    color:#ffffff;
    font-weight:bold;
    font-style:italic;
    font-size:20px;
    width:200px;
    padding:2px;
}
table.imp, table.jobs, table.webdemos {
    position:relative;
    left:200px;
    top:0px;
    margin:2px;
    border:0px;
    border-spacing:0px;
}
table.products {
    position:relative;
    left:20px;
    top:20px;
    margin:2px;
    border:0px;
    border-spacing:0px;
}
div#content p {
    margin:0px;
}
table.imp td {
    border-bottom:1px dotted #aaaaaa;
    padding:2px;
    vertical-align:top;
}
table.imp td:first-child {
    width:200px;
}
table.imp  td:last-child {
    text-align:right;
    width:200px;
}

table.webdemos td {
    border-bottom:1px dotted #aaaaaa;
    padding:2px;
    vertical-align:top;
}
table.webdemos td:first-child {
    width:260px;
}
table.webdemos  td:last-child {
    width:380px;
}


table.jobs td {
    padding:2px;
    vertical-align:top;
    width:700px;
}
table.products td {
    padding:2px;
    vertical-align:top;
    width:700px;
}

tr.selectRow:hover {
    color: #B30000;
    cursor: pointer;
}

div#content table a {
    text-decoration:underline;
    color:#000000;
}
#liclistethead th:hover,
#dlt th:hover {      
    background-color: #899362;
    cursor: pointer;
}

td.popUpEdit {
    background-color: #FF99FF;    
}
td.popUpEdit:hover {    
    cursor: pointer;
    background-color: #FF73FF;
}
form#popForm {
    padding: 5px;
}

form#formEditFirm {
    float: left;
    margin-right: 15px;
}
div#viewAll_firm
{
  float: left;
}
div#viewLics_firm div#app_viewLics,
div#viewBox_firm div#app_viewBox
{
  padding-bottom:18px;
}
div#viewLics_firm div#app_viewLics:empty,
div#viewBox_firm div#app_viewBox:empty
{
  padding-bottom:0px;
}
div#viewBox_firm,
div#viewConf_firm,
div#viewLics_firm {
    width: 370px;
}

div#licErgebnis {
    float: left;
    width: 280px;
}
div#licTool {
    float: left;
    margin-right: 15px;
}

div#existingLics {
     padding-top: 15px;
     max-width: 720px;
}

.ergebnisHeadline {
    margin-top: 0;
}


.seperator {
    width:960px;
    height:6px;
    background-color:#3ca423;
}
.app_menu {
    position:relative;
    left:0;
    top:20px;
    display:block;
    padding-left:0px;
    float:left;
    z-index:2;
}
.app_menu li {
    display:block;
    width:180px;
    left:0px;
    padding:1px 0px 0px 10px;
    cursor:pointer;
    font-size:15px;
}
.app_menu li a {
    display:block;
    width:170px;
    left:0px;
    padding:1px 0px 0px 0px;
    cursor:pointer;
}

.app_menu li.selected,li.selected a.selected {
    background-color:#aaaaaa;
}
li.selected a.selected, li a {
    color:#000000;
    text-decoration:none;
}
div#content div#app_main {
    position:relative;
    display:table;
    left:20px;
    top:0px;
    margin:2px;
    border:0px;
    border-spacing:0px;
    padding:10px;
    z-index:1;
    float:none;
    
    width: 720px;
}
input[type=button] {
    border:1px solid #888888;
    width:160px;
    height:20px;
    line-height:16px;
    color:#000000;
    background-color:#ffffff;
    display:block;
    text-decoration:none;
    padding:1px 1px 1px 10px;
    margin:10px 0px 0px 0px;
    text-align:left;    
    border-radius: 3px;
    box-shadow: 2px 2px 3px;    
}
input[type=button]:hover,
input[type=button]:focus {
    background-color: #D6D9C8;
    cursor:pointer;
}
input[type=button]:active {
    box-shadow: 1px 1px 1px;
    cursor:pointer;
}
div#app_main input {
    font-size: 12px;
}
div#app_main table,
div#accountBereich table,
div#app_dlTable table {
    position:inherit;
    border:1px solid #565c3d;
    padding: 1px;
    border-spacing: 0px;
    font-size: 12px;
    max-width: 700px;
    width:expression( this.clientWidth>910?"910px": "auto" );
    border-radius: 3px;
}
div#app_main table td,
div#accountBereich table td {
    border:0px;
    padding:2px;
    vertical-align:top;
    text-align:left;
}
div#app_main table tbody tr:nth-child(odd),
div#accountBereich table tbody tr:nth-child(odd),
div#app_dlTable table tbody tr:nth-child(odd)
{
    background-color:#ffffff;
}
div#app_main table tbody tr:nth-child(even),
div#accountBereich table tbody tr:nth-child(even),
div#app_dlTable table tbody tr:nth-child(even)
{
    background-color:#e9e9e9;
}
div#app_main table thead tr,
div#accountBereich table thead tr,
div#app_dlTable table thead tr {
    background-color:#6e6e6e;
    color:#ffffff;
}
div#app_main table th,
div#accountBereich table th,
div#app_dlTable table th {
    border:0px;
    padding:2px;
    vertical-align:top;
    text-align:left;
}

/*=========================================================================================
  2. Styles für Searchbox BSSB  
=========================================================================================*/

.bs_sb_bg {
    border:3px solid #8f9fc7;
    z-index: 50;
}
.bs_sb_bi {
    background-color:#ffffff;
    margin: 1px;
    z-index: 50;
}
.bs_sb_bis {
    background-color:#afbfe7;   
    margin: 1px;
    z-index: 50;
}


/*=========================================================================================
  3. Styles für DatumsWidget IC_DATE / JSDATE
  =========================================================================================*/
.IC_DATE {
    background-color:#f0f0f0;
    border:1px solid #565c3d;    
    padding:1px;
}

/*.IC_DATE_SIZE {width:212px;height:227px;} */
.IC_DATE_SIZE {width:212px;height:216px;}
.IC_DATE_TITLE { 
    background-color:6e6e6e;
    font-weight: bold;
    font-size: 16px;
    border:0px;    
    color:#FFFFFF; 
    height:25px;
    line-height:25px;
    cursor:default;
    float: left;
    padding-left: 5px;
    width: 177px;
    
}
.IC_DATE_BTN {
    background-color:#FFFFFF;
    font-weight: bold;
    font-size: 12px;                       
    border:0px;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle; 
    cursor:pointer; 
}
.IC_DATE_DATE {
    background-color:#FFFFFF;
    font-weight: bold;
    font-size: 12px;
    border:0px;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle; 
    cursor:pointer;
}
.IC_DATE_DATE:hover,
.IC_DATE_BTN:hover {
    background-color: #FFFFBF;
    color: #B30000;
}

.IC_DATE_H0   {
    background-color:#b9bf9e;
    font-weight: bold;
    font-size: 12px;
    border:0px;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle; 
    cursor:default;  
}
.IC_DATE_H1   {
    background-color:#e9e9e9;
    font-size: 12px;               
    border:0px;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle; 
    cursor:default;  
}
.IC_DATE_H2   {
    background-color:#eeb2b1;            
    font-size: 12px;                    
    border:0px;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle; 
    cursor:default;  
}
.IC_DATE_D0   { 
    background-color:#dee1cf;         
    font-size: 12px;  
    border:1px solid #dee1cf;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle;  
    cursor:pointer; 
}
.IC_DATE_D1   {
    background-color:#f7f8f3;
    font-size: 12px;
    border:1px solid #f7f8f3;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle;  
    cursor:pointer; 
}
.IC_DATE_D2   {
    background-color:#faf2f0; 
    font-size: 12px;
    border:1px solid #faf2f0;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle;  
    cursor:pointer; 
}
.IC_DATE_Dx   {  
    background-color:#FFFFFF;       
    font-size: 12px;
    border:1px solid #FFFFFF;
    /* border:0px; */
    color:#404040; 
    height:25px;
    text-align:center;
    vertical-align:middle;
    cursor:default;  
}
.IC_DATE_Dx:hover,
.IC_DATE_D0:hover,
.IC_DATE_D1:hover,
.IC_DATE_D2:hover {
    border:1px dashed black;
}

.IC_DATE_Ds   {
    background-color:#93da9d;
    font-size: 12px;
    border:1px solid #565c3d;
    color:#000000; 
    height:25px;
    text-align:center;
    vertical-align:middle;  
    cursor:pointer; 
}
.IC_DATE_FIELD { 
    background-color:#FFFFFF;
    border:1px solid #565c3d;
    color:#000000; 
    height:20px;
    width:100px;     
    vertical-align:middle;  
    text-align:center;
    cursor:pointer; 
}
.IC_DATE_BUTTON { 
    background-color:#FFFFFF;
    border:1px solid #565c3d;
    color:#000000; 
    height:20px;
    width:20px;     
    vertical-align:middle;
    text-align:center;
    cursor:pointer;
    margin:2px;
}
img.jsdateButton {
    cursor: pointer;
    border: 1px solid #D6D9C8;
}
img.jsdateButton:hover {
    border: 1px solid #B30000;
}
img.jsdateButton:active {
    border: 1px solid #000000;
}
div.jsdateClick:hover {
    background-color: #747C53;
    color: white;    
    cursor: pointer;
}
div#theX {
    text-align: center;
    float: right;
    width: 25px;
    padding: 0;    
}
div#theX:hover {
    background-color: #FFFFBF;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
}
div#app_main table.jsdateTable,
div#app_main tr.jsdateTable,
div#app_main td.jsdateTable {
  padding: 0px;
  margin: 0px;
  border: none;
}

/*=========================================================================================  
  4. Styles für JSFilterTab          
=========================================================================================*/

/*background*/
.bg_cb0 {
  font-size: 10px; 
  background-color: #FFFFFF;
  color: #000000; 
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb0.gif);
  background-repeat:no-repeat;
  background-position:left center;
  cursor:default;
}
/*checkbox*/
.bg_cb1 {
  font-size: 10px;  background-color: #FFFFFF; color: #000000; text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb1.gif);
  background-repeat:no-repeat;
  background-position:left center;
  cursor:default;
}
.bg_cb0:hover {
  font-size: 10px; 
  background-color: #f3f4f8;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb0.gif);
  background-repeat:no-repeat;
  background-position:left center;
  cursor:default;
}
.bg_cb1:hover {
  font-size: 10px;
  background-color: #f3f4f8;
  color: #000000;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  background-image:url(bg_cb1.gif);
  background-repeat:no-repeat;
  background-position:left center;
}
/*button*/
.bg_btn {
  font-weight: bold;
  font-size: 10px;  
  background-color: #ffffff;
  color: #6078b1;
  text-align: left;
  empty-cells: show;
  padding: 2px 2px 2px 12px;
  cursor:pointer;
}


/*=========================================================================================  
  5. Weitere Styles          
=========================================================================================*/
.B_p2005_1  { 
  font-weight: bold; 
  font-size: 16px; 
  background-color:#6078b1; 
  color:#000000;
  text-decoration:none; 
}
.B_p2005_2  {
  font-weight: bold;
  font-size: 12px; 
  background-color:#8f9fc7; 
  color:#000000;
  text-decoration:none; 
}
.B_p2005_9, .B_p2005_9 span { 
  font-weight: bold; 
  font-size: 12px; 
  background-color:#FFFFFF; 
  color:#6078b1;
  text-decoration:none;
}
.th2 {
  font-weight: bold;
  font-size: 12px;
  background-color:#6e6e6e;
  color:#FFFFFF;
  text-align: left;
  empty-cells:show;
  padding: 2px;
}
.body { background:#FFFFFF; }
.border {
  border:1px solid;
  border-color: #747C53;
  background-color: #FFFFFF;
  padding: 1px;
  border-spacing: 0px;
  empty-cells:show;
  
  z-index: 10;
}
.border > tbody > tr > td /* cellpadding=0 */
{
  padding: 0px;    
}

table#statsWeek {
  float: left;
  margin-left: 15px;
}
table#statsYear {
  float: left;
}

.clearing {
  clear: both;
}
.bsWarning {
  color: black !important;
  background-color: #F5E950 !important;
}

/*=========================================================================================  
  6. Download-Navi     
=========================================================================================*/
div#dloadbereich {
    padding: 0 4px 0 4px;    
}
div#app_dlTable table td {
    border:0px;
    padding: 3px;
    vertical-align:top;
    text-align:left;
}

div#app_directories a, input[type=button].navButton_breadcrumb {
    border:1px solid #888888;
    width: auto;
    height:20px;
    line-height:20px;
    color:#000000;
    background-color: #B9BF9E;
    display:block;
    text-decoration:none;
    padding:1px 10px 1px 10px;
    margin:3px 4px 0px 0px;
    text-align:left;
    border-radius: 3px 10px 10px 3px;
    box-shadow: 2px 2px 3px;
    float: left;
}

div#app_directories a, input[type=button].navButton_subdir {
    border:1px solid #888888;
    width:160px;
    height:20px;
    line-height:20px;
    color:#000000;
    background-color: #B9BF9E;
    display:block;
    text-decoration:none;
    padding:1px 5px 1px 5px;
    margin:5px 0px 0px 0px;
    text-align: left;
    border-radius: 3px;
    box-shadow: 2px 2px 3px;    
}

div#app_dlTable a.dLoadLink {
  height: 100%;
  width: 100%;  
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

div#app_dlTable  tbody tr.dLoadLink:hover,
div#app_dlTable  tbody tr.dLoadLink:focus {
  color: #0000FF;
  
}

div#app_directories a, input[type=button].navButton_breadcrumb:hover,
div#app_directories a, input[type=button].navButton_breadcrumb:focus,
div#app_directories a, input[type=button].navButton_subdir:hover,
div#app_directories a, input[type=button].navButton_subdir:focus {
    background-color: #D3D29C;
}
div#app_directories a, input[type=button].navButton_breadcrumb:active,
div#app_directories a, input[type=button].navButton_subdir:active {
    box-shadow: 1px 1px 1px;
}

/*=========================================================================================  
  7. JSFRAME
=========================================================================================*/
.JSFRAME {
  box-shadow: 4px 4px 10px;  
}
/*=========================================================================================  
  8. Accountverwaltung
=========================================================================================*/
div#accountLink {
  float: right;
  padding-right: 20px;  
}
div#accountLink a {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  padding: 2px;
  border: 1px solid black;  
  border-radius: 3px;
  box-shadow: 2px 2px 3px;
  
}
div#accountLink a:hover,
div#accountLink a:focus {
  /*text-decoration: underline;*/  
  background-color: #D6D9C8;
}
div#accountLink a:active {
  box-shadow: 1px 1px 2px;
}
div#accountBereich {
  padding: 0 4px 0 4px;    
}

/*=========================================================================================  
  9. Buttons / Icons
=========================================================================================*/
.ibtn_del    {
  background-image:url(icon_delete.gif); 
  background-repeat:no-repeat; 
  background-position:center center; 
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_up     {
  background-image:url(icon_up.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_down   {
  background-image:url(icon_down.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_left   {
  background-image:url(icon_left.gif);
  background-repeat:no-repeat; 
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_right  {
  background-image:url(icon_right.gif);
  background-repeat:no-repeat; 
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_2left  {
  background-image:url(icon_2left.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:22px;
  float:left; 
}
.ibtn_2right {
  background-image:url(icon_2right.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:22px;
  float:left; 
}
.ibtn_edit   {
  background-image:url(icon_edit.gif);
  background-repeat:no-repeat;
  background-position:center center; 
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_view   {
  background-image:url(icon_details.gif); 
  background-repeat:no-repeat;
  background-position:center center; 
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_add    {
  background-image:url(icon_add.gif); 
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_win    {
  background-image:url(icon_win.gif); 
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_tibn    {
  background-image:url(icon_tibn.gif); 
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_upd    {
  background-image:url(icon_upd.gif); 
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_chain    {
  background-image:url(icon_chain.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_close  {
  background-image:url(icon_close.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_support  {
  background-image:url(icon_support.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ibtn_help {
  background-image:url(icon_help.gif);
  background-repeat:no-repeat;
  background-position:center center;
  height:15px;
  width:15px;
  float:left; 
}
.ie8 .ibtn_del,
.ie8 .ibtn_up,
.ie8 .ibtn_down,
.ie8 .ibtn_left,
.ie8 .ibtn_right,
.ie8 .ibtn_2left,
.ie8 .ibtn_2right,
.ie8 .ibtn_edit,
.ie8 .ibtn_view,
.ie8 .ibtn_add,
.ie8 .ibtn_win,
.ie8 .ibtn_tibn,
.ie8 .ibtn_upd,
.ie8 .ibtn_chain,
.ie8 .ibtn_close,
.ie8 .ibtn_support,
.ie8 .ibtn_help {
  float:none;
}
.ibtn_del:hover,.ibtn_up:hover,.ibtn_down:hover,.ibtn_left:hover,
.ibtn_right:hover,.ibtn_2left:hover,.ibtn_2right:hover,
.ibtn_edit:hover,.ibtn_view:hover,.ibtn_add:hover,.ibtn_win:hover,
.ibtn_tibn:hover,.ibtn_upd:hover,.ibtn_chain:hover,.ibtn_close:hover,
.ibtn_support:hover,.ibtn_help:hover {
  background-color: #B7B7B7;
}
.ibtn_del:active,.ibtn_up:active,.ibtn_down:active,.ibtn_left:active,
.ibtn_right:active,.ibtn_2left:active,.ibtn_2right:active,
.ibtn_edit:active,.ibtn_view:active,.ibtn_add:active,.ibtn_win:active,
.ibtn_tibn:active,.ibtn_upd:active,.ibtn_chain:active ,.ibtn_close:active,
.ibtn_support:active ,.ibtn_help:active {
  background-color: #3E3E3E;
}

/*==============================*/
/* Buttons mit Icons            */
/*==============================*/
.btnIcon_2left {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-position: 4px 4px;
  background-repeat:no-repeat;
}
.btnIcon_left {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -28px 4px;
}
.btnIcon_right {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -59px 4px;
}
.btnIcon_2right {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -90px 4px;
}
.btnIcon_up {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -123px 4px;
}
.btnIcon_down {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -155px 4px;
}
.btnIcon_2up {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -194px 4px;
}
.btnIcon_2down {
  background-image:url(blue_arrows.png);
  height: 15px;
  width: 26px;
  background-repeat:no-repeat;
  background-position: -240px 4px;
}
.ie8 .btnIcon_2left,
.ie8 .btnIcon_left,
.ie8 .btnIcon_right,
.ie8 .btnIcon_2right,
.ie8 .btnIcon_up,
.ie8 .btnIcon_down,
.ie8 .btnIcon_2up,
.ie8 .btnIcon_2down {
  width: 37px;
}

.btnIcon_2left:active {
  background-position: 4px -25px;
}
.btnIcon_left:active {
  background-position: -28px -25px;
}
.btnIcon_right:active {
  background-position: -59px -25px;
}
.btnIcon_2right:active {
  background-position: -90px -25px;
}
.btnIcon_up:active {
  background-position: -123px -25px;
}
.btnIcon_down:active {
  background-position: -155px -25px;
}
.btnIcon_2up:active {
  background-position: -194px -25px;
}
.btnIcon_2down:active {
  background-position: -240px -25px;
}

.head
{
  padding:0px;
  background-color: #ffffff;
}
h3
{
  color: #000000;
}
table
{
  border-collape: separate;
}
p, body, ul, li, div ,a
{
  font-size:16px;
}
h2
{
  font-size:22px;
}
.tdDisabled td
{ 
  font-style:italic;
}
div#app_main table tbody#boxenListeBody td,
div#app_main table tbody#bsbconfigListeBody td
{
  padding-right: 12px;
}
div#app_main table tbody#boxenListeBody td.td_remark,
div#app_main table tbody#bsbconfigListeBody td.td_remark
{
  display: inline-block;
  overflow: hidden;
  max-width: 200px;
  margin-right: 12px;
}
div.float_left
{
  float: left;
}
div.float_right
{
  float: right;
}
div.label_sel_row
{
  margin: 2px 0px;
  padding: 0px;
}
div.label_sel_red
{
  display: inline-block;
  background-color: red;
  width: 150px;
  height: 50px;
  margin: 0px 2px;
  padding: 0px;
}
div.label_sel_green
{
  display: inline-block;
  background-color: green;
  width: 150px;
  height: 50px;
  margin: 0px 2px;
  padding: 0px;
}
table.cookies p
{
  padding-left: 12px;
  padding-right: 12px;
}
