/* BUTTONS ****************************************************************/
.btn120, .btn120_disabled, .btn120_down, .btn120_over, .btn120_focus,
.btn90, .btn90_disabled, .btn90_down, .btn90_over, .btn90_focus,
.btn60, .btn60_disabled, .btn60_down, .btn60_over, .btn60_focus,
.btnaddtoleft, .btnaddtoleft_disabled, .btnaddtoleft_down, .btnaddtoleft_over, .btnaddtoleft_focus,
.btnaddtoright, .btnaddtoright_disabled, .btnaddtoright_down, .btnaddtoright_over, .btnaddtoright_focus,
.btnrefresh, .btnrefresh_disabled, .btnrefresh_down, .btnrefresh_over, .btnrefresh_focus,
.btncreate, .btncreate_disabled, .btncreate_down, .btncreate_over, .btncreate_focus,
.btn90cancel, .btn90cancel_disabled, .btn90cancel_down, .btn90cancel_over, .btn90cancel_focus,
.btn90left, .btn90left_disabled, .btn90left_down, .btn90left_over, .btn90left_focus,
.btn90right, .btn90right_disabled, .btn90right_down, .btn90right_over, .btn90right_focus,
.btn90save, .btn90save_disabled, .btn90save_down, .btn90save_over, .btn90save_focus,
.btn160save, .btn160save_disabled, .btn160save_down, .btn160save_over, .btn160save_focus,
.btngo, .btngo_disabled, .btngo_down, .btngo_over, .btngo_focus,
.btnhelp, .btnhelp_disabled, .btnhelp_down, .btnhelp_over, .btnhelp_focus,
.btnFilterToggle

{
	height: 20px;
	margin: 2px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 11px;
	text-align:center;
}

/* 120px standard *****************************************************/
.btn120 {
	background-image: url(../images/buttons/btn120.gif);
	width: 120px;
}
.btn120_disabled {
	background-image: url(../images/buttons/btn120_disabled.gif);
	width: 120px;
	color: #fff;
}
.btn120_down {
	background-image: url(../images/buttons/btn120.gif);
	width: 120px;
}
.btn120_over, .btn120_focus {
	background-image: url(../images/buttons/btn120_over.gif);
	width: 120px;
}

/* 90px standard *****************************************************/
.btn90 {
	background-image: url(../images/buttons/btn90.gif);
	width: 90px;
}
.btn90_disabled {
	background-image: url(../images/buttons/btn90_disabled.gif);
	width: 90px;
	color: #fff;
}
.btn90_down {
	background-image: url(../images/buttons/btn90.gif);
	width: 90px;
}
.btn90_over, .btn90_focus {
	background-image: url(../images/buttons/btn90_over.gif);
	width: 90px;
}

/* 60px standard *****************************************************/
.btn60 {
	background-image: url(../images/buttons/btn60.gif);
	width: 60px;
}
.btn60_disabled {
	background-image: url(../images/buttons/btn60_disabled.gif);
	width: 60px;
	color: #fff;
}
.btn60_down {
	background-image: url(../images/buttons/btn60.gif);
	width: 60px;
}
.btn60_over, .btn60_focus {
	background-image: url(../images/buttons/btn60_over.gif);
	width: 60px;
}

/* addtoleft *****************************************************/
.btnaddtoleft {
	background-image: url(../images/buttons/btnaddtoleft.gif);
	width: 40px;
}
.btnaddtoleft_disabled {
	background-image: url(../images/buttons/btnaddtoleft_disabled.gif);
	width: 40px;
	color: #fff;
}
.btnaddtoleft_down {
	background-image: url(../images/buttons/btnaddtoleft.gif);
	width: 40px;
}
.btnaddtoleft_over, .btnaddtoleft_focus {
	background-image: url(../images/buttons/btnaddtoleft_over.gif);
	width: 40px;
}

/* addtoright *****************************************************/
.btnaddtoright {
	background-image: url(../images/buttons/btnaddtoright.gif);
	width: 40px;
}
.btnaddtoright_disabled {
	background-image: url(../images/buttons/btnaddtoright_disabled.gif);
	width: 40px;
	color: #fff;
}
.btnaddtoright_down {
	background-image: url(../images/buttons/btnaddtoright.gif);
	width: 40px;
}
.btnaddtoright_over, .btnaddtoright_focus {
	background-image: url(../images/buttons/btnaddtoright_over.gif);
	width: 40px;
}

