/* ================================
    CSS STYLES FOR Module Vendors
   ================================
*/
/* Vendor Page */
.Cognition_Vendors_VendorName 
{
	/* font-family: Verdana,Arial,Helvetica; */
	font-family: 'Trebuchet MS', Trebuchet;
	font-size: 12px; 
	color: #003366; 
	font-weight: bold; 
}
A.Cognition_Vendors_EditLink:link
{
	/* font-family: Verdana,Arial,Helvetica; */
	font-family: 'Trebuchet MS', Trebuchet;
	font-size: 10px; 
	font-weight: normal; 
	text-align:right;
}
A.Cognition_Vendors_Website
{
	/* font-family: Verdana,Arial,Helvetica; */
	font-family: 'Trebuchet MS', Trebuchet;
	font-size: 10px; 
	font-weight: normal; 
}
A.Cognition_Vendors_Website:link
{
	color: #CC0000; 
	text-decoration: underline;
}
A.Cognition_Vendors_Website:hover
{
	color: #003366; 
	text-decoration: underline;
}
A.Cognition_Vendors_Website:visited
{
	color: #999999; 
	text-decoration: underline;
}
.Cognition_Vendors_VendorListing 
{
	font-family: 'Trebuchet MS', Trebuchet;
	font-size: 11px; 
	color: #666666; 
	font-weight: bold; 
}
.Cognition_Vendors_VendorAddress 
{
	font-family: 'Times New Roman', Times;
	font-size: 11px; 
	color: #666666; 
	font-weight: normal; 
}

/* Vendors Edit page */
.Cognition_Vendors_VendorsEdit
{
	font-family: Arial, Trebuchet;
	font-size: 11px; 
	color: #333333; 
	font-weight: normal; 
	padding: 8px;
}

.Cognition_Vendors_VendorsEditTable
{
	background-color:#EEEEEE;
	padding: 6px;
	border: solid 1px black;
}

/* Category Page */
.Cognition_Vendors_CategoryName
{
	font-family: Arial, Helvetica;
	font-size: 11px; 
	color: #666666; 
	font-weight: normal; 
}