/********************************
 *
 * $LastChangedDate: 2011-08-01 14:40:35 -0400 (Mon, 01 Aug 2011) $
 * $LastChangedBy: ozacharias $
 *
 ********************************/

@import url("/neuroscience/_shared/css/banners.css");
  
a.generalize
{
	display: block;
	clear: both;
}


/********************************
 *  Presentations (Formal)
 ********************************/  
        
    ul.presentations.formal .size:before
    {
      color: #999;
      font-size: larger;
      font-weight: normal;
      content: "[";
    }
   
    ul.presentations.formal .size:after
    {
      color: #999;
      font-size: larger;
      font-weight: normal;
      content: "]";
    }
    
    ul.presentations.formal a[href$=".doc"]
    {
      background-image: url("/neuroscience/_shared/img/icons/doc-small.png");
    }
    
    ul.presentations.formal a[href$=".pdf"]
    {
      background-image: url("/neuroscience/_shared/img/icons/pdf-small.png");
    }
    
    ul.presentations.formal a[href$=".ppt"]
    {
      background-image: url("/neuroscience/_shared/img/icons/ppt-small.png");
    }
    
    
 /********************************
 *  Presentations (Casual)
 ********************************/
          
    ul.presentations.casual a[href$=".doc"]
    {
      background-image: url("/neuroscience/_shared/img/icons/doc-medium.png");
    }
    
    ul.presentations.casual a[href$=".pdf"]
    {
      background-image: url("/neuroscience/_shared/img/icons/pdf-medium.png");
    }
    
    ul.presentations.casual a[href$=".ppt"]
    {
      background-image: url("/neuroscience/_shared/img/icons/ppt-medium.png");
    }

    

/********************************
 *	VCard
 ********************************/

 	.vcard .org
 	{
 		display: none;
 	}
 	
 	.vcard .adr
	{
		display: block;
	}


/********************************
 *	Principals
 ********************************/

	#principals .vcard
	{
		margin-top: .6em;
	}

	#principals .vcard .adr,
	#principals .vcard .tel
	{
		display: none;
	}
	
	#principals .vcard .email
	{
	 	word-wrap: break-word;
 	}


/********************************
 *	Personnel
 ********************************/
 	
 	#personnel .vcard .adr
 	{
 		padding-top: .75em;
 	}
 	
 	#personnel .vcard .adr .post-office-box,
 	#personnel .vcard .adr .street-address,
 	#personnel .vcard .adr .locality,
 	#personnel .vcard .adr .region,
 	#personnel .vcard .adr .postal-code
 	{
 		display: none;
 	}
 	
 	
/********************************
 *	Collaborators
 ********************************/
 	
 	#collaborators .vcard .org
 	{
 		display: block;
 		margin: .3em 0;
 		text-indent: 10px;
 		font-size: .85em;
 	}
 	
    #collaborators .vcard .adr
    {
    	display: none;
    }
 		
 	#collaborators .vcard .org .organization-name
 	{
 		display: none;
 	}
 	
 	#collaborators .vcard .org .organization-name.external
	{
		display: inline;
		font-style: italic;
	}
	
	#collaborators .vcard .org .organization-name.external:before
	{
		content: "(";
	}
	
	#collaborators .vcard .org .organization-name.external:after
	{
		content: ")";
	}
	
	#collaborators .vcard .org .organization-unit+.organization-unit:before
	{
		content: ", ";
	}
	
	
	