/* refresh *****************************************************/
.btnrefresh {
	background-image: url(../images/buttons/btnrefresh.gif);
	width: 90px;
}
.btnrefresh_disabled {
	background-image: url(../images/buttons/btnrefresh_disabled.gif);
	width: 90px;
	color: #fff;
}
.btnrefresh_down {
	background-image: url(../images/buttons/btnrefresh.gif);
	width: 90px;
}
.btnrefresh_over, .btnrefresh_focus {
	background-image: url(../images/buttons/btnrefresh_over.gif);
	width: 90px;
}

/* create *****************************************************/
.btncreate {
	background-image: url(../images/buttons/btncreate.gif);
	width: 140px;
}
.btncreate_disabled {
	background-image: url(../images/buttons/btncreate_disabled.gif);
	width: 140px;
	color: #fff;
}
.btncreate_down {
	background-image: url(../images/buttons/btncreate.gif);
	width: 140px;
}
.btncreate_over, .btncreate_focus {
	background-image: url(../images/buttons/btncreate_over.gif);
	width: 140px;
}

/* cancel *****************************************************/
.btn90cancel {
	background-image: url(../images/buttons/btn90cancel.gif);
	width: 90px;
}
.btn90cancel_disabled {
	background-image: url(../images/buttons/btn90cancel_disabled.gif);
	width: 90px;
	color: #fff;
}
.btn90cancel_down {
	background-image: url(../images/buttons/btn90cancel.gif);
	width: 90px;
}
.btn90cancel_over, .btn90cancel_focus {
	background-image: url(../images/buttons/btn90cancel_over.gif);
	width: 90px;
}

/* left *****************************************************/
.btn90left {
	background-image: url(../images/buttons/btn90left.gif);
	width: 90px;
}
.btn90left_disabled {
	background-image: url(../images/buttons/btn90left_disabled.gif);
	width: 90px;
	color: #fff;
}
.btn90left_down {
	background-image: url(../images/buttons/btn90left.gif);
	width: 90px;
}
.btn90left_over, .btn90left_focus {
	background-image: url(../images/buttons/btn90left_over.gif);
	width: 90px;
}

/* right *****************************************************/
.btn90right {
	background-image: url(../images/buttons/btn90right.gif);
	width: 90px;
}
.btn90right_disabled {
	background-image: url(../images/buttons/btn90right_disabled.gif);
	width: 90px;
	color: #fff;
}
.btn90right_down {
	background-image: url(../images/buttons/btn90right.gif);
	width: 90px;
}
.btn90right_over, .btn90right_focus {
	background-image: url(../images/buttons/btn90right_over.gif);
	width: 90px;
}

/* save 90px wide *****************************************************/
.btn90save {
	background-image: url(../images/buttons/btn90save.gif);
	width: 90px;
}
.btn90save_disabled {
	background-image: url(../images/buttons/btn90save_disabled.gif);
	width: 90px;
	color: #fff;
}
.btn90save_down {
	background-image: url(../images/buttons/btn90save.gif);
	width: 90px;
}
.btn90save_over, .btn90save_focus {
	background-image: url(../images/buttons/btn90save_over.gif);
	width: 90px;
}

/* save 160px wide *****************************************************/
.btn160save {
	background-image: url(../images/buttons/btn160save.gif);
	width: 160px;
}
.btn160save_disabled {
	background-image: url(../images/buttons/btn160save_disabled.gif);
	width: 160px;
	color: #fff;
}
.btn160save_down {
	background-image: url(../images/buttons/btn160save.gif);
	width: 160px;
}
.btn160save_over, .btn160save_focus {
	background-image: url(../images/buttons/btn160save_over.gif);
	width: 160px;
}

/* go *****************************************************/
.btngo {
	background-image: url(../images/buttons/btngo.gif);
	width: 40px;
}
.btngo_disabled {
	background-image: url(../images/buttons/btngo_disabled.gif);
	width: 40px;
	color: #fff;
}
.btngo_down {
	background-image: url(../images/buttons/btngo.gif);
	width: 40px;
}
.btngo_over, .btngo_focus {
	background-image: url(../images/buttons/btngo_over.gif);
	width: 40px;
}

/* help *****************************************************/
.btnhelp {
	display: block;
	color: Black;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/buttons/btnhelp.gif);
	width: 60px;
}
.btnhelp_disabled {
	display: block;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/buttons/btnhelp_disabled.gif);
	width: 60px;
	color: #fff;
}
.btnhelp_down {
	display: block;
	color: Black;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/buttons/btnhelp.gif);
	width: 60px;
}
.btnhelp_over, .btnhelp_focus {
	display: block;
	color: Black;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/buttons/btnhelp_over.gif);
	width: 60px;
}

.btnFilterToggle {
  width: 90px;
}