/* Main CSS
	* Global styles for Famzam.com
	created by AP 8/29/06 for DigitalKick/Square One 
*/

/* the following style makes sure height is 100%. It's buggy on Explorer 5.2 Mac*/
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
	word-wrap: break-word;
}

a {
	color: #054ab8;
	text-decoration: none;
	font-size: 10px; 
	}
	
a.underline 
{
  color: #054ab8;
	text-decoration: underline;
	font-size: 10px;   
}
	
.a11 {
	color: #054ab8;
	text-decoration: none;
	font-size: 11px; 
	}
	
#eleven	a {font-size: 11px;}
	
img {
	padding: 0px;
	margin: 0px;
}

ul.flat {
	list-style:none;
}

ul.flat li {
	display: block;
	float: left;
}

table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

input {
	display: inline;
}

/*Generic spacer element for sizing*/
.spc {width: 0px; font-size: 0px; height: 0px; line-height: 0px;}


/*page styles*/
/*home page*/
.info-card
{
	width: 100px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	margin-left: 1px;
	/*margin-right: 5px;*/

}
.clear
{
	clear: both;
}
.info-card-container
{
	 vertical-align: middle;
	 text-align: center;
	 width: 100%;
}
.info-cardCat
{

	width: 145px;
	text-align: center;
	float: right;
	border-bottom: 1px dotted #666666;
	padding-bottom:10px;
	

}

.Dotted
{
	text-align: center;
	padding-bottom:10px;
	height: 130px;
	
}
.verticalDotted {
background-image:url(../images/dottedgrid.gif); background-position:bottom right; background-repeat:no-repeat;
	float:left;
	width:145px;
	margin:0px 0px 10px 5px;
	padding:5px 0px 0px 5px;	
}

.Dotted2
{
	text-align: center;
	padding-bottom:10px;
	height: 211px;
	
}
.Dotted2inner
{
	text-align: center;
	padding-bottom:10px;
	height: 178px;
	
}
.Dotted3
{
	text-align: center;
	padding-bottom:10px;
	height: 164px;
	
}
.verticalDotted2 {
background-image:url(../images/dottedgrid.gif); background-position:bottom right; background-repeat:no-repeat;
	float:left;
	width:150px;
	margin:0px 0px 10px 5px;
	padding:0px 5px 0px 5px;	
}

div.flowersdotted {background-image: url(../images/flowersdotted.gif); height: 21px; }
.flowersprice {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
color:#92000A;
}

.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.b {background: url(../images/b.gif) 0 100% repeat-x}
.l {background: url(../images/b.gif) 0 0 repeat-y}
.r {background: url(../images/b.gif) 100% 0 repeat-y}
.t {background: url(../images/b.gif) 0 0 repeat-x}

.info-card2
{
	width: 100px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	margin-left: 23px;
	/*margin-right: 5px;*/

}
.info-card-container2
{
	align: center;
}
.info-cardCat2
{
	width: 100px;
	text-align: center;
	float: left;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;

}
div.recipeminutes {font-family: Futura, Verdana, Arial; font-size: 22px; color: #009c01; padding-top:3px}
div.recipedottedline {	background-image: url(../images/recipedottedline.gif) ; overflow-y:hidden; height:10px}

#mainTable td {
	/*background-color: #ffffff;*/
}
#topLeftCorner {
	height: 25px; 
	width: 100%; 
	background-image: url(../images/corner_grey_topleft.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	color: #666666;
}
#topLeftCornerFront {
	height: 25px; 
	width: 100%; 
	background-image: url(../images/corner_grey_topleftFRONT.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	color: #666666;
}
#topLeftBk { 
	width: 100%; 
	/*border: 1px solid red;  for testing only*/
	background-image: url(../images/bg_topgrey.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}
#topLeftBkFront { 
	width: 100%; 
	/*border: 1px solid red;  for testing only*/
	background-image: url(../images/bg_topgrey_FRONT.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}
