/******************************************************
/* Content DIVs in framework
/******************************************************/
/* Generic for all content areas */
.ContentArea 
{
}

.hidden
{
	display:none;
}

#ajax-loader
{
	position:absolute;
	height:100%;
	width:100%;
	z-index:100;
	background:#333;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#ajax-loader-message
{
	position:absolute;
	display:block;
	top:200px;
	left:200px;
	font-size:16px;
	font-weight:bold;
	background-color:#fff;
	border:solid 2px #333;
	z-index:101;
	background-image:url(img/rating/24-0.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
	width:350px;
	height:50px;
	text-align:center;
	padding:10px 0;
}

#AllContent
{
	width: 1060px;
	margin: 10px auto 0;
	text-align:left;
}
#FullContent
{
	width: 786px;
	float: left;
}
#TopAdContent
{
	width: 765px;
	height: 90px;
	margin: 10px;
	clear: both;
}
#PartnerTopNav
{
	margin: 5px;
	clear: both;
}
#HeaderContent
{
	text-align: left;
}
#MainContent
{
	text-align: left;
}
#RightAdContent
{
	float: left;
	width: 250px;
	margin-left: 15px;
	text-align: left;
}
#Footer
{
	height: 55px;
	clear: both;
	background-color: #ffffff;
	text-align: left;
}
.FooterContent
{
	padding: 5px;
	height: 35px;
	overflow: hidden;
}

/******************************************************
/* TemplateAreas in Framework
/******************************************************/
/* Generic for all TemplateAreas */ 
.TemplateArea
{
	display: block;
}

/* Public page, no login required */
.PublicPage .LeftTemplateArea
{
	float: left;
	background-color: #ffffff;
}
.PublicPage .RightTemplateArea
{
	float: left;
	width: 273px;
	background-color: #ffffff;
}

/* Member page, login required */
.MemberPage .LeftTemplateArea
{
	float: left;
	background-color: #ffffff;
}
.MemberPage .RightTemplateArea
{
	float: left;
	width: 172px;
	background-color: #ffffff;
}

/* New Member page */
.NewMemberPage .FullTemplateArea
{
	background-color: #ffffff;
}

div.left-area
{
	float:left;
	margin:0;
	padding:0;
}

.MemberPage div.left-area
{
	width:614px;
}

.PublicPage div.left-area
{
	width:513px;
}

div.right-area
{
	float:left;
	padding-left: 22px;
}

.MemberPage div.right-area
{
}

.PublicPage div.right-area
{
	width: 273px;
}
/******************************************************
/* Inner template styles
/******************************************************/
/* Generic for all BlockAreas in inner templates */
.BlockArea 
{
	display: block;
}

/* One column over the entire available width, as defined by the containing TemplateArea */
.OneColumn
{
	clear: both;
}

/* Two columns, leftmost over three grid columns, rightmost over two. */
/* For public pages and start pages */
.TwoColumns_3_2 .LeftBlockArea
{
	width: 311px;
	float: left;
}
.TwoColumns_3_2 .RightBlockArea
{
	width: 202px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over two */
/* For member pages */
.TwoColumns_2_4 .LeftBlockArea
{
	margin-left: 6px;
	width: 183px;
	float: left;
}
.TwoColumns_2_4 .RightBlockArea
{
	margin-left: 8px;
	width: 384px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over two */
/* For member pages */
.TwoColumns_4_2 .LeftBlockArea
{
	margin-left: 6px;
	width: 384px;
	float: left;
}
.TwoColumns_4_2 .RightBlockArea
{
	margin-left: 8px;
	width: 183px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over two */
/* For member pages */
.TwoColumns_3_3 .LeftBlockArea
{
	margin-left: 6px;
	width: 284px;
	float: left;
}
.TwoColumns_3_3 .RightBlockArea
{
	margin-left: 8px;
	width: 283px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over three plus rightmost column */
/* For "new member" public and member pages */

.TwoColumns_3_4 .LeftBlockArea
{
}
.TwoColumns_3_4 .RightBlockArea
{
	margin-left: 18px;
	width: 460px;
	float: left;
}






























/** REDESIGN */

/******************************************************
/* Basic Page layout
/******************************************************/

*{
	margin: 		0;
	padding: 		0;
}

body{
	text-align:		center;
	background: 	url(../images/redesign/pagebg.jpg) no-repeat #fff scroll center top;
}

div#page-wrapper{
	width: 		980px;
	margin: 	0 auto;
	margin-top:	20px;
	float:		left; 
	margin-left: 6px;
	
}

div#page-frame{
	width: 			980px;
	text-align: 	left;
	
	
}

div#page-ad{
	float: 			left;
	width: 			200px;
	text-align: 	left;
	margin-top:		31px;
}

form{
	margin: 		0;
	padding: 		0;
}

.clear{
	clear:          both;
	height: 		0px;
}

img{
	border:0px;
}



/******************************************************
/* page header laayout
/******************************************************/

div#page-header{
	width: 			980px;
	height: 		153px;
	background: 	url(../images/redesign/page_header_bg.png) no-repeat;
	padding:		0;
	margin:			0;
}

div#page-header-content{
	background:		#fff;
}

div#page-header-logo{
	float:			left;
	padding-top:	19px;
	width:			515px;
}

