/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

   newsletter.css
   
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
   

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   basics
   - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.newsletter_page_title {
	
		font-size: 14pt;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.newsletter_page_subtitle {
	
		font-size: 11pt;
		font-style: italic;

		margin-bottom: 15px;
	}
	
	.newsletter_volume_list {
	
		font-size: 13pt;
		line-height: 15pt;
	}

	.newsletter_body, td.newsletter_body {
	
		font-size: 9pt;
		margin-left: 15px;
		margin-bottom: 10px;
	}	
	
	.newsletter_image {
	
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.newsletter_indented {
	
		margin-left: 30px;
	}
	
	.newsletter_header {
	
		font-weight: bold;
	}
	
	.tinyItalicNote {
	
		font-size: 8pt;
		line-height: 10pt;
		font-style: italic;
		font-weight: normal;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   edit form
   - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.newsletter_edit_subsection_name {
	
		font-size: 10pt;
		line-height: 12pt;
		font-weight: bold;
		margin-top: 10px;
	}
	
	.submitButton {
	
		color: #E4E5D0;
		background-color: #35262E;
		padding: 4px;
	}
	
	.cancelButton {
	
		background-color: #E4E5D0;
		color: #35262E;
		padding: 4px;
	}
	
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   section header bar
   - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.newsletter_section_header_bar {
	
		border: 1px solid #35262E;
		background-color: #E4E5D0;

		margin-top: 25px;
		margin-bottom: 15px;
		padding: 3px;
	}
	

	.newsletter_section_header_bar_display {
	
		height: 25px;
		margin-top: 25px;
		border: 1px dashed blue;
	}
	
	.newsletter_section_header_bar_display_under {
	
		border-top: 1px solid black;
	}
	
	.newsletter_section_name {

		float: left;	
		margin-left: 3px;
		font-size: 11pt;
		font-weight: normal;
		color: #35262e;
	}
	
	.newsletter_section_name_display {
	background-image:url('../images/iconsNewsletter.png');
	background-repeat: no-repeat;
	padding-left:45px;
	padding-top:6px;
	padding-bottom:14px;
		margin-top: 25px;
		margin-bottom: 15px;
		font-family: Times, Serif;
		margin-left: 3px;
		font-size: 16pt;
		font-weight: normal;
		color: #35262e;
		border-bottom: 1px solid black;
	}
	
	.newsletter_back_to_top_div {
	
		position: relative;
		float: right;	
		margin-right: 5px;
	}
	
	.newsletter_back_to_top_link {
	
		float: right;	
		font-size: 9pt;
		margin-right: 5px;
		font-weight: normal;
		color: #35262e;
	}
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   images
   - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.imageWithCaptionDiv {
	
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.caption {
	
		margin-top: 5px;
		font-size: 10px;
		line-height: 12px;
		font-style: italic;
		color: #888;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   links
   - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	a.newsletter_link:link, a.newsletter_link:visited {
	
		text-decoration: none;		
	}
	
	a.newsletter_link:hover {
	
		text-decoration: underline;		
	}
	
	a.newsletter_link:active {
	
		text-decoration: none;
	}