#topRightCorner {
	height: 25px;  	
	width: 100%; 
	background-image: url(../images/corner_grey_topright.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
	color: #666666;
}
#topRightCornerFront {
	height: 25px;  	
	width: 100%; 
	background-image: url(../images/corner_grey_toprightFRONT.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
	color: #666666;
}
#bottomLeftCornerFront {
	height: 5px;  	 
	background-image: url(../images/corner_grey_botleft.gif); 
	background-position: top; 
	background-repeat: no-repeat;
	background-color: #EFEFEF;
}

#bottomRightCornerFront {
	height: 5px;  	 
	background-image: url(../images/corner_grey_botright.gif); 
	background-position: top; 
	background-repeat: no-repeat;
	background-color: #EFEFEF;
}
#bottomLeftCorner {
	height: 5px;  	 
	background-image: url(../images/corner_white_botleft.gif); 
	background-position: top; 
	background-repeat: no-repeat;
}

#bottomRightCorner {
	height: 5px;  	 
	background-image: url(../images/corner_white_botright.gif); 
	background-position: top; 
	background-repeat: no-repeat;
}

#topRightBk { 
	width: 100%;  
	background-image: url(../images/bg_topgrey.gif); 
	background-position: bottom right; 
	background-repeat: repeat-x;
}
#topRightBkFRONT { 
	width: 100%;  
	background-image: url(../images/bg_topgrey_Front.gif); 
	background-position: bottom right; 
	background-repeat: repeat-x;
}
#topCenterBk { 
	width: 100%;  
	background-image: url(../images/bg_topgrey.gif); 
	background-position: bottom center; 
	background-repeat: repeat-x;
}
#topCenterBkFront { 
	width: 100%;  
	background-image: url(../images/bg_topgrey_front.gif); 
	background-position: bottom center; 
	background-repeat: repeat-x;
}

#topActions td {
	padding: 0px 4px;
}
#topActions td a {
	font-size: 10px; 
	font-weight: bold;
	color: #666666;
}

#addeditheader a {font-size: 10px; }
span.addeditheader {font-size: 10px; }
span a.addeditheader {font-size: 10px; }
a.addeditheader {font-size: 10px; }
.addeditheader {font-size: 10px; }

.commentsbutton {  
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 10px;  
color: 054AB8; 
background-image: url(../Images/but_commentsbg.gif); 
background-repeat: repeat-x;  
white-space: normal; 
padding-bottom: 2px;  
padding-top: 0px;  
padding-right: 0px; 
padding-left: 0px; 
}
.padLeft10{
	padding-left: 10px;
}
.padLeft15{
	padding-left: 15px;
}
.padtop10{
	padding-top: 10px;
}
.padtop7{
	padding-top: 7px;
}
.leftThinBorderleftpad10{
	border-left: 1px solid #BFBFBF;
	padding-left: 10px;
}
.leftThinBorderleftpad5{
	border-left: 1px solid #BFBFBF;
	padding-left: 5px;
}
.topThinBorder{
	border-top: 1px solid #BFBFBF;
}
.topThinBorderlightbluebk{
	border-top: 1px solid #BFBFBF;
	background-color: #DEEEF4;
}
.bottomThinBorderbottompad5{
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 5px;
}
.leftThinBorderleftpad10GreyBck{
	border-left: 1px solid #BFBFBF;
	padding-left: 10px;
	background-color: #EFEFEF;
}
.rightThinBorderleftpad10{
	border-right: 1px solid #BFBFBF;
	padding-right: 10px; text-align:right;
}
.rightThinBorderleftpad5{
	border-right: 1px solid #BFBFBF;
	padding-left: 5px;
}
.rightThinBorderleftpad10GreyBck{
	border-right: 1px solid #BFBFBF;
	padding-left: 10px;
	background-color: #EFEFEF;
}
.rightleftThinBorder{
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}
.rightThinBorder{
	border-right: 1px solid #BFBFBF;
}
.leftThinBorder{
	border-left: 1px solid #BFBFBF;
}
.topThinBorder{
	border-top: 1px solid #BFBFBF;
}
.rightleftThinBordergreyBck{
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	background-color: #EFEFEF;
}
.rightleftThinBorderleftpad10greyBck{
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	padding-left: 10px;
	background-color: #EFEFEF;
}
.rightleftThinBorderleftpad10{
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	padding-left: 10px;
}
.bottomThinBorderleftpad10{
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	padding-left: 10px;
}
.cornerFiller {
	height: 23px !important;
  	height /**/: 25px; 
	border-top: 1px solid #999999;  
	border-bottom: 1px solid #999999; 
}