div#page-header-info{
	float:			left;
	width:			465px;
	height: 		113px;
	margin-top: 	31px;
	text-align:		right;
}


div#socialbar
{
	width: 300px;
	height: 100px;
	text-align: left;
	margin-left: 140px;
	font-size: 12px;
	padding-top: 5px;
	margin-right: 25px;
}

div#socialbar .expanded a:hover
{
	cursor:hand;
	/**margin-top: 13px;*/
}

div#socialbar .minimized
{
	margin-top: 83px;
}

div#socialbar .bar{
	clear:both;
	width:300px;

	/**margin: 4px 0 4px 0;*/
}

div#socialbar .bar:hover{
	
	background: url(/images/socialbar/icon_open_sb.gif) #EBEAEA no-repeat 95%;

}

div#socialbar .expanded .bar .icon{
	float: left;
	padding: 6px 0 0 4px;
}

div#socialbar .minimized .bar .icon{
	float: left;
	padding: 2px 0 0 0;
}

div#socialbar .bar .text{
	float: left;
	padding: 10px 10px 6px 4px;
	color: #595959;
	font-size: 0.9em;
}

/** #ACACAC */

div#socialbar .bar .text-forum
{
	float: left;
	padding: 7px 10px 6px 4px;
	color: #595959;
	font-size: 0.9em;
	width: 224px;
}

div#socialbar .bar .link
{
	float: right;
	margin: 11px 14px 0 4px;
}

div#socialbar .bar .link-forum
{
	float: right;
	margin: 16px 14px 0 4px;
}

div#socialbar .bar strong{
	color: #000000;
}

div#page-header-ad{
	min-height:		75px;
	height:			75px;
	padding-right: 20px;
}

div#page-header-nav{
	padding-right:  20px;
}

ul.page-header-menu li{
	display: 		inline;
	list-style-type:none;
	padding-right:  5px;
}

/******************************************************
/* page header menu
/******************************************************/

div#page-menu{
	background: 	#fff;
	background: 	url(../images/redesign/page-notlogin-bg.gif) no-repeat;
	height: 		47px;
	padding: 		0px;
	margin: 		0px;

}

div#page-menu.guest{
	color: 			#fff;

}

div#page-menu.guest p {
	color: 			#fff;
	font-weight:	bold;
	font-size: 14px;
	padding-left: 30px;

}

div#page-menu ul {
	color: 			#fff;
	font-weight:	bold;
	font-size: 14px;
	padding-left: 20px;
}


div#page-menu.guest div.MainMenu
{
	display: block;
	margin:0px;
	padding:0px;
	width:100%;
	
}

div#page-menu div.MainMenu
{
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 47px;
	font-size:12px;
}

div#menu-box
{
	float: left;
	width: 670px;
}

div#search-box{
	float: left;
	padding-top: 11px;
}

div#search-box p
{
	padding-left: 0 !important;
}

div#logout-box
{
	text-align: right;
	padding-top: 8px;
	padding-right: 30px;
}

div#logout-box input.remember-cb
{
	width: 50px;
}

div#logout-box a
{
	display:list-item !important;
	font-size: 11px !important;
	padding: 0 !important;
}

div#remember-cb-holder
{
	display: inline;
} 

