


A:hover 
{ 
	COLOR: #cc0000;
	
} 


/* Detail page for listings */


.Marketplace_ListingTitle
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	}

.Marketplace_ListingOrganization
{
	font-family:Verdana;
	font-size:9pt;
	padding-top:4px;
	}


.Marketplace_ListingPostDate
{
	font-family:Verdana;
	font-size:9pt;
	padding-top:4px;
	}


.Marketplace_ListingEndDate
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:12px;
	}

.Marketplace_ListingDetail
{
	font-family:Verdana;
	font-size:10pt;
	padding-top:20px;
	width:93%;
	line-height:14pt;
	border-top:solid 1px #cccccc;
	white-space:normal;
	
}


/* Homepage style */

.HomePage_HeaderOLD
{
	padding-left: 6px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(Images/bg_medblue2.gif);
	padding-bottom: 4px;
	color: white;
	padding-top: 4px;
	font-family: Arial;
}

.HomePage_Header
{
	padding-left: 6px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
	color:white;
	padding-top: 4px;
	font-family: Arial;
	background-color:DarkGreen;
	height:100%;
}



.HomePage_Item
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
}

.HomePage_Item_Alternate
{
	background-color:#f3f3f3;
}

.HomePage_Section
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}


.HomePage_ItemCategory
{ 
	MARGIN-LEFT:0px;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
}

.HomePage_ItemSubcategory
{ 
	MARGIN-LEFT:20px;
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:4px;
}


/* Style for indent on home page for subcategory items */

.HomePage_ItemSubcategoryCount
{ 
	font-weight:normal;
}


/* Listing style */


.Listing_Item
{
	font-family:Verdana;
	font-size:10pt;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.Listing_Item_Alternate
{
	background-color:#f3f3f3;
}


/* Menu style */

.MenuTDBackground
{
	background-image:url(Images/menugold.gif);
	color:black;
	font-weight:bold;
	font-size:9pt;
	font-family:Arial;
	
}

.MenuTDBackgroundHover
{
	font-weight: bold;
	font-size: 9pt;
	background-image: url(Images/menublack.gif);
	cursor: hand;
	color: white;
	font-family: Arial;
}


