/* Color sets 

	Green: #71ad78
	Blue: #7b9dbd
	Red: #dc5c5b
	Brown: #beab89
*/

* {margin: 0; padding: 0; outline: none;}
html, body {
	height: 100%;
}

body {
	background: white url(images/bg.png) 0 0 repeat-x;
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #4f4f4f;
}

/*Global preferences*/
a:link {color: #71ad78; text-decoration: none;}
a:visited {color: #71ad78; text-decoration: none;}
a:hover {color: #7b9dbd; text-decoration: underline;}
ul, ol {list-style: none;}
img, img a, img a:hover {border: 0;}


/*Headings*/
h1, h2 {margin: 0 0 5px 0; font-weight: bold; color: #7b9dbd;}
h3, h4, h5 {margin: 0 0 5px 0; font-weight: bold; color: #7b9dbd;}

h1.care_coordinate_cook {
	background: url(images/care_coordinate_cook_tag.png) 0 0 no-repeat;
	width: 401px;
	height: 34px;
	text-indent: -999em;
}

h2 {font-size: 24px; margin: 0 0 18px 0;}


/*Structure*/
#page {
	width: 1053px;
	overflow: hidden;
	margin: 0 auto;
	position:relative; /* needed for footer positioning*/	
	height:auto !important; /* real browsers */	
	min-height:100%; /* real browsers */
	background: url(images/container.png) 45px 0 repeat-y;
}
#header {
	width: 1053px;
	height: 72px;
	overflow: hidden;
	background: url(images/header.jpg) 0 0 no-repeat;
}

#container {
	height: auto;
	width: 942px;
	overflow: hidden;
	margin: 0 0 0 45px;
	padding: 0 10px;
	padding-bottom: 75px;
}

#meta {
	width: 942px;
	height: 216px;
	margin: 0 0 21px 0;
	background: url(images/meta.jpg) 0 0 no-repeat;
}

#footer {
	width: 1053px;
	height: 85px;
	background: url(images/footer.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
}



/*Container*/
#header ul.headerMenu {
	float: right;
	display: inline;
	margin: 5px 30px 0 0;
}
#header ul.headerMenu li {
	border-right: 1px solid white;
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;
	display: inline;
	font-size: 14px;
}
#header ul.headerMenu li a {
	color: white;	
}
#header ul.headerMenu li a:hover {	
	text-decoration: underline;
}
#header ul.headerMenu li.last_li {
	padding: 0;
	border: 0;
}

*:first-child+html #header ul.headerMenu li {
	padding: 0 6px 0 0;
	margin-right: 2px;
}


#meta #headTagBox {
	float: left;
	display: inline;
	margin: 30px 0 0 18px;
	width: 548px;
}
#meta #headTagTop {
	width: 548px;
	background: url(images/infobox_top.png) 0 0 no-repeat;
	height: 16px;
}
#meta #headTag {
	width: 508px;
	background: url(images/infobox.png) 0 0 repeat-y;
	padding: 0 20px;
}
#meta #headTag h1 {
	color: #7b9dbd;
	font-size: 30px;
	margin: 0;
	padding: 0;
}
#meta #headTagBottom {
	width: 548px;
	background: url(images/infobox_bottom.png) 0 0 no-repeat;
	height: 16px;
}


#meta #metaBox {
	width: 252px;
	height: 180px;
	float: right;
	display: inline;
	margin: 0 81px 0 0;
}

#meta #metaBox .recent {
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	margin: 0px 0 3px 5px;
}

#meta #metaBox .welcome {
	text-align: center;
	font-size: 10px;
	margin: 0px 0 2px 0px;
	color: #beab89;
}

#meta #metaBox ul.meta_links {
	border-top: 1px solid #ede4d5;
	padding: 7px 0 0 0;
}
#meta #metaBox ul.meta_links li {
	border-bottom: 1px solid #ede4d5;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	text-align: center;
}
#meta #metaBox ul.meta_links li span.item {
	color: #777777;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #ede4d5;
}
#meta #metaBox ul.meta_links li span.last .highlight a {
	color: #dc5c5b;
	font-weight: bold;
}
#meta #metaBox ul.meta_links li span.item .highlight a {
	color: #dc5c5b;
	font-weight: bold;
}
#meta #metaBox ul.meta_links li span.last {
	color: #777777;
	margin: 0 7px 0 0;
	padding: 0 3px 0 0;
}

