/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
  color:#000;
  background: none;
  font-size: 9pt;
  font-weight: normal;
}
/* Hide
-------------------------------------------------------------- */
.Header .HeaderNav, .TopNav, .HomeHeaderImage, .HomeMainImageBG,  .EmptyDIV, .MemberBox, .SideNav, .MemberLogin, .MgmtSoftware, .Banner {display: none; visibility: hidden;}

/* Layout
-------------------------------------------------------------- */

.container {
  	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: none;
	font-size: 9pt;
	font-weight: normal;
}
.Content {
	font-size: 9pt;
	font-weight: normal;
}

.Header .Logo {
/*	display: block; 
	visibility: visible; 
	text-align: right; */
	width: 100% !important; 
	float: none !important; 
	margin-bottom: 15px;
}

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:none;margin-right: 0px;}

.Breadcrumbs { font-size: 85%;}
.FooterBG {
	padding-top: 20px;
	clear: both;
}
.footer {
	border-top: 1px solid #000000;
	font-size: 85%;
}
.footer .xCatBug a { text-decoration: none;}
.footer .xCatBug a:link:after, .footer .xCatBug a:visited:after  { 
	content: "  ( " attr(href) " )"; 
	text-decoration:none !important; 
}
.footer .PoweredBy { /*float: right;*/ padding-right: 3px;}
.footer .xCatalyst { font-weight: bold;}


hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

.WhatsNew, .EventListingHome { float: left; width: 50%;}
.WhatsNew h1, .EventListingHome h1 { font-size: 14px;}
.WhatsNew .NewsListing, .EventListingHome .EventListingHome { margin-left: 10px;}
.NewsTime, .EventTimeHome {font-size: 85%;}
img { /*float:left; margin:1.5em 1.5em 1.5em 0;*/ }
a img { border:none; }
p img.top { margin-top: 0; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }


/* Links
-------------------------------------------------------------- */

.Content a:link, .Content a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

/*.Content a:link:after, .Content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  text-decoration: none;
}
.footer a:link:after, .footer a:visited:after {
	display: none;
}*/
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