/*Main modules*/
.myPageList{
	list-style: none;
	padding: 0px; 
	margin: 0px;
}

.breadCrumb {
	display: block;
	padding-left: 4px;
	padding-top: 3px;
}
.breadCrumbright {
	padding-right: 4px;
	padding-top: 3px;
}
.whitebck{
	background-color: #FFFFFF;
}

.whitebckgreyBorder{
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
}
.whitebckgreyBorderLeft{
	border-left: 1px solid #BFBFBF;
}
.whitebckgreyBorderLeftTopBotRight{
	background-color: #FFFFFF;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;	
}
.whitebckgreyBorderLeftBotRight{
	background-color: #FFFFFF;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	padding-left: 12px;
	padding-right: 12px;
}
.whitebckgreyBorderLeftRightBotRight{
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
}
.whitebckgreyBorder2{
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
}
.whitebckgreyBorder3{
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;	
}
.whitebckgreyBorder4{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
}
.whitebckgreyBorder5{
	border-top: 1px solid #FFFFFF;
}
.whitebckgreyBordertoprecipe{
	border: 1px solid #D0D0D0;
background-image: url(../images/checkeredbg.gif); 
background-repeat: repeat-x; 	
}
.uppercase {text-transform: uppercase}
.lightgreyBorder{
	border: 1px solid #D9D8D9;
}
.lightgreyBorderProfilePic{
	border: 1px solid #D9D8D9;
	/*width:78px;
	height:78px	*/
}
.lightgreyBorderPic{
	border: 1px solid #D9D8D9;
	/*width:72px;
	height:54px	*/
}
.lightgreyBorderblog{
	border: 1px solid #D9D8D9;
	/*width:50px;*/
	
}
.blogTitleNum {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;	
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px; text-align:center;
}
.blogTitle {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;	
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px; 
}
.blogDate {
	color: #666666;
	padding-left: 8px; 
	padding-top: 8px; 
	width:100%	;
	font-size: 10px;	
}

#blogEntry td {
	background-color: #f1f1f1;
}

#blogEntry td.blogline1{
	background-color: #cccccc;
}
#blogEntry td.blogline2{
	background-color: #ffffff;
}

.blogEntry {
	background-color: #f1f1f1;
}