/* #meta #metaBox ul.meta_links li a {color: #7b9dbd}
#meta #metaBox ul.meta_links li a:hover {color: #71ad78} */

/*Content*/
#content {
	width: 640px;
	margin: 0 0 0 16px;
	float: left;
	display: inline;
	height: auto;
	min-height: 350px;
}

#content_single {
	width: 640px;
	margin: 0 auto;
	min-height: 350px;
}
#content_wide {
	width: 858px;
	margin: 0 auto;
}

#content .intro {
	font-size: 16px;
	line-height: 24px;
}

#content ul.general_list {
	padding: 0 0 0 30px;
	margin: 15px 0;
}
#content ul.general_list li {
	background: url(images/bullet.png) 0 3px no-repeat;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 15px;
	margin: 6px 0;
}

#content_single ul.general_list  li {
	background: url(images/bullet.png) 0 3px no-repeat;
	font-weight: bold;	
	font-size: 14px;
	padding: 0 0 0 15px;
	margin: 6px 0;
}


.quotes {
	background: url(images/quote_bottom.png) 0 bottom no-repeat;
	width: 639px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.quotesInner {
	background: url(images/quote_top.png) 0 0 no-repeat;
	width: 639px;
	color: #6d5d41;
}
.quotes p.quote {
	padding: 20px 20px 0 20px;
	line-height: 18px;
}
.quotes p.quoted {
	float: right;
	display: inline;
	margin: 10px 0;
	padding: 0 35px 2px 0;
}
.quotes p.quoted span {
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #a18759;
}

.textArea {
	border-bottom: 1px solid #dbcaac;
	font-size: 14px;
	padding: 0 0 10px 0;
}
.textArea .textRow {margin: 0 0 25px 0; overflow: hidden; height: 100%;}
.textArea .textRow div.map {overflow: hidden; height: 100%;}
.textArea .textRow div.map img {float: left; display: inline;}
.textArea .textRow div.map address {
	float: left;
	display: inline;
	margin: 0 0 10px 0px;
	font-style: normal;
}
.textArea .textRow span.note {
   	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 3px 0 6px 0;
}
.textArea .textRow div.map span {
    display: block;	
	font-size: 11px;
	margin: 3px 0 6px 0;
}

.info {font-weight: bold; margin: 0 0 7px 0;}


.mealSchedule {
	font-size: 14px;
	padding: 0 0 10px 0;
}
.mealSchedule .mealScheduleHead {
	overflow: hidden;
	height: 100%;
	margin: 20px 0 0 0;
}
.mealSchedule .mealScheduleHead h2 {float: left; display: inline; padding: 4px 0 0 0;}
.mealSchedule .mealScheduleHead button {float: right; display: inline;}

.mealSchedule .scheduleHead {
	background: #d9f0dc;
	border-top: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	padding: 8px 0;
	margin: 30px 0 0 0;
	font-weight: bold;
	overflow: hidden;
	height: auto;
}
.mealSchedule .scheduleHead span.actions {width: 115px; padding: 0 0 0 10px; float: left; display: inline;}
.mealSchedule .scheduleHead span.description {width: 310px; padding: 0 10px 0 10px; float: left; display: inline;}
.mealSchedule .scheduleHead span.description2 {width: 85px; padding: 0; float: left; display: inline;}
.mealSchedule .scheduleHead span.bringing {width: 180px; padding: 0; float: left; display: inline;}

.mealSchedule ul.schedule {
	margin: 0 0 15px 0;
}
.mealSchedule ul.schedule li {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px dotted #4f4f4f;
	font-size: 12px;
	overflow: hidden;
	height: 100%;
}
.mealSchedule ul.schedule li.even {
	border-width: 0 4px 1px 0px;
	border-style: solid;
	border-color: #dc5c5b;
}

.mealSchedule ul.schedule li .schedule_info {
	float: left;
	display: inline;
	padding: 0 10px 0 10px;	
	width: 310px;
}
.mealSchedule ul.schedule li .schedule_info2 {
	float: left;
	display: inline;
	padding: 0 26px 0 17px;
	width: 422px;
}
.mealSchedule ul.schedule li .schedule_info3 {
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	width: 279px;
}
.mealSchedule ul.schedule li .schedule_bring {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 0 0 0px;
}
.mealSchedule ul.schedule li span.date {
	display: block;
	color: #8c7b5d;
	font-weight: bold;
	padding: 0 0 6px 0;
}
.mealSchedule ul.schedule li span.unfilled {
	display: block;
	background: url(images/ico_no.png) 0 0 no-repeat;
	font-style: oblique; 
	padding: 0 0 0 20px;
	margin: 0 0 6px 4px;
}
.mealSchedule ul.schedule li span.noone {
	display: block;	
	font-style: oblique; 
	padding: 0 0 0 0px;
	margin: 0 0 6px 4px;
}
.mealSchedule ul.schedule li span.filled {
	display: block;
	background: url(images/ico_check.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 6px 4px;
}
.mealSchedule ul.schedule li span.filled a {
	font-weight: bold;
}
.mealSchedule ul.schedule li span.send {
	display: block;
	background: url(images/send_small.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
	margin: 0 0 6px 4px;
}
.mealSchedule ul.schedule li span.pending {
	display: block;
	background: url(images/pending_small.png) 0 0 no-repeat;
	padding: 0 0 0 20px;	
	font-weight: bold;
	margin: 0 0 6px 4px;
}
.mealSchedule ul.schedule li  span.name {
	display: block;
	font-weight: bold;
	margin: 0 0 6px 4px;
	padding: 0 0 0 8px;
}
/* Custom */
.mealSchedule ul.schedule li span.planname {
	display: block;
	font-weight: bold;
	font-size: 16px;
}


.mealSchedule ul.schedule li .actions {
	/* float: left;*/
	display: block;
	width: 200px;
	margin: 5px 10px 10px 0px;
}

.mealSchedule ul.schedule li .actions span.edit {
	padding: 0 8px 0 0;
	border-right: 1px solid #7e7e7e;
}
.mealSchedule ul.schedule li .actions span.edit a {
	background: url(images/ico_edit.png) 0 2px no-repeat;
	padding: 2px 0 2px 16px;
}
.mealSchedule ul.schedule li .actions span.delete a {
	background: url(images/delete.png) 0 2px no-repeat;
	padding: 2px 0 2px 16px;
	margin: 0 0 0 2px;
	color: #dc5c5b;
}


/*Sidebar*/
#sideBar {
	width: 250px;
	float: right;
	display: inline;
	overflow: hidden;
	height: 100%;
	margin: 0 16px 20px 0;
}

/*Widgets*/
.demo_widget, .friend_widget {
	width: 250px;
	background: url(images/watch_a_demo_box.jpg) 0 0 no-repeat;
	height: 116px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.friend_widget {
	width: 243px;
	margin: 0 0 0 7px;
	background: url(images/tell_a_friend_box.jpg) 0 0 no-repeat;
	height: 117px;
}
.demo_widget p, .friend_widget p {
	margin: 36px 20px 0 86px;
	color: #757575;
	font-size: 11px;
	line-height: 14px;
}
.friend_widget p span {padding: 0 5px 0 15px; display: block;}

.demo_widget a, .friend_widget a {
	display: block;
	width: 250px;
	height: 116px;
	position: absolute;
	text-indent: -999em;	
	/* margin: -7px 0 0 0px; */
}

.box_widget_top {
	background: url(images/sidebar_box_top.png) 0 bottom no-repeat;
	width: 243px;
	height: 16px;
	margin: 0 0 0 7px;
}
.box_widget {
	background: url(images/sidebar_box_bottom.png) 0 bottom no-repeat;
	width: 243px;
	padding: 0 0 33px 12px;
	margin: 0 0 10px 7px;
}
.box_widget .widget_inner {
	background: #f0e9dd url(images/sidebar_inner_bg.png) 0 0 no-repeat;	
	width: 219px;	
}
.box_widget .widget_inner h3 {
	margin: 0 0 6px 3px;
}
.box_widget .widget_inner h3.caring_meals_will {
	background: url(images/caring_meals_will_tag.png) 0 0 no-repeat;
	text-indent: -999em;
	width: 157px;
	height: 19px;
	margin: 0 0 10px 8px;
}
.box_widget .widget_inner h3.how_to_bring {
	background: url(images/how_to_bring_tag.png) 0 0 no-repeat;
	text-indent: -999em;
	width: 192px;
	height: 41px;
	margin: 0 0 10px 8px;
}
.box_widget .widget_inner h3.comments {
	background: url(images/comments_tag.png) 0 0 no-repeat;
	text-indent: -999em;
	width: 108px;
	height: 16px;
	margin: 0 0 10px 8px;
}

.box_widget .widget_inner div.comment_note  {	
	margin: 10px 10px 0 10px;
	font-size: 10px;
}


.box_widget .widget_inner ul.numbered_list {
	padding: 0 8px;
	overflow: hidden;
}
.box_widget .widget_inner ul.numbered_list li {
	margin: 0 0 15px 0;
	padding: 0 0 0 24px;
	font-size: 12px;	
}
.box_widget .widget_inner ul.numbered_list li.one {
	background: url(images/step1.png) 0 0 no-repeat;
}
.box_widget .widget_inner ul.numbered_list li.two {
	background: url(images/step2.png) 0 0 no-repeat;
}
.box_widget .widget_inner ul.numbered_list li.three {
	background: url(images/step3.png) 0 0 no-repeat;
}
.box_widget .widget_inner ul.numbered_list li.three2 {
	background: url(images/step3.png) 0 0 no-repeat;
}
.box_widget .widget_inner ul.numbered_list li.four {
	background: url(images/step4.png) 0 0 no-repeat;
}
.box_widget .widget_inner ul.numbered_list .highlight {
	color: #dc5c5b;
	font-weight: bold;
}

.box_widget .widget_inner ul.comments {
	padding: 0 8px;
	overflow: hidden;
}
.box_widget .widget_inner ul.comments li {
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #dbcaac;
	font-size: 11px;
}
.box_widget .widget_inner ul.comments li span.date {
	display: block;
}
.box_widget .widget_inner ul.comments li span.user {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.box_widget .widget_inner ul.comments li span.comment {
	display: block;
	line-height: 15px;
	margin: 12px 0 0 0;
}

.mealSchedule .short {margin: 15px 0 0 0; height: 100%;}
.mealSchedule h2.short {margin: 0;}


/*Footer*/
#footer ul.footerLinks {
	margin: 25px 0 0 30px;
}
#footer ul.footerLinks li {
	border-left: 1px solid white;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	display: inline;
	font-size: 14px;
}
#footer ul.footerLinks li a {
	color: white;	
}
#footer ul.footerLinks li a:hover {	
	text-decoration: underline;
}
#footer ul.footerLinks li.first_li {
	padding: 0;
	margin: 0;
	border: 0;
}
#footer p.copy_info {margin: 10px 0 0 30px; color: white; font-size: 14px;}


