﻿/*****************************************/
/************* TABULAR DATA **************/

/*div.ms-rtestate-read.ms-rte-wpbox */

div#s4-workspace table.cer-table,
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable
{
	width: 100%;
    margin-top: 15px;
}
div#s4-workspace div.ms-rtestate-read.ms-rte-wpbox > div.ms-rtestate-notify.ms-rtestate-read
{
	overflow-x: scroll;
}
div#s4-workspace div.ms-rtestate-field > div.ms-rtestate-read.ms-rte-wpbox > div.ms-rtestate-notify.ms-rtestate-read
{ /* For download links */
	overflow-x: auto; 
}
div#s4-workspace table.cer-table th,
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable th {
	background-color: #727477; /*This is the colour in the PDF, as opposed to 727376, which the colour code chart specifies*/
	border:1px solid white;
	font-family: MuseoSans500;
	font-size: 14px;
	font-weight: normal !important;
    /*line-height: 20px;*/ /*Removed as this was causing printing to insert multiple unwanted blank pages.*/
	color: white;
    padding: 5px;
    
}
div#s4-workspace table.cer-table td,
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable td{
	background-color: #E8EAE8; /*As opposed to E7E8E6 which the colour code chart specifies*/
	font-family: MuseoSans300;
	border:1px solid white;
	font-size: 14px;
	font-weight: normal !important;
    /*line-height: 20px;*/ /*Removed as this was causing printing to insert multiple unwanted blank pages.*/
    padding: 5px 20px 5px 5px;
    color: #383A42;
}
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable th a.ms-headerSortTitleLink {
	color: white !important;
	margin-right: 4px !important;
} 
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable th a.ms-headerSortTitleLink:hover {
	color: #82c5d8 !important;
}
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable th.ms-headerCellStyleNormal.ms-vh2 > div > img {	
	display: inline-block;
	margin-top: -2px !important;	
	margin-right: 5px !important;	
}
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable th div.s4-ctx span {
	display: none;
	visibility: hidden;
}
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable th div.s4-ctx a.ms-headerSortArrowLink {
	text-align: center; 
	width: 20px !important;
	margin-right: 0 !important; 
	margin-left: 2px !important;
	margin-top: 2px !important;
}
/*div.ms-rtestate-read.ms-rte-wpbox */
div#s4-workspace table.ms-listviewtable th div.s4-ctx a.ms-headerSortArrowLink:hover {
	background-color: #A3A5A8;
}
div#s4-workspace table.cer-registerItem-table th {
	padding-top: 0;
	vertical-align:top;
	text-align: left;
}
div#s4-workspace table.cer-registerItem-table td {
	vertical-align:top;
	padding-top: 0;
}