body {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:12px;
	color: #f4f4f4;
	background-color: #1d1d1d;
}
TABLE {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:12px;
	color: #f4f4f4;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
.homeH1 {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 13px;
	color: #ffcc00;
	font-weight: bold;
	padding: 0px 14px;
	background: url(BubGrfx/bub_bullet_H1.png) no-repeat 0px 4px;
	border-bottom:1px solid silver;
}

.pageH1 {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 14px;
	color: #ffFFff;
	font-weight: bold;
	padding: 0px 0px;
	position: relative;
	top: -40px;
	left: 200px;
	width: 400px;
	border-bottom:1px solid silver;
}

.p-shadow {
  width: 90%;
  float:left;
  background: url(/SysImages/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/SysImages/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(/SysImages/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #f0f0f0;
  font: 1em tahoma,georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
  
.wireframemenu{
border: 1px solid #f0f0f0;
background-color: #f0f0f0;
border-bottom-width: 0;
width: 160px;
}
* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 154px;
}
.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.wireframemenu a{
font: normal 11px tahoma,Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #f0f0f0;
}
.wireframemenu a:visited{
color: #595959;
}
html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}
.wireframemenu a:hover{
background-color: #BFE6FF;
color: black;
}

.zsidemenu{
/* border: 1px solid #FFFFFF; */
border-bottom-width: 0;
width: 150px;
overflow:hidden;
}
* html .zsidemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 144px;
overflow:hidden;
}
.zsidemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.zsidemenu a{
font: bold 12px tahoma,Verdana;
padding: 4px 15px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #343434;
text-decoration: none;
background: url(BubGrfx/bub_Bullet.gif) no-repeat 3px 7px;
/* border-bottom: 1px solid #FFFFFF; */
}
.subSideLevel a{
	font: normal 12px tahoma,Verdana;
	background: url() no-repeat 3px 7px;
}
.zsidemenu a:visited{
color: #343434;
}
html>body .zsidemenu a{ /*Non IE rule*/
width: auto;
}
.zsidemenu a:hover{
	background-color: #FADAD7;
	color: black;
}

.zfooterMenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:-10;
}
.zfooterMenu ul li{
position: relative;
display: inline;

/*background-color: #F3F3F3; overall menu background color*/
}
.zfooterMenu ul li a{
	display: inline;
	text-decoration: none;
	font-size: 10px;
	color: White;
	font-weight: bold;

	padding: 0px 14px 0px; /* border: 1px solid black; */
}
.zfooterMenu ul li a:hover{
	display: inline;
	text-decoration: underline;
	font-size: 10px;
	color: White;
	font-weight: bold;
	color: red;

}

.ztopMenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ztopMenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #F3F3F3; overall menu background color*/
}
/*Top level menu link items style*/
.ztopMenu ul li a{
	display: block;
	width: 60px; /*Width of top level menu link items*/
	padding: 3px 14px 3px; /* border: 1px solid black; */
	border-left-width: 0;
	text-decoration: none;
	font-size: 11px;
	color: White;
	font-weight: bold;
	font-style: italic;
	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
	background: url(BubGrfx/bub_Menu_Arrow.gif) no-repeat 3px 7px;
}
* html .ztopMenu ul li a{ /*IE only rule. Original menu width minus all left/right paddings */
width: 80px;
}
/*1st sub level menu*/
.ztopMenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ztopMenu ul li ul li{
display: list-item;
float: none;
background-color: #F3F3F3;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.ztopMenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}
/* Sub level menu links style */
.ztopMenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
font-weight:normal;
padding: 3px 3px 3px 5px;
font-size:11px;
border: 1px solid #ccc;
}
.ztopMenu ul li a:hover{
	background-color: #F5F5F5;
	color: black;
}
.ztopMenu ul li ul li a:hover{
	background-color: #FFF0F0;
	color: black;
}
/*Background image for top level menu list links */
.ztopMenu .mainfoldericon{
background: url(sysImages/arrow-down.gif) no-repeat center left;
}
/*Background image for subsequent level menu list links */
.ztopMenu .subfoldericon{
background: #F3F3F3 url(sysImages/arrow-right.gif) no-repeat center right;
border-bottom:0px;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .ztopMenu ul li { float: left; height: 1%; }
* html .ztopMenu ul li a { height: 1%; }
/* End */

.zbg1 {
	background-color: #fefefe;
}
.zbg2 {
	background-color: #f0f0f0;
}

/* Product category search table */
.zPSearch{

	border:1px solid #c0c0c0;
	padding: 2px 2px 0px 2px;
	background: #343434;
}

/* Product list outer table */
.zProdList{
	padding: 4px 4px 4px 4px;
	border:0px;
}

/* Product home outer table */
.zProdHome{
	padding: 4px 4px 4px 4px;
	border:0px;
}

/* Product detail outer table */
.zProdDetail{
	padding: 4px 4px 4px 4px;
	border:0px;
}

/* Per part, inner listing table */
.zPartTableMain{
	border:0px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}

/* Per part, Title, Desc, and image section */
.zPartTableTDI{
	border:0px;
	padding: 4px 4px 4px 4px;
	background: #1d1d1d;
	color: #f0f0f0;
}

/* Per part, Category, Quantity, and Price section */
.zPartTableCQP{
	font-family: tahoma,verdna,arial;
	font-size: 11px;
	font-weight: bold;
	border:0px;
	border-top:1px solid #c0c0c0;
	padding: 4px 4px 4px 4px;
	background: #343434;
	color: #f0f0f0;
	
}
.zPartImg{
	/* float:right; */
	text-align:center;
}
.zPartNo, .zPartCat, .zPartPrice, .zPartQty, .zPartCatLink, {
	font-family: tahoma,verdna,arial;
	font-size: 11px;
	font-weight: bold;
	color: #f0f0f0;
}

/*Sampler stuff*/
.zPartPriceSampler{
	font-size: 12px;
	font-family: tahoma, verdana, arial;
	font-weight: normal;	
	font-style: normal;
	color: #000000;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.prodSamplers{
	padding:10px 6px;
	border:1px solid #4a6e44;
	font-family: tahoma,Verdana,arial;
	font-size: 12px;
	color: #000000;
	background: #f0f0f0;
	
}
.prodSamplersBanner{
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px;
	background:#770000;
	
	text-decoration:none;
	height:18px;
}
.prodSamplersBanner a{
	text-decoration:none;
	color: #ffffff;
}
.prodSamplersBanner a:visited{
	text-decoration:none;
	color: #ffffff;
}
.prodSampler{	
	padding:0px !important;
	text-align:center;
	margin: 0 auto;
	display:table;
	background: #f0f0f0;
	color: #000000;
}
.prodSampler ul{
	list-style-type: none;
	padding:0px !important;
	padding:0px;
	margin:10px 0;
}
.prodSampler ul li{
	text-align:center;
	z-index:0;
	margin:5px 3px !important;
	margin:5px;
	padding:5px !important;
	padding:5px;
	width:172px !important;
	width:185px;
	height:185px !important;
	height:197px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #000000;
	vertical-align:top;
	color:#000000;
	font-size:13px;
	font-weight:normal;
}
.prodSampler ul li a{
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}
.prodSampler ul li a:hover{
	text-decoration:underline;
	color: black;
}
.prodSamplerImg{
	display:block;
	padding:0px 0px 5px 0px;	
	margin:auto;
	height:112px !important;
	height:100px;
	width:150px;
	line-height:112px !important;
	line-height:100px;
	font-size:100px;	
}
.prodSamplerImg img{
	display:block;
	padding:0px;
	vertical-align: middle;
	margin:auto;
	border:1px solid #000000;
}
.prodSamplerList{	
	text-align:center;
	margin: 0 auto;
	display:table;
	background: #f0f0f0;
	color: black;
}
.prodSamplerList ul{
	list-style-type: none;
	margin:10px 0;
}
.prodSamplerList ul li{
	position:relative;
	margin:3px !important;
	margin:5px;
	padding:10px !important;
	padding:5px;
	width:150px !important;
	width:172px;
	height:240px !important;
	height:255px;
	display:inline-table !important;
	display:inline;
	background: #ffffff;
	border:1px solid #c0c0c0;
	vertical-align:top;
	color:#343434;
	font-size:13px;
	font-weight:bold;
}
.prodSamplerList ul li a{
	text-decoration:none;
	color: black;
	font-size:11px;
	line-spacing:13px;
	font-weight:normal;
}
.zPartPartImage_NG{
	height:100px;
	width:136px;
	overflow:hidden;
}
.zPartTitle_NG{
	padding-top:3px;
	font-family: tahoma, verdana, helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}
.zPartTitle_NG a{
	font-family: tahoma, verdana, helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}
.zPartDesc_NG{
	text-align:left;
	padding:7px 0px;
	font-size:11px;
	font-weight:normal;
}
.zPartBuy_NG{
	display:block;
	position:relative !important;
	position:absolute;
	left:0px !important;
	left:9px;
	bottom:5px;
	width:136px !important;
	width:150px;
	border-top:1px solid #c0c0c0;
	padding:3px;
}
.zPartPriceList{
	font-family: tahoma,verdana,arial;
	font-weight:bold;
	font-size: 11px;
	color: #343434;
	text-align:center;
}
.zPartOptionList_NG{
	padding:3px;
}
.zPartAvailTxt_Ng{
	font: bold 11px tahoma,Verdana;
	color: #000000;
	padding: 4px;
}
.zQtyCart{
	bottom:0;
	height:64px;
	bottom:0px;
	text-align:center;
	padding:0px;
}
.zqtyTxt{
	display:inline;
	height:22px;
	padding:3px 2px 5px 0px;
}
.zqty{
	display:inline;
	height:20px;	
	padding-top:1px !important;
	padding-top:0px;
	margin:5px 0px 0px 0px;
}
.zqty input{
	height:20px !important;
	height:22px;
	font-size: 12px;
	text-align:center;
}
.zcartButtonDiv{
	height:18px;	
	padding:2px 0px 0px 2px;
}

.zPartAvailTxt{
	font-family: tahoma,verdna,arial;
	font-size: 11px;
	font-weight: bold;
	color: #343434;
	background: #f0f0f0;
	padding: 3px;
}
.zPartAvailTxt a{
	color: #c10000;
}
.zPartTitle{
	font-family: tahoma,verdna,arial;
	font-size: 12px;
	font-weight: bold;
	color: #f0f0f0;
	padding-left:3px;
}
.zInput{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding-left:4px;
}
.zInputSelect{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding-left:0px;
}
.zInputSearch{
	width:145px;
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	
}
.zButtonSearch{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	
	padding-left:18px !important;
	padding-left:11px;
	background: #fcfcfc url(sysImages/system-search_003.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonSearch:hover{
	color:black;
	background: #ffcc00 url(sysImages/system-search_003.png) no-repeat 1px 1px;
}
.zButtonSearchOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding-left:18px !important;
	padding-left:11px;
	color:black;
	background: #ffcc00 url(sysImages/system-search_003.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButton{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #fcfcfc;
	height:20px !important;
	height:22px;
}
.zButton:hover{	
	color:black;
	background: #ffcc00;
}
.zButtonOver{	
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	background: #ffcc00;
	height:20px !important;
	height:22px;
}