/*Forms*/
form.login {border-bottom: 1px solid #ebe2d1; padding: 5px 0 5px 0;}
.form_row {margin: 5px 0; overflow: hidden;}
label.email {
	text-indent: -999em;
	display: block;
	width: 42px;
	height: 10px;
	margin: 0 0 2px 0;
	background: url(images/email_tag.png) 0 0 no-repeat;
}
label.password {
	text-indent: -999em;
	display: block;
	width: 77px;
	height: 10px;
	margin: 5px 0 2px 0;
	background: url(images/password_tag.png) 0 0 no-repeat;
}
input.sign_in_text {
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e3e9ef;
	border-right: 1px solid #e3e9ef;
	color: #4f4f4f;
	width: 150px;
	font-size: 12px;
	padding: 3px;	
}
input.form_text {
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e3e9ef;
	border-right: 1px solid #e3e9ef;
	color: #4f4f4f;
	font-size: 12px;
	padding: 3px;
	width: 300px;	
}
textarea.form_textarea {
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e3e9ef;
	border-right: 1px solid #e3e9ef;
	font-family: Arial, sans-serif;
	color: #4f4f4f;
	font-size: 12px;
	padding: 3px;
	height: 150px;
	width: 350px;
	text-align: left;
	margin: 0 0 8px 0;	
}
textarea.post_comment {
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e3e9ef;
	border-right: 1px solid #e3e9ef;
	font-family: Arial, sans-serif;
	color: #4f4f4f;
	font-size: 12px;
	padding: 3px;
	height: 100px;
	width: 194px;
	text-align: left;
	margin: 0 0 8px 0;
}

.widget_inner form {
	padding: 0 8px;
	text-align: center;
}

h3.content_box {
	background: url(images/form_top.png) 0 0 no-repeat;
	width: 624px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	padding: 10px 0 0 25px;
	margin: 0;
}

.contentBox {
	background: url(images/form_bottom.png) 0 bottom no-repeat;
	width: 619px;
	padding: 0 10px;
	margin: 0 0 40px 0;
	overflow: hidden;
	height: 100%;
}
.contentBox p {
margin: 5px 16px;
padding: 7px 0;
}
.contentBox p.formMiddle {
	text-align: center;
	width: 600px;
}
.contentBox p.help_head {
	background: #f0eade;
	width: 604px;
	margin: 10px 0;
	padding: 5px 0 5px 15px;
	font-size: 1.25em;
	font-weight: bold;
}
.contentBox p.help_body, .contentBox div.help_body {
	width: 604px;
	margin: 5px 0;
	padding: 0 0 10px 15px;
	font-size: 1.1em;
}
.contentBox div.help_body ul li {
	margin: 5px 20px;
}

.contentBox label {
	width: 13em;
	float: left;
	display: inline;
	margin: 0 0 0 16px;
	font-weight: bold;
	font-size: 13px;
}

.contentBox .form_row {
	padding: 0 0 10px 15px;
}
.contentBox .odd {}
.contentBox .even {}

.contentBox .password_explanation {
	color: #7b9dbd;
	font-size: 11px;
	display: block;
	margin: 0 0 0 185px;
}


/*Buttons*/
button {
	text-align: center;
	border: 0;
	margin: 0;
	cursor: pointer;
	padding: 0 12px 0 0;
	overflow: hidden;
}
button span {
	position: relative;
	display: block;
	white-space: nowrap;
	height: 35px;
	color: white;
	font-size: 14px;
	font-family: Arial;
	padding: 0 5px 0 17px;
}
button.login_button {
	background: url(images/button_right.png) right no-repeat;
	font-weight: normal;
}
button.login_button {margin: 0 0 0 5px;}
.login_button_align {position: absolute; margin: -34px 0 0 160px;}
button.login_button span { 
	height: 35px; 
	line-height: 35px;
	background: url(images/button_left.png) 0 0 no-repeat;
	color: white;
}
button.login_button span {background: url(images/button_login_left.png) 0 0 no-repeat;}



button.button1, button.button2, button.button3 {
	background: url(images/buttong_right.png) right no-repeat;
	font-weight: normal;	
}

button.button1 span, button.button2 span, button.button3 span { 
	height: 35px; 	
	line-height: 35px;	
	background: url(images/buttong_left.png) 0 0 no-repeat;
	color: white;
}

button.button2 {background: url(images/button2_right.png) right no-repeat;}
button.button2 span {background: url(images/button2_left.png) 0 0 no-repeat;}

button.button3 {background: url(images/button3_right.png) right no-repeat;}
button.button3 span {background: url(images/button3_left.png) 0 0 no-repeat;}

*:first-child+html button {width: auto; overflow: visible;}
*:first-child+html button span {margin-top: 1px;}
*:first-child+html .login_button_align {margin: -38px 0 0 156px;}

a.button_sign_up {
	text-indent: -999em;
	width: 141px;
	height: 30px;
	display: block;
	margin: 14px auto 0 auto;
	background: url(images/button_sign_up.png) 0 0 no-repeat;
	overflow: hidden;
}
a.button_sign_up:hover {
	background-position: left bottom;
}

.sideBarButtonArea {
	margin: 0 0 5px 7px;
}
button.sideBarButton {width:243px;}
button.sideBarButton span {font-size: 13px;}



/*Images*/
.logo {margin: 8px 0 0 35px; float: left; display: inline;}


/* Page Messages */
.msg_error  {
	width:500px;
	min-height: 30px;
	border-style: solid;
	border-color:  #dc5c5b;
	border-width: 1px;	
	margin: 10px auto 10px auto;
	padding: 10px;
	background: #eeeeee url(images/basicpng/stop_32.png) 5px 5px no-repeat;	
}

.msg_info {
	width:500px;
	min-height: 30px;
	border-style: solid;
	border-color:  #71ad78;
	border-width: 1px;	
	margin: 10px auto 10px auto;
	padding: 10px;
	background: #eeeeee url(images/basicpng/tick_32.png) 5px 5px no-repeat;
}

.msg_warn {
	width:500px;
	min-height: 30px;
	border-style: solid;
	border-color:  orange;
	border-width: 1px;	
	margin: 10px auto 10px auto;
	padding: 10px;
	background: #eeeeee url(images/basicpng/warning_32.png) 5px 5px no-repeat;	
}

.msg_box {
	margin-left: auto;
	margin-right: auto;
}

.msg_text {
	margin: 0 0 0 60px;
	padding: 2px;
	font-size: 12px;
}

/*Container*/
ol.formlist  {
	display: inline;
	margin: 5px 30px 0 0;
}
ol.formlist  li {
	border-right: 1px solid black;
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;
	display: inline;
	font-size: 14px;
}

/* Custom Section */
.mealcomment {
	float: left;
	color: #777777;
	margin: 1px;
	padding: 0 5px 5px 5px;
	font-size: 10px;
	font-weight: bold;
	width:190px;
}

.mealcommentContainer {
	overflow: hidden;
}

.box_widget .widget_inner span.prompt {
	color: #777777;
	font-size: 11px;
	display: block;
	margin: 0 0 0 10px;
}

.legend {
	color: #777777;
	font-size: 13px;
	display: block;
	margin: 10px 10px 10px 15px;
	padding: 10px 10px 10px 15px;
	background-color: #ffee99;
	border-style: solid;
	border-color:  orange;
	border-width: 2px;	

}
.legend span.intro {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}

.required {
	color: #dc5c5b;
	font-size: 15px;
}

.note {
	color: #666;
	font-weight:bold;
	margin: 10px 10px 0 0px;
	font-size: 12px;
}



.box_widget .widget_inner ul.stats {
	padding: 0 8px;
	overflow: hidden;
}
.box_widget .widget_inner ul.stats li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #beab89;
	font-size: 11px;
	font-weight: normal;
}
.box_widget .widget_inner ul.stats li span.user {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
.box_widget .widget_inner ul.stats li span.value {	
	display: block;	
	font-weight: bold;
	font-size: 20px;
}
.box_widget .widget_inner ul.stats li span.nextstep {	
	display: block;	
	font-size: 14px;
	color: #dc5c5b;
	padding: 5px;
	margin: 3px 8px 4px 0;
}
.box_widget .widget_inner ul.stats li div.copyfriends {
	display: block;
	margin: 2px 0 12px 6px;	
	color: #dc5c5b;
}
.box_widget .widget_inner ul.stats li div.copyfriends a#copylink {	
	background: url(images/friendstiny.png) 2px 2px no-repeat;	
	padding: 2px 0 26px 28px;	
	font-size: 12px;	
}
.box_widget .widget_inner ul.stats li div.copyfriends a#readmore {		
	margin: 0 0 0 4px;
	font-size: 9px;	
}
.box_widget .widget_inner ul.stats li span.nextstep .nextText{	
	font-size: 14px;	
	padding: 5px;
	margin: 0 0 0 50px;
}
.box_widget .widget_inner ul.stats li span.nextstep img {	
	margin: 0 7px 0 0;
}
.box_widget .widget_inner ul.stats li span.importantvalue {	
	display: block;
	font-weight: bold;
	color: #dc5c5b;
	font-size: 20px;
}
.box_widget .widget_inner  .names {
	padding: 0px 0 0 10px;
}

