﻿@import "/main/css/format.css";
/************************************************************
 * EXTERNAL STYLESHEETS */
/* CSS Document Created for: www.census.gov web sites */
/* Original styles author: carollynn hammersmith, WSC/SSD*/
/* creation: 1 Oct. 2008*/
/* Updated: 31 March 2009 */

/* CSS FORMAT: CSS is laid out as html appears in the page, top to bottom, left to right */

/*Page Layout Styles --------------------------------------------------------------*/

/* Site Name & Masthead images */

#masthead
{
        background: #FFA200 url(/srd/img/slice.gif) repeat-x left center;
                color: #000; 
        
}

/* Displays the 3 image masthead */
div#masthead h1 
{       background: url(/srd/img/icon.jpg) no-repeat right top;} 


/* top Nav - regular and dropdown - NOTE - THESE COLORS ARE THE STANDARD ECON COLORS AND CAN BE CHANGED TO SUIT YOUR SITES NEEDS */
#dropdown {
        margin: 0 auto;
        background-color: #eee; /*changed from #5a6775 or your custom color per usability test March 2009*/
        font-family: Arial, Helvetica, sans-serif;
        border-bottom: 4px solid #bea043; /*This is the default color of the bottom border*/
        padding: 5px 0 1px 1em;
}

/* top level Nav category that is selected is "grayed" out and unclickable, indicating what category the visitor is in. */
#dropdown li.selected {
background-color: #9C6300;       /*This is the color of the bottom border */
padding: 2px 10px;  
color: #FDFDFD;  /*color of text in the top nav when the selection is unclickable */
border: 1px solid #fff;         
border-bottom: 2px solid #9C6300;
text-decoration: none;} 

ul.rMenu li a
{color: #fff;   /* color of text in top nav */
        border-top: 1px solid #7B8999;  /*several shades lighter than the background */
        border-right: 1px solid #7B8999; /*several shades lighter than the background */
        border-bottom: 1px solid #5a6775; /*same color as menu background */
        border-left: 1px solid #7B8999; /*several shades lighter than the background */

}
ul.rMenu-ver {  border-top: solid 1px #5a6775;  }

ul.rMenu li a
{
        padding: 2px 10px 3px;  /* Do not change this! */
}
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:focus,
ul.rMenu li a:visited,
ul.rMenu li a:active
{   color: #fff;
        text-decoration: none;
}
ul.rMenu li.sfhover a:active,
ul.rMenu li:hover a:active,
ul.rMenu li:focus a:active
{
        color: #fff;
        background-color: #FFCA6F;  /* active hover color - is different than the selected link, grayed out color */
}
ul.rMenu li
{
        background-color: #5a6775;      /* default background color of menu items */
}
ul.rMenu li:hover,
ul.rMenu li:focus,
ul.rMenu li.sfhover
{
        background-color: #9d443c;      /* background color for parent menu items. */
}
ul.rMenu li a:hover,
ul.rMenu li a:focus
{
        background-color: #FFCA6F; /* background color or top nav tab on hover */
        color: #000;  /*color of font on hover */
        border-bottom: 1px solid #FFCA6F; /*this needs to be the same as the hover background color */
}

/* Left -Column Styles-----------------------------------  */

.navcontainer ul
{
list-style-type: none;
padding: 0;
margin: 0;
width: 175px;
border: 1px solid #ccc;
border-width: 0 1px 1px 1px;
}

.navcontainer li
{
        padding: 3px 5px 2px 1.5em;
        border-top: 1px solid #ccc;
        background: url(/srd/img/dot_hover.gif) no-repeat 0.5em center;
        font-size: 90%;
        line-height: 1.4;
}

.navcontainer ul li a {
    display: block;
        text-decoration: none;
        color: #00F;
}

.navcontainer ul li.selected, .navcontainer ul li:hover.selected  /*This style grays out the selected link in the left nav */
{
        text-decoration: none;
        color: #333;
        background-color: #DBDBDB;
}

.navcontainer ul li a:visited
{
        color: #909;
        text-decoration: underline;
}
.navcontainer ul li:hover, .navcontainer ul li a:hover,
.navcontainer ul li:focus, .navcontainer ul li a:focus
{
        color: #900;
        text-decoration: underline;
}


/* Left-column and right-column styles --------------------------------------------*/
        
#left-column .hi-lite, #right-column .hi-lite{
        border:1px solid #ccc;
        padding:1em;
        margin: 10px 5px;
        line-height:130%;
        font-size:85%;
}

.hi-lite form, .hi-lite p    {margin-top:0;}
/* Middle column Content ------------------------------------------------------*/

#middle-column li {
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
}

/* Decorative Boxes */

.hi-lite {
        border:1px solid #903;
        padding:5px;
        margin:5px;
        line-height:130%;
}

/* Decorative Boxes */
h3.hi-litehead {
        display:inline;
         position:relative;
        top:-14px;
        background-color:#fff;
        padding: 0 4px;
        margin: 5px;
        font-weight:bold;
        text-align: center;
        color: #903;
                font-size: 150%;

}

/* right column styles --------------------------------------------------------*/

#left-column .inside h3, #right-column .inside h3 { 
/************IMPORTANT***********/
/*DON'T change ANY of this style's values, Affects how IE 6 displays content.*/
padding: 0 ; 
margin: .5em 0 ; 
}

