@font-face {
   font-family: frutilicn;
   src: url('fonts/FrutigerLTW01-47LightCn.eot'); /*For IE*/
   src: local('FrutigerLTW01-47LightCn'), 
        url(http://:/) format("No-IE-404"), 
        url('fonts/FrutigerLTW01-47LightCn.ttf') format('truetype'),
        url('fonts/FrutigerLTW01-47LightCn.eot?#iefix') format('embedded-opentype'),
        url('images/desktop/FrutigerLTW02-47LightCn.svg') format("svg"),
        url('fonts/FrutigerLTW02-47LightCn.woff') format("woff"); /*For non-IE*/ 
}

@font-face {
   font-family: frutibolcn;
   src: url('fonts/FrutigerLTW01-67BoldCn.eot'); /*For IE*/
   src: local('FrutigerLTW01-67BoldCn'), 
        url(http://:/) format("No-IE-404"), 
        url('fonts/FrutigerLTW01-67BoldCn.ttf') format('truetype'),
        url('fonts/FrutigerLTW01-67BoldCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/FrutigerLTW02-67BoldCn.woff') format("woff"); /*For non-IE*/ 
}

@font-face {
   font-family: frutirom;
   src: url('fonts/FrutigerLTW01-55Regular.eot'); /*For IE*/
   src: local('FrutigerLTW01-55Regular'), 
        url(http://:/) format("No-IE-404"), 
        url('fonts/FrutigerLTW01-55Regular.ttf') format('truetype'),
        url('fonts/FrutigerLTW01-55Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FrutigerLTW02-55Regular.woff') format("woff"); /*For non-IE*/ 
}

@font-face {
   font-family: fruticn;
   src: url('fonts/FrutigerLTW01-57RegularCn.eot'); /*For IE*/
   src: local('FrutigerLTW01-57RegularCn'), 
        url(//:/) format("No-IE-404"), 
        url('fonts/FrutigerLTW01-57RegularCn.ttf') format('truetype'),
        url('fonts/FrutigerLTW01-57RegularCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/FrutigerLTW02-57RegularCn.woff') format("woff"); /*For non-IE*/ 
}

body {
   font-family: frutilicn, arial, helvetica, sans-serif;
   font-size: 10pt;
}

input, textarea, select, .ui-menu-item {
    font-family: frutilicn, arial, helvetica, sans-serif;
    font-size: 10pt;
}

/* option item image */
option.iImage {
	background-repeat: no-repeat !important;
}
.iImage .ui-icon {
	background-position: left top;
}	

/* drop down laser */
.ddLaser {
	width: 70px;
	height: 195px;
}

/* drop down cytometer */
.ddCyto {
	width: 150px;
	height: 195px;
}	

/* drop down laser */
.ddCurve {
	width: 50px;
	height: 195px;
}

.panelText {
    font-family: frutibolcn;
	margin-left: 2px;
    font-size: 14px;
	vertical-align: middle; 
	display: inline-block;
    cursor: pointer;
}

.chartDescText {
    font-family: frutibolcn;
    font-size: 9pt;
    text-align: center; 
    width: 310px; 
}

.panelDropDown {
	font-size: 9px;
	vertical-align: middle; 
	display: inline-block;
}

.fluorTable {
	font-size: 12px;
}

.fluorTableCell {
	padding: 3px;
	_border: 1px dashed rgba(255, 0, 0, .5);
}

.fluorTableCellH {
	padding: 3px;
	_border: 1px dashed rgba(255, 0, 0, .5);
    text-align: left;
    font-family: frutibolcn;
    font-size: 14px;
    color: rgb(88, 88, 84);
}

.input {
    border: 1px solid #a0a0a0;
    padding: 1px;
}

.inputText {
    border:1px solid transparent;
    padding: 2px;
    width: 40px;
    text-align:center;
    font-family: frutilicn;
    font-size: 14px;
    color: rgb(88, 88, 84);
}

.boxCellH {
	border: 1px solid #606060;
	font-size: 13px;
    font-family: frutibolcn;
	text-align: center;
	display: inline-block;
	width: 50px;
	padding: 3px 2px 3px 2px;
    cursor: pointer;
    position:relative;
}

.boxCell {
	border: 1px solid #606060;
    font-family: frutilicn;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	width: 50px;
	padding: 3px 2px 3px 2px;
    position: relative;
    border-right-color: rgb(88, 88, 84);
}

.mLeft {
	margin-left: -1px;
}

/* Custom Filter styles */

.hide {
	display: none;
}

.show, .inline {
	display: inline-block;
}

.containerCustomFilter {
   font-size: 14px;
   font-family: frutibolcn;
   margin:20px;
   color: rgb(88, 88, 84);
}

.containerCustomFilter .strong{
	font-weight: Bold;
}

.containerCustomFilter input.txtBoxCustomFilter {	
	width:50px;
	height: 20px;
	padding:4px;
	border:1px solid #666;
}

.showSuccessMsg{
	color: #222;
	font-weight:bold;
}


/* Popup styles */
.popupContainer {
	background: #fff;
	position: absolute;
	z-index: 111;
	width: 520px;	
	display: none;
	top: 420px;
	margin: 0;
	opacity: 0.4%;
	margin: 0 auto 0 270px;	
	border: 1px solid #ccc;
	-moz-box-shadow: 4px 4px 12px rgba(0,0,0,.5);
	-webkit-box-shadow: 4px 4px 12px rgba(0,0,0,.5);
	box-shadow: 4px 4px 12px rgba(0,0,0,.5);  
	-moz-border-radius: 8px;
	border-radius: 8px;
	font:normal normal 16px/24px Frutiger, Arial;
	color:#000;
}

.popupHeader {
	height: 30px;
}

.bd-logo {
	background:url("BD_logo.png");
	width:88px;
	height:46px;
	float:left;
	margin:0;
	padding:0;
    vertical-align:top;
    margin-right: 25px;
}

.popup-header {
	width: 90%;
	float:left;
	margin:0;
	padding:0;	
	vertical-align:top;
}

.popup-close {	
    margin: 0;    
}

.btn-popup-close {	
	width: 8%;
    height: 20px;
    float: left;
    text-align: right;
    vertical-align: top;
	font-weight: bold;
	padding: 5px 5px 0 0;
}

.btn-popup-close:hover {
	cursor: pointer;
}

.popupContainer h2{
	margin:0;
	padding:0;
	color:#F37121;
	font: normal normal 20px/50px Frutiger, Arial;
}

.popupContentArea h3 {
    margin: 16px 0 0 0;
    padding: 0;  
    color:#F37121;
    font: normal normal 16px/30px Frutiger, Arial;
}

.popupContentArea {
	max-height: 510px;
	overflow-y: auto;
	margin: 10px 0 10px 16px;
	clear: both;
    font: normal normal 12px/24px Frutiger, Arial;	
}

.popupContentArea  p{
    font: normal normal 12px/24px Frutiger, Arial;	
}

.popupFooter {
	height:35px;
	width:100%;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #ccc;
	padding-top:6px
}

.popupOverlay {
	background: #000;
	position: fixed;
	z-index: 110;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	opacity: 0.4;
}

.text-bold {
	font-weight: bold;
}

.text-italic {	
	font-style: italic
}

.number-list li {
	list-style-type: decimal;
}
/* End Popup styles */

/* flour table Hover styles */
div.spillDetail {
    visibility: visible;
    display: block;
    opacity: 1;
    background: #FFF;
    padding: 10px;
    text-align: left;
    border: 0;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
    color: #000;
    position: absolute;
    bottom:25px;
    left:-50px;
    z-index: 9000;
    line-height: 17px;
    width: 150px;
    height: auto;
    color: #6897B4;
    border-radius: 4px;
}

div.spillDetailH {
    visibility: visible;
    display: block;
    opacity: 1;
    background: #FFF;
    padding: 10px;
    text-align: left;
    border: 0;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
    color: #000;
    position: absolute;
    bottom:25px;
    left:-380px;
    z-index: 9000;
    line-height: 17px;
    width: 450px;
    height: auto;
    color: #6897B4;
    border-radius: 4px;
}

div.notchH {
    background: #FFF;
    padding: 0;
    text-align: left;
    border: 0;
    color: #000;
    position: absolute;
    bottom: -3px;
    left: 400px;
    width: 14px;
    height: 14px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    border-radius: 3px;
}

div.notch {
    background: #FFF;
    padding: 0;
    text-align: left;
    border: 0;
    color: #000;
    position: absolute;
    bottom: -3px;
    left: 65px;
    width: 14px;
    height: 14px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    border-radius: 3px;
}

.diagonal
{
    background: #585854; 
    color: #FFF;
}
/* End Hover style */

/* Option menu styles */
div.sv {    
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 14px;        
    color: #585854;
}

.divPanelAreaPad {
   width: 990px;
   padding-bottom: 10px;
   font-size: 12px;
}

div.sv div.options,
div.sv div.panel,
div.panel_header,
div.panel_line {
    width: 100%;
    overflow: visible;
    font-family: frutilicn;
}

div.sv label {
    cursor: pointer;
}

div.sv_menu_options p label {
    cursor: pointer;
    vertical-align: top;
    line-height: 20px;
    display: inline-block;
}

div.sv div.options {
    overflow: visible;
    padding-bottom: 10px;
    padding-left: 15px;
}

div.sv div.options div.sv_menu {
    float: left;
    height: 40px;
    border: 1px solid #DCDCDC;
    background: #F1F1F1;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    margin-top: -4px;
    margin-right: 15px;
}

div.sv div.options div.sv_menu:hover {
    background: #FFF;
}

div.sv div.options div.sv_menu span.menu_icon {
    font-size: 21px;
}

div.sv div.options div.sv_menu div.sv_menu_options {
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: -1px;
    width: 250px;
    background: #FFF;
    height: auto;
    border: 1px solid #DCDCDC;
}

div.sv_menu_options {
    z-index: 109;
}

div.sv_menu_options p:first-child {
    padding-top:16px;
}

.menu_label {
    font-family: frutibolcn;
}

.menu_options {
    line-height: 40px;
    vertical-align: top;
}

.menu_item_label {
    margin-left: 16px;
}

.menu_option {
    padding: 8px 10px;
    margin: 0;
}

.menu_option:hover {
    background: #F1F1F1;
}

.menu_divider {
    padding: 5px 10px;
    margin: 0;
    line-height: 5px;
}

.menu_divider_label {
    width: 100%;    
    border-bottom: 1px solid #ccc;
}

.navigationbar {
    border-bottom: 5px solid #DCDCDC;
}
/* End Option menu styles */

/* button styles */
.action {
    background: #6897B4;
    color: #FFFFFF;
    font-family: frutilicn;
    padding: 7px 15px 5px !important;   
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}

.action:hover {
    background:#82abc5;
	text-decoration:none;
    cursor: pointer;
}
/* End button styles */

#PageContainer
{
    font-family: frutilicn, arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 0 auto;
    width: 1024px;
    padding-top: 150px;
}