/* Multiselect boxes */
.selectBoxLeft {
   float:left;
   margin-left: 20px;
}
.selectBoxRight {
	float:left;
}
.selectButtons {
   float:left;
   text-align: center;
   padding: 30px 10px 30px 10px;
}
.selectButtonsRight {
   float:right;
   text-align: center;
   padding: 0px 0px 0px 20px;
}
.selectBoxContainer {
	margin : 10px 0px 225px 0px;
	
}

select.friend  {
   width: 180px;
   height: 275px;
   float: left;
}

a.selectButton {
   display: block;
   border: 1px solid #aaa;
   text-decoration: none;
   background-color: #fafafa;
   color: #123456;
   width: 70px;
   margin: 2px;
   clear:both;
}

.contentBox .form_row .inviteform {
	padding: 0px 0px 0px 20px;
}


#swfDemo {
	width: 100%;
	height: 500px;
}

.signupwelcome {
	display: block;
	color: #333333;
	font-size: 14px;
}

.signup p.header {
	background: #f0eade;
	width: 604px;
	margin: 10px 0;
	padding: 5px 0 5px 15px;
	font-size: 1.25em;
	font-weight: bold;
}
.signup p.body {
	width: 550px;
	margin: 5px 0 0 20px;
	padding: 0 0 10px 15px;
	font-size: 1.1em;
}
.signup ul {
	width: 550px;
	margin: 5px 0 0 20px;
	padding: 0 0 10px 15px;
	font-size: 1.1em;
}

