@charset "utf-8";
/* CSS Document */

body  {
            font: 100% Verdana, Arial, Helvetica, sans-serif;
            background: #FFFFFF;
            margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
            padding: 0;
            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 */
            color: #000000;
}
.twoColFixLtHdr #container {
            width: 977px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
            background: #FFFFFF url('/images/11/redwhiteblue-contentBKG.gif') repeat-y;
            margin: 0 auto;
            text-align: left; /* this overrides the text-align: center on the body element. */
            border-bottom: 1px solid #003399;
} 
.twoColFixLtHdr #header {
            padding: 0px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
            background-image: url('/images/11/redwhiteblue-header.jpg');
            height: 176px;
} 
.twoColFixLtHdr #header h1 
{
			position:absolute;
            margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
            padding: 30px 0px 0px 260px;
            font-size: 18px;
}
#header #logo 
{
            height: 100px;
            width: 250px;
            margin-left: 730px;
            margin-top: 0px;
            padding-top: 0px;
}

.twoColFixLtHdr #sidebar1 {
            float: left; /* since this element is floated, a width must be given */
            width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
            padding: 0px 11px 15px 0px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #333333;
}
#sidebar1 .sideBarContent {
            padding-right: 6px;
            padding-left: 11px;
            width: 154px;
            overflow:hidden;
}

.twoColFixLtHdr #mainContent {
            margin: 50px 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
            padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #3F415F;
            min-height:270px;
} 
.twoColFixLtHdr #footer {
            padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
            background:#DDDDDD url('/images/11/redwhiteblue-footer.jpg') no-repeat;
            } 
.twoColFixLtHdr #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: 25px 0 5px 290px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #23619C;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
            float: right;
            margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
            float: left;
            margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
            clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*- Menu Tabs 5--------------------------- */

    #tabs5 {
            float:left;
            background:#FBF0D0;
            font-size:11px;
            line-height:inherit;
            height: 36px;
            width: 100%;
            border-top-width: thin;
            border-bottom-width: thin;
            border-top-style: double;
            border-bottom-style: double;
            border-top-color: #003399;
            border-bottom-color: #003399;
            margin:0px;
            padding:0px 0px 0px 0px;
      }

    #tabs5 ul {
            padding:4px 0px 0px 2px;
            margin:-3px;
            list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0px 0px 0px 0px;
       padding:0px 0px 0px 0px;
      }
   
 #tabs5 a {
            float:left;
            background:url('/images/11/rwb-TabLeft.gif') no-repeat left top;
            margin:0px;
            text-decoration:none;
            padding:0px 0px 0px 1px;    
            height:32px;
            text-align:center;
      }

    #tabs5 a span {
            float:left;
            display:block;
            background:url('/images/11/rwb-tabright.gif') right top;
            padding:5px 10px 4px 6px;
                height:25px;
            color:#ffffff;
                font: 100% Verdana, Arial, Helvetica, sans-serif;            
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#ffffff;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
              
             #links {
            font-family: Arial, Helvetica, sans-serif;
            color: #23619C;
            font-size: 12px;
            margin-right: 10px;
            width: 400px;
            float: right;
text-align:right;
}
#links li {
            display: inline;
            height: 25px;
}
#links ul {
            margin: 0;
            list-style-type: none;
            height: 25px;
 }
 #links li a:link, a:visited {
color:#23619C;
margin-left:8px;
text-decoration:none;
}
#links li a:hover, a:active {
            color: #23619C;
text-decoration:underline;

}
  /* Calculators */
#tabs 
{
            display: block;
            float: left;
            width: 100%;
            position:relative;
            left:15px;
            z-index:1; /*set over .panel*/
}
a.tab 
{
            border-collapse: collapse;
            border-style: solid solid none solid;
            border-color: #23619C;
            border-width: 1px 1px 0px 1px;
            padding: 3px 1em 2px 1em;
            margin-top: 6px;
            margin-right: 2px;
            font-family: arial;
            text-decoration: none;
            float: left;
            color:#FFFFFF;
            background: #23619C url('https://www.timevaluecalculators.com/images/gradient.png');
}
a.tab:hover 
{
            background: #FFFFFF;
            color:#000000;
}

a.selectedTab 
{
            padding-top:6px;
            margin-top:1px;
            color:#000000;
            border-width: 3px 1px 1px 1px;
            border-bottom: solid 1px white;
            background:#FFFFFF;
}

.cTimeValue .panel 
{
            position:relative;
            border: solid 1px #23619C;
            background-color: #FFFFFF;
            padding: 5px;
            height: 310px;
            overflow: auto;
            display:none;
            z-index:0; /*set under #tabs*/
            top:-1px;
}

.cTimeValue .selectedPanel 
{
            display: block;
}

.cTimeValue H2, .cTimeValue H3
{
            color:black;
}

.cTimeValue A
{
            color:#23619C;
            font-size: 10pt;
}

.cTimeValue li
{
            margin-bottom:5px;
}
.cTimeValue .InputTable tr td p {display:inline;}

.cTimeValue .panel {margin-top:45px;}  
  
/* End Calculators */

[if IE 5]>
 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
