/*******************************************************************************************
*******************************************************************************************
/shared/css/base/_tables.css
*******************************************************************************************
*******************************************************************************************/

.table-full {
	width: 100%;
}

/***********************/
/* heading above table */

.tableHeading {
	background: #1772b8;
	background: -webkit-linear-gradient(#1772b8, #0462a1); /* Safari */
	background: -moz-linear-gradient(#1772b8, #0462a1); /* Firefox */
	background: linear-gradient(#1772b8, #0462a1);
	border: solid 1px #035995;
	color: #FFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 -3px 0; /* cover top border of table */
	padding: 5px 10px;
	position: relative; /* allow z-index */
	text-shadow: 1px 1px 1px #004a7e;
	z-index: 1; /* above table-data */
}	
.tableHeading select,
.tableHeading input[type="text"],
.tableHeading input[type="email"] {
	vertical-align: middle;
	border: none;
}
.tableHeading a,
a.tableHeading {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.tableHeading a:hover,
a.tableHeading:hover {
	color: #fff;
	text-decoration: underline;
}

/****************/
/* tabular data */

.table-data {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
	.table-data th {
		background-color: #e7e7e7;
		border-bottom: solid 1px #d6d6d6;
		border-left: solid 1px #d6d6d6;
		border-top: solid 3px #d7d6d6;
		font-weight: bold;
		line-height: 1.2;
		padding: 8px 10px;
		text-align: left;
		vertical-align: middle;
	}
		.table-data th:first-child {
			border-left: none;
		}
		.table-data th.alignR {
			text-align: right;
		}
	.table-data .th-sub {
		background: #ffeed3;
		border-bottom: solid 1px #d6d6d6;
		border-left: none;
		border-top: none;
		font-weight: normal;
		padding: 7px 11px;
	}	
	.table-data td {
		border: none;
		border-bottom: solid 1px #e0e0e0;
		margin: 0;
		padding: 6px 11px;
		text-align: left;
		vertical-align: top;
	}
		.table-data tfoot td {
			border: none;
		}
		.table-data td.alignR {
			text-align: right;
		}
	.table-data a {
		text-decoration: none;
	}
	.table-data .is-clickable:hover td {
		background: #d3e7fd;
		cursor: pointer;
	}
	
/*********************/	
/* unformatted table (a table without a class is unformatted, but the table-unformatted class is necessary for nested tables) */	

.table-unformatted td,
.table-data.tablesorter .table-unformatted td {
	border: none;
	padding: 0;
}

/****************/
/* tabbed table */

.table-tabbed {
	border-top: none;
	margin-top: -5px;
	position: relative;
}
.table-tabbed > thead > tr > th {
	background-color: #c3daff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	border-top: solid 5px #0b3b83;
	padding: 10px 10px;
}
	.table-tabbed > thead > tr > th:first-child {
		border-left: none;
	}
	.table-tabbed .th-sub,
	.table-tabbed .tablesorter-infoOnly .th-sub {
		background-color: #ffeed3;
		border-left: none;
		border-top: none;
		padding-top: 7px;
		padding-bottom: 7px;
		font-weight: bold;
	}
	.table-tabbed tbody .th-sub {
		background-color: #eaeaea;
	}

.table-tabbed .tablesorter-header,
.table-tabbed.table-data .tablesorter-header {
	background-color: #c3daff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	border-top: solid 5px #0b3b83;
}	
	.table-tabbed > thead > tr > .tablesorter-header.tablesorter-headerAsc,
	.table-tabbed > thead > tr > .tablesorter-header.tablesorter-headerDesc,
	.table-tabbed > thead > tr > .tablesorter-header.tablesorter-headerAsc:hover,
	.table-tabbed > thead > tr > .tablesorter-header.tablesorter-headerDesc:hover {
		background-color: #9dc3ff;
	}


/* table headers that are not part of the tabbed content */

.table-tabbed > thead > tr > .th-notTabbed,
.table-tabbed > thead > tr > .th-notTabbed.tablesorter-header {
	background-color: #e7e7e7;
	border-left: none;
	border-right: none;
	border-top-color: #e7e7e7;
}
	.table-tabbed > thead > tr > .th-notTabbed.tablesorter-header.tablesorter-headerAsc,
	.table-tabbed > thead > tr > .th-notTabbed.tablesorter-header.tablesorter-headerDesc {
		background-color: #d7d6d6;
		border-left: none;
		border-right: none;
		border-top-color: #d7d6d6;
	}


/*****************************/
/* jquery tablesorter plugin */

.table-data .tablesorter-header {
	background: url(/shared/images/sort-bg.png) no-repeat -4px 50% #e7e7e7;
	cursor: default;
	padding-left: 15px;
}
	.table-data .tablesorter-header.tablesorter-header:hover {
		background-image: url(/shared/images/sort-bg-on.png);
	}
	.table-data .tablesorter-header.tablesorter-headerAsc,
	.table-data .tablesorter-header.tablesorter-headerAsc:hover {
		background-color: #d7d6d6;
		background-image: url(/shared/images/sort-asc2.gif);
	}
	.table-data .tablesorter-header.tablesorter-headerDesc,
	.table-data .tablesorter-header.tablesorter-headerDesc:hover {
		background-color: #d7d6d6;
		background-image: url(/shared/images/sort-desc2.gif);
	}
.table-data.tablesorter td,
.table-data.tablesorter .th-sub {
	padding-left: 16px;
}
.table-data.tablesorter .notSorted {
	padding-left: 11px;
}
.table-data.tablesorter .sorter-false,
.table-data.tablesorter .sorter-false:hover {
	background-image: none;
}

/********************/
/* dynatable plugin */

th .dynatable-sort-header,
th .dynatable-sort-header:hover {
	color: #333;	
}
th a,
th a:hover {
	color: #055bad;
	text-decoration: none;
}
	
/********************************/	
/* more spacing for table cells */
	
.table-comfy th {
	padding: 10px 11px;
}
.table-comfy .th-sub {
	padding: 9px 12px;
}
.table-comfy td {
	padding: 8px 12px;
}
.table-comfy.tablesorter td,
.table-comfy.tablesorter .th-sub {
	padding-left: 17px;
}
.table-comfy.tablesorter .notSorted {
	padding-left: 12px;
}

/****************/
/* misc styling */

.withRollover td {
	padding: 3px 5px;
}
.withRollover tbody tr:hover {
    background: #fff7e5;
}
.withRollover tfoot {
    border-top: 1px dashed #ddd;
}
	