/* standard styles start */
HTML {
	overflow-y: scroll;
}

BODY {
	background-color: #000000;
	font-family: arial, verdana, helvetica, sans serif;
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px;
}

IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

H1 {
	font-family: 'Bell MT' Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

H2 {
	font-family: 'Bell MT' Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

H3 {
	font-family: 'Bell MT' Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

H4 {
	font-family: 'Bell MT' Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

H5 {
	font-family: 'Bell MT' Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

H6 {
	font-family: 'Bell MT' Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}


P {
	font-family: 'Tahoma' Times, sans serif;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	font-family: 'Tahoma' Times, sans serif;
	line-height: 1.3em;
}

.head {
	font-family: 'Tahoma' Times, sans serif;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	
}

A, A:active, A:visited {
	color: #CB1600;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

SUP {
	font-size: 0.7em;
}

A.catLink, A.catLink:active, A.catLink:visited {
	color: #4B5B91;
}

A.catLink:hover {
	text-decoration: none;
}
/* standard styles end */

.red {
	color:#CB1600;
}
.orange {
	color:#e16421;
}
.salmon {
	color:#ec787c;
}
.blue {
	color:#79b1dc;
}	
.green {
	color:#69a14f;
}
.purple {
	color:#746ead;
}
.pink {
	color:#de74a8;
}

.cerulean {
	color:#0092cf;
}
.lilac {
	color:#9c6faa;
}
.aqua {
	color:#82cbd2;
}
.magenta {
	color:#b11f66;
}
.olive {
	color:#acab36;
}


/* breadcrumb start */
#breadcrumbDog {
	margin: 6px 4px 18px 14px;
	background: url(/proplan/images/arrowBreadcrumbDog.gif) top left no-repeat;
	background-color: #EDEDED;
}

#breadcrumbCat {
	margin: 6px 4px 18px 14px;
	background: url(/proplan/images/arrowBreadcrumbCat.gif) top left no-repeat;
	background-color: #EDEDED;
}

#breadcrumbText {
	padding: 2px 0px 0px 22px;
	font-size: 0.8em;
}

#breadcrumbText A.upperLevel {
	color: #424242;
	text-decoration: none;
}

#breadcrumbText A.dogCurrent {
	color: #990000;
	text-decoration: none;
}

#breadcrumbText A.catCurrent {
	color: #4B5B91;
	text-decoration: none;
}

#breadcrumbText A:hover{
	text-decoration: underline;
}
/* breadcrumb end */

/* feeding guidelines styles start */
#feedingGuidelines {
	padding-bottom: 21px;
	margin: 15px 0px 0px 0px;
	background-color: #000000;
	overflow: hidden;
}

#feedingGuidelinesCat {
	width: 296px;
	padding-bottom: 21px;
	margin: 15px 0px 0px 13px;
	background: url(/proplan/images/feedingGuidelinesFooterCat.gif) bottom left no-repeat;
	background-color: #F0F0F0;
	overflow: hidden;
}

#feedingGuidelinesTitle {
	padding: 16px 0px 15px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#feedingGuidelinesHeading {
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

#feedingGuidelinesHeadingCat {
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

#feedingGuidelinesTable, #feedingGuidelinesTable TABLE {
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	overflow: hidden;
}

#feedingGuidelinesTablCeCat, #feedingGuidelinesTableCat TABLE {
	font-size: 0.9em;
	text-align: center;
	color: #000000;
	background-color: #b1b3b4;
	overflow: hidden;
}

#feedingGuidelinesTable th,
#feedingGuidelinesTableCat th {
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	height:26px;
}

#feedingGuidelinesTable TD  {
	height: 22px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align:top;
	text-align:left;
}

#feedingGuidelinesTableCat TD {
	height: 22px;
	vertical-align:top;
	text-align:left;
}

.feedingGuidelinesTableHeading {
	color: #4B5B91;
	background-color: #F0F0F0;
	font-weight: bold;
}

.feedingGuidelinesTablePinkHeading {
	color: #990000;
	background-color: #ECD6D5;
}

.feedingGuidelinesTablePinkBold {
	background-color: #ECD6D5;
	font-weight: bold;
}

.feedingGuidelinesTableGreyHeading {
	color: #990000;
	background-color: #DCDCDC;
}

.feedingGuidelinesTableGreyBold {
	font-weight: bold;
}

