/* COLORS:
green: #98D826
gray: #DFDFDF
*/

.printbar {
	border-collapse: collapse;
}

.printbar td {
	height: 33px;
	color: black;
	font-size: 9px;
	padding: 0px 7px;
}

.printbar a {
	color: white;
	border: none;
}

/* START */

.printbar .start_green {
	background: #98D826 url("../img/printbar_start_green.gif") top left no-repeat;
	color: white;
}

.printbar .start_lgreen {
	background: #D6EFA8 url("../img/printbar_start_lgreen.gif") top left no-repeat;
}

.printbar .start_lgreen a {
	color: #527515;
}

.printbar .sep_gray_gray a, .printbar .sep_green_gray a {
	color: black;
}

/* SEP */

.printbar .sep_lgreen_lgreen {
	background: #D6EFA8 url("../img/printbar_sep_lgreen_lgreen.gif") top left no-repeat;
	padding-left: 20px;
}

.printbar .sep_lgreen_lgreen a {
	color: #527515;
}

.printbar .sep_lgreen_green {
	background: #98D826 url("../img/printbar_sep_lgreen_green.gif") top left no-repeat;
	padding-left: 20px;
	color: white;
}

.printbar .sep_green_green {
	background: #98D826 url("../img/printbar_sep_green_green.gif") top left no-repeat;
	padding-left: 20px;
	color: white;
}

.printbar .sep_green_gray {
	background: #DFDFDF url("../img/printbar_sep_green_gray.gif") top left no-repeat;
	padding-left: 20px;
}

.printbar .sep_gray_gray {
	background: #DFDFDF url("../img/printbar_sep_gray_gray.gif") top left no-repeat;
	padding-left: 20px;
}

/* END */

.printbar .end_gray {
	width: 3px;
	padding: 0px;
	background: white url("../img/printbar_end_gray.gif") top left no-repeat;
}

.printbar .end_green {
	width: 3px;
	padding: 0px;
	background: white url("../img/printbar_end_green.gif") top left no-repeat;
}

.printbar .current {
	font-weight: bold;
}