.info-cardbg {background-color: #FEF0D6;}
.info-cardbg2 {background-color: #D6E8F2;}

.blogTime {
	background-color: #FFFFFF;
	color: #666666;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
}
.blogTimeIframe {
	background-color: #f1f1f1;
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
}
.blogblueText {
	background-color: #FFFFFF;
	color: #054ab8;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
}
.blogText10 {
	background-color: #FFFFFF;
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	/*border: 1px solid #E0E0E0;*/
}
.blogText10b {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	/*border: 1px solid #E0E0E0;*/
}
.blogText11b {
	color: #666666;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	/*border: 1px solid #E0E0E0;*/
}
#info-card2 a {font-size: 11px;}
.blogText {
	background-color: #FFFFFF;
	color: #666666;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	/*border: 1px solid #E0E0E0;*/
}

.blogBorder {
	border-bottom: 1px solid #d8d8d8;
}

.blogImage {
	padding: 8px 5px 11px 8px;		
}

.commentLink {
	 padding: 8px 8px 0px 0px;
}
.messageColHeading{
	border-top: 1px solid #BFBFBF;
	background-color: #F1F1F1;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #666666;
}
.messageTitle {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25;
	padding-right: 25;
	color: #666666;
}
.messageEntry {
	font-family: verdana;
	font-weight: normal;
	color: #666666;
	padding-right: 25;
	padding-bottom: 25;
	padding-left: 25;
}
.messageImage {
	padding-left: 25px;
	padding-right: 10px;
}
.mainNav {

	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;	
	color: #666666;
}

.storePrice {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #93000A;
}

.greytext9 {
	font-family: verdana;
	font-size: 9px;
	font-weight: none;	
	color: #666666;
}

#Table2 .greytext10 {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
}
#Table2 a {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
}
.greytext10 {

	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #666666;
}
.greytext10b {
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #666666;
}
.greytext10bbold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;	
	color: #666666;
}
.greytext10bold {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;	
	color: #666666;
}

.greytext11bold999999 {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	font-weight: bold;		
	color: #999999;
}

.greytext11 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
}
.greytext11b {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
}
.greytext11bbold {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #666666;
}
.greytext11bold {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #666666;
}

.greytext13 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 13px;
	font-weight: none;	
	color: #666666;
}
.greytext13b {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 13px;
	font-weight: none;	
	color: #666666;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.greytext13c {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 13px;
	font-weight: none;	
	color: #666666;
	padding-left: 0px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 14px;
}

.lightOrangeTitle {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;	
	color: #FAB547;
}

.categorystitle {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-weight: normal;	
	color: #FAB547;
	 text-transform:uppercase;
}


#lightOrangeTitle a {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;	
	color: #FAB547;
}
a.lightOrangeTitle {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;	
	color: #FAB547;
}
.submitButton {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;			
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 125;
}
.addCartButton {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 85;
}
.submituploadButton {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 95;
}
.submitInviteFamily {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 170;
}
.continueShopping {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 120;
}
.submitViewFamily {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 162;
}
.submitrequestFamily {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 190px;
}
.submitInviteFamily2 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 60;
}
.submitBrowse {
	background-color: #E0E0E0;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 95;
}
.submitPost {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 95;
}
.submitCancel {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 65;
}
.createBlogReplyButton {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 135;
}
.continueShopButton {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 125;
}
.deleteButton {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 60;
}
.createBlogButton {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #054ab8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width : 170;
}
.fileuploadButton {
	background-color: #FFFFFF;
	font-family:verdana;
	font-size: 10px;
	font-weight: none;
	color: #666666;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
#radios
{
  font-size:11px;
  font-family:verdana;
  text-decoration:none;
  color: #888888;
}

.uploadtextboxPhotoPhoto{
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:205px;
	height:20px
}
.textboxPhoto {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:275px;
	height:20px
}
.editProfile {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:205;
	height:20px
}
.editProfile2 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #D0D0D0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:205;
	height:20px
}
.editProfileSelect {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	/*width:205;*/
	height:22px
}
.myorderSelect {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 2px;
	/*width:205;*/
	height:22px
}
.textboxMyOrder2 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:50px;
	height:20px
}
.textboxInviteEmail {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:210px;
	height:20px
}
.textboxInviteEmail2 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width:210px;
	height:17px
}
.textboxInviteEmailmsg {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:265px;
	height:70px
}
.textboxMyOrder {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:165px;
	height:20px
}
.textboxAddPhoto2 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:200px;
	height:20px
}
.textboxCartQuantity {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	text-align: right;
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 3px;
	width:24px;
	height:20px
}
.textboxAddPhoto {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:291px;
	height:20px
}
.textareaBlogReply {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	width:465px;
	height:160px
}
.textareaAddPhoto {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:291px;
	height:65px
}
.textareaProfile {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #D0D0D0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:100%;
	height:110px;
	overflow:hidden
}
.textareaPhoto {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:275px;
	height:65px;
	
}

