/*
 *	Below are styles for not-refreshing button state.
 */

.refreshing{
    height:15px;
    width:15px;
    padding-top:1px;
    padding-bottom:1px;
    background-image:url(../images/controls/button/loading.gif);
	align:center;
	padding-left:1px;
}

.refreshing-up {
}

.refreshing-down {
}

.refreshing-up-hovering {
}

.refreshing-down-hovering {
}

.refreshing-up-disabled {
}

.refreshing-down-disabled {
}

/*
 *	Below are styles for NOT-not-refreshing button state.
 */

.not-refreshing{
    height:15px;
    width:15px;
    padding-top:1px;
    padding-bottom:1px;
    background-image:url(../images/controls/button/done.gif);
	align:center;
	padding-left:1px;
}

.not-refreshing-up {
}

.not-refreshing-down {
}

.not-refreshing-up-hovering {
}

.not-refreshing-down-hovering {
}

.not-refreshing-up-disabled {
}

.not-refreshing-down-disabled {
}
