﻿body {
   /*
    font-family: Arial, helvetica, Sans-Serif;
	 background-color: #ebebeb;
    padding: 10px;*/
    color: #666666;
    }
    
h2 { clear: left; font-size: 16px; font-weight: normal; }
h2 span, .highlight {
    /*color: #378d2b;*/
	color: #c56f25;
    font-weight: bold;
    }
        
h3 {
    clear: left;
    font-size: 14px;
    }
#header, #footer {
    margin: 0 auto 0 auto;
    width: 880px;
    }
    
#header {
    background: transparent url(../Files/RACSGroupHeader.jpg) no-repeat left top;
    height: 140px;
    overflow: hidden;
    text-indent: -900em;
    margin-bottom: 10px;
    }

#footer {
    background: #D1D2D4 none repeat scroll 0 0;
    height: 57px;
    overflow: hidden;
    }
    
#footer p {
    color: #666666;
    margin: 10px 0 0 15px;
    float: left;
    }
    
#footer a:link, #footer a:active, #footer a:visited {
    color: #CC3333;
    text-decoration: none;
    }
    
/*#affLogos {
    margin: -17px 0 0 480px;
    position: absolute;
    }*/

#affLogos img {
    margin: 0 40px 0 0;
    border: medium none;
    }

#footerBkg {
    background: transparent url(../Files/footer2.jpg) no-repeat scroll 0 0;
    height: 30px;
    margin: 0 auto 0 auto;
    width: 880px;
    }  
    
#headerBg {
    background: transparent url(../Files/topBorder.jpg) no-repeat scroll 0 0;
    height: 7px;
    margin: 0 auto 0 auto;
    width: 880px;
    }    
    
#wrapper, #pageWrapper {
    display: block;
    margin: 0 auto 0 auto;
    /* width: 850px;
    padding: 10px; 
    border-left:5px solid #d1d2d4;
    border-right:5px solid #d1d2d4;
    background-color: #fff;
	 */
    min-height: 400px;
    overflow: hidden;
    }
    
.groupOne, .groupTwo {
    display: block;
    float: left;
    width: 425px;
    margin-bottom: 20px;
    } 
    
.groupOne {
    clear: left;
    }   

.buttons {
    display: block;
    clear: both;
    margin-top: 20px;
    padding-bottom: 40px;
    }
    
.primaryBtn {
    float: left;
    width: 150px;
    margin-left: 10px;
    }
    
.cancelBtn {
    float: left;
    width: 80px;
    }
    
label {
    width: 180px;
    font-weight: bold;
    display: inline-block;
	vertical-align: top;
    }
    
.radioList {
    }
    
.radioList label,
.personalID li label,
.contactMethod label {
    width: auto;
    font-weight: normal;
    padding-right: 10px;
    }
    
.contactMethod label {
    width: 30px;
    }
    
.textfieldRow,
.radioButtonRow,
.dateSelectRow,
.selectfieldRow,
.confirmationRow,
.checkboxRow {
    padding: 5px 0 5px 0;
    clear: left;
    }
    
.textfieldRow input {
    width: 190px;
    border: solid 1px #666666;
    }
    
.dateSelectRow select,
.selectfieldRow select {
    border: solid 1px #666666;
    }
    
.personalID {
    display: block;
    clear: both;
    }

.personalID ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }
    
.personalID li {
    float: left;
    list-style: none;
    }
    
.fileUpload {
    display: block;
    clear: left;
    padding: 5px 0 5px 0;
    }
    
.error {
    color: #cc0000;
    }
    
.confirmationRow label{
    width: auto;
    display: inline-block;
    }
 
.contactMethod {
    display: inline-block;
    clear: none;
    }
    
label.authority {
    width: auto;
    }

label.companyName {
    width: 410px;
    }
    
label.companyName span {
    display: block;
    clear: left;
    font-weight: normal;
    font-size: 11px;
    }
    
#authorityOptions, #companyName {
    display: block;
    clear: left;
    padding: 5px 0 5px 0;
    }
    
#authorityOptions label {
    width: 100px;
    font-weight: normal;
    text-align: left;
    margin-right: 10px;
    }
    
#authorityOptions input {
    
    }
    
.companyName {
    padding-bottom: 5px;
    }
    
.payrollOptionsRow {
    width: auto;
    float: left;
    padding: 5px 10px 5px 0;
    clear: left;
    }
    
/*.payrollOptionsRow label {
    width: 120px;
    }*/
    
    
