/* =============================================================== */
/* #hc is the main wrapper for the content of the healthceck pages */
/* It defines a namespace and ensures that there are no unexpected */
/* conflicts between the styles for these pages and the styles for */
/* the main site 												                */
/* =============================================================== */
body.centered
{
	width: 100%;
}


#hc {
	/*width: 750px;*/
	/*
	min-width: 750px;
	max-width: 964px;
	margin-right: 155px;
	*/
	min-width: 595px;
	max-width: 809px;
	margin: 0 0 10px 0;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/*
#hc h1 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #666;
}
*/
#hc h3 {
	margin: 16px 0px 8px 0px;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	color:#000000;
	border-bottom: none;
}

#hc p, #hc td, #hc li {
	font-size: 1.2em;
	color: #333;
	line-height: 1.4em;;
}
#hc td p, #hc li p, #hc th p {
	font-size: 1em;
}

#hc p, #hc td {
	padding: 0;
	margin: 10px 0 6px 0;
}

#hc th {
	padding-right:55px;
	margin: 16px 0px 16px 0px;
	font-weight:normal;
	font-size:1.3em;
	line-height:1.3em;
	color:#000000;
}

#hc ul {
	margin-left: 5px;
	padding-bottom: 10px;
}

#hc img {
	border: 0;
}

#hc hr {
	height: 1px;
	width: 100%;
	background-color: #ccc;
	margin: 10px 0 0 0;
	border: none;
	padding: 0;
}

#hc input.radio {
		margin: 0 3px 0 5px;
}

#hc th {
		font-size: 1.2em;
		font-weight: bold;
		color: #333;
}

#hc td {
		margin: 0;
		padding: 5px;
		border: 1px solid #ddd;
		width: 150px;
		color: #333;
} 

#hc .swClear {
	clear: both;
	height: 0%;
	font-size: 0%;
}

/* grey buttons */
#hc a.greyButtonRedText {
	cursor: pointer;
	cursor: hand;
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: #cf002d;
	font-size: 1.1em;
	text-decoration: none;
}

#hc a.greyButtonRedText:hover {
	text-decoration: underline;
}

#hc .greyButtonRedText img {
	position: relative;
	display: inline;
	margin: -1px 5px -4px 0px;
}

#hc div.greyButtonGreyText {
	cursor: default;
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: #c6c6c6;
	font-size: 0.8em;
	text-decoration: none;
}

#hc input.greyButtonRedText {
	margin: 0;
	padding: 4px 14px 4px 14px;
	background-color: transparent;
	border: none;
	color: #cf002d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	overflow: visible;
}

#hc input.greyButtonGreyText {
	cursor: default;
	margin: 0;
	padding: 4px 14px 4px 14px;
	background-color: transparent;
	border: none;
	color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	overflow: visible;
}

/* red buttons */

#hc a.redButtonWhiteText, #TB_window a.redButtonWhiteText {
	cursor: pointer;
	cursor: hand;
	display: block;
	padding: 5px 10px 6px 10px;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}

#hc div.redButtonGreyText {
	cursor: pointer;
	cursor: hand;
	padding: 5px 10px 6px 10px;
	margin: 0;
	color: #c6c6c6;
	font-size: 1.2em;
	text-decoration: none;
}

#hc input.redButtonWhiteText, #TB_window input.redButtonWhiteText {
	cursor: pointer;
	cursor: hand;
	margin: 0;
	padding: 4px 14px 5px 14px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	overflow: visible;
}

#hc input.redButtonGreyText {
	cursor: default;
	margin: 0;
	padding: 4px 14px 5px 14px;
	background-color: transparent;
	border: none;
	color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	overflow: visible;
}

#hc #pensions tr td{
font-weight:800;
}

/* ================================= */
/* stuff specific to the guide pages */
/* ================================= */

#hc #swGuidesPageTopGrad {
	padding-bottom: 10px;
}

#hc {
	background-color:#FFFFFF;
}

#hc #swGuideLeftColumn {
	float: left;
	width:45%;
}

#hc #swGuideRightColumn {
	margin: 0 0 0 50%;
}


#hc td {
	margin: 0;
	padding: 6px 6px 0 0;
}

#hc h2 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.4em;
	margin-top: 1em;
	margin-bottom:0.4em;
}

#hc h2 img { vertical-align: middle; }

#hc h3 {
	font-size: 12px;
	color: #333;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
}

#hc h4 {
	font-size: 1.2em;
	color: #333;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
}

#hc ul {
	margin: 8px 0 8px 0px;
	padding: 0;
}

#hc li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
}

#hc a {
	color: #cf002d;
	text-decoration: none;
}

#hc a:hover {
	text-decoration: underline;
}

#hc .swGuideButtonPrintTop {
	float: right; 
}

#hc .swGuideButtonPrintBottom {
	float: right; 
	margin: 0 0 10px 0;
	padding: 0;
}

#hc a.lighterGreyBox:hover {
	text-decoration: none;
}

#hc .lighterGreyBox {
	padding: 10px 10px 5px 10px;
	margin-top: 10px;
	background-color:#F6F6F6;
}

#hc .lighterGreyBox h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666;
}

#hc #swGuideLeftColumn .lighterGreyBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#hc #swGuideLeftColumn .lighterGreyBox li {
	padding: 0;
	margin: 0 0 8px 0;;
	list-style: none;
}
#hc #swGuideRightColumn ul p{
	padding-right: 15px;
	
}

#hc ul.checked li {
	margin: 0 0 8px 0;
	list-style-image: url(../images/guides_calcs/blankcheckbox.gif);
	list-style-position: outside;
}

.hc-tooltipContainer, .definitionbox {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	position: absolute;
	width: 300px;
	display: none;
	padding: 3px;
	border: 1px solid #ddd;
	background: #E8E8E8 url(../images/guides_calcs/backingTopGrad.gif) no-repeat 0 0;
	font-size: 11px;
}

span.definitionbox {
	display: block;
	position: relative;
}

.hc-tooltipContainer p, .definitionbox p {
	margin: 8px 6px;
}

.hc-tooltipContainer h2, .definitionbox h2 { 
	font-size: 1.2em;
	line-height: 1;
	color: black;
	padding: 5px;
	background-color: #e8e8e8;
}

.hc-tooltipContainer .close {
	color: #f00;
	float: right;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px 0px 0px;
}

#hc .disabledButton { color: #5c5c5c !important; }

/* Graph CSS in here 'cos of printfromSkeletor */
#graph { padding: 5px; margin: 5px; border: 1px solid #ccc; }
#graph .key { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
#graph .Basic { background-color:#e8e8e8; background-image:url(../images/guides_calcs/graph1.gif); background-repeat:repeat-y;  border: 1px solid black; }
#graph .Existing { background-color:#d3d3d3; background-image:url(../images/guides_calcs/graph2.gif); background-repeat:repeat-y;  border: 1px solid black; }
#graph .Employer { background-color:#848484; background-image:url(../images/guides_calcs/graph3.gif); background-repeat:repeat-y;  border: 1px solid black; }
#graph .Employee { background-color:#424141; background-image:url(../images/guides_calcs/graph4.gif); background-repeat:repeat-y; border: 1px solid black; }
#graph .Difference { background-color:#cf012e; background-image:url(../images/guides_calcs/graph5.gif); background-repeat:repeat-y; border: 1px solid black; }

#hc p.buttons {
	margin-top: 0.5em;
	font-size: 1.1em;
}

#hc a.lighterGreyBoxPrinter img { vertical-align: middle; }

