﻿


.ui-state-default.unpaidItemsPresent {
	border: 1px solid #cccccc;
	background: red url(/static/images/ui-bg_flat_100_32486_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: white;
}

.ui-state-default.unpaidItemsPresent a {
	color:White;
}

.ui-state-hover.unpaidItemsPresent {
	border: 1px solid #cccccc;
	background: #324486 url(/static/images/ui-bg_flat_100_324486_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: White;
}