.companyName input {
    vertical-align: top;
    }
    
.dataTable {
    margin-top: 20px;
    }
    
.pageInfo, noRecords {
    margin-top: 20px;
    padding-left: 4px;
    font-weight: bold;
    display: block;
    clear: both;
    overflow: hidden;
    float: left;
    }

.dataTable tr {
    border-bottom: dotted 1px #666;
    }
    
.dataTable td {
    padding: 4px;
    border-bottom: dotted 1px #666;
    }
    
.dataTable .tablePager td {
    padding: 4px;
    background-color: #fff;
    color: #454545;
    }
    
.dataTable .tablePager td span {
    padding: 0 6px 0 6px;
    background-color: #666666;
    color: #fff;
    }
    
.dataTable .tablePager td a {
    /*text-decoration: none;*/
    color: #454545;
    padding: 0 6px 0 6px;
    }
    
.dataTable .tablePager td a:hover {
    text-decoration: underline;
    background-color: #ccc;
    color: #454545;
    }

.tableRow  {}

.dataTable .tableHeader {
    background-color: #666;
    color: #fff;
    }

.dataTable .contactName,
.dataTable .contactLocation,
.dataTable .emailAddress,
.dataTable .productName {}

.dataTable .tableRowAlt {
    background-color: #ebebeb;
    }
    
#searchForm {
    display: block;
    float: right;
    width: 830px;
    border: solid 1px #ccc;
    background-color: #ebebeb;
    padding: 10px;
    }
    
#searchForm label {
    width: auto;
    padding-top: 0;
    padding-right: 5px;
    position: relative;
    top: -2px;
    }

#searchForm .radioList label {    
    width: auto;
    padding-right: 10px;
    }
    
#searchForm .resultFilter {
    float: left;
    }

#searchForm .resultOrder {
    float: right;
    }
    
    
ul#authorityOptions {
    float: left;
    clear: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    }

ul#authorityOptions li {
    float:left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #ccc;
    list-style: none;
    }
    
label.authorityLabel {
    display: inline-block;
    float: left;
    }
    
hr {
    height: 1px;
    border: none;
    border-bottom: solid 1px #ccc;
    clear: both;
    }
    
table {
     border-collapse: separate;
    } 
    
.selectProduct label {
    width: 250px;
    }
    
.selectProduct .radioList label {
    width: auto;
    }    
    
.selectProduct .primaryBtn {
    float: left;
    margin-left: 250px;
    }
    
.csvExport {
    float: right;
    margin-top: 30px;
    overflow: hidden;
    }
    
.adminMenu {
    width: 850px;
    margin: 0 auto;
    padding: 0 15px;
    }    
    
#actions {
    width: 860px;
    margin: 0 auto;
    text-align: right;
    padding: 10px;
    }
    
#actions a {
    color: #666;
    text-decoration: none;
    }
    
#actions a:hover {
    text-decoration: underline;
    }
    
input.sortCode {
    width: 20px;
    }
	
.progressBarStart, .progressBarA, .progressBarB,
.progressBarC, .progressBarD, .progressBarE {
	width: 820px;
	height: 30px;
	overflow: hidden;
	clear: both;
	text-indent: -900em;
	padding: 0 0 20px 0;
	maring: 0 0 0 -10px;
	display: block;
	}
	
.progressBarStart {
	background: transparent url(../images/progressBarStart.jpg) no-repeat 0 0;
	}
	
.progressBarA {
	background: transparent url(../images/progressBarA.jpg) no-repeat 0 0;
	}
	
.progressBarB {
	background: transparent url(../images/progressBarB.jpg) no-repeat 0 0;
	}

.progressBarC {
	background: transparent url(../images/progressBarC.jpg) no-repeat 0 0;
	}
	
.progressBarD {
	background: transparent url(../images/progressBarD.jpg) no-repeat 0 0;
	}
	
.progressBarE {
	background: transparent url(../images/progressBarE.jpg) no-repeat 0 0;
	}
	
#affLogos {
   margin: 7px 0 0 460px;
    }
	 
.xp { border: solid 1px #666666; }
.xp.num { text-align:right; }
.redhead { color:#C00; margin-left:30px; margin-bottom:30px; }
.redhead h1 { border-bottom:0px none; color:#C00; }
.ruled-table td { border-bottom: 1px solid #CCC; padding:3px; }
a.blk, .blk { color:#000; text-decoration:none; }
a.blk:hover { text-decoration:underline; }