/* Cascading Style Sheet
 * by Bahadir Kocaoglu - bahadir@benkazanicam.com
 * Feedbacks
 */

.home { padding: 24px 24px 18px 24px; }
.home a { text-decoration: none; font-weight: bold; color: #66BC29; }
.home a:hover { text-decoration: underline; font-weight: bold; color: #3062BE; }

.pagination { padding: 0; margin: 0; }
.pagination ul { margin: 0; padding: 0; font-size: 12px; line-height: 24px; }
.pagination li { margin: 0; padding: 0; display: inline; }
.pagination li.current { font-weight: bold; padding: 0 4px 0 4px; }
.pagination li.others { font-weight: bold; padding: 0 4px 0 4px; }
.pagination li.pagybut .start { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/start.png') no-repeat center center; }
.pagination li.pagybut .start:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/start_hover.png') no-repeat center center; }
.pagination li.pagybut .next { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/next.png') no-repeat center center; }
.pagination li.pagybut .next:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/next_hover.png') no-repeat center center; }
.pagination li.pagybut .back { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/back.png') no-repeat center center; }
.pagination li.pagybut .back:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/back_hover.png') no-repeat center center; }
.pagination li.pagybut .end { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/end.png') no-repeat center center; }
.pagination li.pagybut .end:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/end_hover.png') no-repeat center center; }
.pagination a { color: #3062BE; text-decoration: none; border: 0; font-size: 12px; }
.pagination a:hover { color: #66BC29; text-decoration: underline; border: 0; }
