/*
* -*- mode: text; coding: utf-8; -*-

   This file is part of Invenio.
   Copyright (C) 2009, 2010, 2011 CERN.

   Invenio is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.

   Invenio is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with Invenio; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
/* Invenio customizations for tablesorter */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #cadff5;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #79D;
}

/*For items tables*/

table.tablesorter tr th {
	background-color: #cadff5;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

/*For small tables*/

table.tablesortersmall {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 25%;
	text-align: left;
}

table.tablesortersmall tr th {
	background-color: #cadff5;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesortersmall td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

/*For borrower tables*/

table.tablesorterborrower {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 35%;
	text-align: left;
}

table.tablesorterborrower tr th {
	background-color: #cadff5;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorterborrower td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/*For medium tables*/

table.tablesortermedium {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 50%;
	text-align: left;
}

table.tablesortermedium tr th {
	background-color: #cadff5;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesortermedium td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesortermedium thead tr th, table.tablesortermedium tfoot tr th {
	background-color: #cadff5;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesortermedium thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesortermedium tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesortermedium tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesortermedium thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesortermedium thead tr .headerSortDown, table.tablesortermedium thead tr .headerSortUp {
background-color: #79D;
}
/* end of tablesorter.css */