.zFormText{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
}

.zFormTextW{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:white;
}

.zTextArea{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	width:100%;
	height:300px;
}

.zSmallTextArea{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
}

/* Pagination tag styles */
.zPagination{
padding: 2px;
font-family:tahoma,verdana,arial,helvetica;
font-size:11px;
}

.zPagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
}

.zPagination div{
margin-bottom: 4px;
}

.zPagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.zPagination a, .zPagination a:visited{
padding: 0 5px;
border: 1px solid #C0C0C0;
text-decoration: none; 
color: #FFFFFF;
}

.zPagination a:hover, .zPagination a:active{
border: 1px solid #C0C0C0;
color: #000;
background-color: #FFFFFF;
}

.zPagination a.currentpage{
background-color: #FFFFFF;
color: #000000 !important;
border-color: #C0C0C0;
font-weight: bold;
cursor: default;
}

.zPagination a.disablelink, .zPagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.zPagination a.prevpg{
font-weight: bold;
margin-right: 4;
}

.zPagination a.nextpg{
font-weight: bold;
margin-left: 4;
}

.zPagination a.prevpgset{
font-weight: bold;
}

.zPagination a.nextpgset{
font-weight: bold;
}
/* End Pagination tag styles */

/* Checkout form main table */
.zChkForm{
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
border-top: 1px solid #c0c0c0;
}

/* Confirm form main table */
.zChkConfirm {
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
border-top: 1px solid #c0c0c0;
}


.zDivBox {

  position: absolute;
}

.zDivBar {
	background-color:#BBD9FF;
	color:black;
	padding:2px;
	font-family:tahoma,verdana,arial;
	font-size:12px;
  cursor: move;
}

.catGallery {
	font-family :  Tahoma, Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size:11px;	
	text-align: center;	
	padding:0px;
	margin:0px auto;
	display:table;
}
.catGallery ul {
	margin: 0;
	padding: 0;
	text-align:center;
	display:inline;
}
.catGallery  li {
	float:left !important;
	float:none; 
	padding:5px;
	list-style-type: none;
	color:#FFFFFF;
	width:200px !important;
	width:211px;
	display:inline;
}
.catGallery li span {
/* 	float:left !important;
	float:none; */
}
.catGallerydiv {
	width:200px !important;
	width:211px;
	height:225px;
	border:0px solid silver;
	padding-left:4px !important;
	padding:5px;
	padding-bottom:0px;
	font-family :  Tahoma, Arial, Helvetica, Verdana, Geneva,  sans-serif;
	font-size:11px;
	background-color:#1d1d1d;
	
}
.catGallerydiv div{
	width:200px !important;
	width:211px;
	
}
.imgTrans{filter:revealTrans(duration=0.5,transition=12)  }/* filter:blendTrans(duration=1.0) */

