/* jquery-ui like buttons, jbutton - regular, mbutton - small, bbutton - big */
.jbutton { /* IPUS-44 altered */
	height:26px;
	text-align:center;
	color:#138;
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonbase.png) repeat-x; 
	font-weight:bold;
	text-shadow:1.2px 1px 1px white;
	border:thin solid #ddeef0; /*#b0d0e0*/ 
	border-bottom-color:#c0e0f0; /*#a0c0d0*/
	border-radius:4px;	
	padding-left:12px;
	padding-right:12px; 	
}
.jbutton:hover {
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonhover.png) repeat-x;
	border:thin solid #b0c0e0; /*#90a0c0*/
	color:#aa5500;
	border-radius:8px;
	transition:ease-in-out;
	transition-duration: 0.2s;	
}
.jbutton.sjbutton {
	padding-left:6px;
	padding-right:6px;
}
.jbutton.sjbutton:hovor {
	padding-left:6px;
	padding-right:6px;
	transition:ease-in-out;
	transition-duration: 0.2s;		
}
.jbuttondown {
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttondown.png) repeat-x;
	border:thin solid #b0c0e0;
	border-top-color:#a0b0c0;
	color:#aa5500;
}
.jbuttondisabled {
	height:26px;
	text-align:center;
	color:#999;
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttondown.png) repeat-x; 
	font-weight:bold;
	text-shadow:1px 1px 1px white;
	border:thin solid #d0d0d0;	
	border-top-color:#c0c0c0;
	border-radius:4px;	
	padding-left:8px;
	padding-right:8px; 	
}
.bbutton {
	height:32px;
	text-align:center;
	color:#358;
	background:url(/images/ptms_buffalo/themes/blue_lagoon/bjbuttonbase.png) repeat-x;
	font-size:16px; 
	font-weight:600;
	text-shadow:1px 1px 1px white;
	border:thin solid #98b4c8;
	border-radius:4px;	
	padding-left:12px;
	padding-right:12px; 	
}
.bbutton:hover {
	background:url(/images/ptms_buffalo/themes/blue_lagoon/bjbuttonhover.png) repeat-x;
	border:thin solid #4297d7;	
	color:#126;
	text-shadow:1px 1px 1px white;	
	border-radius:8px;
	transition:ease-in-out;
	transition-duration: 0.2s;	
}
.mbutton {
	height:22px;
	text-align:center;
	color:#138;
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonbase.png) repeat-x; 
	font-weight:bold;
	text-shadow:1.2px 1px 1px white;
	border:thin solid #ddeef0; /*#b0d0e0*/	
	border-bottom-color:#c0e0f0; /*#a0c0d0*/
	border-radius:4px;	
	padding-left:8px;
	padding-right:8px; 	
}
.mbutton:hover {
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttonhover.png) repeat-x;
	border:thin solid #b0c0e0; /*#90a0c0*/
	color:#aa5500;
	border-radius:8px;
	transition:ease-in-out;
	transition-duration: 0.2s;	
}
.mbuttondisabled {
	height:22px;
	text-align:center;
	color:#999;
	background:url(/images/ptms_vus_prod/themes/blue_lagoon/jbuttondown.png) repeat-x; 
	font-weight:bold;
	text-shadow:1px 1px 1px white;
	border:thin solid #d0d0d0;	
	border-top-color:#c0c0c0;
	border-radius:4px;	
	padding-left:8px;
	padding-right:8px; 	
}