div#remember-text-holder
{
	display: inline;
	float:right;
}

div#logout-box a:hover
{
	background: transparent !important;
}

div#logout-box ul
{
	clear:none !important;
	list-style: 
}

div#logout-box li
{
	display: inline !important;
	height: auto !important;
	float: none !important;
}

div#guestlogin{
	padding-top: 12px;
}


div#login
{
	float: left;
}

div#reginfo
{
	float: left;
	width: 75px;
	padding-top: 4px;
	margin-left: 20px;
	line-height: 13px;
}

div#flashcounter
{
	float: left;
	margin-left: 20px;
}





/******************************************************
/* page content
/******************************************************/

div#content-container{
	background: #fff;
	padding-top: 15px;
}

div#background{
	width: 980px;
	background: url(../images/redesign/page_bottom_bg.png) repeat-x bottom left;
}

div#page-content{
		background: 		url(../images/redesign/page_content_bg.png) repeat-y;
	margin-left: 20px;
}

div#page-content-user{
	margin-left: 20px;
	/*background-color: 	#fff;*/
	/*background: url(../images/page_bottom_bg.png) repeat-x fixed bottom center;*/
}

div#content{
	float: 				left;
	width: 				600px;
	padding-right: 		20px;
	padding-bottom:		20px;
}

div#content .page-bigbanner{
	padding-bottom: 8px;
}


div#content .seperator{
	width: 				 28px;
	float:				 left;
}

.threecolumn .image{

}


.onecolumn .image{
	float: left;
}

.onecolumn .text{
	float: left;
	width: 460px;
}




div#content .onecolumn-header{
	padding-top: 10px;
	padding-bottom: 6px;
}

.onecolumn-header .image{
	float: left;
	padding-right: 20px;
}

.onecolumn-header .text{
	float: left;
	width: 450px;
}






div#toolbox{
	float: 				right;
	width: 				306px;
	margin-right:22px;

}


div#toolbox #article-list{
	margin-left: 20px;
	width: 290px;
}

div#article-list .article{
	padding-bottom: 15px;
	padding-top: 10px;
}

div#article-list .article .text{
	float: left;
	width: 175px;
	padding-bottom: 10px;
}


div#article-list .article .image{
	float: left;
	padding-bottom: 10px;
}



div.custom-news
{
	font-size: 9pt;
	padding-bottom: 15px;
	padding-top: 10px;
}

div.custom-news .post
{
	padding: 10px;
}




.healthbox .healthbox-top{
	height: 31px;
	width: 308px;
	background: url(../images/redesign/healthtop.gif) no-repeat;
}

.healthbox .gi-direct-top{
	height: 31px;
	width: 308px;
	background: url(../images/redesign/gidirect-header-bar.png) no-repeat;
}



div#profil{
	width: 306px;
}

div#profil .profil-bild{
	float: left;
	width: 75px;
	height: 100px;
	margin-right: 6px;
}

div#profil .profil-mal{
	padding-left: 10px;
	padding-bottom: 10px;
}

table.mal tr td.header{
	font-weight: bold;
}

table.mal tr td.normal{
	font-weight: normal;
}

.right-area{
	padding-bottom: 10px;
}


.right-area .text{
	float: left;
}

.right-area .fasbild{
	float: left;
}



.friendsbox .friendsbox-top{
	height: 31px;
	width: 308px;
	background: url(../images/redesign/friendstop.gif) no-repeat;
}

table.friendslist{
	padding: 0;
	margin: 0 0 6px 0;
	border-collapse: collapse;
}

table.friendslist tr.usereven{
	background: #f5f5f5;
	padding: 0px;
	
}

table.friendslist tr.usereven td{
	padding: 2px;
	
}

table.friendslist tr.userodd{
	background: #fff;
}

table.friendslist tr.userodd td{
	padding: 2px;
}




.box-content{
	background: url(../images/redesign/toolbox-bg.gif) repeat-y;
	width: 308px;
	
	padding-left: 1px;
	padding-top: 22px;
}

.box-content table{
	padding-bottom: 10px;
}

.box-content table tr th{
	font-weight: bold;
	font-size: 9pt;
}

.box-content table tr td{
	font-size: 9pt;
	font-weight: bold;
}

