/* isManager 2.0 Last update: 21-08-2008 */
@import url("_css/_reset.css");
@import url("_css/_form.css");
/* client css */
@import url("_css/layout.css");
@import url("_css/nav.css");
@import url("_css/form_client.css");

@media
screen {
	#ie-upgrade { background: url(medias/_system/bg_message_bar.gif) repeat-x; display: block; height: 42px; color: #000; position: fixed; z-index: 200000; top: 0px; width: 100%; border-bottom: 1px solid #000; }
	#ie-upgrade p.alert { background: url(medias/_system/error.gif) no-repeat 5px 12px; display: block; margin: 0px auto; padding: 0px 0 0 28px; color: #000; width: 960px; height: 34px; padding-top: 8px; font: normal 12px/34px Helvetica, Arial, sans-serif; }
	#ie-upgrade img { vertical-align: middle !important; padding-left: 10px; } #ie-upgrade a:hover img { filter:alpha(opacity=75); -moz-opacity:0.75; opacity: 0.75; }
	
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media
print {
	#ie-upgrade { display: none; }
	
	.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}