.textboxRecipeTitle {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;	
	color: #FBB548;
	border: 1px solid #AEAEAE;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:500px;
	height:27px;
}
.textboxRecipeText {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #AEAEAE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
}
.textboxRecipeTextArea {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #AEAEAE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:500px;
	height:133px;	
}
.textboxRecipeTextArea2 {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #AEAEAE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height:150px;	
}
.textboxRecipeTextAreaDrop {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;	
	color: #666666;
	border: 1px solid #AEAEAE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height:70px;	

}

.Bluedates {
	color: #054ab8;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	}
.lightbluebkgreytext10 {
	background-color: #DEEEF4;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #666666;
}
.lightgreytext11
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	line-height: 14px;
	color: #666666;
	
}
.lightgreybkgreytext11 {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	line-height: 14px;
	color: #666666;
}

.lightgreybkgreytext11bold {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #666666;
}
.lightgreybkgreytext10 {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #666666;
}
.lightgreybkgreytext10bold {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;	
	color: #666666;
}
.lightgreybkgreytext14bold {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;	
	color: #666666;
}
.darkgreybkgreytext9 {
	background-color: #E0E0E0;
	font-family: verdana;
	font-size: 9px;
	font-weight: none;
	color: #666666;
	vertical-align : middle;
}

.lightgreybkgreytext9 {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 9px;
	font-weight: none;
	color: #666666;
	vertical-align : middle;
}
.lightgreybkgreytext10top {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;
	color: #666666;
	vertical-align : top;
	padding-left: 0px;
}
.lightgreybkgreytext10toppadleft {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;
	color: #666666;
	vertical-align : top;
	padding-left: 6px;
}
.lightgreybklightgreytext10 {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #CDCDCD;
}
.adSpace {
	background-color: #E8E8E8;
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #696969;
}
.lightgreybkgreytext9bold {
	background-color: #f1f1f1;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;	
	color: #666666;
}
.lightorangebkgreytext11 {
	background-color: #ffefd6;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #666666;
}
.lightOrangebck_padLeft10 {
	background-color: #ffefd6;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;	
	color: #666666;
	padding-left: 10px
}

.padleft10{
	padding-left: 10px;
}

.pad2All{
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.padleft20{
	padding-left: 20px;
}
.darkgreyBck{
	background-color: #E0E0E0;
}
.darkgreyBck2{
	background-color: #ADADAD;
}

.darkgreyBck3front{
	background-color: #EFEFEF;
	border-bottom: 1px solid #BDBDBD;
}
.greyBordercell{
	background-color: #d8d8d8;
}
.darkgreyBck3{
	background-color: #EFEFEF;
}
.darkgreyBck4{
	background-color: #D1D1D1;
}
.darkgreyBck5{
	background-color: #BFBFBF;
}
.darkgreyBck6{
	background-color: #D0D0D0;
}
.darkgreyBck7{
	background-color: #E4E4E4;
}
.lightgreyBck{
	background-color: #F9F9F9;
}


.loginboxold {
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #939393;
	background-image: url(../Images/bg_login.gif);
	border: none;
}
.loginboxLeftRightTopBorder{
	background-color: #FFEFD6;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
}
.loginboxLeftRightBottomBorder{
	background-color: #FFEFD6;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-Bottom: 1px solid #BFBFBF;
}
.loginboxLeftBottomBorder{
	background-color: #FFEFD6;
	border-Bottom: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}
.loginboxTopRightBorder{
	background-color: #FFEFD6;
	border-right: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
}
.loginboxBottomBorder{
	background-color: #FFEFD6;
	border-Bottom: 1px solid #BFBFBF;
}
.loginboxTopBorder{
	background-color: #FFEFD6;
	border-top: 1px solid #BFBFBF;
}
.loginboxLeftBorder{
	background-color: #FFEFD6;
	border-left: 1px solid #BFBFBF;
}
.loginboxLeftTopBorder{
	background-color: #FFEFD6;
	border-left: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
}
.loginboxgreytext {
	font-family: verdana;
	font-size: 10px;
	font-weight: none;	
	color: #939393;
}
div.featuredproducts
{
	width: 244px;
	text-align: left;
	float: left;
	margin-bottom: 9px;
	margin-right: 22px;
}
div.featuredproductshead {
padding: 17px 14px 23px 14px;
}
div.featuredproductstext {
padding: 18px 14px 0px 14px;
}

.loginboxEmailbox {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #FBB548;
	border: 1px solid #BFBFBF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width:165px;
	height:20px
}
#myProfile {
	margin: 4px 0px 7px 0px;
	border: 1px solid #d8d8d8;
}

