/* Minimalist-Blue-Styles */
/* Skin Adjustments by Jeremy - precise placement of logo, ad banner, and login regardless of (lack of) content */
.tdAlignRight {
	text-align: right;
	vertical-align: middle;
	padding: 0px 18px 5px 9px;
}
.LogoTD {
	width: 100%;
	padding: 9px;
}
.LoginTD {
	vertical-align: top;
	width: 468px;
}
.BannerTD {
	width: 468px;
}
/* Login changed from Username to Email address, this allows more space */
.DynamicLogin_UserName {
	width: 180px;
}
/*  Content Panes                      */
/*-- left2 content pane            --*/
.LeftPane2 {
	width: 216px !important;
}
/*-- content2 pane                 --*/
.ContentPane {
	width: 568px !important;
}
/*-- right2 content pane           --*/
.RightPane2 {
	width: 120px !important;
}
/*  Override (turn-off) the Skin's Menu specific settings that are visible */
.MenuHeight {
	height: auto;
}
.MenuTD {
	background: none;
}
.MenuLeft {
	background: none;
}
.MenuRight {
	background: none;
}
/* Engage: Publish overrides for DP/All by Jeremy 
- 10/17/08 JRF; fixed DIV/CSS breaking changes from the Engage: Publish 5.2 upgrade
*/
.categoryItemList {
	margin: 9px 0px !important;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #C2D3DB !important;
	padding: 3px;
}
.altCategoryItemList {
}
.categoryItemList div {
}
.categoryItemList .itemThumbnail {
	float: right;
	margin: 0px 0px 9px 18px;
	padding: 0px;
	background-color: transparent;
	border: 1px solid #4890C0;
}
.categoryItemList .itemThumbnail a {
	display: block;
	padding: 3px;
}
.categoryItemList .itemThumbnail a:hover {
	background-color: #eeeeff;
}
.categoryItemList .itemTitle {
	float: none;
	padding: 0px 0px 9px 0px;
	width: auto;
}
.categoryItemList .itemTitle a {
	display: block;
	width: 100%;
	font-size: larger;
	font-weight: bold;
	FONT-SIZE: 14px;
	COLOR: #6fa1c4;
	FONT-FAMILY: "Trebuchet MS", "Times New Roman";
	LETTER-SPACING: 1px;
	text-decoration: none;
}
.categoryItemList .itemTitle a:hover {
	COLOR: #4477d8;
	background-color: #eeeeff;
}
.categoryItemList .itemDescription {
	clear: none;
	width: auto;
	padding-bottom: 9px;
}
.categoryItemList .itemDescription span {
	line-height: 18px;
}
.categoryItemList .itemReadmore {
	float: left;
	width: 99%;
	text-align: left;
}
.categoryItemList .itemReadmore a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #4890C0;
	padding: 3px 0px 3px 3px;
}
.categoryItemList .itemReadmore a:hover {
	color: #0F5888;
	background-color: #eeeeff;
}


