/* $Id: style.css,v 1.12 2007/08/08 05:34:34 brendon Exp $ */

BODY {

}
TABLE {

	font-family: comic sans MS, verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

A{ }


INPUT,TEXTAREA {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

.menu
{
	color: #591800;
	text-decoration: none;
}

.menu:hover
{
	color: #591800;
	text-decoration: underline;
}

.menuin
{
	color: #591800;
	text-decoration: none;
}

.menuin:hover
{
	color: #591800;
	text-decoration: underline;
}



/* secondary menu */

.smenu
{
	text-decoration: underline;
}

.smenu:hover
{

}

a.smenuin
{
	text-decoration: none;
}

.smenuin:hover
{
	text-decoration: underline;
}

.ssubmenu
{
	color: #591800;
	margin-left: 25px;
	text-decoration: none;	
}

.ssubmenu:hover
{
	color: #591800;
	margin-left: 25px;
	text-decoration: underline;
}

.ssubmenuin
{
	color: #591800;
	font-weight:bold;
	margin-left: 25px;
	text-decoration: none;
}

.ssubmenuin:hover
{
	color: #591800;	
	font-weight:bold;
	margin-left: 25px;
	text-decoration: underline;
}

.topmenu1
{
	color:#591800;
	margin-left: 20px;
	color: #591800;
	text-decoration: none;
}

.topmenu1:hover
{
	margin-left: 20px;
	color: #591800;
	text-decoration: underline;
}

.topmenu
{
	color: #591800;
	text-decoration: none;
}

.topmenu:hover
{
	color: #591800;
	text-decoration: underline;
}

.search
{
	color: #591800;
	font-weight: bold;
}

h1, .contentPageTitle
{
font-weight:normal;
color:#248CD3;
font-size:20px;
margin:0px 0 0px;
font-family:comic sans MS, verdana, sans-serif;
}
.textAndImagesTitle
{
font-weight:bold;
}
.pollName
{
font-weight:bold;
}
.pollChoiceName
{
font-weight:bold;
}
.pollChoiceDescription
{
}
.pollChoiceDescription p
{
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
.pollVoteButton
{
background-color:#ff6600;
color:#ffffff;
border:none;
font-weight:bold;
width:100px;
cursor:pointer;
}
.pollChoiceRow
{
border-bottom:solid 1px #cccccc;
padding-bottom:15px;
padding-top:15px;
}
.newsletterError
{
font-weight:bold;
color:#ff0000;
}
.newsletterSuccess
{
font-weight:bold;
color:#009900;
}
.blogEntry {

	/*border-bottom:solid #999999 1px;	*/
}
.blogEntry HR {

	height:0.5px;
	color:#E3CBAF;
	background-color:#E3CBAF;
/*	background-color:#999999;*/
}
.blogDate
{
font-weight:bold;
}
.blogTitle
{
font-weight:bold;
}
.blogText
{
}

.forumName
{
font-weight:bold;
}
.forumColumnHeader
{
font-weight:bold;
border-bottom:solid #999999 1px;
padding:3px;
}
.forumColumnData1
{
font-size:8pt;
border-bottom:solid #cccccc 1px;
padding:3px;
}
.forumColumnData2
{
font-size:8pt;
border-bottom:solid #cccccc 1px;
padding:3px;
}
.forumViewSubject
{
font-weight:bold;
text-transform:uppercase;
}
.forumViewAuthorDate
{
font-size:8pt;
}
.forumReplySubject
{
font-weight:bold;
}

.calendarOuterDay
{
background-color:#dddddd;
}
.calendarInnerDay
{
height:60px;
font-size:8pt;
text-align:left;
}
.calendarEarDate
{
font-size:8pt;
font-weight:bold;
color:#C54333;
}
.calendarHeader
{
background-color:#efefef;
text-align:center;
padding:4px;
font-size:8pt;
}
.calendarDetailTitle
{
font-weight:bold;
margin:0 0 0px 0;
color:#248CD3;
}
.calendarDetailDescription p
{
margin:8px 0 12px;
}
.calendarDetailImage
{
	border:solid 1px #000000;
	margin:0 1em 1em 0;
}
.calendarListDate
{
	font-weight:bold;
	color:#248CD3;
}

.calendarBullets
{
	color:#ac9b8c;
}
.calendarTableBg {

	background-color:#ffe5a0;
}
.calendarHeaderDateLinks {

	text-align:center;
	border-bottom:1px solid #B3143A;
	padding-bottom:1em;
}
.calendarImageCell {
	padding:10px 0 0 10px;
	width:110px;
	text-align:center;
}
.calendarDateCell {
	padding:10px 0 0 10px;
	width:110px;
	vertical-align:top;

}
.calendarTitleCell{

	padding:10px 0 0 0;
	vertical-align:top;
}
.categoryLinkHeader {

	text-align:center;
}
.categoryLinkText {

	text-align:center;

}

#calenderLinksContainer {

margin-bottom:10px;
}

.calendarCurrentLink
{
	background-image:url(../images/banana_leaf_month.gif);
background-repeat:no-repeat;	
width:191px;
	height:108px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-family:comic sans MS, verdana, sans-serif;
	font-size:20px;
	line-height:30px;
	padding:0px;
	margin:0px;
}

.calendarCurrentLink div
{
position:relative;	
top:20px;
padding-right:10px;
}

a.nextMonthLink, a.prevMonthLink  {
font-weight:bold;
bottom:18px;
position:relative;
display:block;
}

.login-msg {

	
	color:#900;
	font-style:italic;
	padding:10px 0 15px 0;
}
.msg {

	/* status and error */
	color:#900;
	font-style:italic;
	padding:5px 0 5px 0;
	text-align:center;
}

.faq-topic-header {font-weight:bold;}
.faq-question {color:#591800; font-weight:bold;}
.faq-answer {}


.testimonials1
{
width: 15px; height: 99px; 
}
.testimonialsphoto1
{
width: 68px; height: 99px; 
}
.testimonialsread1
{
width: 137px; height: 99px;  font-size:7pt; padding: 8px;
}

.testimonials2
{
width: 13px; height: 19px; 
}
.testimonialsphoto2
{
width: 75px; height: 19px; 
}
.testimonialsread2
{
width: 137px; height: 19px; font-size:7pt; padding: 8px;
}

/* List of News title links for inserting into site pages */
.latestNewsComponent
{
/*BORDER-bottom: #CF2027 1px dotted;*/
padding-bottom: 4px;
padding-top: 4px;
text-decoration:none;
text-align: left;
font-size:8pt;

}

.latestNewsComponent a
{
text-decoration:none;
text-align: left;
font-size:8pt;
}

.latestNewsComponent a:hover
{
text-decoration:underline;
text-align: left;
font-size:8pt;
}



.emailFormLabel {font-weight:bold}

/* standard text input class */
.ftxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 20em;
}
.ftxtarea, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 17.3em;

}
.ftxtquery {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 10em;
}

/* standard submit button */
.fsub {width:8em;  }

#sitemgrContent a.loginButton {
background-image:url(http://www.mybabybanana.com/images/loginButton.gif);
background-repeat:no-repeat;
display:block;
width:70px;
height:33px;
text-decoration:none;
border:none;
}

#sitemgrContent a.cancelButton {
background-image:url(http://www.mybabybanana.com/images/cancelButton.gif);
background-repeat:no-repeat;
display:block;
width:70px;
height:33px;
margin-left:5px;
text-decoration:none;
border:none;
}

#sitemgrContent a.loginButton:hover, #sitemgrContent a.cancelButton:hover {
text-decoration:none;
}

