@import url("hrb_2008.css");

/*
----------------------------------------------------------------------
H&R Block > ICS - Style Sheet

Author(s):  Linda Nicholson  | www.hrblock.com
Updated:    05/29/2010
----------------------------------------------------------------------*/

#mainContent {
    width:950px;
	padding:0;
}

.pod_full_page {
    width: 918px;
    border:none;

}

.pod_full_page .content {
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    margin-top:0;
    padding:0;
}

.left_content_area {
	width:712px;
}

.itc_nav {
	padding-top:21px;
	padding-left:25px;
	width:212px;
	height:370px;
}

.itc_nav .itc_nav_header {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

h4 {
	color:#7BBB4B;
}

.itc_arrow {
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/arrow_round.png');
    background-repeat:no-repeat;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.itc_arrow[class] {
    background: url(/images/arrow_round.png) no-repeat;
}

.hr_line {
	padding-top:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #CCCCCC;
	border-collapse:collapse;
}

.question {
	font-weight:bold;
	font-size:14px;
}

.answer {
	padding-top:5px;
}
	