.signupimg {
	border-style: solid;
	border-color:  #dc5c5b;
	border-width: 2px 0 2px 0;
	text-align: center;
}

.contentArea {	
	width: 619px;
	padding: 10px 0 10px 0;
	margin: 0 0 40px 0;
	overflow: hidden;
	height: 100%;
	border-style: solid;
	border-color:  #ddd;
	border-width: 2px 0 2px 0;	
}

.contentArea .contentItem {	
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 15px;
}

.contentArea img {	
	align: left;
	margin: 0 10px 10px 0;
	border-style: solid;
	border-color:  #333333;
	border-width: 2px;	
}

.contentArea p {	
	align: left;
	padding: 10px 0 10px 0;	
}

.contentArea a {	
	font-weight: bold;	
}

/* CaringSites */
.caringsiteimage {
	float: right;
	border-width: 1px;
	max-width: 300px;
	padding: 10px;
	margin-left: 15px;
	border-style: dotted;
	border-width: 0 0 0 1px;
	border-color:  #beab89;		
}

.caringsiteimage img {
	border-width: 0px;
}

.caringsitecontainer {	
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color:  #333333;	
	padding: 3px;	
	overflow: hidden;
}

.contentArea .bigstart p:first-letter  {
	color: #dc5c5b;
 	font-size:32px;
}