.box-content table tr th.status{
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
}

.box-content table tr td.status{
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
}


.box-bottom{
	height: 6px;
	width: 308px;
	background: url(../images/redesign/toolbox-bottom.gif) no-repeat;
	margin-bottom: 10px;
}












div#latest-forum{
	padding-left: 20px;
	margin-top: 10px;
}

div#latest-forum ul{
	list-style-type: none;
	margin-top: 4px;
}


/******************************************************
/* page bottom
/******************************************************/


div#page-bottom{
	background-color: 	#fff;
	padding-top: 6px;
	margin-bottom: 20px;
	
}


/******************************************************
/* general classes
/******************************************************/

hr{
	display: none;
}

div.hr{
	background: url(../images/redesign/hr.gif) repeat-x;
	height: 1px;
	display: block;
	clear: both;
}


ul.latest-discussion li.even{
	background: #f5f5f5;
	padding: 3px;
}

ul.latest-discussion li.odd{
	padding: 3px;
}



div#page-container
{
	width: 1300px;
}

div.right-ad-container
{
	float: left; 
	width: 100px; 
	margin-left: 6px; 
	margin-top: 21px;
}

/******************************************************
/* toolbox graph
/******************************************************/


.status-general
{
	background: url(/images/redesign/stats-gen-bg.gif) no-repeat;
	width: 266px;
	height: 38px;
	margin-bottom: 10px;
}

.status-general .bar
{
	background: url(/images/redesign/stats-gen-fg.gif) no-repeat;
	height: 38px;	
}

.status-general .text
{	
	font-weight: bold;
	color: #FFFFFF; 
	margin-left: 50px;	
}

.status-general .text span
{
	color: gray;
}

div#tagcloud
{
	padding-bottom: 12px;
}

div#tagcloud a
{
	color:#595959;
}

div#boxes .box a:hover
{
	text-decoration: underline;
} 


/******************************************************
/* intro popin
/******************************************************/

#popin-wrapper
{
	width: 100%;
	z-index: 30;
	opacity:0.5;
	filter:alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	background-color:black;
}
#intro-container
{	
	width: 613px;
	/**height: 30px;*/
	min-height:650px;
	position: absolute;
	left: 240px;
	top: 80px;	
	background-color:white;
	opacity:1;
	filter:alpha(opacity=100);
	z-index: 50;
	/**border: 4px solid #000000;*/
	text-align: left;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
	color: #595959;
}
#intro-header
{
	width: 100%;
	height: 52px;
	background-image: url("/images/intropopin/bg-header.gif");
	padding-top: 15px;
}
html>body #intro-header
{
	height: 37px;
	padding-top: 15px;
}
#intro-header div
{
	color: #FFFFFF;
	float:left;
}
#intro-header div a
{
	color: #FFFFFF;
}
#intro-header div#intro-back
{
	margin-top: 4px;
	width: 100px;
	padding-left: 15px;
	margin-left: 25px;
	background: transparent url("/images/intropopin/back.gif") no-repeat left;
}
#intro-header div.title
{
	text-align: center;
	font-size: 18px;
	padding: 0 110px;
}
html>body #intro-header div.title
{
	padding: 0 110px;
}
#intro-header div.close
{
	margin-top: 4px;
	text-align: right;
	width: 100px;
	padding-right: 25px;
	background: transparent url("/images/intropopin/close.gif") no-repeat right;
}
#intro-content
{
	margin-bottom: 30px;
	padding: 35px 30px;
}
html>body #intro-content
{
	margin-bottom: 0;
}
#intro-content h1, #intro-content h2
{
	font-size: 32px;
	color: #369800;
}
#intro-content h1.with-margins
{
	margin-bottom: 25px;
	text-align: center;
}
#intro-content input
{
	font-size: 2em;
	width: 50px;
	color: #595959;
	padding: 2px 0 0 4px;
}
.colored-button, 
.colored-button-large
{
	height: 23px; 
	padding-top: 3px; 
	color: white; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 11px;
	width: 150px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
}
.colored-button
{
	background: url('/images/intropopin/bg-button.gif') repeat-x; 
	height: 23px; 
}
.colored-button-large
{
	background: url('/images/intropopin/bg-button-large.gif') repeat-x; 
	height: 40px; 
}
input#intro-targetdate
{
	height: 33px;
	width: 156px;
	margin-right: -3px;
}
html>body #intro-content input#intro-targetdate
{
	height: 29px;
	width: 150px;
	margin-right: 0;
}
#intro-content em
{
	color: #369800;
	font-style: normal;
}
#intro-content span.step
{
	color: #B7B7B7;
}
#intro-content span.step em
{
	color: #000000;
}
#intro-content div.options
{
	width: 100%;
	text-align: center;
}
#intro-content div.options label
{
	font-weight: normal;
}
#intro-content ul li
{
	margin-left: 14px;
	margin-bottom: 10px;	
}
#intro-content .button
{
	border: 0;
	vertical-align:middle;
	cursor: hand;
}
#intro-content .back
{
	height:23px;
	width: 109px;
	background:transparent url("/images/intropopin/button-back.jpg") no-repeat scroll 0 0;
}
#intro-content .next
{
	height:23px;
	width: 109px;
	background:transparent url("/images/intropopin/button-next.jpg") no-repeat scroll 0 0;
}
#intro-content .start
{
	height:38px;
	width: 113px;
	background:transparent url("/images/intropopin/button-start.jpg") no-repeat scroll 0 0;
}
#intro-content .start-small
{
	height:24px;
	width: 143px;
	background:transparent url("/images/intropopin/button-start-small.jpg") no-repeat scroll 0 0;
}
#intro-content .showcontract
{
	height:40px;
	width: 143px;
	background:transparent url("/images/intropopin/button-showcontract.jpg") no-repeat scroll 0 0;
}
#intro-content .contract
{
	height:40px;
	width: 143px;
	background:transparent url("/images/intropopin/button-contract.jpg") no-repeat scroll 0 0;
}
#intro-content #goals-box
{
	float:left;
	display:inline;
	padding-top:58px;
	margin-bottom: -100px;
}

