/**
 * @source 		Joomla! 1.5 Admin template main css file
 * @author		micl
 */

/* -- buttons -- */
.page-panel,
.button1-left,
.button1-right,
.nextLast-button,
.firstPrev-button,
.page-panel div,
.button1-left div,
.button1-right div,
.nextLast-button div,
.firstPrev-button div {
	float: left;
}


.page-panel a,
.page-panel span {
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

.nextLast-button a,
.firstPrev-button a,
.nextLast-button span,
.firstPrev-button span {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

.page-panel span,
.nextLast-button span,
.firstPrev-button span { cursor: default; color: #999; }

.page-panel .page a,
.nextLast-button .page a,
.firstPrev-button .page a,
.page-panel .page span,
.nextLast-button .page span,
.firstPrev-button .page span { padding: 0 6px; }

.page span {
	color: #000;
	font-weight: bold;
}

.page-panel a:hover,
.nextLast-button a:hover,
.firstPrev-button a:hover { text-decoration: none; color: #4EBF37; }
.page-panel a,
.nextLast-button a,
.firstPrev-button a { text-decoration: none; color: #4F82CB;  }

.firstPrev-button a,
.firstPrev-button span { padding: 0 6px 0 24px; }
.firstPrev-button { background: url(../images/navimages/j_button2_right.png) 100% no-repeat; float: left; margin-left: 5px; }
.firstPrev-button.on .prev:hover { background: url(../images/navimages/j_button2_prev_hover.png) no-repeat; }
.firstPrev-button.on .prev { background: url(../images/navimages/j_button2_prev.png) no-repeat; }
.firstPrev-button.off .prev { background: url(../images/navimages/j_button2_prev_off.png) no-repeat; }

.firstPrev-button.on .first:hover { background: url(../images/navimages/j_button2_first_hover.png) no-repeat; }
.firstPrev-button.on .first { background: url(../images/navimages/j_button2_first.png) no-repeat; }
.firstPrev-button.off .first { background: url(../images/navimages/j_button2_first_off.png) no-repeat; }

.page-panel a,
.nextLast-button a,
.page-panel span { padding: 0 24px 0 6px; }
.nextLast-button span { padding: 0 24px 0 6px; }
.page-panel { background: url(../images/navimages/j_button2_left.png) no-repeat; float: left; margin-left: 5px; }
.nextLast-button { background: url(../images/navimages/j_button2_left.png) no-repeat; float: left; margin-left: 5px; }
.page-panel .page { background: url(../images/navimages/j_button2_right_cap.png) 100% no-repeat; }
.nextLast-button .page { background: url(../images/navimages/j_button2_right_cap.png) 100% no-repeat; }

.nextLast-button.on .next:hover { background: url(../images/navimages/j_button2_next_hover.png) 100% no-repeat; }
.nextLast-button.on .next { background: url(../images/navimages/j_button2_next.png) 100% no-repeat; }
.nextLast-button.off .next { background: url(../images/navimages/j_button2_next_off.png) 100% no-repeat; }

.nextLast-button.on .last:hover { background: url(../images/navimages/j_button2_last_hover.png) 100% no-repeat; }
.nextLast-button.on .last { background: url(../images/navimages/j_button2_last.png) 100% no-repeat; }
.nextLast-button.off .last { background: url(../images/navimages/j_button2_last_off.png) 100% no-repeat; }


/* -- message header -- */
/*
table.list th {
	text-align: center;
	background: #f0f0f0;
	color: #000000;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.list tr.row0	{ background-color: #fff;  text-align: left; }
table.list tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

table.list tr.row0:hover td,
table.list tr.row1:hover td  { background-color: #ffd; }
*/