/* Custom CSS styles */
/* This is where site owners can add new css for their sites */

/* to add space between bullets */
.bullet {
        padding: 0 0 3px 0;
        margin: 0 0 3px 0;
        }

.small{ font-size: small;  }
.abstractfooter{ text-align: center; }
.center{ text-align: center; }

p{  margin-left: 2.5%; margin-right: 2.5%;  }
.tt{ font-family: monospace; }
.ttbold{ font-family: "monospace; font-weight: bold;  }
.ttindent { font-family: monospace; margin-left : 7.5%;  margin-right : 7.5%;  }
.ttcenter{ font-family: monospace; text-align : center; }
p span label.filename{    color:#800000;    }
.indentfilename{    margin-left: 7.5%; color:#800000;    }

h1{  margin-left: 2.5%;  } 
h2{  margin-left: 2.5%;  } 
h3{  margin-left: 2.5%;  } 
h4{  margin-left: 2.5%;  } 


a.anchor { text-decoration:none; color: #000000; }

.author{ font-weight:bold; font-size: large;  text-align: center;   }
.authorsmall{ font-size: 85%; }
.abstract{  margin-left: 7.5%; margin-right: 7.5%;  }
.keywords{  margin-left: 7.5%; margin-right: 7.5%;  }
ol.abstract{  margin-left: 10%; margin-right: 10%;  }
ul.abstract{  margin-left: 10%; margin-right: 10%;  }
ul.circle { list-style-type: circle;  }
.centerbold {  font-weight:bold; text-align:center;  }
.indent {  margin-left : 7.5%;  margin-right : 7.5%;  }
.indentpapers {  margin-left : 2.5%;  margin-right : 2.5%;  }
.bold {   font-weight: bold;   }
.center { text-align : center; }
.left {   text-align: left;    }
pre { font-family: monospace;
      margin-left : 10%; margin-right : 10%;}
.embold { font-style: italic; font-weight: bold; }
table { font-family: Arial, Helvetica, sans-serif;
    border-width: thin thin thin thin;
    border-spacing: 0px;
    border-style: outset outset outset outset;
    border-color: black black black black;
    border-collapse: collapse;
    background-color: white;
}
th { font-family: Arial, Helvetica, sans-serif;
    border-width: thin thin thin thin;
    padding: 6px 6px 6px 6px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
  }
td { font-family: Arial, Helvetica, sans-serif;
    border-width: thin thin thin thin;
    padding: 6px 6px 6px 6px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    text-align: left;
  }
td.nowrap {  white-space: nowrap;  }
.w80 {  margin-left : 10%;  margin-right : 10%;  width : 80%  }
.w50 {  margin-left : 25%;  margin-right : 25%;  width : 50%  }
  

.main{font-weight:bold;}
.sub{font-weight:normal; margin-left:40px; text-decoration:underline; }
.ind1{margin-left:40px;}
.ind2{margin-left:60px;}
.ind3{margin-left:80px;}
.ind1tt{margin-left:40px; font-family: "Courier New" Courier monospace;}
.ind2tt{margin-left:60px; font-family: "Courier New" Courier monospace;}
.graph{margin-left:40px;}
.defn{margin-left:60px;text-indent:-20px}
ul.spectab{margin-left:20px;}
ul.doc li{margin-left:40px;}
ul.ind1 li{margin-left:60px;}
ul.ind2 li{margin-left:80px;}
ol.ind1 li{margin-left:60px;}
ol.ind2 li{margin-left:80px;}
ul.indx{ list-style-type: none; margin-left:60px; }

p.doc{margin-left:20px;}
dt.x13{ font-weight: bold; margin-top: 0.8em; }

.jus{margin-left:0px;}
.sub2{font-weight:normal;text-decoration:underline;margin-left:20px;}
.grph{ text-align: center; page-break-inside: avoid}
.ref{margin-left:40px;text-indent:-20px;page-break-inside:avoid;}

h2.main{text-decoration:underline; font-weight:bold; margin-left:20px;}
h3.main{text-decoration:underline; font-weight:bold; margin-left:20px;}
h3.sub{text-decoration:underline; font-weight:normal; margin-left:20px;}
h4.sub2{font-weight:normal;text-decoration:underline;margin-left:40px;}
h4.sub3{margin-left:40px;font-weight:normal;font-style:italic;}
table.doc{margin-left:40px;}
table.comp{width: 555px;}
table.comp th.one{width: 415px}
table.doc th{padding-right:10px}
table.doc td{padding-right:10px;vertical-align:top}
table.key{ margin-left : 20%;  margin-right : 20%;  width : 60% }
ol.ind1{margin-left:40px}
ol li.ind1{margin-left:40px}
ul.cont{list-style-type:none}
ul.ind1 li{margin-left:40px}
ul li.ind1{margin-left:40px}
span.greek{font-size:0px;color:white;}
        
ul ul ul{list-style-type:disc;}

a.skiplinks {color: #FFFFFF; font-size: xx-small;}

abbr[title], acronym[title] {
    border-bottom: none;
}

/* Styles for Flash Countdown clock */

table.countdownClock {
        border: 1px solid #ccc;
        width: 280px;
        margin: 1em ;
        border-collapse: collapse;
}

.clockh3
{font: bold 150% Arial, Helvetica, sans-serif;
        color: #903;
        text-align: center;
        margin: 0;
        padding: 0 0 10px 0; }