.zProdDetailImg{
padding:2px;
}

#glowingtabs{
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid #91a7b4; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(sysimages/z_Tab_LH.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(sysimages/z_Tab_BG.gif) no-repeat right top;
padding: 4px 12px 2px 4px;
font-weight:normal;
font-family:tahoma,arial,verdana,helvetica;
font-size:11px;
text-decoration:none;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -21px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
color: blue;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -21px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
}
.zInput{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
}
.ziis{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:0px solid #91a7b4;
	background: #D6DEF3;
	/* visibility:hidden; */
}
.zFileInput{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
}
.zTextArea{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	width:100%;
	height:300px;
}
.zFormText{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
}

.zButtonExit{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 8px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/system-log-out.png) no-repeat 1px 1px;
}
.zButtonExit:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/system-log-out.png) no-repeat 1px 1px;
}
.zButtonExitOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/system-log-out.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonSave{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	font-weight:normal;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 8px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/media-floppy_001.png) no-repeat 1px 1px;
}
.zButtonSave:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/media-floppy_001.png) no-repeat 1px 1px;
}
.zButtonSaveOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/media-floppy_001.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonHome{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 8px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/go-home_003.png) no-repeat 1px 1px;
}
.zButtonHome:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/go-home_003.png) no-repeat 1px 1px;
}
.zButtonHomeOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/go-home_003.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonRefresh{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 15px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/view-refresh_002.png) no-repeat 1px 1px;
}
.zButtonRefresh:hover{
	color:black;
	padding: 1px 1px 1px 15px !important;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/view-refresh_002.png) no-repeat 1px 1px;
}
.zButtonRefreshOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 15px !important;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/view-refresh_002.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonQuickEdit{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	font-weight:normal;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 15px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/accessories-text-editor_gn.png) no-repeat 1px 1px;
}
.zButtonQuickEdit:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/accessories-text-editor_gn.png) no-repeat 1px 1px;
}
.zButtonQuickEditOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/accessories-text-editor_gn.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonSaveLive{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	font-weight:normal;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 15px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/system-software-update_xsm.png) no-repeat 1px 1px;
}
.zButtonSaveLive:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/system-software-update_xsm.png) no-repeat 1px 1px;
}
.zButtonSaveLiveOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/system-software-update_xsm.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonNew{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 15px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/document-new.png) no-repeat 1px 1px;
}
.zButtonNew:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/document-new.png) no-repeat 1px 1px;
}
.zButtonNewOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/document-new.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonDelete{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 8px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #FFF0F0 url(sysImages/user-trash-full.png) no-repeat 1px 1px;
}
.zButtonDelete:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #FFC3DE url(sysImages/user-trash-full.png) no-repeat 1px 1px;
}
.zButtonDeleteOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #FFC3DE url(sysImages/user-trash-full.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zButtonImgBrowser{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 8px !important;
	padding: 1px 1px 1px 1px;
	height:20px !important;
	height:22px;
	background: #fcfcfc url(sysImages/image-x-generic_002.png) no-repeat 1px 1px;
}
.zButtonImgBrowser:hover{
	color:black;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/image-x-generic_002.png) no-repeat 1px 1px;
}
.zButtonImgBrowserOver{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	padding: 1px 1px 1px 1px;
	background: #ffcc00 url(sysImages/image-x-generic_002.png) no-repeat 1px 1px;
	height:20px !important;
	height:22px;
}
.zPageManLink{
	color:black;
	text-decoration:none;
}
.zPageManCell{
	border-top:1px solid #c0c0c0;
}
.IMTableHeader{
cursor:hand;
font-weight:bold;
}

.zDivBox {

  position: absolute;
  border:1px solid black;
  padding:0px;
  background-color:white;
}

.zDivBar {
	background-color:#BBD9FF;
	color:black;
	padding:2px;
	font-family:tahoma,verdana,arial;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #8D8D8D;
  cursor: move;

}

.groupLink{
	color:white;
	text-decoration:none;
}

.zQTextArea{
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:black;
	border:1px solid #91a7b4;
	width:100%;
	height:100px;
}
.noUnderline{
	text-decoration:none;
}
.noUnderLine a{
	text-decoration:none;
}