@import url("html_reset.css");
@import url("hrb_legacy_2008.css");

/*
----------------------------------------------------------------------
H&R Block Style Sheet

Author(s):  Jonathan Heavner | www.hrblock.com
Updated:    09/16/2008
----------------------------------------------------------------------*/

/* Global 
------------------------------------------------------------------*/


body {
    margin: 0;
    padding: 0;
    background-color: #d0e1ee;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

ul {
    margin-left:16px;
    margin-top:12px;
    line-height: 16px;
    list-style-image: url("/images/ul_bullet_sqr.png")
}
ul .content_list {
    color: #000000;
}

ol {
    margin-left:22px;
    margin-top:12px;
    line-height: 16px;
    list-style-type: decimal;
}
ol .content_list {
    color: #000000;
}


a:link, a:visited {
    color:#296f02;
    text-decoration:none;
    font-weight:normal; /* added 11/3/09 */
}

a:hover {
    color:#296f02;
    text-decoration:underline;
}

p {
    padding-bottom:14px;
}

h1 {
    font: bold 24px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
    font: bold 22px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
    font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
h4 {
    font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}
h5 {
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
h6 {
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.page_title {
    margin: 0 0 15px 0;
}

.page_title h1 {
    color: #7DC242;
}
.page_title h6 {
    font-size: 12px;
    color: #666;
}

.mainContentTitleAreaSubTitle
{
    font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
    color: red;
}

.mainContentTitleAreaSubTitle a, 
.mainContentTitleAreaSubTitle a:link, 
.mainContentTitleAreaSubTitle a:visited 
{
    color: red;
    text-decoration: underline;
}

/* bg fix for IE */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}


/* Containers
------------------------------------------------------------------*/

#container { 
    width: 950px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
} 

#mainContent {
    width: 920px;
    padding: 15px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    background: #FFFFFF;
	overflow: visible; /* Default. The content is not clipped. It renders outside the element */
}

/* Header
------------------------------------------------------------------*/

#header {
    height: 98px;
    font-size: 11px;
    background-color: #FFF;
}
.hd_home_link {
    float: left;
    font-size: 11px;
    width: 40px;
    height: 16px;
    padding-left: 8px;
    margin-top: 1px;
    clear: right;
}
.hd_logo_home { 
    float: left;
    height: 62px;
    margin-top: 18px;
    margin-left: -20px;
    clear: right;
}
.hd_digits_link
{
    float: left;
    xpadding: 70px; 0px; 0px; 358px;
    xmargin-top: 67px;
    margin: 67px 0px 0px 57px;
}
.xhd_links_1 {
    float: right;
    margin-right: 24px;
}
.xhd_links_2 {
    float: right;
    margin-right: 20px;
}
.xhd_dots_vert_white_bg {
    float: right;
    height: 87px;
    width: 2px;
    margin-right: 24px;
    margin-top: 15px;
    background: url(/images/dots_vert_white_bg.png) repeat-y;
}

.hd_forms_container {
    float: right;
    padding-top: 6px;
}

.hd_right
{
    font-weight: bold;
    padding-top: 8px;
    font-size: 11px;
    text-align: left;
    margin-right: 28px;
    color: #666;
}

.hd_right_align_right
{
    font-weight: bold;
    padding-top: 8px;
    font-size: 11px;
    text-align: right;
    margin-right: 28px;
    color: #666;
}

.hd_btn {
    height: 18px;
    width: 18px;
}
.xhd_spacer {
    padding: 5px;
}
.hd_input_style {
    font-size: 10px;
    color: #222222;
}
.form_title {
    font-weight: bold;
    padding-bottom: 2px;
}
.xhd_form_0_spc {
    height: 18px;
    margin-left: 27px;
}
.xhd_form_0 {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 28px;
}
#xhd_form_1 {
    color: #666;
    margin-top: 6px;
    margin-right: 28px;
}
#xhd_form_2 {
    color: #666;
    margin-top: 6px;
    margin-right: 28px;
}
#xsearchform {
    color: #666;
    margin-top: 6px;
    margin-right: 28px;
}    