html>body #intro-content #goals-box
{
	margin-bottom: 0;
}
#intro-content #rec-box
{
	float:left;
	display:inline;
	margin-top: -50px;
}
#intro-content #popin-is-activated
{
	width: auto;
}
#intro-content table tr td
{
	font-size: 12px;
	padding: 0 6px 20px 0;	
}
#intro-content table.compact tr td
{
	padding: 0 6px 2px 0;
}
#intro-content table tr td.no-bottom-padding
{
	padding: 0 6px 0 0;		
}
#intro-content table tr td.label
{
	font-size: 18px;
	padding-right: 30px;
	font-weight: normal;
}
#intro-content table#intro-goals tr td
{
	vertical-align: top;
}
#intro-content table#intro-goals tr td.goals-left
{
	padding: 30px 10px 0 50px;
	margin: 0;
}
#intro-content table#intro-goals tr td.goals-right
{
	padding: 30px 50px 0 10px;
	margin: 0;
}
#intro-content table#intro-goals tr td strong
{
	font-size: 1.6em;
	margin-right: 10px;
	color: #F39700;
	font-weight: normal;
}
div#cal-container
{
	border: 1px solid #A7A6AA;
	background-color: #FFFFFF;
	width:193px;
	text-align: center;
	margin-top: 2px;
	z-index: 4000;
	/**float: left;*/
	position:relative;
	height: 180px;
}
div#cal-header
{
	background-color: #EBEBEB;
	margin-bottom: 4px;
	padding: 3px 0;
	border-bottom: 1px solid #A7A6AA;
	position: absolute;
	z-index: 500;
	left: 0;
	top 0;
	width: 100%;
}
div#cal-field
{
	visibility: visible !important;
	left: 0 !important;
	top: 30px !important;
	margin-left: 6px;
	position: absolute;
	z-index: 500;

}
div#cal-field table
{
	border: 0;
}
div#cal-field table tr td
{
	padding: 0 6px 0 6px;
	border: 0;
	text-align: center;
}
div#cal-field table tr td.cpMonthNavigation
{
	padding: 0;
}
div#cal-field table tr td a
{
	font-weight: normal;
}
div#cal-field table tr td a.cpOtherMonthDate
{
	color: #808080;
}
div#cal-field span.cpDayColumnHeader, 
div#cal-field span.cpMonthNavigation, 
div#cal-field a.cpMonthNavigation, 
div#cal-field a.cpTodayText
{
	font-weight: bold;
}
#intro-content div#welcome-screencast
{
	text-align:center;
	margin: 0 0 20px 0;
}
#intro-content div#welcome-body
{
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px; 
	width: 425px;
}
#intro-content ul#welcome-overview li
{
	list-style-type: none;
	margin-bottom: 15px;
}
#intro-content .error-box
{
	color: D9040A;
	margin-left: 6px;
	font-weight: bold;
}
#intro-content span#confirmation-feedback strong
{
	color: #D9040A;
}
#intro-content .intro-measurements-box
{
	border:1px solid #A5A5A5; 
	padding: 10px;
	width:330px;
}
#intro-contract
{
	margin-bottom: 20px;
}
#intro-contract span
{
	display: block;
	margin-top: 20px;
}
#intro-contract img
{
	float:right;
	margin-left: 10px;
}
#intro-contract input, #intro-contract textarea
{
	width: 533px;
	height: 35px;
	padding: 10px;
	color: #808080;
	font-size: 1em;
}
div.intro-colored-container
{
	background-color:#EBEBEB;
	margin: 0 -30px 30px -30px;
	padding: 0;
}
div.intro-colored-container #rec-text
{
	padding: 30px 30px 60px 30px;
}
div.intro-colored-container img
{
	float:left;
	margin: 10px 20px 0 0;
}

