/* ############################################################################
   ## 
   ##  DEPRECATED CLASSES
   ##  - Classes brought across from previous designs, that may still be in use
   ##
   ######################################################################### */
   


/*Media Releases*/
.ContainerByDate {
	margin: 20px 0px 0px 0px;
}
	.ContainerByDate .item {
		clear: left;
	}
	.ContainerByDate .item .date {
		float: left;
		width: 130px;
	}
	.ContainerByDate .item .link {
		margin: 0px 0px 0px 130px;
		padding: 0px 0px 0px 10px;
		background: url(/images/templates/bg_forthlevelmenuarrow.gif) 0px 8px no-repeat;
	}
	.ContainerByDate .item .link a {
	}
#SearchResults .searchResult {
	position: relative;
	clear: both;
	background: url('/images/cms/icons/famfamfam/silk/page_white_text.png') left top no-repeat;
}
	#SearchResults .searchResult .text {
		padding-left: 24px;
	}
		#SearchResults .searchResult .text .summary {
			margin: 0 0 0.2em;
		}
		#SearchResults .searchResult .text .title {
			margin-bottom: 0.5em;
			line-height:130%;
		}
		#SearchResults .searchResult .text .trailnav {
			font-size: 75%;
			color: #737373;
		}
		#SearchResults .searchResult .text .date {
			font-size: 75%;
		}
		#SearchResults .searchResult .text .trailnav a {
			color: #737373;
			text-decoration: none;
		}
	
/*CSS Banners*/
.BannerContent{
	width:96%;
	padding:2%;
	display:inline-block;
	text-align:center;
}
.BannerContent h1{padding:0;margin:0;}
.BannerContent p{padding:3px;margin:0;}
	
.BannerBGBlue{ background:#4D90d7;border-radius:10px;}
.BannerBGYellow{ background:#ffd200;border-radius:10px;}
.BannerBGDarkBlue{ background:#0F1E64;border-radius:10px;}

.BannerYellowText, .BannerYellowText a, .BannerYellowText a:link, .BannerYellowText a:visited, .BannerYellowText a:hover, .BannerYellowText h1, .BannerYellowText h2, .BannerYellowText h3 {
	color:#ffd200;text-decoration:none;display:block;
	}
.BannerBlueText, .BannerBlueText a, .BannerBlueText a:link, .BannerBlueText a:visited, .BannerBlueText a:hover, .BannerBlueText h1, .BannerBlueText h2, .BannerBlueText h3 {
	color:#4D90d7;text-decoration:none;display:block;
	}
.BannerDarkBlueText, .BannerDarkBlueText a, .BannerDarkBlueText a:link, .BannerDarkBlueText a:visited, .BannerDarkBlueText a:hover, .BannerDarkBlueText h1, .BannerDarkBlueText h2, .BannerDarkBlueText h3 {
	color:#0F1E64;text-decoration:none;display:block;
	}
.BannerWhiteText, .BannerWhiteText a, .BannerWhiteText a:link, .BannerWhiteText a:visited, .BannerWhiteText a:hover, .BannerWhiteText h1, .BannerWhiteText h2, .BannerWhiteText h3 {
	color:#fff;
	text-decoration:none !important;
	display:block;
	line-height: normal;
	}

/*VCTL Page*/
.searchVCTLArrow{width:234px;font-size:168%;font-weight:bold;padding:8px 15px;text-align:left;background:#4D90d7 url(/images/trials/homepage/search-arrow.jpg) center right no-repeat;}
.VCTLBLueBottonMember{width:234px;font-size:160%;font-weight:bold;padding:20px 15px;text-align:left;background:#0F1E64 url(/images/VCOG/member-icon.jpg) center right no-repeat;margin-bottom:10px;}
.VCTLBLueBottonProject{width:234px;font-size:160%;font-weight:bold;padding:20px 15px;text-align:left;background:#0F1E64 url(/images/VCOG/project-icon.jpg) center right no-repeat;margin-bottom:10px;}
.VCTLBLueBottonResource{width:234px;font-size:160%;font-weight:bold;padding:20px 15px;text-align:left;background:#0F1E64 url(/images/VCOG/resources-icon.jpg) center right no-repeat;margin-bottom:10px;}
.VCTLBLueBottonBlog{width:234px;font-size:160%;font-weight:bold;padding:10px 15px;text-align:left;background:#0F1E64 url(/images/VCOG/news-icon.jpg) center right no-repeat;margin-bottom:10px;}

/*Small Screen*/
@media screen and (max-width: 700px) {
}
   