/* 

c palette
---------

tip heading : #121083

kd orange: #FD3C21

light blue: #CCECF4

sp pink: #F6D9D1

sp grey: 

natures best yellow: 

*/

html {
	scrollbar-face-color:#C2D3FC;
      scrollbar-shadow-color:#9FB5D2;
      scrollbar-highlight-color:#F3F1EC;
      scrollbar-3dlight-color:#F3F1EC;
      scrollbar-darkshadow-color:#4D6185;
      scrollbar-track-color:#F3F1EC;
      scrollbar-arrow-color:#4D6185
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color:#ffffff;
}
	

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.body_wys_editor{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #eaeaea;
	background: #EAEAEA url(../img/editor/framebottom.jpg) bottom repeat-x;
}

.body_viewer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #eaeaea;
	background: #EAEAEA url(../img/editor/framebottom.jpg) bottom repeat-x;
}

.body_toptools{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #eaeaea;
}

.toptools_bottom{
	background: #EAEAEA url(../img/editor/framebottom.jpg) bottom repeat-x;
}



.tblViewer{
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	width: 100%;
}

.tipHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #121083;
	font-style:italic;
	font-weight: bold;
	vertical-align: bottom;
	margin-top: 10px;
}

.tipHeadingSmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #121083;
	font-style:italic;
	font-weight: bold;
	vertical-align: bottom;
}


.tipBody{
	font-weight: bold;

}

.tblData{
	
	margin-top: 0px;
	width: 90%;
}

.tblDataHeader{

	width: 90%;
}

.tblGreyBorder{
	border: 1px solid #cccccc;
	border-top: 0px;
	width: 90%;
}

.imgIngredContainerBorder{
	border: 1px solid #cccccc;
	
	}

.tblFeedingAmountHead_topleft{
	height: 3px;
	width: 30px;
	background-image: url(../img/assets/page_feedingamounts_bowl_top.gif);
}

.tblFeedingAmountHead_top{
	height: 3px;
	background-color: white;
}

.tblFeedingAmountHead_midleft{
	height: 15px;
	width: 30px;
	background-image: url(../img/assets/page_feedingamounts_bowl_main.gif);
}

.tblFeedingAmountHead_right{
	height: 15px;
	width: 3px;
	background-image: url(../img/assets/page_feedingamounts_right.gif);
}

.tblFeedingAmountHead_mid{
	height: 15px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.tblFeedingAmountHead_btmleft{
	height: 4px;
	width: 30px;
	background-image: url(../img/assets/page_feedingamounts_bowl_btm.gif);
	background-color: inherit;
}

.tblFeedingAmountHead_btm{
	height: 4px;
	background-color: inherit;
}

.tblProductTableHead_left{
	height: 15px;
	width: 5px;
}

.tblProductTableHead_mid{
	height: 15px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	padding-left: 10px;
	padding-right: 5px;
}

.tblProductTableHead_right{
	height: 15px;
	padding-left: 3px;
	padding-right: 10px;
}

.tblTopTools{
	margin-left: 10px;
	margin-top: 5px;
	height: 25px;
	border-bottom: solid 1px #666666;
}

.tblTip{
	padding-bottom: 10px;

}

.editZone{
	border: 1px white solid;
	border-color: inherit;
}

.label_black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.sp_kitten_table_bkground{
	background-color: #F6D9D1;
}

.containerCell{
	padding-left: 10px;
	padding-right: 10px;
 	line-height: 16px;
}

.thumbnail_box{
	background-image: url(../img/assets/page_thumbpic_box.gif);
	width: 123px;
	height: 99px;
	vertical-align:middle;
	text-align:center;
	background-repeat: no-repeat;
}

.viewerMainCell{
	background: no-repeat top right;
	

}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border: 1px solid #666666;
}

.wysiwyg_unicode{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color:#CCCCCC;
}

ul{
	
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: disc;
	padding: 10px;
	margin: 2px;
	padding-bottom:-5px;

}

.cell_padLeft{
	padding-left: 10px;
	
}

.cell_padRight{
	padding-right: 10px;
	
}

.productName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	

}