#sitemgrContent a.loginButton span, #sitemgrContent a.cancelButton span {
visibility:hidden;
}

#sitemgrContent a.loginButton:hover, #sitemgrContent a.cancelButton:hover {
background-position:0 -35px;
}

/* standard select list */
.fsel {width:15em;  }


/* DIV For email form and the likes */
.buttonBar { 

	text-align:center;
	padding-top:1em;
}

a.submitLink {
display:block;
position:relative;
float:left;
width:68px;
height:32px;
background-image:url(http://www.mybabybanana.com/images/submitButton.gif);
background-repeat:no-repeat;
text-decoration:none;
}

#sitemgrContent a.submitLink:hover {
background-position:0 -34px;
text-decoration:none;
}

a.submitLink span {
visibility:hidden;
}

#resetButton {
background-image:url(http://www.mybabybanana.com/images/resetButton.gif);
margin-left:10px;
}

/* container & elements of Contacts page */

.contactsIntro {

	width:400px;


}
.contactsRegionHeader {

	color:#999;
	font-size:3;
	font-weight:bold;
}

.contactsContactHeader {

	font-size:2;
	font-weight:bold;
	
}

/* container & elements of Latest News Page story */
.latestNews {
position:relative;
float:left;
width:315px;
}
.latestNewsDate {

	font-style:normal;
	color:#999;
font-size:11px;
}
.latestNewsTitle {

	font-weight:bold;
	color: #248CD3;
	font-size:11pt;
}

.piccoloTagLine {
font-size:12px;
margin:10px 0;
text-align:justify;
}

/* text of displayed story */
.latestNewsSource {
	margin-right:0;

}

/* listing of story 'Links' on News Release Page */
.latestNewssListing {  }

/* Items within latestNews sListing */
#latestNewsListing { 
width:250px;
margin-left:0px;
padding-left:37px;
padding-right:37px;
padding-bottom:257px;
background-image:url(http://www.mybabybanana.com/images/recipesBottom.gif);
background-repeat:no-repeat;
background-position: left bottom;
min-height:600px;
padding:10px;
}

#latestNewsListing ul {
margin:0 0 0 22px;
padding:0 22px;
width:145px;
color:#248CD3;
}

.latestNewsListingItem a {
display:block;
margin:7px 0px;
width:161px;
}

#otherRecipes {
background-image:url(http://www.mybabybanana.com/images/latestNewsBkgdRpt.gif);
background-repeat:repeat-y;
background-position: left;
position:relative;
float:left;
width:257px;
margin-right:6px;
margin-left:-28px;
margin-top:15px;
}

#piccoloChefLogo {
position:relative;
left:21px;
padding-bottom:5px;
background-color:#FDF7C8;
}

#otherRecipes h3 {
display:none;
}

/* News release pages */

.newsReleaseTopSpacer {
height:40px;
}

.newsReleaseTopSpacer span {
display:none;
}

.newsReleaseContent {
width:550px;
}

.newsReleaseTable .backLink {
margin-top:0;
}

ul#newsReleaseList {
margin-left:20px;
margin-top:23px;
padding:0;
}

ul#newsReleaseList li {
list-style-type:none;
background-image:url(http://www.mybabybanana.com/images/yellowBullet.gif);
background-repeat:no-repeat;
padding-left:27px;
padding-top:2px;
font-weight:bold;
margin:4px 0;
}

#activitiesImage {
position:relative;
float:right;
margin-right:-30px;
margin-bottom:-70px;
}

.required { 
	color:#591800;
	font-weight:bold;
 }

.documentGroupFiles {

	padding:0 0 15px 0;
	line-height:2.0em;

}
.documentGroupHeader {
/* only when there's a single group on display - instead of SELECT element */

display:none;
}