#intro-contract div#signature-container
{
	font-family: Courier New;
	margin-left:30px;
	margin-top:60px;
	text-align:center;
	width:500px;
}
#intro-contract div#signature-container span.contract-big
{
	font-size:1.4em;
}
#intro-contract div#signature-container em
{
	font-style:italic;
	color: #595959;
}
#intro-contract div#signature
{
	float:left;
	margin-top:50px;
	border-top: 1px dashed gray; 
	width:150px;
}




/** Community popin handles mails, business cards etc */


#community-popin
{
	position: absolute;
	padding: 30px;
	left: 100px;
	top: 100px;
	text-align: left;
	z-index: 1000;
	background-color: #FFFFFF;
	color: #8B8B8B;
	font-size:12px;
	width: 350px;
}
#community-status
{
	top: 120px;
	position: absolute;
	z-index: 1000;
	text-align: center;
	width: 300px;
	background-color: #FFFFFF;
	font-color: #8B8B8B;
	opacity: 0.8;
	padding: 50px 0;
}
#community-popin #header
{
	color: #FFFFFF;
	width: 390px;
	font-size: 3em;
	font-family: Garamond;
	background-color: #545454;
	margin: -30px -30px 10px -30px;
	padding: 10px;
}
#community-popin #header img
{
	margin-bottom: -10px;
}
#community-status span
{
	font-size:1.2em;
}
#community-popin #community-options
{
	text-align:center;
	width:100%;
	margin-top: 20px;
}
#community-popin #community-options div
{
	background-color: #EDEDED;
	border: 1px solid #B2B2B2;
	font-size: 1.4em;
	color: #727272;
}
.gi-direct-popin #community-options div
{
	background-color: #545454 !important;
	color: #FFFFFF !important;
}
#community-popin #community-options div:hover
{
	background-color: #D4D4D4 !important;
	color: #727272 !important;
}
#community-popin .mail-options
{
	padding-left: 76px;
}
#community-popin .mail-options div
{
	padding: 6px 10px;
	float: left;
}
#community-popin #community-options img
{
	margin-bottom: -6px;
	padding-right:6px;
}
#community-popin .bc-options 
{
	margin-left: 7px;
}
#community-popin .bc-options div
{
	padding: 6px 0;
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 160px;
}
#community-popin a
{
	font-weight: normal;
	text-decoration: none;
}

#community-popin #subject
{
	margin: 20px 0 0 0;
	font-size:2.2em;
	color: #7AA70C;
}
#community-popin #mail-body
{
	margin-top: 10px;
	min-height: 80px;
}
#community-popin #mail-id,
#community-popin #sender-id, 
#community-popin #receiver-id
{
	display: none;
}
#community-popin input#subject
{
	width: 330px;
	padding: 10px;
	margin: 10px 0 4px 0;
}
#community-popin textarea
{
	width: 339px;
	height: 250px;
	padding: 6px;
	font-family: Trebuchet MS;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #8B8B8B;
	margin: 4px 0 8px 0;
}
#community-popin .header
{
	font-weight: bold;
}
#community-popin ul
{
	list-style-type: none;
}
#community-popin li
{
	margin-top: 4px;
}
#community-popin li span
{
	font-weight: bold;
}


