@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-size: 18pt;
		color: #7b7b7b;
	}
	
	.sIFR-active h2 {
		font-size: 16pt;
		color: #7b7b7b;
	}
}

#content {
	padding-top: 10px;
	clear: both;
	text-align: left;
	overflow: hidden;
}

	#content #studies_table {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

		#content #studies_table .cell {
			float: left;
			min-width: 459px;
			max-width: 459px;
			width: 459px;
			margin-right: 1px;
		}

		#content #studies_table .cell_nomargin {
			margin-right: 0px;
		}

			#content #studies_table .cell h2 {
				margin-bottom: 10px;
				margin-top: 10px;
			}

			#content #studies_table .cell .detail {
				display: table;
				clear: both;
				margin-top: 4px;
			}

				#content #studies_table .cell .detail .detail_image {
					display: table-cell;
					float: left;
					margin-right: 10px;
					min-width: 47px;
					max-width: 47px;
					width: 47px;
					min-height: 48px;
					height: 48px;
					display: block;
				}

				#content #studies_table .cell .detail .detail_text {
					display: table-cell;
					color: #7b7b7b;
					line-height: 1.25em;
					font-size: 77%;
					font-weight: normal;
					min-width: 395px;
					max-width: 395px;
					width: 395px;
				}

					#content #studies_table .cell .detail .detail_text a:link, 
					#content #studies_table .cell .detail .detail_text a:active, 
					#content #studies_table .cell .detail .detail_text a:visited {
						color: #7b7b7b;
						text-decoration: none;
					}

					#content #studies_table .cell .detail .detail_text a:hover {
						color: #008457;
					}

					#content #studies_table .cell .detail .detail_text strong {
						display: block;
						font-weight: bold;
						margin-bottom: 5px;
					}
		
		#content #studies_table .cell_footer {
			clear: both;
			border-top: 1px #757772 dotted;
		}

		#content #studies_table br {
			clear: both;
		}
	