.feedingGuidelinesTableBlueHeading {
	color: #4B5B91;
	font-weight: bold;
	background-color: #F0F0F0;
}

.feedingGuidelinesTableBlueBold {
	font-weight: bold;
	background-color: #CBD8F4;
}

.feedingGuidelinesTablePink {
	background-color: #ECD6D5;
}
/* feeding guidelines styles end */

/* typical analysis styles start */
#typicalAnalysis {
	padding-bottom: 21px;
	margin: 15px 0px 0px 0px;
	background-color: #EEEBEA;
	overflow: hidden;
}


#typicalAnalysisCat {
	padding-bottom: 21px;
	margin: 15px 0px 0px 0px;
	background-color: #b1b3b4;
	overflow: hidden;
}

#typicalAnalysisTitle {
	padding: 16px 0px 10px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#typicalAnalysisTable {
	color: #ffffff;
	background-color:#000000;
	overflow: hidden;
	border:1px solid #CCCCCC;
	font-size: 0.9em;
	width:400px;
}

#typicalAnalysisTableCat {
	color: #000000;
	background-color:#b1b3b4;
	overflow: hidden;
	border:1px solid #CCCCCC;
	font-size: 0.9em;
	width:400px;
}

#typicalAnalysisTable th,
#typicalAnalysisTableCat th {
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	height:26px;
}


#typicalAnalysisTable td,
#typicalAnalysisTableCat td {
	height: 12px;
}

.typicalAnalysisTableLeft {
	text-align: left;
}

.typicalAnalysisTableRight {
	text-align: left;
}
/* typical analysis styles end */

/* odd + sods styles start */
.lozengePad {
	float: right;
	padding-bottom: 7px;
}

.moreInfo {
	margin: -5px 0px 10px 0px;
	background: url(/proplan/images/bgMoreInfo.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0;
}

.moreInfo A, .moreInfo A:visited, .moreInfo A:active {
	color: #CB1600;
	text-decoration: none;
	font-weight: bold;
}

.moreInfo A:hover {
	text-decoration: underline;
}


.moreInfoDog {
	margin: -5px 0px 10px 0px;
	background: url(/proplan/images/bgMoreInfoDog.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}

.moreInfoDog A, .moreInfoDog A:visited, .moreInfoDog A:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.moreInfoDog A:hover {
	text-decoration: underline;
}

.moreInfoCat {
	margin: -5px 0px 10px 0px;
	background: url(/proplan/images/bgMoreInfoCat.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}

.moreInfoCat A, .moreInfoCat A:visited, .moreInfoCat A:active {
	color: #4B5B91;
	text-decoration: none;
	font-weight: bold;
}

.moreInfoCat A:hover {
	text-decoration: underline;
}

.clickableRHSHolder {
	margin-top: 20px;
}

.disclaimer {
	font-size: 0.8em;
}
/* odd + sods styles start */

/* other pages styles start */
#wetDryProducts {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#wetDryProducts TD {
	text-align: center;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#wetDryProducts .left {
	text-align: left;
}

#greyBox {
	width: 510px;
	border-top: 1px solid #A9A9A9;
	background: url(/proplan/images/bgGreyBox.gif) top left repeat-y;
	background-color: #E8E8E8;
	padding: 10px;
}

#greyBoxProductSelector {
	width: 342px;
	border-top: 1px solid #A9A9A9;
	background: url(/proplan/images/bgGreyBoxProduct.gif) top left repeat-y;
	background-color: #E8E8E8;
	padding: 10px;
}

.ProductSelectorLabel {
	font-weight: bold;
}

.ProductSelectorSelect {
	font-size: 11px;
}
.frmFieldProd {
	padding-bottom: 15px;
}
.radioHolder {
	padding-left: 20px;
}
/* other pages styles end */

th.orange {
 background-color: #e16421;
}
th.salmon {
 background-color: #ec787c;
}
th.blue {
 background-color: #79b1dc;
}
th.green {
 background-color: #69a14f;
}
th.purple {
 background-color: #746ead;
}
th.pink {
 background-color: #de74a8;
}


th.cerulean {
	background-color:#0092cf;
}
th.lilac {
	background-color:#9c6faa;
}
th.aqua {
	background-color:#82cbd2;
}
th.magenta {
	background-color:#b11f66;
}
th.olive {
	background-color:#acab36;
}
