/* body {font-family: Arial, Helvetica, sans-serif;font-size: 12px;	} 
#loginnav { top:28px; }
*/
.bam label {
    width: 280px;
	vertical-align: top;
    }
    
.bam .radioList label {
    width: auto;
    }
    
.bam .primaryBtn {
    width: auto;
    }
    
.bam .buttons {
    margin-left: 270px;
    }

.bamResultsTable {
	width: 400px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	}
	
.bamResultsTable table {
	border: 1px solid #666;
	width: 100%;
	}
	
.bamResultsSummary {
	clear: left;
	display: block;
	border: 1px solid #666;
	width: 790px;
	margin: 10px 0;
	padding: 10px;
	}
	
.bamResultsSummary strong {
	color: #FF3300;
	}
	
.subHeading {
	font-weight: bold;
	color: #ff3300;
	}
	
#personalDetails {
	clear: left;
	display: block;
	border: 1px solid #666;
	width: 810px;
	margin: 10px 0;
	}
	
#bamFooter {
	clear: left;
	display: block;
	width: 770px;
	margin: 10px 0;
	text-align: center;
	padding: 20px;
	font-style: italic;
	}

#personalDetails td {
	width: auto;
	padding: 4px;
	font-size: 12px;
	}
	
.bamResultsTable td {
	padding: 4px;
	text-align: right;
	font-size: 12px;
	}
	
.disclaimer, td.disclaimer {
	font-size: 10px;
	}
	
.totals td {
	font-size: 14px;
	font-weight: bold;
	}
	
.totals td strong {
	color: #ff3300;
	}
	
h4 {
	color: #ff3300;
	}
	
h2 span, h3 span {
	font-weight: normal;
	}
	
.tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -900em;
    overflow: hidden;
    background: transparent url(../../images/layout/bullet-help.png) no-repeat scroll left top; 
	margin-top: 2px;
    }
	
#tooltipContent {
    border: 1px solid #666;
    position: absolute;
    padding: 10px;
    top: 10px;
    left: 10px;
    background: #FFCC66;
    width: 350px;
	 z-index:99;
    }
    
#tooltipContent h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px; margin-bottom:3px;
    padding: 0;
    }
    
#tooltipContent p {
    font-size: 11px; margin:0px;
    }
    
.visible {
    display: block;
    }
    
.hidden {
    display: none;
    }  
    
.bamTooltip h1 {
    font-size: 16px;
    }
    
.bamTooltip p {
    font-size: 12px;
    }  
    
.error h3, .bam .form .error h3 {
    color: #cc0000;
    font-weight: normal;
	border: none;
    }
    
.error h3 span {
    font-weight: bold;
    }
    
/* section specific CSS */
.bam strong {
    color: #666;
    }
    
.bam .psc h2,
.bam .psc h2 span,
.bam .psc h3,
.bam .psc h4,
.bam .psc .subHeading,
.bam .psc .bamResultsSummary strong,
.bam .psc .totals td strong {
    color: #B61E23;
    }
    
.bam .cis_psc h2,
.bam .cis_psc h2 span,
.bam .cis_psc h3,
.bam .cis_psc h4,
.bam .cis_psc .subHeading,
.bam .cis_psc .bamResultsSummary strong,
.bam .cis_psc .totals td strong {
    color: #349842;
    }
    
.bam .collective h2,
.bam .collective h2 span,
.bam .collective h3,
.bam .collective h4,
.bam .collective .subHeading,
.bam .collective .bamResultsSummary strong,
.bam .collective .totals td strong {
    color: #2E5FA0;
    }
    
.bam .cis_collective h2,
.bam .cis_collective h2 span,
.bam .cis_collective h3,
.bam .cis_collective h4,
.bam .cis_collective .subHeading,
.bam .cis_collective .bamResultsSummary strong,
.bam .cis_collective .totals td strong {
    color: #339966;
    }
	
.bam .paye h2,
.bam .paye h2 span,
.bam .paye h3,
.bam .paye h4,
.bam .paye .subHeading,
.bam .paye .bamResultsSummary strong,
.bam .paye .totals td strong {
    color: #8B3485;
    }

.bam h2 {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
    color: #F58426;
    }
    
.bam h3 {
    color: #F58426;
    font-size: 12px;
    margin: 0;
    padding: 1em 0 0;
    }
	
.bam .form h3 {
	padding-bottom: 5px;
	border-bottom: 2px solid #F58426;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	}
    
/*.bam strong {
    color: #c46f23;
    }*/
    
.bamLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    background: url(../images/linkBg.jpg) repeat-x;
    }
    
.bamLinks li {
    float: left;
    }
    
.bamLinks a {
    width: 200px;
    height: 30px;
    background: url(../images/linkBgOff.jpg) no-repeat scroll 0 0;
    text-align: center;
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
	font-weight: bold;
    }
    
.bamLinks a.selected {
    background: url(../images/linkBgOn.jpg) no-repeat scroll 0 0;
    }
    
.bamLinks a:hover, .bamLinks a.selected:hover {
    text-decoration: underline;
    }
    
.bamScore {
    font-size: 14px;
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 20px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    }
    
.bamScore strong.score {
    border: 2px solid #c46f23;
    padding: 4px 40px;
    text-align: center;
    display: inline-block;
    }
    
.bamScore li {
    padding: 8px 0;
    }
	
	
p.bamResultSummary {
	font-style: italic;
	font-size: 14px;
	}
	
p.bamResultOverride {
	color: #CC0000;
	font-weight: bold;
	}
	
p.action {
	font-size: 14px;
	font-weight: bold;
	}
	
p.action a {
	text-decoration: none;
	color: #009933;
	}
	
p.action a:hover {
	text-decoration: underline;
	}
	
p.amend {
	font-size: 11px;
	margin-top: 40px;
	margin-bottom: 40px;
	}
	
.bamResultSummary strong {
	color: #c46f23;
	}