ul.networkactivity li {
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color:  #beab89;
	margin: 6px 0 9px 0px;
	padding: 6px 0 9px 0;	
}

ul.networkactivity a {	
	font-weight: bold;
}

ul.networkactivity span.activity {	
	margin: 6px 0 9px 4px;
}

ul.networkactivity img {		
	float: left;
}

ul.networkactivity .date {	
	color: #8c7b5d;
	display: block;
	font-size: 10px;
}

ul.networkactivity .detail {	
	font-size: 11px;	
	margin: 12px 240px 6px 50px;
}

/* Receiver Like Dislike */
.likes {
	display: block;
	background: url(images/thumbup.png) 0 0 no-repeat;	
	font-size: 12px;
	padding: 3px 0 10px 30px;
	margin: 6px 0 5px 20px;	
}

.dislikes {
	display: block;
	background: url(images/thumbdn.png) 0 0 no-repeat;	
	font-size: 12px;
	padding: 3px 0 10px 30px;
	margin: 6px 0 5px 20px;	
}

/* Plan Buttons */
.printable {
	background: url(images/basicpng/print_16.png) 0 2px no-repeat;
	padding: 2px 0 2px 18px;
	margin: 0 8px 0 2px;
	color: #dc5c5b;
}

.edit {
	background: url(images/basicpng/pencil_16.png) 0 2px no-repeat;
	padding: 2px 0 2px 18px;
	margin: 0 8px 0 2px;
	color: #dc5c5b;
}

.add {
	background: url(images/basicpng/plus_16.png) 0 2px no-repeat;
	padding: 2px 0 2px 18px;
	margin: 0 8px 0 2px;
	color: #dc5c5b;
}
