/* CSS STYLES FOR DP/TAS 
Note: unlike the community portals, all changes/overrides are done here (no discover.css is attached) */   

/* no borders on Tables ever */
table {
	border: none !important;
}

/*** OVERRIDES FOR ENGAGE: PUBLISH ***/
/* updated by Jeremy 11/07/08 */

.categoryItemList
{
	clear:both;
	background-color: transparent; /* the background color for the listing */
	margin-bottom: 9px; /*this adds spacing below each listing, cleaning up the look */
	padding: 0px; /*this would add some spacing around the inside of the div, but causes issues in IE7 */
	display: inline-block; /*this enables the div to wrap around items in IE7 */
	border: none; /*adds a border to the bottom of each listing */
	border-bottom: solid 1px #FFDEBD;
}

.altCategoryItemList
{
	background-color: #FFF7F4;
	border-bottom: solid 1px #F97E17;
}

.categoryItemList .itemThumbnail
{
	float:left;
	padding-right: 9px;
}

.categoryItemList .thumbnailImage
{
borderx: solid 1px #0093AC !important;
border: solid 1px #FCB109 !important;
}

.categoryItemList .itemTitle
{
	float: none;
}

.categoryItemList .itemEditLink
{
	float:right;
}

.categoryItemList .itemTitle H2
{
font-size: large;
}

.categoryItemList .itemAuthorDate
{
}

.categoryItemList .itemDescription
{
	clear:right;
}

.categoryItemList .itemReadmore
{
	clear:both;
	text-align:right;
	margin-bottom: 5px;
}

.categoryItemList .itemReadmore a
{
	color: #F97E17;
}
 
.categoryItemList .itemReadmore a:hover
{
	color: black;
}

/*** additions for Publish by Jeremy 4/16/09 ***/
div.Publish_CustomDisplayPaging {
float: right;
}
div.Publish_CustomDisplayPaging a {
font-size: larger;
padding: 6px 9px 6px 18px;
border-right: solid 2px white;
}
div.Publish_CustomDisplayPaging a:hover {
color: orange;
background-color: #FFF7F4;
border-right: solid 2px orange;
}

div.Publish_ItemDisplay {
margin-bottom: 18px;
}


/*** OVERRIDES FOR DotNetJedi: Job Board, Classifieds, etc ***/
/* added by Jeremy 8/13/08 */
	.JediCss_TopStrip
	{
		background-color: #FFF7F4; 
	}
	.JediCss_TableHeader
	{
		background-color: #FC871F; 
	}
	TD.JediCss_dgHeaderAltItem, .JediCss_dgHeaderAltItem
	{	
		background-color: #FFF7F4; 
		
	}
	TD.JediCss_dlHeaderAltItem, .JediCss_dlHeaderAltItem
	{	
		background-color: #FFF7F4;
		
	}
	.JediCss_ParentCategory
	{
		background-color: #FFF7F4; 
	}
	.JediCss_ListingsPanel
	{
		background-color: transparent;
		
	}
	.JediCss_Confirmation
	{
		background-color:  #FFF7F4;
		
	}
	.JediCss_ItemTop, .JediCss_ItemBottom
	{
		background-color:  #FFF7F4;
		
	}
	.JediCss_MoreInfoTitle
	{
		background-color:  #FFF7F4;
		
	}
	.JediCss_FeaturesChecklist
	{
		background-color:  #FFF7F4;
		
	}
.JediCss_TableHeader td {
	color: white;
}






