/* Global default styles -------------- */

a {
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
  color: #E83C32;
	}
.BodyTextSmall {
	font-family: arial, helvetica;
	font-size: 10px;
	}
.BodyText {
	font-family: arial, helvetica;
	font-size: 12px;
	}
.BodyTextMedium {
	font-family: arial, helvetica;
	font-size: 11px;
	}
.footerLink {
	color: #FFC300;
	font-weight:normal;
	}

/* Misc. Styles */

.PerformanceText {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #F2F2F2;
	}

/* USER FORM FIELDS */
input
	{
	//background-image: url(/images/input_bg.gif);
	}

td.image 
	{ 
	background: url(/products/images/bg.gif); 
	} 

td.image2
	{ 
	background: url(/products/images/bg_on.gif); 
	cursor: hand;
	}
.hidden
	{
		display:none
	} 
.visible
	{
		display:block
	}
.ErrorCell
	{
	border-right: #ff0000 1px solid;
	border-top: #ff0000 1px solid;
	border-left: #ff0000 1px solid;
	border-bottom: #ff0000 1px solid;
	}
.BreedSubTitle
	{
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight:bold;
	color: #DD3D32;
	}
.contentTableMain
	{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
.homeFeatureSml
	{
	background-image: url(/images/homeFeatureSml_bg.gif);
	background-repeat: no-repeat;
	width: 146px;
	height: 21px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	vertical-align: middle;
	}
.footerTextCell
	{
	/*background-image: url(/images/footer_bg.gif);*/
	background-color:#303030;
	wdith: 460px;
	height: 46px;
	}
.footerText
	{
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	}
.dotw
	{
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 21px;
	font-weight: bold;
	}
.titleText
	{
	font-family: arial;
	font-size: 13px;
	color: #FFC300;
	font-weight: bold;
	margin-right: 10px;
	}
.boldWhite
	{
	font-weight: bold;
	color: #FFFFFF;
	}
.breadCrumbs
	{
	font-family: arial;
	font-size: 14px;
	color: #E5342A;
	font-weight: bold;
	}
.subTitleText
	{
	font-family: arial;
	font-size: 14px;
	color: #FF9600;
	font-weight: bold;
	margin-left: 10px;
	}
	
.imgBorder {
	border-width:2px;
	border-style:solid;
	border-color:#3E3C3D;
}

.breedImageDiv {
	background-color: #FFFFFF;
	float: right;
	margin-left: 4px;
	padding: 1px;
	border: 1px solid #DD3D32;
}

.breedImageCenter {
	background-color: #FFFFFF;
	margin-left: 4px;
	padding: 1px;
	border: 1px solid #DD3D32;
	width: 250px;
}

.imageOuterDiv {

}

.thumbImage {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #DD3D32;
}

.noBold {
	font-weight: normal;
}

.memb_FormLabel{
		font-family:arial,helvetica;
		color:#A7A7A7;
		font-size:11px;
	}
.memb_FormField{
	font-size:10px;
	background-color: #3D3D3D;
	width:119px;
	color:#FFFFFF;
}
	
	.memb_ErrorMessageTable{
	
	}
	.memb_ErrorMessageCell{
	
	}
	
