.cat a:link, .cat a:visited, .cat a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e7cad;
}
.cat a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e7cad;
}
a.catLink:link {
	color: #3e7cad;
	text-decoration: none;
}
a.catlink:visited {
	color: #3e7cad;
	text-decoration: none;
}
a.catlink:hover {
	color: #F3A600;
	text-decoration: none;
}
.formHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #08327C;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.formHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	background-color: #403D8A;
}
.formBG {
	background-color: #E8EBF2;
	border: solid 1px #8A8885;
}
.formMailBG {
	background-color: #EEF2FD;
	border: solid 1px #8A8885;
}
.formItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.formLabels {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	color: #000000;
}
.orderDetails {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 20px;
}
.paddedCell {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.DonationEditSelect {
	background-color: #EEEBDD;
	border-top: solid 1px #8A8885;
	border-left: solid 1px #8A8885;
	border-bottom: solid 1px #8A8885;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.DonationEdit {
	background-color: #EEEBDD;
	border: solid 1px #8A8885;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inactiveOrderdetails {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E6E6E6;
	padding-left: 5px;
}
.error {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}
.alert {
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
}
.accountButtons {
	background-color: #EEF2FD;
	border: solid 1px #0C3680;
}
.accountButtons-active {
	background-color: #EEF2FD;
	border: solid 1px #0C3680;
	font-weight: bold;
}
.breadbar a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000060;
	text-decoration: none;
}
.breadbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCDE2;
	text-decoration: none;
}
.productText {
	font-size: 12px;
}
td {
	font-size: 12px;
}
#ifrmDataGrid td {
	font-size: 12px;
}
/******************* style for customer landing page when logged in -- organizations -- */
.OrgLanding {
	padding: 25px;
	overflow:auto;
	border: 0px;

}
.OrgLanding img {
	border: 0px;
}
.OrgLandingProducts {
	padding-top: 20px;
	overflow: auto;
}
.OrgLandingProducts div {
	width: 170px;
	height: 200px;
	border: solid 1px #336699;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	text-align:center;
}
.ProductTitleCategories {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.ProductTitleCategories a:link, .ProductTitleCategories a:visited, .ProductTitleCategories a:active {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ProductTitleCategories a:hover {
	color: #336699;
	text-decoration: underline;
}
.Producth1 {
	padding-left: 0px;
	font-size: 20px;
	margin: 0px;
}
.ProductDetailName {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.ProductBuyTable {
	background-color: #f2f2f2;
}
.ProductBuyTable td {
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
}