/****** START GENERAL ******/
.cafGAYEContentPanel
{
    /*font: 118.7% "OpenSans-Regular", Arial, Helvetica, sans-serif !important;*/
}
.cafGAYEContentPanel .cafPlugin
{
    padding: 0;
    margin: 0 0 20px 0;
}
.cafGAYEContentPanel .cafBodyGAYE,
.cafGAYEContentPanel .cafTopAreaGAYE,
.cafGAYEContentPanel .cafFooterGAYE
{
	padding: 20px;
	background: #fff;
	clear: both;
}
.cafGAYEContentPanel .cafTopAreaGAYE
{
    margin-bottom: 20px;
    overflow: hidden;
}
.cafGAYEContentPanel .cafTopAreaGAYE .cafStepDescription 
{
    overflow: hidden;
    padding: 0;
}
.cafGAYEContentPanel .cafFooterGAYE
{
    margin-top: 30px;
}
.cafGAYEContentPanel .cafNoTopSpace
{
    margin-top: 0;
    padding-top: 0;
}
.cafGAYEContentPanel .cafNoBottomSpace
{
    margin-bottom: 0;
    /*padding-bottom: 0;*/
}
/* Reset margin/padding */
.cafGAYEContentPanel label,
.cafGAYEContentPanel p,
.cafGAYEContentPanel ul,
.cafGAYEContentPanel select
{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.cafGAYEContentPanel select
{
    height: 23px !important;
    overflow: hidden;
}
.cafGAYEContentPanel select.disabled
{
    color: #858585;
}
.cafGAYEContentPanel a
{
    font-weight: 700;
}
.cafHiddenText 
{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    left:-10000px;
    top:-1px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.cafGAYEContentPanel label
{
    width: auto !important;
    height: auto;
    display: block;
    float: none;
    font-size: 100%;
}
.cafGAYEContentPanel h1,
.cafGAYEContentPanel h2,
.cafGAYEContentPanel h3,
.cafGAYEContentPanel h4,
.cafGAYEContentPanel h5,
.cafGAYEContentPanel h6
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
    color: #D24508; 
    margin: 0 0 15px 0;
    padding: 0;
}
.cafGAYEContentPanel h1 /* step title */
{
    font-size: 2em;
}
.cafGAYEContentPanel h2 /* step description title */
{
    font-size: 1.5em;
    font-style: normal;
    color: #303030;
}
.cafGAYEContentPanel h3
{
    font-size: 1.2em;
}

/* text formatting */

 

@font-face
{
	font-family: 'BebasNeue';
	src: url('../Fonts/BebasNeue.otf'); 
}


.cafGAYEContentPanel h4
{
	font-family: Open Sans, Arial Bold, Helvetica, sans-serif;
	font-weight: 700;
    font-size: 1.1em; 
    font-style: normal;
    color: #303030;
}
.cafGAYEContentPanel h5
{
    
}
.cafGAYEContentPanel h6
{
    
} 
.cafGAYEContentPanel .cafImportantNoticeSection h6
{
    margin: 0 0 10px 0;
}
.cafGAYEContentPanel p
{
    line-height: 1.44em;
}
.cafGAYEContentPanel select
{
    background: none;
    font-size: 1em;
    color: #000;
    float: none;
}
.cafGAYEContentPanel input
{
    float: none;
    margin: 0;
}
.cafGAYEContentPanel input[type=textbox]
{
    
}
.cafGAYEContentPanel input[type=textbox].disabled
{
    
}
.cafGAYEContentPanel input[type=radio],
.cafGAYEContentPanel input[type=checkbox]
{
    float: left;
    clear: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.cafGAYEContentPanel table
{
    width: auto;
}
/* Normalize font-size */
.cafGAYEContentPanel .cafRow > span,
.cafGAYEContentPanel .cafRow > label,
.cafGAYEContentPanel table th[scope="row"],
.cafGAYEContentPanel table td
{
    font-size: 12px;
}

.cafGAYEContentPanel .cafRow > .cafInfo
{
    margin-top: 5px;
}
.cafGAYEContentPanel .cafInfo
{
    font-size: 12px;
    width: auto;
    padding: 0 !important;
}
.cafGAYEContentPanel .cafLabelField > .cafInfo
{
    display: inline;
    clear: none;
    margin-left: 5px;
}
.cafGAYEContentPanel .cafStepDescription ul
{
    list-style: disc outside none;
    margin: 10px 0 0 15px;
}
.cafGAYEContentPanel .cafStepDescription ul li
{
    
}
.cafGAYEContentPanel .cafDefaultButton,
.cafGAYEContentPanel .cafAnchorButtonLike,
.cafGAYEContentPanel button
{
    display: inline-block;
    padding: 0 5px;
    height: 25px;
    background-color: #007f99;
    border: 0;
    font: 700 12px Open Sans, Arial Semibold, Helvetica, sans-serif;
    color: #ffffff;
    cursor: pointer;
    margin: 0px 0;
}
.cafGAYEContentPanel .cafDefaultButton:hover
{
    text-decoration: underline;
}
.cafGAYEContentPanel a:hover
{
    cursor: pointer;
}
.cafGAYEContentPanel .cafAnchorButtonLike /*It's a link, but it looks like a button :D*/
{
    line-height: 25px;
    display: block;
}
.cafGAYEContentPanel .cafButtonAnchorLike /*It's a button, but it looks like a link :D*/
{
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: #007f99;
    font-weight: 700;
}
.cafGAYEContentPanel .cafButtonAnchorLike:hover
{
    background-color: transparent;
    text-decoration: underline;
    border: none;
    color: #007f99;
    font-weight: 700;
}
.cafGAYEContentPanel button
{
    
}
.cafGAYEContentPanel .cafDefaultButton[disabled=disabled],
.cafGAYEContentPanel .cafAnchorButtonLike[disabled=disabled],
.cafGAYEContentPanel button[disabled=disabled]
{
    color: #404040;
    background-image: none;
    background-color: #C3C3C3;
}
.cafGAYEContentPanel .cafDefaultButton[disabled=disabled]:hover,
.cafGAYEContentPanel .cafAnchorButtonLike[disabled=disabled]:hover,
.cafGAYEContentPanel button[disabled=disabled]:hover
{
    text-decoration: none;
}
.cafGAYEContentPanel span.cafRequired
{
    /*color: #D24508;*/
}
.cafGAYEContentPanel .cafSignContainer
{
    display: inline;
}
.cafGAYEContentPanel .cafSignContainer > span:first-child 
{
    margin-left: 2px;
    font-weight: 700;
}
.cafGAYEContentPanel .cafSignContainer .cafAdditionalSign
{
    color: Black;
}


.cafGAYEContentPanel .column
{
    float: left;
}
.cafGAYEContentPanel .column-container
{
    overflow: hidden;
}
.cafGAYEContentPanel .cafRow
{
    margin: 0;
    padding: 0;
}
.cafGAYEContentPanel .cafStepArea > .cafRow
{
    margin-bottom: 20px;
    padding: 0;
}
.cafGAYEContentPanel .cafRow.last
{
    margin: 0;
    padding: 0;
}
.cafGAYEContentPanel .right
{
    float: right;
}
.cafGAYEContentPanel .left
{
    float: left;
}
.cafGAYEContentPanel .cafStepMessage
{
    margin: 0 0 0 10px;
    width: 660px;
    background: #fff;
    clear: both;
    font-weight: 400;
}
.cafGAYEContentPanel .cafStepArea
{
    margin: 30px 0 0;
    padding: 0 0 30px;  
    border-bottom: solid 1px #F0EEE4;
    overflow: hidden;
}
.cafGAYEContentPanel .cafStepArea.first,
.cafGAYEContentPanel .cafButtonsRow.first
{
    margin-top: 0;
}
.cafGAYEContentPanel .cafStepArea.last
{
    border: none;
    padding-bottom: 0;
}
.cafGAYEContentPanel ul.cafOptionGroup
{
    line-height: normal;
    overflow: hidden;
    margin-top: 5px;
}
.cafGAYEContentPanel ul.cafOptionGroup li
{
    width: auto;
}
.cafGAYEContentPanel ul.cafOptionGroup input
{
    margin: 4px 0 0 0 !important;
    float: left;
}
.cafGAYEContentPanel ul.cafOptionGroup label
{
    margin: 4px;
}
.cafGAYEContentPanel ul.cafOptionGroup .cafRow
{
    margin: 0;
}
.cafGAYEContentPanel .cafButtonsRow
{
    margin: 20px 0 0 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.cafGAYEContentPanel .cafButtonsRow input
{
    
}
.cafGAYEContentPanel .cafButtonsRow a.center,
.cafGAYEContentPanel .cafButtonsRow input.center
{
    margin-left: 200px;
    float: left;
}
.cafGAYEContentPanel .cafButtonsRow a:first-child
{
    float: left;
}
.cafGAYEContentPanel input[type='text'],
.cafGAYEContentPanel textarea
{
    margin: 10px 0 0 0;
    clear: left;
}
.cafGAYEContentPanel span.cafAfterInputText
{
    margin: 10px 0px 0px 10px; 
    padding: 3px 0px;
    float: left;
    overflow: hidden;
}

/* Tables */
.cafGAYEContentPanel table
{
    border: none;
    margin: 0;
}
.cafGAYEContentPanel table caption
{
    font-size: 1.1em;
    color: #303030;
    font-weight: 700;
    background-color: white;
    text-align: left;
    vertical-align: top;
    border: none;
    margin-bottom: 10px;
}
.cafGAYEContentPanel table th
{
    border: none;
}
.cafGAYEContentPanel table tr
{
    
}
.cafGAYEContentPanel table th[scope="row"],
.cafGAYEContentPanel table td
{
    border: none;
    background-color: #FFFFFF;
    font-weight: 400;
    line-height: normal;
    padding: 10px 10px 10px 0;
    margin: 0;
}
.cafGAYEContentPanel table td
{
    
}
.cafGAYEContentPanel table td > .cafRow
{
    word-wrap: break-word;
    max-width: 350px;
}
.cafGAYEContentPanel .cafGAYESimpleTable
{
    table-layout: fixed;
    width: 100%;
}
.cafGAYEContentPanel .cafGAYESimpleTable th[scope="row"]
{
    width: 65%;
}
.cafGAYEContentPanel .cafGAYETable /* table to store data */
{
    table-layout: fixed;
    width: 100%;
    border: solid 1px #CCC;
}
.cafGAYEContentPanel .cafGAYETable th 
{
    border: solid 1px #CCC;
}
.cafGAYEContentPanel .cafGAYETable td 
{
    border: solid 1px #CCC;
    padding: 10px 5px;
    word-wrap: break-word;
}
.cafGAYEContentPanel .cafGAYETable .cafDarkRow > td
{
    background-color: #f7f7f5;
}
.cafGAYEContentPanel .cafGAYETable a 
{
    font-weight: 700;
}
.cafGAYEContentPanel .cafGAYETable select
{
    width: 100%;
}

/* Paginated tables */
.cafGAYEContentPanel .cafGAYETablePagerContainer
{
    
}
.cafGAYEContentPanel .cafGAYETablePager
{
    float: left;
}
.cafGAYEContentPanel .cafGAYETablePager > span
{
    margin: 5px 0;
    padding: 0 5px;
    color: Red;
    cursor: pointer;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
}
.cafGAYEContentPanel  .cafGAYETablePager > span.active
{
    font-weight: 700;
}
.cafGAYEContentPanel  .cafGAYETablePager > span.disabled
{
    color: #bdbdbd;
}

/* Validators */
.cafGAYEContentPanel .cafValidators
{
    float: left;
    overflow: hidden;
}
.cafGAYEContentPanel .cafValidationSummary > .cafValidator
{
    margin: 0 0 20px 0;
    padding: 20px;
    background-color: #F5D6D8;
    color: #A80808 !important;
    font-weight: 700;
    font-size: 1em;
}
.cafGAYEContentPanel .cafValidationSummary > .cafValidator h4
{
    margin-bottom: 20px;
    color: #A80808;
    font-weight: 700;
    font-size: 13px;
}
.cafGAYEContentPanel .cafValidationSummary > .cafValidator ul
{
    font-weight: 700;
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
}

.cafGAYEContentPanel .cafValidators span.cafValidator
{
    margin: 10px 0 0;
    padding: 4px 10px;
    background-color: #F5D6D8;
    color: #A80808 !important;
    font-weight: 700;
}
.cafGAYEContentPanel .cafValidators span.cafValidator[style*="inline"]
{
    display: block !Important;
}
.cafGAYEContentPanel .cafValidators span.cafValidator[style*="none"] + span.cafValidator
{
    margin-top: 10px;
}
.cafGAYEContentPanel .cafValidators span.cafValidator + span.cafValidator,
.cafGAYEContentPanel .cafValidators span.cafValidator + span.cafValidator + span.cafValidator,
.cafGAYEContentPanel .cafValidators span.cafValidator + span.cafValidator + span.cafValidator + span.cafValidator
{
    margin-top: 0;
}

/* Breadcrumbs */
.cafGAYEContentPanel .cafBreadcrumbsContainer
{
	margin-bottom: 20px;
}
.cafGAYEContentPanel .cafBreadcrumbsContainer ul
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.cafGAYEContentPanel .cafBreadcrumbsContainer li
{
	width: 158px;
	height: 80px;
	float: left;
	margin-right: 2px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px; 
	font-style: normal;
	text-decoration: none;
	color: #404040;
	background-color: #D0CECF;
	line-height: 17px;
	padding: 0 10px;
	list-style: none;
}
.cafGAYEContentPanel .cafBreadcrumbsContainer li > p
{
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
}
.cafGAYEContentPanel .cafBreadcrumbsContainer li.last
{
	margin-right: 0;
	width: 155px;
}
.cafGAYEContentPanel .cafBreadcrumbsContainer .selected
{
	color: #FFFFFF;
	background-color: #D24508;
}

.cafGAYEContentPanel .cafDownloadCSVContainer
{
    background-color: #f7f7f7;
    padding: 7px;
}
.cafGAYEContentPanel .cafDownloadCSVContainer .cafDownloadCSVAnchor
{
    background-color: #fff;
    display: block;
    padding: 5px 10px;
}

/* Popup */
.cafPopup 
{
    background-color: white;
    border-color: #f7f7f7;
    border-style: solid;
    border-width: 3px;
    display: none;
    padding: 12px;
    position: fixed;
    width: 260px;
    top: 30%;
    left: 41%;
    z-index: 3000;
}
.cafPopup > .cafPopupHeader
{
    /*margin: 0 0 10px 0;*/
}
.cafPopup > .cafButtonsRow
{
    /*margin-top: 15px;*/
}
.cafPopup > input
{
    width: 65px;
}
.cafPopup > .cafPopupClose
{
    position: absolute;
    right: 12px;
    top: 12px;
}
.cafPopup > .cafPopupClose span
{
    margin-right: 5px;
    cursor: pointer;
}
.cafPopup > .cafPopupClose span:hover
{
    text-decoration: underline;
}
.cafPopup > .cafPopupClose img
{
    cursor: pointer;
    margin-bottom: -2px;
}

/* TABS */
.cafTabContainer
{
    
}
.cafTabLinks
{
    margin-bottom: -1px !important;
    overflow: hidden;
}
.cafTabLinks:after /* Clearfix */
{
    /*display: block;
    clear: both;
    content: '';*/
}
.cafTabLinks li
{
    max-width: 180px;
    padding: 0 10px;
    height: 50px;
    margin-right: 3px;
    float: left;
    list-style: none;
    border: solid 1px #CCCCCC;
    border-bottom: none;
    background-color: #D8E9ED;
    text-align: center;
}
.cafTabLinks li a
{
    font-weight: 400;
    color: #303030;
    line-height: normal;
    display: block;
    margin-top: 6px;
}
.cafTabLinks li a:hover
{
    text-decoration: none;
}
.cafTabLinks li.active
{
    background-color: #FFF;
    border-bottom: solid 1px #FFF;
}
.cafTabLinks li.active a
{
    color: #007F99;
    font-weight: 700;
}
.cafTabContent 
{
    padding: 15px;
    border: solid 1px #CCCCCC;
}

/* Payment Summary table */
.cafGAYEContentPanel .cafGAYESimpleTable.cafPayrollPaymentSummaryTable th
{
    width: 50%;
    padding-left: 10px;
}
.cafGAYEContentPanel .cafGAYESimpleTable.cafPayrollPaymentSummaryTable td
{
    padding-left: 200px;
}
.cafGAYEContentPanel .cafGAYESimpleTable.cafPayrollPaymentSummaryTable .cafUniqueReferenceNumberRow th,
.cafGAYEContentPanel .cafGAYESimpleTable.cafPayrollPaymentSummaryTable .cafUniqueReferenceNumberRow td
{
    background-color: #FFF0E9;
    font-weight: 700;
}
.cafGAYEContentPanel .cafGAYESimpleTable.cafPayrollPaymentSummaryTable .cafUniqueReferenceNumberRow th em
{
    color: #D24508;
}
.cafGAYEContentPanel .cafGAYESimpleTable.cafPayrollPaymentSummaryTable .cafSummaryTotalRow th,
.cafGAYEContentPanel .cafGAYESimpleTable.cafPayrollPaymentSummaryTable .cafSummaryTotalRow td
{
    background-color: #FFF0E9;
    font-weight: 700;
}

/****** END GENERAL ******/



/****** BEGIN Payroll Confirmation ******/
.cafGAYEContentPanel .cafPayrollConfirmationPlugin h6
{
	font-family: Open Sans, Arial Bold, Helvetica, sans-serif;
	font-weight: 700;
    font-size: 1em;
    font-style: normal;
    color: #303030;
}
.cafGAYEContentPanel .cafImportantNoticeSection
{
    background-color: #D8D8D8;
    padding: 15px;
}
.cafGAYEContentPanel .cafPrivacyArea
{
    background-color: #F0EEE4;
    padding: 10px;
}

.cafGAYEContentPanel .cafHMRCArea .column
{
   margin-right: 40px;
}
.cafGAYEContentPanel .cafPaymentsArea,
.cafGAYEContentPanel .cafSummaryArea
{
    margin-top: 0;
}
.cafGAYEContentPanel .cafPaymentsArea input
{
    width: 200px;
}
.cafGAYEContentPanel .cafPaymentsArea p
{
    margin-bottom: 10px;
}
.cafGAYEContentPanel .cafPayrollName input
{
    width: 300px;   
}
.cafGAYEContentPanel .cafPayrollDescription textarea
{
    width: 300px;
    height: 35px;
    float: left;
}
.cafGAYEContentPanel .cafNumberOfEmployees input
{
    width: 50px;
}
.cafGAYEContentPanel .cafNextPayDay input,
.cafGAYEContentPanel .cafPayrollCutOffDate input
{
    width: 25px;
}
.cafGAYEContentPanel .cafPayrollCutOffDate input
{
    float: left;
}
.cafGAYEContentPanel .cafEmailForInvoices,
.cafGAYEContentPanel .cafEmailAdditional
{
    padding: 0;
}
.cafGAYEContentPanel .cafEmailForInvoicesCheckBox
{
    padding-bottom: 0;
}

.cafGAYEContentPanel .cafThankYouLinksContainer
{
    margin: 20px 0 0 0;
}
/****** END Payroll Confirmation ******/


/****** BEGIN Payroll Listing Summary ******/
.cafGAYEContentPanel .cafStepDescription .cafWithHelpArea /* div */
{
    float: left;
    width: 350px;
}
.cafGAYEContentPanel .cafStepDescription .cafHelpArea
{
    float: right;
    width: 280px;
    padding: 17px 0 17px 17px;
    border: 1px solid #CCC;
}
.cafGAYEContentPanel .cafStepDescription .cafHelpArea .cafPdfIcon 
{
    float: left;
    height: 80px;
    width: 56px;
    margin-right: 15px;
    background-image: url("../Images/icon-pdf.png");
    background-repeat: no-repeat;
}
.cafGAYEContentPanel .cafStepDescription .cafHelpArea h3
{
    margin-bottom: 10px;
}
.cafGAYEContentPanel .cafStepDescription .cafHelpArea ul
{
    margin: 0;
    list-style: none;
    padding: 0;
}
.cafGAYEContentPanel .cafStepDescription .cafHelpArea a
{
    
}
.cafGAYEContentPanel .cafNoteArea
{
    background-color: #F0EEE4;
    padding: 20px;
    margin: 20px 0;
}
.cafGAYEContentPanel .cafPayrollListingsSummaryPlugin .cafGAYETable
{
    margin-bottom: 20px;
}
/****** END Payroll Listing Summary ******/


/****** BEGIN Payroll Process ******/
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafTopAreaGAYE .cafNoteArea
{
    margin-bottom: 0;
}
.cafGAYEContentPanel .cafDonationsTabContainer /* Container */
{
    margin-top: 25px;
    position: relative;
}
.cafGAYEContentPanel .cafDonationsTabContainer .cafTabLinks li /* Tabs inside the tab */
{
    width: auto;
    padding: 0 20px;
    background-color: #F0EEE4;
}
.cafGAYEContentPanel .cafDonationsTabContainer .cafTabLinks li.active
{
    width: auto;
    background-color: #FFF;
}
.cafGAYEContentPanel .cafDonationsTabContainer .cafTabLinks li a
{
    margin-top: 15px;
    color: #000;
}
.cafGAYEContentPanel .cafDonationsTabContainer .cafTabLinks li.active a
{
    color: black;
    font-weight: 700;
}
.cafGAYEContentPanel .cafDonationsTabContainer .cafDownloadCSVContainer 
{
    position: absolute;
    right: 0;
    width: 285px;
}
.cafGAYEContentPanel .cafDonationsTabContainer .cafDownloadCSVContainer > p 
{
    float: left;
    width: 145px;
    line-height: normal;
}
.cafGAYEContentPanel .cafDonationsTabContainer .cafDownloadCSVAnchor 
{
    float: right;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer
{
    margin-top: 20px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .column
{
    
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .column:first-child
{
    width: 280px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .column:first-child > span
{
    display: block;
    margin-bottom: 12px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .column + .column
{
    width: 238px;
    position: relative;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .column + .column > .cafRow
{
    float: left;
    overflow: hidden;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .column + .column > .cafSearchEmployeeBtn
{
    float: left;
    position: absolute;
    top: 23px;
    left: 170px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .cafSingleRadioContainer
{
    margin-right: 20px;
    float: left;
    overflow: hidden;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafSearchEmployeeContainer .cafSingleRadioContainer label
{
    display: inline;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafGAYETable
{
    margin-top: 20px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafGAYETable ul.cafOptionGroup
{
    margin-top: 0;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafGAYETable ul.cafOptionGroup div > label,
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafGAYETable ul.cafOptionGroup div > input[type=radio]
{
    margin-top: 0 !important;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafRemovedDonationsTable .cafCol5 /*Type*/
{
    width: 17%;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafRemovedDonationsTable .cafCol7 /*Remove*/
{
    width: 9%;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafRemovedDonationsTable tr td > div > label
{
    line-height: 16px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer
{
    margin-top: 20px;
    overflow: hidden;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer .cafPaymentSummaryTable
{
    width: 250px;
    float: left;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer .cafPaymentSummaryTable:first-child
{
    margin-right: 120px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer .cafPaymentSummaryTable tr:first-child th,
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer .cafPaymentSummaryTable tr:first-child td
{
    font-weight: 700;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer .cafPaymentSummaryTable th,
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer .cafPaymentSummaryTable td
{
    padding: 5px 0;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPaymentSummaryContainer .cafPaymentSummaryTable td
{
    text-align: right;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafFooterGAYE .column:first-child
{
    width: 475px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafFooterGAYE .column + .column
{
    float: right;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafFooterGAYE .column .cafDownloadCSVContainer
{
    width: 100px;
    padding: 10px;
    width: 140px;
    margin-left: 20px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafFooterGAYE .column .cafDownloadCSVContainer .cafDownloadCSVAnchor
{
    margin-top: 10px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafFooterGAYE .cafPaymentSummaryContainer .cafPaymentSummaryTable tr th,
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafFooterGAYE .cafPaymentSummaryContainer .cafPaymentSummaryTable tr td
{
    font-weight: 700;
}

.cafGAYEContentPanel .cafPayrollProcessPlugin .cafDatesArea .column
{
    width: 230px;
    margin-right: 20px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafDatesArea .column .cafDateRowFields
{
    margin-top: 10px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafDatesArea .column .cafDateRowFields input,
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafDatesArea .column .cafDateRowFields select
{
    margin: 0;
    float: left;
    clear: none;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafDatesArea .column .cafDateRowFields select
{
    margin-right: 10px;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafDatesArea p
{
    margin-top: 15px;
}


.cafGAYEContentPanel .cafPayrollProcessPlugin .cafPrintPageButton 
{
    margin-left: 455px;
    float: left;
}
.cafGAYEContentPanel .cafPayrollProcessPlugin .cafThankYouButtons a:first-child
{
    margin-right: 20px;
}
/****** END Payroll Process ******/


/****** BEGIN Payroll Archive ******/
.cafGAYEContentPanel .cafPayrollArchivePlugin .cafGAYETable a
{
    display: block;
    margin-bottom: 5px;
}
.cafGAYEContentPanel .cafPayrollArchivePlugin .cafGAYETable a:last-of-type
{
    margin-bottom: 0;
}
.cafGAYEContentPanel .cafPayrollArchivePlugin .cafGAYETable 
{
    table-layout: auto;
}
/****** END Payroll Archive ******/