
/* Print CSS for CoreStreet.com
Last Updated: Sept 5 2005
----------------------------------------------*/ 


body, #container {
  background: #fff;
  font-size: 11pt;
  margin: 0 auto;
  padding: 0;
  }

#container {
  margin: 2% 5%;
  width: auto;
  }

#header, #footer, #col-wrapper {
  margin: 0;
  width: auto;
  }

#header {border-bottom: 1px solid #666;}

#search_wrap, #nav {display: none;}

#logo a  {
  border-style: none;
  display: block;
  }

#logo img  {
  display: block;
  width: auto;
  }

#logo span {
  background: transparent;
  margin: 2em 0 0;
  left: 0;
  position: relative;
  }

#content {
  border-top: 0px solid #808080;
  width: auto !important;
  margin: 0;
  padding: 0;
  float: none !important;
  }

#content a:link, #content a:visited {
  color: #c00;
  border-color: #c00;
  }

#crumbs, #footer, #crumbs a:link, #crumbs a:visited {
  color: #666;
  border-color: #666;
  }

#crumbs {
  margin:1em 0 0;
  padding:0;
  }

#sidebar {width: 30%;}

#container hr {display: none;}

#footer {
  padding: 0;
  margin: 2em 0 1em;
  border: 0;
  border-top: 1px solid #666;
  }

body #content ul li, 
body #content ul.pdf li, 
body #content ul li.pdf, 
body #content dl dt.pub {
  background: transparent !important; 
  list-style-type: disc !important;
  margin: 0 0 0 3em;
  padding: 0;
  }

#content a:link, #content a:visited {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  }

#cs-enabled a:link, #cs-enabled a:visited {
  border-bottom: 0;
  }

#home #content, #home .feature {
  width: 65%;
  }

#home .feature-left, #home .feature-right {width: 30%;}

table {border: 1px solid #ccc; border-bottom:0; background: #eee;}

table thead tr th {border-bottom: 1px solid #ccc; background: #ccc; color: #900 !important;}


/*
body#home #col-wrapper {margin: .2em 0 0;}

body#home #content {margin: 0;}

#home ul.space {
  list-style-position: inside;
  margin: 0 0 0 .2in;
  padding: 0px;
  border: 0px none;
  }

#content ul.arrows li {padding: 0; margin: 0;}
*/