/* Header Links */
#header ul {
    line-height: 16px;
    list-style-type: square;
    color: #7DC242;
    margin-top:17px;    
}

#header a, 
#header a:link, 
#header a:visited {
    text-decoration: none;
    color: #666;
}

#header a:hover {
    text-decoration: underline;
    color: #666;
}


/* Main navigation
------------------------------------------------------------------*/

.main_nav {
    height: 37px;
    width: 950px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.main_nav .nav_image {
    height: 37px;
    width: 950px;
    background: url(/images/main_nav/nav_default.png) no-repeat;
}

/* Secondary navigation
------------------------------------------------------------------*/
.secondaryNavContainer
{
    float: right;
    margin: 1px 0px 0px 0px;
    width: 950px;
    height: 23px;
    background: url(/images/secondary_nav/secondary_nav_bg.png) repeat-x;
}

.secondaryNavContainer .secondaryNavTabs
{
    float: right;
    padding: 3px 8px 0px 0px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.secondaryNavContainer .secondaryNavTabs a, 
.secondaryNavContainer .secondaryNavTabs a:link, 
.secondaryNavContainer .secondaryNavTabs a:visited {
    color: #296F02;
}

.secondaryNavContainer .secondaryNavTabs a:hover {
    color: #296F02;
}

.secondaryNavContainer .secondaryNavTabs .secNavOptionDivider
{
    margin: 8px 4px 0px 4px;
    color: #296f02;
}


/* Pods
------------------------------------------------------------------*/

.pod_primary {
    float: left;
    width: 691px;
    border: 1px solid #CACACA;
}

.pod_primary .primary_content{
    height: 100%;
    border: 1px solid #CACACA;
    margin: 6px;
    padding: 10px;
    overflow: visible;
}

.pod_primary .primary_content .taxcut_upsell_pod{
    width: 657px;
    height: 230px;
    overflow: visible;
    background: url(../images/taxtips_taxcut_upsell_bg.png) no-repeat;
}
.pod_primary .primary_content .taxcut_upsell_pod .header{
    float: left;
    width: 315px;
    font-size: 12px;
    color: #666;
    padding: 58px 0 0 324px;
}
.pod_primary .primary_content .taxcut_upsell_pod .content{
    float: left;
    width: 315px;
    font-size: 12px;
    color: #000;
    padding: 10px 0 0 324px;     
}
.pod_primary .primary_content .taxcut_upsell_pod .button{
    float: left;
    padding: 14px 0 0 324px;
}
.pod_primary .primary_content .taxcut_upsell_pod .tax_advisor{
    float: right;
    padding: 14px 90px 0 0;
}
.pod_primary .primary_content .taxcut_upsell_pod .learn_more{
    float: left;
    padding: 10px 0 0 330px;
}

.pod_secondary {
    float: right;
    width: 208px;
    border: 1px solid #CACACA;
}
.pod_top {
    width: 918px;
}
.pod_full_page {
    width: 918px;
    border: 1px solid #CACACA;
}
.pod_footer {
    width: 918px;
    margin-top: 15px;
    border: 1px solid #CACACA;
}
.pod_footer ul {
    list-style-image: none;
}

/* in-page nav */
.pod_secondary .page_nav {
    padding: 6px;
    /*border: 1px solid #CACACA;*/
}
.pod_secondary .page_nav .nav_header {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
}
.pod_secondary .page_nav ul {
    line-height: 16px;  
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin-left: 0;
    margin-top: 0;  
    padding: 8px;
    list-style-type: none;
}
.pod_secondary .page_nav ul {
    list-style-image: none;
}
.pod_secondary .page_nav li a, 
.pod_secondary .page_nav li a:link, 
.pod_secondary .page_nav li a:visited {
    font-size: 11px;
    font-weight:normal; /* added 11/3/09 */
    text-decoration: none;
    color: #000;    
}

.pod_secondary .page_nav li a:hover {
    text-decoration: underline;
    color: #000;
}

.pod_secondary .page_nav .page_nav_content {
    line-height: 16px;  
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin-left: 0;
    margin-top: 0;  
    padding: 8px;
    overflow:visible;
}

/* in-page nav for index pages */
.pod_secondary .page_nav_index {
    border: 1px solid #CACACA;
    margin-top: 10px;
    padding: 6px;
}
.pod_secondary .page_nav_index .nav_header_index {
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding-top: 8px;
    padding-left: 8px;
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
}
.pod_secondary .page_nav_index ul {
    height: 100%;
    line-height: 17px;  
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin-left:0px;
    margin-top:0px; 
    padding: 8px;
    background-color: #D8EDC6;
    list-style-type: none;
}
.pod_secondary .page_nav_index ul {
    list-style-image: none;
}
.pod_secondary .page_nav_index li a, 
.pod_secondary .page_nav_index li a:link, 
.pod_secondary .page_nav_index li a:visited {
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

.pod_secondary .page_nav_index li a:hover {
    text-decoration: underline;
    color: #000;
}

/* full-page layout */
.pod_full_page .header{
    height: 100%; 
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    overflow: visible;
}
.pod_full_page .header h1{
    font-size: 24px;
    color: #FFF;
    padding-top: 14px;
    padding-left: 6px;
    padding-bottom: 10px;
}
.pod_full_page .header h6{
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    margin-top: -10px;
    padding-left: 6px;
    padding-bottom: 10px;
}
.pod_full_page .content{
    height: 100%;   
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 6px;
    overflow: visible;
}


/* Footer
------------------------------------------------------------------*/

#footer { 
    padding: 0;    
} 
.ft_efile_logo {
    height: 20px;
    width: 85px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #000;
}

/* Footer Links */
#footer a, 
#footer a:link, 
#footer a:visited {
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
    color: #000;
}


/* Disclaimer
------------------------------------------------------------------*/
.disclaimer {
    font-size:10px;
    font-style:italic;
    margin-top:25px;
}


/* Local Styles
------------------------------------------------------------------*/
.green_header {
    color:#63AD23;
    font-weight:bold; 
    padding-bottom:10px;
}

.green_header_17 {
    color:#63AD23;
    font-weight:bold; 
    padding-bottom:5px;
    font-size:17px;
}

.div_hr { 
    background:url(/images/img_hr_dot.gif); 
    background-repeat:repeat-x; 
    width:100%; 
    height:16px;
}

/* accordion styles */
#basic-accordian{
    padding:5px;
    width:645px;
    z-index:2;
    background-color: #FFF;
    border:1px solid #CACACA;
}

