	/******************
	Author : Harish
	
	********************/

	/*button with border*/
	
	.hbtn-normal
	{
		width: auto !important;
		height: auto; 
		background: url(inner1.gif) repeat-x center 0px;	
		cursor:pointer !important;
		cursor: hand;
		display:table-cell !important;
	}
	
	.hbtn-normal .hbtn-right
	{
		border: 0px solid;
		background: url(right1.gif) no-repeat right 0px;	
	}
	.hbtn-normal .hbtn-left
	{
		background: transparent url(left1.gif) no-repeat left 0px;	
	}
	.hbtn-normal .hbtn-text
	{
		height: 13px;
		padding: 4px 10px 4px 10px;	
		font-size: 11px; 
		font-family:tahoma,arial,helvetica;
		color:black;
		overflow:hidden;
		cursor:pointer !important;
		cursor: hand;
		text-overflow: ellipsis;
		text-decoration:none;
		-moz-user-select:none;
		-moz-user-focus:ignore;
	}	
	
	.hbtn-over
	{
		width: auto !important;
		height: auto; 
		background: url(inner1.gif) repeat-x center -22px;	
		cursor:pointer !important;
		cursor: hand;
		display:table-cell !important;
	}
	
	.hbtn-over .hbtn-right
	{
		border: 0px solid;
		background: url(right1.gif) no-repeat right -22px;	
	}
	.hbtn-over .hbtn-left
	{
		background: transparent url(left1.gif) no-repeat left -22px;	
	}
	.hbtn-over .hbtn-text
	{
		height: 13px;
		padding: 4px 10px 4px 10px;	
		font-size: 11px; 
		font-family:tahoma,arial,helvetica;
		color:black;
		overflow:hidden;
		cursor:pointer !important;
		cursor: hand;
		text-overflow: ellipsis;
		text-decoration:none;
		-moz-user-select:none;
		-moz-user-focus:ignore;
	}		

	.hbtn-down
	{
		width: auto !important;
		height: auto; 
		background: url(inner1.gif) repeat-x center -44px;	
		cursor:pointer !important;
		cursor: hand;
		display:table-cell !important;
	}
	
	.hbtn-down .hbtn-right
	{
		border: 0px solid;
		background: url(right1.gif) no-repeat right -44px;	
	}
	.hbtn-down .hbtn-left
	{
		background: transparent url(left1.gif) no-repeat left -44px;	
	}
	.hbtn-down .hbtn-text
	{
		height: 13px;
		padding: 4px 10px 4px 10px;	
		font-size: 11px; 
		font-family:tahoma,arial,helvetica;
		color:black;
		overflow:hidden;
		cursor:pointer !important;
		cursor: hand;
		text-overflow: ellipsis;
		text-decoration:none;
		-moz-user-select:none;
		-moz-user-focus:ignore;
	}	
	
	
	
	/* button without border */
	
	.hbtnb-normal
	{
		width: auto !important;
		height: auto; 
		background: url(inner.gif) repeat-x center 0px;	
		cursor:pointer !important;
		cursor: hand;
		display:table-cell !important;
	}
	
	.hbtnb-normal .hbtn-right
	{
		border: 0px solid;
		background: url(right.gif) no-repeat right 0px;	
	}
	.hbtnb-normal .hbtn-left
	{
		background: transparent url(left.gif) no-repeat left 0px;	
	}
	.hbtnb-normal .hbtn-text
	{
		height: 13px;
		padding: 6px 10px 6px 10px;	
		font-size: 11px; 
		font-family:tahoma,arial,helvetica;
		color:black;
		overflow:hidden;
		cursor:pointer !important;
		cursor: hand;
		text-overflow: ellipsis;
		text-decoration:none;
		-moz-user-select:none;
		-moz-user-focus:ignore;
	}	
	
	.hbtnb-over
	{
		width: auto !important;
		height: auto; 
		background: url(inner.gif) repeat-x center -26px;	
		cursor:pointer !important;
		cursor: hand;
		display:table-cell !important;
	}
	
	.hbtnb-over .hbtn-right
	{
		border: 0px solid;
		background: url(right.gif) no-repeat right -26px;	
	}
	.hbtnb-over .hbtn-left
	{
		background: transparent url(left.gif) no-repeat left -26px;	
	}
	.hbtnb-over .hbtn-text
	{
		height: 13px;
		padding: 6px 10px 6px 10px;	
		font-size: 11px; 
		font-family:tahoma,arial,helvetica;
		color:black;
		overflow:hidden;
		cursor:pointer !important;
		cursor: hand;
		text-overflow: ellipsis;
		text-decoration:none;
		-moz-user-select:none;
		-moz-user-focus:ignore;
	}		

	.hbtnb-down
	{
		width: auto !important;
		height: auto; 
		background: url(inner.gif) repeat-x center -52px;	
		cursor:pointer !important;
		cursor: hand;
		display:table-cell !important;
	}
	
	.hbtnb-down .hbtn-right
	{
		border: 0px solid;
		background: url(right.gif) no-repeat right -52px;	
	}
	.hbtnb-down .hbtn-left
	{
		background: transparent url(left.gif) no-repeat left -52px;	
	}
	.hbtnb-down .hbtn-text
	{
		height: 13px;
		padding: 6px 10px 6px 10px;	
		font-size: 11px; 
		font-family:tahoma,arial,helvetica;
		color:black;
		overflow:hidden;
		cursor:pointer !important;
		cursor: hand;
		text-overflow: ellipsis;
		text-decoration:none;
		-moz-user-select:none;
		-moz-user-focus:ignore;
	}		
		
	
	
