
	/* ================================================================== */
	/* EVENTS.CSS created Nov 03, 2008 		 					  		  */
	/* ================================================================== */

		 
	DIV#pressReleaseDetailModule
		{	
			/* border: 1px dashed Red; */
		}

			DIV#pressReleaseSearchBox
				{	
					float: right; 
				}
		
					DIV#pressReleaseSearchBoxS
						{	width: 200px; }
				


			DIV#pressReleaseDetailBox
				{
					width: 480px;
					min-height: 170px;
					/*border: 1px dashed Red;*/
				}			
		
					.pressReleaseDropDown
						{
							width: 180px;
							border: 1px solid #B2B2B2;
							color: #666;
						}
						
					SPAN.pressReleaseHeadline
						{
							text-transform: capitalize;
							font-size: 110%;
							font-weight: bold;
							color: #666;
						}				
				

	/* TEASER STUFF */				

	DIV.pressReleaseTeaserModule
		{
			position: relative;
			/*border: 1px dashed Red; */
		}					
		
		
		DIV.pressReleaseTeaserModule TABLE A
			{
				color: #666;	
				text-decoration: none;
				font-weight: normal;
				font-size: 11px;
			}

		DIV.pressReleaseTeaserModule TABLE A:hover				
			{
				color: #666;	
				text-decoration: underline;
				font-weight: normal;
			}

				DIV.pressReleaseTeaserModule DIV#rssTable
					{
						float: right;
					}	
					
				DIV.pressReleaseTeaserModule DIV#ViewAllReleasesTable
					{
						float: right;
					}						
					
					
	DIV#printPage
	{
		/* border: 1px dashed Blue; */
	}					
	
			DIV#printPage A:link, DIV#printPage A:active, DIV#printPage A:visited, DIV#printPage A:hover
 				{
				 font-weight: bold;
				 color: #666;
				}
					
							DIV#printPage A:link, DIV#printPage A:active, DIV#printPage A:visited
 	 						{
							 text-decoration: none;
							}
							
							DIV#printPage A:hover				
 	 						{
							 text-decoration: underline;
							}
							