.accordion_headings{
    padding:5px;
    background:#7DC242;
    color:#FFFFFF;
    border:1px solid #FFF;
    cursor:pointer;
    font-weight:bold;
}

.accordion_headings:hover{
    background:#6AA936;
}

.accordion_child{
    padding:15px;
    background:#F4F4F4;
}

.header_highlight{
    background:#6AA936;
}
/* end accordion styles */


.info_box{

    width:200px;
    border:1px solid #CACACA;
    overflow:visible;
}
.info_box .header{
    height:16px;
    padding:8px;
    background-color:#7DC242;
    font-weight:bold;
    font-size:13px;
    color:#FFFFFF;
    text-align:center;
}
.info_box .content{

    padding:10px;
    background-color:#FFFFFF;
    overflow:visible;
}
.info_box .content ul{
    padding-top:0;
     padding-left:5px;
    margin-top:0;
}


/* CSS specifically for autocomplete search
------------------------------------------------------------------*/
#autocomplete ul,
#autocompleteUpper ul {
    color: #296F02;
    font-size: 11px;
    list-style-image: none;
    list-style-position: none;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
    width: 100%;
}

#autocomplete,
#autocompleteUpper {
    text-align: left;
}

/* end autocomplete search styles */

/* navigation mouseover css */
.navtooltipcss 
	{
		visibility: hidden; 
		position: absolute; 
		top: 0;  
		left: 0; 
		z-index: 10; 
		width:220px;
		font: normal 8pt sans-serif; 
		padding: 3px; 
		border: solid 1px;
		background-color:#ffffff;
		text-align:left;
	}



/* added a transparent logo */

/* Extension Filing messaging divs - turn on around 3/22, off on 4/15
------------------------------------------------------------------*/
.extensionFiling{
display:none;
visibility:hidden;
}