
/* Basic Tags */
#crcpTableId {
	margin: 0em;
	padding: 0;
	background: #fff;
	color: #000;
}

/* Hyperlinks */
a:focus, a:hover, a:active {
	text-decoration: underline;
}

/* Table Formatting 
#crcpTableId table {
	border-collapse: collapse;
  	border-spacing: 0;
	margin: 10px 0pt 15px;
	width: 100%;
	table-layout: fixed;
}
*/
#crcpTableId caption {
	background: #eee;
	padding: 5px;
	text-align: center;
}
#crcpTableId th #crcpTableId td {
	background: #bbb;
	font-weight: bold;
	vertical-align: bottom;
}
#crcpTableId th, #crcpTableId td {
	border: 1px solid #ddd !important;
	padding: 4px;
}
#crcpTableId tbody th {
	background: transparent;
}

/* Simple Table Sort Feature */
#crcpTableId table#crcpTable thead th{
	background: #E3E3E3 url(img/bg.gif) no-repeat center right;
}
#crcpTableId table#epayCaseTable thead th{
	background: #E3E3E3 url(img/bg.gif) no-repeat center right;
}
#crcpTableId table#case-details-table-1 thead th{
	background: #E3E3E3 url(img/bg.gif) no-repeat center right;
}
#crcpTableId table#case-details-table-2 thead th{
	background: #E3E3E3 url(img/bg.gif) no-repeat center right;
}
#crcpTableId table#case-details-table-3 thead th{
	background: #E3E3E3 url(img/bg.gif) no-repeat center right;
}

#crcpTableId  table#crcpTable thead th a,
#crcpTableId  table#epayCaseTable thead th a,
#crcpTableId  table#case-details-table-1 thead th a,
#crcpTableId  table#case-details-table-2 thead th a,
#crcpTableId  table#case-details-table-3 thead th a,
#crcpTableId  table#crcp-defense-submission-table thead th a {
	background: transparent;
	display: block;
}

#crcpTableId table#crcpTable th.headerSortUp,
#crcpTableId table#epayCaseTable th.headerSortUp,
#crcpTableId table#case-details-table-1 th.headerSortUp,
#crcpTableId table#case-details-table-2 th.headerSortUp,
#crcpTableId table#case-details-table-3 th.headerSortUp,
#crcpTableId table#crcp-defense-submission-table th.headerSortUp,
#crcpTableId table#crcp-letter-notifications-table th.headerSortUp,
#crcpTableId table#crcp-letter-details-table th.tablesorter-headerDesc {
	background-image: url(img/asc.gif);
}

#crcpTableId table#crcpTable th.headerSortDown,
#crcpTableId table#epayCaseTable th.headerSortDown,
#crcpTableId table#case-details-table-1 th.headerSortDown,
#crcpTableId table#case-details-table-2 th.headerSortDown,
#crcpTableId table#case-details-table-3 th.headerSortDown,
#crcpTableId table#crcp-defense-submission-table th.headerSortDown,
#crcpTableId table#crcp-letter-notifications-table th.headerSortDown,
#crcpTableId table#crcp-letter-details-table th.tablesorter-headerAsc {
	background-image: url(img/desc.gif);
}

/* Complex Table */
#crcpTableId table#complexTable thead th {
	background: #bbb;
	color: #000;
}
#crcpTableId table#complexTable2 thead th {
	background: #bbb;
	color: #000;
}
#crcpTableId table#complexTable3 thead th {
	background: #bbb;
	color: #000;
}
#crcpTableId table#complexTable th.subHeader {
	background: #FF9966;
	padding: 5px;
}
#crcpTableId table#complexTable2 th.subHeader {
	background: #FF9966;
	padding: 5px;
}
#crcpTableId table#complexTable3 th.subHeader {
	background: #FF9966;
	padding: 5px;
}

/* Basic Class */
#crcpTableId .hide {
	display: none;
}

.table_wrapper {
	display: block;
 	height : 400px;
   	overflow-x: auto;
    overflow-y: auto;
}
 
#crcp-defense-submission-table .header,
#crcp-defense-submission-table .tablesorter-header,
#crcp-letter-notifications-table .header,
#crcp-letter-notifications-table .tablesorter-header,
#crcp-letter-details-table .header,
#crcp-letter-details-table .tablesorter-header {
	/* black (unsorted) double arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	/* white (unsorted) double arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	/* image */
	/* background-image: url(images/black-unsorted.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 18px 4px 4px;
	white-space: normal;
	cursor: pointer;
}

#crcp-defense-submission-table thead .sorter-false,
#crcp-letter-notifications-table thead .sorter-false,
#crcp-letter-details-table thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
	pointer-events: none;
}

#crcp-defense-submission-table .tablesorter-header:focus,
#crcp-letter-notifications-table .tablesorter-header:focus,
#crcp-letter-details-table .tablesorter-header:focus {
	outline: black solid 2px;
	border-color: black;
	border-radius: 2px;
}

#crcp-defense-submission-table .defense-submission-search-box:focus {
	outline: black solid 1px;
	border-color: black;
	border-radius: 1px;
}

#crcp-defense-submission-table #defenseDate:focus {
	outline: black solid 1px;
	border-color: black;
	border-radius: 1px;
}

#crcpTableId table#crcp-letter-details-table thead tr .tablesorter-headerDesc,
#crcpTableId table#crcp-letter-details-table thead tr .tablesorter-headerAsc {
	background-color: #E3E3E3 !important;
}

#crcp-letter-details-table .tablesorter-filter:focus {
	outline: black solid 1px;
	border-color: black;
	border-radius: 3px;
}

#crcp-letter-details-table td:focus {
	outline: black solid 2px;
	border-color: black;
	border-radius: 2px;
}

#lettersNotifications_method_view:focus {
	outline: black solid 1px;
	border-color: black;
	border-radius: 3px;
}