#myProfile li {
	height: 15px;
}
.midContentHdr {
	padding: 3px 4px;
	margin-left: 5px;		
}
.indexHeader {
	padding: 3px 4px 3px 0px;
	font-size: 11px; 	font-family: verdana, arial, helvetica;
	font-weight: bold;	
	color: #666666;
}
.indexHeaderb {
	padding: 0px 4px 0px 0px;
	font-size: 11px; 	font-family: verdana, arial, helvetica;
	font-weight: bold;	
	color: #666666;
}
.indexHeaderbwhite {
	padding: 0px 4px 0px 0px;
	font-size: 11px; 	font-family: verdana, arial, helvetica;
	font-weight: bold;	
	color: #ffffff;
}
.indexHeader9white {
	font-size: 10px; font-family: verdana, arial, helvetica;
	font-weight: bold;	
	color: #ffffff;
	padding:2px 10px 3px 10px;
}
.indexHeader2 {
	padding:  2px 4px 2px 0px;
}

#blogtitles td {padding: 2px 2px 2px 0px;}
#recipiestitles {font-size: 11px; color: #666666;}
#recipiestitles a {font-size: 11px;}
#dttoprecipes td {font-size: 11px; color: #666666;}
#dtrecipes td {font-size: 11px; color: #666666;}
td.elevensizegrey {font-size: 11px; color: #666666;}
#blogtitles a {font-size: 11px;}


#photolistdetails th {background-color:#ADADAD;}
#photolistdetails td.border {border-bottom: 1px solid #adadad;}


.indexHeaderColor {	
	color: #666666;
}

.indexHeaderCol2{
	background-color: #D6E8F2;	
	margin: 0px;
}
.indexHeaderCol2b{
	background-color: #B4C9DA;	
	margin: 0px;
}


.inactiveLinks {
	color: #cccccc;
}

.calendarActions {
	padding-left: 4px;
	padding-top: 6px;
}

.centerContent {
	background-color: #f1f1f1;
}
.centerContentFront {
	background-color: #EFEFEF;
}

/*Footer styles*/
.footerLinksText { 
	height: 45px; 
	font-family: verdana;
	font-size: 9px;
	color: #999999;
}
.footerLinksText2 { 
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
}


#footerSection a {padding: 9px 5px 9px 5px;  color: #999999; display: block; text-decoration: none;}
#footerLinksText a:hover {}
#footerLinksText li.footerDot {background-image: url(../images/footerBar.gif); background-repeat:no-repeat; background-position: 0px 12px ; width: 1px; padding:0px; height: 20px; line-height: 20px}


/*nifty corners
from http://www.html.it/articoli/nifty/index.html*/
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px; background-color: #ffffff;}
.r2{margin: 0 3px; background-color: #ffffff;}
.r3{margin: 0 2px; background-color: #ffffff;}
.r4{margin: 0 1px; height: 2px; background-color: #ffffff;}

/*Using css to turn unorder lists <UL></UL> into a row*/
ol {
	padding: 0px; 
	margin: 0px;
	_margin: 4px; 
	white-space: nowrap; 
}
ul.ulRow {
	padding: 0px; 
	margin: 0px; 
	list-style: none; 
	white-space: nowrap; 
}
ul.ulRow li {
	float: left; 
	list-style-type: none; 
	margin: 0px; 
	line-height: normal;}
ul.ulRow li a {
	float: left;
}

.fontLeftNavLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #6F6E6E;
}
.flowerstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F5A829;
	font-weight:bold;
}
.fontLeftNavSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #666666;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal 

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
*/

/* These are standard sIFR styles... do not modify 

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}*/

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. 
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
*/
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles 

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
.redtext11 {  
font-family: verdana; 

font-size: 11px;  
font-weight: none;
  
color: #D50000; 
}

/*************************************************************************
* New class definitions from SQ1
*************************************************************************/
.separator {
border-bottom: 1px solid #f1f1f1;
margin: 0px;
padding: 0px;
height: 1px !important;
overflow:hidden;
}

.style1 {font-size: 9px}
.10PtFont {font-size:10px}

/*************************************************************************
* SIFT CLASSES
*************************************************************************/

div.h1about { width:48px; }
div.h1family { width:48px; }
div.h1friends { width:57px; }
div.h1photos { width:58px; }
div.h1store { width:66px; }

div.h1 {height:15px; overflow:hidden;}
div.h2 {width:250px; height:27px; overflow:hidden; text-transform:lowercase; } /*padding-left:10px;}*/
div.h2checkout {width:270px; height:27px; overflow:hidden; } /*padding-left:10px;}*/
div.h2x {height:27px; overflow:hidden; } /*padding-left:10px;}*/
div.h3 {width:250px; height:18px; overflow:hidden; }
div.h6 {width:140px; height:14px; overflow:hidden; }

td.h6pre {padding-bottom:3px;}
td.h6 {height:14px; overflow:hidden; }
div.h3x {height:18px; overflow:hidden; }
div.h4 {width:350px; height:25px; overflow:hidden; } /*padding-left:10px;}*/
div.h5tab {width:170px; height:25px; overflow:hidden; top:-3px; }
/*div.h5 {height:18px; overflow:hidden; }*/

.navbullets {padding-top:2px; padding-left:8px; padding-right:14px;}
div.flashnavpad { padding-top: 4px; padding-bottom: 1px; padding-left: 5px; }
div.flashnavpad0 { padding-top: 0px; padding-bottom: 1px; padding-left: 4px; }

#flashnavpad a {font-size:14px; font-weight: normal; color:#727272}

/*************************************************************************
* CALENDER CLASSES
*************************************************************************/

div.calendarheader {}
table.calendar {font-family:Verdana, Arial, Helvetica, sans-serif; }
#calendar th {background-color:#F1F1F1; font-size:10px; font-weight:bold; color:#5C5C5C;}
#calendar td {background-color:#ffffff; font-size:11px; color:#5C5C5C; vertical-align:top; padding-top:7px; padding-bottom:7px;}
#calendar td.mid1 {padding-top:3px; padding-bottom:7px;background-color:#ffffff; }
#calendar td.mid2 {padding-top:3px; padding-bottom:7px;background-color:#FFEFD6; }
#calendar td.alt {background-color:#FFEFD6; padding-top:7px; padding-bottom:7px;}
#calendar div.day1 {color:#5C5C5C; font-size:10px; }
#calendar div.day2 {font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:21px; padding: 11px 0px 14px 0px;}
#calendar div.line {}
#calendar div.padleft {padding-left:5px;}
#calendar a {color:#054AB8; font-size:11px; text-decoration:none;}
#calendar a:hover {color:#5C5C5C; font-size:11px; text-decoration:none;}
#calendar div.lineheight { line-height:14px; padding-bottom:3px;}
#calendarheader td {vertical-align:middle}

div.calendarheader {}
table.calendar {font-family:Verdana, Arial, Helvetica, sans-serif; }
#calendarday th {background-color:#F1F1F1; font-size:10px; font-weight:bold; color:#5C5C5C;}
#calendarday td {color:#5C5C5C; background-color:#ffffff; font-size:11px; color:#5C5C5C; vertical-align:middle; padding-top:7px; padding-bottom:7px;}
#calendarday td.alt {color:#5C5C5C; background-color:#FFEFD6; font-size:11px; color:#5C5C5C; vertical-align:middle; padding-top:7px; padding-bottom:7px;}
#calendarday a {color:#054AB8; font-size:11px; text-decoration:none;}
#calendarday a:hover {color:#5C5C5C; font-size:11px; text-decoration:none;}
#calendarday div.padleft {padding-left:15px;padding-right:15px;}

#calendarbox1 {}
#calendarbox1 th {background-color:#F1F1F1; font-size:10px; width:14%; font-weight:bold; color:#5C5C5C; border-top: 1px solid #ADADAD}

#calendarbox2 {}
#calendarbox2 td {background-color:#ffffff; width:14%; vertical-align:top; text-align:left;}
#calendarbox2 td.gray {background-color:#F1F1F1;}
#calendarbox2 td.orange {background-color:#FFEFD6;}
#calendarbox2 div.topcontain {height:18px;}
#calendarbox2 div.botcontain {height:15px;}
#calendarbox2 div.right {float:right; font-size:10px; color:#5C5C5C;}
#calendarbox2 div.left {float:left;}
#calendarbox2 div.midcontain {font-size:9px; height:50px;}
#calendarbox2 a {color:#054AB8;text-decoration:none;}
#calendarbox2 a:hover {color:#5C5C5C; text-decoration:none;}

.invite_family_titles {
	font-family: verdana;	
	font-weight: bold;		
	font-size:11px; 
	color:#F8A018;
	padding-left:52px; padding-top:16px; padding-bottom:35px; float:left;
}
.invite_family_titles_error {
	font-family: verdana;	
	font-weight: bold;		
	font-size:11px; 
	color:#F8A018;
	padding-top:19px; padding-bottom:35px; float:right; padding-right:52px; 
}


.greyUnderline {
	background-color: #FFFFFF;
	font-family: verdana;	
	font-weight: bold;		
	border-bottom:solid 1px #ADADAD;
	border-top:solid 1px #666666;	
	color:#F8A018;
}
.greyUnderline1 {
	background-color: #FFFFFF;
	font-family: verdana;	
	font-weight: bold;		
	border-bottom:solid 1px #666666;
	border-top:solid 1px #666666;	
	
}

.allnewloginpass { width: 218px; height: 28px; 
	background-color: #FFFFFF;
	font-family: trebuchet ms, verdana, arial;
	font-size: 15px;
	font-weight: bold;	
	color: #fab649;
	border: 1px solid #bfbfbf;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;}
	.allnewloginpass2 { width: 218px; height: 28px; 
	background-color: #FFFFFF;
	font-family: trebuchet ms, verdana, arial;
	font-size: 19px; line-height: 15px;
	font-weight: bold;	
	color: #fab649;
	border: 1px solid #bfbfbf;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 2px;}
	
.newloginlink
{
	 color: #ffffff;
     font-size: 11px;
     font-family: Verdana, Geneva, Arial, sans-serif;
	 }
	 
.allnewfooter  
{
     color: #ffffff;
     font-size: 9px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     }
.allnewforgotpass {
     color: #898484;
     font-size: 11px;
     font-family: Verdana, Geneva, Arial, sans-serif;

}	 
	 
.invite_family_addbg {height:230px; width:444px; overflow:hidden; margin-bottom:15px; background-image:url(../images/invite_family_bg.gif)}	 