/* --------------------------------------------------------------

   button.css
   * Overides primefaces button css

-------------------------------------------------------------- */

/* Radiobutton
-------------------------------------------------------------- */
.ui-radiobutton {
	margin-left: 5px;
	margin-right: 3px;
}


/* Button
-------------------------------------------------------------- */
button.process.wide {
	background: url(/ulem-industry/javax.faces.resource/img/bg-buttons.png.xhtml) no-repeat scroll left -300px #339900;
	border: medium none;
	width: 120px;
	color: #FFF;
	font-weight: bold;
	margin-right: 14px;
	height: 26px;
	line-height: 26px;
}

button.process.wide:hover {
	background: url(/ulem-industry/javax.faces.resource/img/bg-buttons.png.xhtml) no-repeat scroll left -330px transparent;
}

button.process.wide:active {
	background: url(/ulem-industry/javax.faces.resource/img/bg-buttons.png.xhtml) no-repeat scroll left -360px transparent;
}

button.common {
	background: none repeat scroll 0 0 #EFF7FA;
	color: #BEBEBE;
	border: medium none;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	width: 80px;
}

button.common:hover {
	color: #676666;
}

button.common:active {
	color: #393939;
}

.buttonwizard {
	width: 100px;
}

.buttonwizardlarge {
	width: 150px;
}

.buttonextralarge {
	width: 200px;
}
.overlayPanelBtn{
   
}
.overlayPanelBtn:hover{
	cursor:pointer;
}