/* #page-releases-by-company */
#page-releases-by-company {
	background-color: #fff;
}

	.company-title-image {
		border: 1px solid #dedede;
		width: 938px;
		margin: 10px 0;
		overflow: hidden;
	}

		#page-releases-by-company #body h1 span {
			display: none;
		}

	#page-releases-by-company h1.no-image {
		position: relative;
		background-color: #ffffff;
		font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 34px;
		font-weight: normal;
		color: #8a9599;
		height: 68px;
		line-height: 68px;
		padding-left: 12px;

	}
		#page-releases-by-company h1.no-image span {
			display: inline;
		}

	/* #page-releases-by-company .press-release-container-selection */

	#page-releases-by-company .press-release-container-selection {
		background: url('img/bg-gradient.gif') repeat-x;
		border-bottom: 1px solid #cccccc;
		height: 28px;
	}

		#page-releases-by-company .press-release-container-selection ul {
			list-style: none;
			position: relative;
			font-size: 11px;
			top: 6px;
		}

			#page-releases-by-company .press-release-container-selection li {
				float: left;
				display: inline;
				margin-left: 3px;
			}

				#page-releases-by-company .press-release-container-selection li a {
					display: block;
					border: 1px solid #cccccc;
					background: url('img/bg-gradient.gif') repeat-x top left;
					height: 21px;
					padding-left: 10px;
					padding-right: 10px;
					line-height: 22px;
					text-decoration: none;
					color: #000000;

					-moz-border-radius-topleft: 4px;
					-moz-border-radius-topright: 4px;
					-webkit-border-top-left-radius: 4px;
					-webkit-border-top-right-radius: 4px;
				}

				#page-releases-by-company .press-release-container-selection li a:hover,
				#page-releases-by-company .press-release-container-selection li.active a {
					background: #ffffff;
					border-bottom: 1px solid #ffffff;
				}


	#page-releases-by-company .press-release-container {
	}

		#page-releases-by-company .press-release-container .message-no-releases {
			padding: 15px;
			font-size: 13px;
			line-height: 17px;
		}

		#page-releases-by-company .press-release {
			border-top: 1px solid #dedede;
			position: relative;
			padding: 0 0 5px;
		}

		#page-releases-by-company .press-release.first {
			border-top: none;
		}

			#page-releases-by-company .press-release h2 {
				padding: 50px 0 0;
				font: bold 20px/24px "Trebuchet MS", Arial, sans-serif;
			}

			#page-releases-by-company .press-release .headine-title {
				font-size: 19px;
			}

				#page-releases-by-company .press-release h2 a {
					color: #000;
					text-decoration: none;
				}

				#page-releases-by-company .press-release h2 a:hover {
					text-decoration: underline;
				}

			#page-releases-by-company .press-release p.info {
				font-size: 11px;
				position: absolute;
				top: 30px;
				color: #8A959A;
				width: 100%;
			}

				#page-releases-by-company .press-release p.info .title {
					text-transform: uppercase;
				}

				#page-releases-by-company .press-release p.info .location {
					text-transform: uppercase;
				}

				#page-releases-by-company .press-release p.info .date {
				}

				#page-releases-by-company .press-release p.info .download {
					top: -5px;
					right: 2px;
					height: 22px;
					display: block;
					position: absolute;
				}

					#page-releases-by-company .press-release p.info .download a,
					#page-releases-by-company .press-release p.info .download span {
						background: url('img/button-download-bg.gif') no-repeat 0 0;
						display: inline-block;
						height: 22px;
						line-height: 22px;
						font-size: 11px;
						color: #666;
						text-decoration: none;
					}
					#page-releases-by-company .press-release p.info .download a {
						padding-left: 30px;
					}
					#page-releases-by-company .press-release p.info .download span {
						background-position: 100% 0;
						padding-right: 14px;
					}

			#page-releases-by-company .press-release p.info-more {
				position: relative;
				line-height: 25px;
				height: 25px;
			}

				#page-releases-by-company .press-release p.info-more .tweetmeme iframe {
					margin-bottom: -8px;
				}

				#page-releases-by-company .press-release p.info-more .tweetbutton iframe {
					margin-bottom: -6px;
				}

				#page-releases-by-company .press-release p.info-more .facebook iframe {
					margin-bottom: -7px;
				}

				#page-releases-by-company .press-release p.info-more .clicks {
					color: #8A959A;
					margin: 0 10px;
				}
				#page-releases-by-company .press-release p.info-more .comments {
					padding-left: 21px;
					background: url('img/icon-comments.gif') no-repeat 5px 3px;
				}

				#page-releases-by-company .press-release p.info-more .links {
					position: absolute;
					right: 0px;
					top: 4px;
				}

					#page-releases-by-company .press-release p.info-more .links a.button {
						float: left;
						display: inline;
						border: 1px solid #cccccc;
						margin-left: 4px;
						background: url('img/bg-gradient-button.gif') repeat-x left top;
						height: 14px;
						line-height: 14px;
						padding-left: 4px;
						padding-right: 4px;
						text-decoration: none;
						font-size: 11px;
						color: #000000;

						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
					}

					#page-releases-by-company .press-release p.info-more .links a.button:hover {
						background: #e2e2e2;
					}

			#page-releases-by-company .press-release .text {
				font-size: 13px;
				line-height: 1.5;
				color: #222222;
			}

				#page-releases-by-company .press-release .text .media-image {
					float: left;
					margin-top: 3px;
					margin-right: 10px;
					margin-bottom: 0px;
				}

				#page-releases-by-company .press-release .text .tags {
					margin-top: 10px;
				}

				#page-releases-by-company .press-release .text a.more {
					white-space: nowrap;
				}

					#page-releases-by-company .press-release .text a.more span.more {
						display: none;
					}

	/* #page-releases-by-company  #sidebar */
		#sidebar .sidebar-block-company .sidebar-block-content {
			padding: 15px 20px 10px;
		}

		#page-releases-by-company .sidebar-block img.logo {
			float: right;
		}

		#sidebar .sidebar-about-block {
			border-top: 1px solid #dedede;
			margin: 10px 0 0;
			padding: 0;
		}

			#sidebar .sidebar-about-block h5 {
				margin: 10px 0 5px;
			}

		#page-releases-by-company .sidebar-block-logo {
			background: #ffffff;
		}

		#page-releases-by-company .sidebar-block-logo {
			padding-top: 15px;
		}

			#page-releases-by-company .sidebar-block-logo .sidebar-block-content {
				text-align: center;
				vertical-align: middle;
				margin: 0px;
			}

		#page-releases-by-company .sidebar-block-updates .sidebar-block-content {
			padding: 15px 0 15px 20px;
		}

			#page-releases-by-company .sidebar-block-updates .sidebar-block-content label {
				display: none;
			}

			#page-releases-by-company .sidebar-block-updates .sidebar-block-content .input,
			#page-releases-by-company .sidebar-block-updates .sidebar-block-content .button {
				float: left;
			}

			#page-releases-by-company .sidebar-block-updates .sidebar-block-content .input {
				border: 1px solid #ddd;
				height: 25px;
				line-height: 25px;
				margin: 0 4px 0 0;
				padding: 0 0 0 5px;
				width: 215px;
				font-size: 11px;
			}

			#page-releases-by-company .sidebar-block-updates .sidebar-block-content .button {
				background: url(img/button-subscribe-bg.gif) no-repeat 0 50%;
				border: 0;
				color: #fff;
				font-size: 10px;
				height: 27px;
				margin: 0;
				padding: 0 0 2px;
				text-transform: uppercase;
				width: 87px;
			}

			#page-releases-by-company .sidebar-block-updates .sidebar-block-content .links {
				margin: 0;
				padding: 12px 0;
			}

			#page-releases-by-company .sidebar-block-updates .sidebar-block-content .links li {
				font-weight: bold;
				line-height: 25px;
				background: url(img/icon-rss.gif) no-repeat 0 0;
				padding: 0;
			}

			#page-releases-by-company .sidebar-block-updates .sidebar-block-content .links li a {
				background: none;
				padding-left: 30px;
				text-decoration: none;
			}


	/* sidebar archive block */
		.sidebar-block-archive .sidebar-block-content {
			padding-top: 0;
		}
			.sidebar-block-archive .sidebar-block-content h5 {
				margin: 0;
				padding: 10px 0 0;
			}
			.sidebar-block-archive li {
				float: left;
				white-space: nowrap;
				padding: 0 10px 0 0;
				color: #8A959A;
			}