div#blogg-posts div.guest
{
	margin-left: 30px;
	color: #838383;
}

div#blogg-posts div.guest h2
{
	color: #000000;
	font-style: italic;
}

div#blogg-view a.inactive
{
	color: lightgray;
	font-style: italic;
}

div#blogg-view textarea
{
	width: 570px;
	height: 100px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Trebuchet MS;
}

div#blogg-view a.blogg-link
{
	font-size: 1.4em;
	font-weight: normal;
}
div#blogg-popup
{
	text-align:left;
	background-color:#FFFFFF;
	font-size:9pt;
	padding: 30px 20px;
}
div#blogg-popup table tr td
{
	font-size: 9pt;
}

#toolbox #friendsbox ul
{
	margin-bottom: 10px;
}
#toolbox #friendsbox li
{
	padding: 2px 6px;
}
#toolbox #friendsbox li.odd
{
	background-color: #F5F5F5;
}
#toolbox #friendsbox img
{
	margin-bottom: -4px;
}



/** General help popin styles */


#help-popin
{
	position: absolute;
	padding: 30px;
	left: 100px;
	top: 100px;
	text-align: left;
	z-index: 1000;
	background-color: #FFFFFF;
	font-size:12px;
}
img.help-icon
{
	margin-top: 22px;
}



.LeftTemplateArea .ess-search-group .ess-search-query,
.LeftTemplateArea .ess-search-group .ess-search-button
{
	font-weight: normal;
	font-size: 1.8em;
}
.LeftTemplateArea .ess-search-group .ess-search-query
{
	padding: 6px;
	color: #808080;
}
.LeftTemplateArea .ess-search-group .ess-search-button
{
	padding: 3px;
	margin-left: 8px;
}

/** PROVISIONS TABLE STYLES */

#provisions-value-table
{
	border: 0;
}
#provisions-value-table td
{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #808080;
	padding: 6px;
}


/** USER TESTS STYLES */

div#article-list .user-tests table
{
	text-align:right;
	font-size: 1.4em;
}
div#article-list .user-tests table td
{
	padding: 2px;
}
div#article-list .user-tests table td.last
{
	text-align: left;
}
div#article-list .user-tests input
{
	font-size: 1.2em;
	width: 50px;
	color: #808080;
	text-align: right;
}
div#article-list .user-tests input#goals-day
{
	width: 25px;
}
div#article-list .user-tests input#goals-month
{
	width: 25px;
}
div#article-list .user-tests input#goals-year
{
}
div#article-list .user-tests table span.test-error
{
	color: Red;
}
div#article-list .user-tests #bmi-box-value
{
	font-size: 30px;
	color: #606060;
	font-weight: bold;
	margin-top:-4px;
	margin-bottom: 0px;
}
div#article-list .user-tests #bmi-box-cat
{
	color: #606060;
}
div#article-list .user-tests h3
{
	font-size: 22px;
	margin-bottom: 0;
}
div#article-list .user-tests a
{
	font-weight: bold;
}
div#article-list .user-tests p
{
	margin-bottom: 4px;
}
div#article-list .user-tests .strong
{
	font-size: 1.4em;
}


/** PEOPLE PROMOTION STYLES */
#people-promotion-container
{
	font-size: 11px;
	width: 290px; 
	margin-left: 40px; 
	text-align: left;
	float:left;
	height:55px;
	margin-top:20px;
	display: none;
}
#page-header-ad > #people-promotion-container
{
	display: inline;
}
#people-promotion-container #quote-start
{
	height:40px;
	float:left;
	margin-right:3px;
}
#people-promotion-container #quote
{
	padding-top:6px;
	float:left;
	width:270px;
}


.standard-error
{
	background-color: #EDF9DA;
	border: 1px solid #B1DD31;
	height: auto;
	margin-bottom: 10px;
	padding: 15px;
}