/*	Supported button types
 *		button
 *		buttonNext
 *		buttonBack
 *		buttonDelete
 *		buttonEdit
 *		buttonActivate
 *		buttonDeactivate
 *		buttonDistributesched
 *		buttonAssigntodevices
 *		buttonDetach
 *		buttonMore
 *		buttonLess
 *		buttonClone
 *		buttonView
 *		buttonUnsized
 *		buttonResetPassword
 *		buttonLogin
 *
*/

/* ----------- button --------------------------------------------------------*/
.buttonDisabledLeft {
	height: 20px;
	width: 7px;
	background-image: url(../images/button/backnext_disabled_lside.gif)
}

.buttonDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/backnext_disabled_shim.gif)
}

.buttonDisabledRight {
	height: 20px;
	width: 7px;
	background-image: url(../images/button/backnext_disabled_rside.gif)
}

.buttonUpLeft {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_up_left.gif)
}

.buttonOverLeft {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_over_left.gif)
}

.buttonDownLeft {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_down_left.gif)
}

.buttonUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_up_shim.gif)
}

.buttonOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_over_shim.gif)
}

.buttonDownCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_down_shim.gif)
}

.buttonUpRight {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_up_right.gif)
}

.buttonOverRight {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_over_right.gif)
}

.buttonDownRight {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_down_right.gif)
}

.buttonStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonNext ----------------------------------------------------*/
.buttonNextDisabledLeft {
	height: 20px;
	width: 4px;
	background-image: url(../images/button/backnext_disabled_lside.gif)
}

.buttonNextUpLeft {
	cursor: pointer;
	height: 20px;
	width: 4px;
	background-image: url(../images/button/backnext_up_lside.gif)
}

.buttonNextOverLeft {
	cursor: pointer;
	height: 20px;
	width: 4px;
	background-image: url(../images/button/backnext_over_lside.gif)
}

.buttonNextDownLeft {
	cursor: pointer;
	height: 20px;
	width: 4px;
	background-image: url(../images/button/backnext_down_lside.gif)
}

.buttonNextDisabledCenter {
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_disabled_shim.gif)
}

.buttonNextUpCenter {
	cursor: pointer;
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_up_shim.gif)
}

.buttonNextOverCenter {
	cursor: pointer;
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_over_shim.gif)
}

.buttonNextDownCenter {
	cursor: pointer;
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_down_shim.gif)
}

.buttonNextDisabledRight {
	height: 20px;
	width: 19px;
	background-image: url(../images/button/next_disabled.gif)
}

.buttonNextUpRight {
	cursor: pointer;
	height: 20px;
	width: 19px;
	background-image: url(../images/button/next_up.gif)
}

.buttonNextOverRight {
	cursor: pointer;
	height: 20px;
	width: 19px;
	background-image: url(../images/button/next_over.gif)
}

.buttonNextDownRight {
	cursor: pointer;
	height: 20px;
	width: 19px;
	background-image: url(../images/button/next_down.gif)
}

.buttonNextStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}


/* ----------- buttonBack ----------------------------------------------------*/
.buttonBackDisabledLeft {
	height: 20px;
	width: 19px;
	background-image: url(../images/button/back_disabled_arrows.gif)
}

.buttonBackUpLeft {
	cursor: pointer;
	height: 20px;
	width: 19px;
	background-image: url(../images/button/back_up_arrows.gif)
}

.buttonBackOverLeft {
	cursor: pointer;
	height: 20px;
	width: 19px;
	background-image: url(../images/button/back_over_arrows.gif)
}

.buttonBackDownLeft {
	cursor: pointer;
	height: 20px;
	width: 19px;
	background-image: url(../images/button/back_down_arrows.gif)
}

.buttonBackDisabledCenter {
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_disabled_shim.gif)
}

.buttonBackUpCenter {
	cursor: pointer;
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_up_shim.gif)
}

.buttonBackOverCenter {
	cursor: pointer;
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_over_shim.gif)
}

.buttonBackDownCenter {
	cursor: pointer;
	height: 20px;
	width: 40px;
	background-image: url(../images/button/backnext_down_shim.gif)
}

.buttonBackDisabledRight {
	height: 20px;
	width: 5px;
	background-image: url(../images/button/backnext_disabled_rside.gif)
}

.buttonBackUpRight {
	cursor: pointer;
	height: 20px;
	width: 5px;
	background-image: url(../images/button/backnext_up_rside.gif)
}

.buttonBackOverRight {
	cursor: pointer;
	height: 20px;
	width: 5px;
	background-image: url(../images/button/backnext_over_rside.gif)
}