#media-list {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	clear: both;
}
	#media-list .media-item {
		width: 155px;
		float: left;
		padding: 10px;
		text-align: center;
		overflow: hidden;
	}
		#media-list .media-item .thumbnail {
			min-height: 152px;
		}
		#media-list .media-item .info {
			line-height: 150%;
			font-size: 90%;
			color: #848484;
		}
			#media-list .media-item .info .media-info {
				color: black;
			}
		#media-list .media-item .video, .sidebar-block-media-video .video {
			display: block;
			position: relative;
		}
			#media-list .media-item .video span, .sidebar-block-media-video .video span {
				background: transparent url(../img/roll-over.png) no-repeat scroll 50% 50%;
				position: absolute;
				height: 100%;
				width: 100%;
			}

.media-links {
	padding: 12px;
	color: #848484;
}
	.media-links .button {
		float: left;
		display: inline;
		border: 1px solid #cccccc;
		margin-left: 4px;
		background: url('img/bg-gradient-button.gif') repeat-x left top;
		height: 16px;
		padding-left: 4px;
		padding-right: 4px;
		text-decoration: none;
		font-size: 11px;
		color: #000000;

		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.media-links .button:hover {
		background: #e2e2e2;
	}
	.media-links .help-notice {
		padding: 4px;
		font-size: 10px;
	}

.select-itemsperpage {
	float: right;
	padding: 10px;
}

.pagination-container {
	clear: both;
}

.company-graphics .sidebar-block-content .graphics-item {
	display: block;
	float: left;
	width: 100px;
}

.company-graphics .sidebar-block-content .clear {
	clear: both;
}


/* Display switcher */
.display-switcher {
	background: url('img/display-switcher-bg.gif') no-repeat 0 0;
	height: 22px;
	overflow: hidden;
	margin: 20px 0 -10px;
}
	.display-switcher-text {
		background-position: 0 0;
	}
	.display-switcher-thumbs {
		background-position: 0 -22px;
	}
	.display-switcher a {
		padding: 0 0 0 50px;
		float: left;
		height: 22px;
		line-height: 22px;
		color: #aaa;
		font-size: 11px;
		text-decoration: none;
	}

span.button-download,
span.button-download span {
	background: url('img/button-download-bg.gif') 0 50%;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}

span.button-download {
	padding: 0 0 0 30px;
}

span.button-download span {
	background-position: 100% 50%;
	padding: 0 14px 0 0;
}

.button-download input {
	border: 0 !important;
	margin: 0 -14px 0 -30px !important;
	padding: 3px 14px 2px 30px !important;
	height: 17px !important;
	background: none !important;
	color: #666 !important;
	overflow: visible;
	cursor: pointer;
}

#head .links {
	float: right;
	margin: 0;
	padding: 0;
}

#head .links li {
	font-weight: bold;
	line-height: 25px;
	background: url(img/icon-rss-large.gif) no-repeat 0 0;
	padding: 0;
}

#head .links li a {
	background: none;
	padding-left: 30px;
	text-decoration: none;
	color: #fff;
}

#content.search-content h2 {
	color: #A1A1A1;
	font: bold 24px/26px "Trebuchet MS",sans-serif;
	margin: 15px 0 0 0;
}

#content.search-content h2 strong {
	color: #000;
}