.buttonBackDownRight {
	cursor: pointer;
	height: 20px;
	width: 5px;
	background-image: url(../images/button/backnext_down_rside.gif)
}

.buttonBackStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}


/* ----------- buttonDelete---------------------------------------------------*/
.buttonDeleteDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_delete_disabled_lside.gif)
}

.buttonDeleteUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_delete_up_lside.gif);
}

.buttonDeleteOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_delete_over_lside.gif)
}

.buttonDeleteDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_delete_down_lside.gif)
}

.buttonDeleteDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_red_disabled_shim.gif)
}

.buttonDeleteUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_red_up_shim.gif)
}

.buttonDeleteOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_red_over_shim.gif)
}

.buttonDeleteDownCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_red_down_shim.gif)
}

.buttonDeleteDisabledRight {
	height: 20px;	
	width: 4px;
	background-image: url(../images/button/btn_red_disabled_rside.gif)
}

.buttonDeleteUpRight {
	cursor: pointer;
	height: 20px;
	width: 4px;
	background-image: url(../images/button/btn_red_up_rside.gif)
}

.buttonDeleteOverRight {
	cursor: pointer;
	height: 20px;
	width: 4px;
	background-image: url(../images/button/btn_red_over_rside.gif)
}

.buttonDeleteDownRight {
	cursor: pointer;
	height: 20px;
	width: 4px;
	background-image: url(../images/button/btn_red_down_rside.gif)
}

.buttonDeleteStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonEdit ----------------------------------------------------*/
.buttonEditDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_edit_disabled_lside.gif)
}

.buttonEditUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_edit_up_lside.gif);
}

.buttonEditOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_edit_over_lside.gif)
}

.buttonEditDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_edit_down_lside.gif)
}

.buttonEditDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonEditUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonEditOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonEditDownCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;	
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonEditDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonEditUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonEditOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonEditDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonEditStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonActivate ------------------------------------------------*/
.buttonActivateDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_activate_disabled_lside.gif)
}

.buttonActivateUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_activate_up_lside.gif);
}

.buttonActivateOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_activate_over_lside.gif)
}

.buttonActivateDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_activate_down_lside.gif)
}

.buttonActivateDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonActivateUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonActivateOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonActivateDownCenter {
	cursor: pointer;
	height: 20px;	
	width: 50px;
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonActivateDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonActivateUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonActivateOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonActivateDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonActivateStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonDeactivate ----------------------------------------------*/
.buttonDeactivateDisabledLeft {
	height: 20px;
	width:24px;
	background-image: url(../images/button/btn_deactivate_disabled_lside.gif)
}

.buttonDeactivateUpLeft {
	cursor: pointer;
	height: 20px;
	width:24px;
	background-image: url(../images/button/btn_deactivate_up_lside.gif);
}

.buttonDeactivateOverLeft {
	cursor: pointer;
	height: 20px;
	width:24px;
	background-image: url(../images/button/btn_deactivate_over_lside.gif)
}

.buttonDeactivateDownLeft {
	cursor: pointer;
	height: 20px;
	width:24px;
	background-image: url(../images/button/btn_deactivate_down_lside.gif)
}

.buttonDeactivateDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonDeactivateUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonDeactivateOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonDeactivateDownCenter {
	cursor: pointer;
	height: 20px;	
	width: 50px;
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonDeactivateDisabledRight {
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonDeactivateUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonDeactivateOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonDeactivateDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonDeactivateStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonDistributesched -----------------------------------------*/
.buttonDistributeschedDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_distributesched_disabled_lside.gif)
}

.buttonDistributeschedUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_distributesched_up_lside.gif);
}

.buttonDistributeschedOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_distributesched_over_lside.gif)
}

.buttonDistributeschedDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_distributesched_down_lside.gif)
}

.buttonDistributeschedDisabledCenter {
	height: 20px;
	width: 115px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonDistributeschedUpCenter {
	cursor: pointer;
	height: 20px;
	width: 115px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonDistributeschedOverCenter {
	cursor: pointer;
	height: 20px;
	width: 115px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonDistributeschedDownCenter {
	cursor: pointer;
	height: 20px;	
	width: 115px;
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonDistributeschedDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonDistributeschedUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonDistributeschedOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonDistributeschedDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonDistributeschedStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonAssigntodevices -----------------------------------------*/
.buttonAssigntodevicesDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_assigntodevices_disabled_lside.gif)
}

.buttonAssigntodevicesUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_assigntodevices_up_lside.gif);
}

.buttonAssigntodevicesOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_assigntodevices_over_lside.gif)
}

.buttonAssigntodevicesDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_assigntodevices_down_lside.gif)
}

.buttonAssigntodevicesDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonAssigntodevicesUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonAssigntodevicesOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonAssigntodevicesDownCenter {
	cursor: pointer;
	height: 20px;	
	width: 50px;
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonAssigntodevicesDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonAssigntodevicesUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonAssigntodevicesOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonAssigntodevicesDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonAssigntodevicesStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonDetach --------------------------------------------------*/
.buttonDetachDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_detach_tab_disabled_lside.gif)
}

.buttonDetachUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_detach_tab_up_lside.gif);
}

.buttonDetachOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_detach_tab_over_lside.gif)
}

.buttonDetachDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_detach_tab_down_lside.gif)
}

.buttonDetachDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonDetachUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonDetachOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonDetachDownCenter {
	cursor: pointer;
	height: 20px;	
	width: 50px;
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonDetachDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonDetachUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonDetachOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonDetachDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonDetachStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}

/* ----------- buttonMore ----------------------------------------------------*/
.buttonMoreDisabledLeft {
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_up_lside.gif)
}

.buttonMoreUpLeft {
	cursor: pointer;
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_up_lside.gif)
}

.buttonMoreOverLeft {
	cursor: pointer;
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_over_lside.gif)
}

.buttonMoreDownLeft {
	cursor: pointer;
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_up_lside.gif)
}

.buttonMoreDisabledCenter {
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_up_shim.gif)
}

.buttonMoreUpCenter {
	cursor: pointer;
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_up_shim.gif)
}

.buttonMoreOverCenter {
	cursor: pointer;
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_over_shim.gif)
}

.buttonMoreDownCenter {
	cursor: pointer;
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_up_shim.gif)
}

.buttonMoreDisabledRight {
	height: 16px;
	width: 21px;
	background-image: url(../images/button/more_up_rside.gif)
}

.buttonMoreUpRight {
	cursor: pointer;
	height: 16px;
	width: 21px;
	background-image: url(../images/button/more_up_rside.gif)
}

.buttonMoreOverRight {
	cursor: pointer;
	height: 16px;
	width: 21px;
	background-image: url(../images/button/more_over_rside.gif)
}

.buttonMoreDownRight {
	cursor: pointer;
	height: 16px;
	width: 21px;
	background-image: url(../images/button/more_up_rside.gif)
}

.buttonMoreStyle {
	color: #999999;
	font-weight: bold;
	font-size: 8pt;
}

/* ----------- buttonLess ----------------------------------------------------*/
.buttonLessDisabledLeft {
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_up_lside.gif)
}

.buttonLessUpLeft {
	cursor: pointer;
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_up_lside.gif)
}

.buttonLessOverLeft {
	cursor: pointer;
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_over_lside.gif)
}

.buttonLessDownLeft {
	cursor: pointer;
	height: 16px;
	width: 4px;
	background-image: url(../images/button/more_up_lside.gif)
}

.buttonLessDisabledCenter {
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_up_shim.gif)
}

.buttonLessUpCenter {
	cursor: pointer;
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_up_shim.gif)
}

.buttonLessOverCenter {
	cursor: pointer;
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_over_shim.gif)
}

.buttonLessDownCenter {
	cursor: pointer;
	height: 16px;
	width: 40px;
	background-image: url(../images/button/more_up_shim.gif)
}

.buttonLessDisabledRight {
	height: 16px;
	width: 21px;
	background-image: url(../images/button/uparrow_up.gif)
}

.buttonLessUpRight {
	cursor: pointer;
	height: 16px;
	width: 21px;
	background-image: url(../images/button/uparrow_up.gif)
}

.buttonLessOverRight {
	cursor: pointer;
	height: 16px;
	width: 21px;
	background-image: url(../images/button/uparrow_over.gif)
}

.buttonLessDownRight {
	cursor: pointer;
	height: 16px;
	width: 21px;
	background-image: url(../images/button/uparrow_up.gif)
}

.buttonLessStyle {
	color: #999999;
	font-weight: bold;
	font-size: 8pt;
}


/* ----------- buttonClone -----------------------------------------*/
.buttonCloneDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_clone_disabled_lside.gif)
}

.buttonCloneUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_clone_up_lside.gif);
}

.buttonCloneOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_clone_over_lside.gif)
}

.buttonCloneDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_clone_down_lside.gif)
}

.buttonCloneDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonCloneUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonCloneOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonCloneDownCenter {
	cursor: pointer;
	height: 20px;	
	width: 50px;
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonCloneDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonCloneUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonCloneOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonCloneDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonCloneStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}

/* ----------- buttonView -----------------------------------------*/
.buttonViewDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_view_disabled_lside.gif)
}

.buttonViewUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_view_up_lside.gif);
}

.buttonViewOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_view_over_lside.gif)
}

.buttonViewDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_view_down_lside.gif)
}

.buttonViewDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonViewUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonViewOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonViewDownCenter {
	cursor: pointer;
	height: 20px;	
	width: 50px;
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonViewDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonViewUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonViewOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonViewDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonViewStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}

/* ----------- buttonUnsized --------------------------------------------------------*/
.buttonUnsizedUpLeft {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_up_left.gif)
}

.buttonUnsizedOverLeft {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_over_left.gif)
}

.buttonUnsizedDownLeft {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_down_left.gif)
}

.buttonUnsizedUpCenter {
	cursor: pointer;
	height: 20px;

	background-image: url(../images/button/btn_up_shim.gif)
}

.buttonUnsizedOverCenter {
	cursor: pointer;
	height: 20px;

	background-image: url(../images/button/btn_over_shim.gif)
}

.buttonUnsizedDownCenter {
	cursor: pointer;
	height: 20px;

	background-image: url(../images/button/btn_down_shim.gif)
}

.buttonUnsizedUpRight {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_up_right.gif)
}

.buttonUnsizedOverRight {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_over_right.gif)
}

.buttonUnsizedDownRight {
	cursor: pointer;
	height: 20px;
	width: 7px;
	background-image: url(../images/button/btn_down_right.gif)
}

.buttonUnsizedStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}


/* ----------- buttonResetPassword ----------------------------------------------------*/
.buttonResetPasswordDisabledLeft {
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_reset_disabled.gif)
}

.buttonResetPasswordUpLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_reset_off.gif);
}

.buttonResetPasswordOverLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_reset_over.gif)
}

.buttonResetPasswordDownLeft {
	cursor: pointer;
	height: 20px;
	width: 24px;
	background-image: url(../images/button/btn_reset_down.gif)
}

.buttonResetPasswordDisabledCenter {
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_disabled_shim.gif)
}

.buttonResetPasswordUpCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_up_shim.gif)
}

.buttonResetPasswordOverCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url(../images/button/btn_blue_over_shim.gif)
}

.buttonResetPasswordDownCenter {
	cursor: pointer;
	height: 20px;
	width: 50px;	
	background-image: url(../images/button/btn_blue_down_shim.gif)
}

.buttonResetPasswordDisabledRight {
	height: 20px;	
	width: 3px;
	background-image: url(../images/button/btn_blue_disabled_rside.gif)
}

.buttonResetPasswordUpRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_up_rside.gif)
}

.buttonResetPasswordOverRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_over_rside.gif)
}

.buttonResetPasswordDownRight {
	cursor: pointer;
	height: 20px;
	width: 3px;
	background-image: url(../images/button/btn_blue_down_rside.gif)
}

.buttonResetPasswordStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
}
/* ----------- buttonLogin ----------------------------------------------------*/
.buttonLoginUpLeft {
	cursor: pointer;
	height: 23px;
	width: 4px;
	background-image: url(../images/button/login_up_lside.gif)
}

.buttonLoginOverLeft {
	cursor: pointer;
	height: 23px;
	width: 4px;
	background-image: url(../images/button/login_over_lside.gif)
}

.buttonLoginDownLeft {
	cursor: pointer;
	height: 23px;
	width: 4px;
	background-image: url(../images/button/login_over_lside.gif)
}

.buttonLoginDisabledCenter {
	height: 23px;
	width: 40px;
	background-image: 
}

.buttonLoginUpCenter {
	cursor: pointer;
	height: 23px;
	width: 40px;
	background-image: url(../images/button/login_up_shim.gif)
}

.buttonLoginOverCenter {
	cursor: pointer;
	height: 23px;
	width: 40px;
	background-image: url(../images/button/login_over_shim.gif)
}

.buttonLoginDownCenter {
	cursor: pointer;
	height: 23px;
	width: 40px;
	background-image: url(../images/button/login_over_shim.gif)
}

.buttonLoginDisabledRight {
	height: 23px;
	width: 19px;
	background-image: 
}

.buttonLoginUpRight {
	cursor: pointer;
	height: 23px;
	width: 4px;
	background-image: url(../images/button/login_up_rside.gif)
}

.buttonLoginOverRight {
	cursor: pointer;
	height: 23px;
	width: 4px;
	background-image: url(../images/button/login_over_rside.gif)
}

.buttonLoginDownRight {
	cursor: pointer;
	height: 23px;
	width: 4px;
	background-image: url(../images/button/login_over_rside.gif)
}

.buttonLoginStyle {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}
