/* CSS Document */
body{
margin:0;
padding:0;
}



.logo a{
background:url(../Images/logo.gif) left top no-repeat;
width:385px;
height:123px;
}
.partnership_logo{
background:url(../Images/partnership_logo.gif) left top no-repeat;
width:213px;
height:102px;
}
.header_bg{
background:url(../Images/headerimg_bg.gif) left top no-repeat;
width:480px;
height:306px;
}
.header_bigimgpadd{padding:30px 0px 0px 37px;}
.header_smallimgpadd{padding:8px 0px 0px 15px;*padding:5px 0px 0px 15px;}
.header_userName{ font-family:"Trebuchet MS"; font-size:13px; color:#CE3201; font-weight:100}
.header_userActivity{ font-family:"Trebuchet MS"; font-size:11px; color:#CE3201; font-weight:900}
/*------------ button class ---------*/
input.button {
	border:none;
	text-align:left;
	text-align:center;
	background:url(../Images/button.png) no-repeat #FFFFFF;
    height:27px;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 10px 3px 15px;
	padding:0px 0px 0px 8px;
	cursor:pointer;
}
.buttonending{
	padding: 0px 6px 0px 0px;
	padding: 0px 6px 0px 0px;
	cursor:pointer;
	font-size:15px;
	background:url(../Images/end.png) right no-repeat;
}
/* New Button Class */
input.button_sub {
    border: 0;
	background:url(../../Images/midbg_btn.gif) repeat-x;		
    height: 27px;
    /* used to catch the buttonSubLeft */
    position: relative;
	left:5px;
	/*left:10px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;	
	font-weight:bold;	
	vertical-align:middle;					
}

input.button_green {
    border: 0;
	background:url(../../Images/greenbutton.gif) repeat-x;		
    height: 27px;  
	left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;	
	font-weight:bold;	
	vertical-align:middle;					
}

.buttonSubLeft {
    position: absolute;
    display: inline;
    width: 6px;
    height: 27px;
	background:url(../../Images/leftbg_btn.png) no-repeat;
	
}
.buttonSubRight {

	position: absolute;
    display: inline;
    padding-right: 9px;
    height: 27px;
	background:url(../../Images/rightbg_btn.png) right no-repeat;
}
/*-------------- button class end ----*/

.yellow_inputbox{
background:#fffee0;
border:#ff9901 solid 1px;
width:230px;
padding:8px 3px;
}
.img_bg{
background:#FFFFFF;
}
.right_padd{
padding-right:25px;
}
.top_links
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:14px;
	}
.top_links a
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:14px;
	text-decoration:none;
	}
.top_links a:hover
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:14px;
	text-decoration:underline;
	}
	
	
	
.top_links_workout
	{
	font-family:"Trebuchet MS";
	color:#6799cc;
	font-size:13px;
	background:#ffffff;
	}
.top_links_workout a
	{
	font-family:"Trebuchet MS";
	color:#6799cc;
	font-size:13px;
	text-decoration:none;
	}
.top_links_workout a:hover
	{
	font-family:"Trebuchet MS";
	color:#6799cc;
	font-size:13px;
	text-decoration:underline;
	}	
	
	
	
	
.getstarted_title{
font-family:"Trebuchet MS";
font-size:16px;
color:#003366;
font-weight:bold;
}
.input_box{
border:1px solid #6799cc;
font-family:"Trebuchet MS";
font-size:11px;
color:#000000;
padding:4px 2px;
}

.blue_text{
color:#6699cc;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
}

a.orange_link{
color:#ff9900;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
}
a.orange_link{
color:#ff9900;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
text-decoration:underline;
}
a.orange_link:visited{
color:#ff9900;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
text-decoration:underline;
}
a.orange_link:hover{
color:#ff9900;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
text-decoration:none;
}
a.orange_link:active{
color:#ff9900;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
text-decoration:underline;
}
.searchBox {
	border:1px solid #0C1946;
	width:170px;
	font-family:"Trebuchet MS";
	font-size:11px;
}
/* Navigation Starts Here */
.nav_bg{
	background: url(../Images/nav_bg.gif) left top repeat-x;
	border-top:#06556E 1px solid;
	height:40px;
}

.nav_bg ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.nav_bg li{
	padding:0px 12px 0px 25px;
	float:left;
}

.nav_bg li a{
	color:#b6cadf;
	font-size:16px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
	outline:none;
	display:block;
	padding:7px 0px 11px 0px;
	_padding:7px 0px 11px 0px;
}

.nav_bg li a:hover{
	background:url(../Images/nav_arrow.gif) no-repeat 50% 100%;
	color:#b6cadf;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

.active{
	background:url(../Images/nav_arrow.gif) no-repeat 50% 100%;
	color:#b6cadf;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
/* End Here */

.orange_biglink a{
	color:#feb12f;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.orange_biglink a:hover{
	color:#feb12f;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
a.view_all{
font-family:"Trebuchet MS";
font-size:11px;
color:#ffffff;
background:#f67800;
padding:0px 10px;
font-weight:normal;
text-decoration:none;
}
a:hover .view_all{
text-decoration:underline;
}
.midcontent_bg{
background:url(../Images/midcontent_bg.gif) top repeat;
/*	width:970px;
	height:auto;
	margin-left:auto;
	margin-right:auto;*/
}

.white_toplt{
background:url(../Images/white_topleft.gif) left top no-repeat;
height:18px;
width:20px;
}
.white_toprt{
background:#ffffff url(../Images/white_topright.gif) right top no-repeat;
height:18px;
}
.white_bg{
background:#FFFFFF;
}
.flash_shadow{
background:url(../Images/flash_shadow.gif) left top repeat-x;
height:31px;
width:4px;
}

.blue_midtp2{
height:34px;
font-family:"Trebuchet MS";
color:#003366;
font-size:17px;
}

.blue_lttp{
background:url(../Images/blue_lttp.gif) left top no-repeat;
width:15px;
height:34px;
}
.blue_midtp{
background:url(../Images/blue_mid.gif) left top repeat-x;
height:34px;
font-family:"Trebuchet MS";
color:#003366;
font-size:17px;
}
.blue_midtp a{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
font-size:17px;
text-decoration:none;
}
.blue_midtp a:hover{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
font-size:17px;
text-decoration:underline;
}


.blue_rttp{
background:url(../Images/blue_rttp.gif) right top no-repeat;
width:15px;
height:34px;
}

.mid_brd{
border-left:solid 1px #b4c3d6;
border-right:solid 1px #b4c3d6;
padding:0px 15px;
}
.blue_ltbt{
background:url(../Images/blue_ltbt.gif) left top no-repeat;
width:15px;
height:15px;
}
.blue_midbt{
/*background:url(../Images/blue_midbot.gif) left top repeat-x;
height:34px;*/
border-bottom:solid 1px #b4c3d6;
}
.blue_rtbt{
background:url(../Images/blue_rtbt.gif) right top no-repeat;
width:15px;
height:15px;
}
.blue_smalltext{
font-family:"Trebuchet MS";
color:#336699;
font-size:11px;
}

.blue_img{
background:url(../Images/img_bg.gif) left top no-repeat;
height:93px;
width:89px;
padding:4px 0px 0px 4px;
}

.blue_img a{
font-family:"Trebuchet MS";
font-size:13px;
color:#eb4800;
text-decoration:underline;
font-weight:bold;
}
.blue_img a:hover{
color:#eb4800;
text-decoration:underline;
font-weight:bold;
}
.blue_imgpadd{
padding:0px 0px 0px 0px;
}


.photo_blue_img{
background:url(../Images/img_bg.gif) left top no-repeat;
height:150px;
width:150px;
padding:4px 0px 0px 4px;
}

.photo_blue_img a{
font-family:"Trebuchet MS";
font-size:13px;
color:#eb4800;
text-decoration:underline;
font-weight:bold;
}
.photo_blue_img a:hover{
color:#eb4800;
text-decoration:underline;
font-weight:bold;
}

/* Latest Activities tabs Start here */
.activities_leftcurve{
background:url(../Images/activities_leftcurve.gif) left top no-repeat;
width:12px;
height:31px;
}
.activities_midbg{
background:#0c1946;
}
.activities_midbg ul{
margin:0;
padding:0;
list-style:none;
}
.activities_midbg li{
margin:0;
padding:0;
float:left;
}
.activities_midbg a{
display:block;
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding:6px 33px 7px 33px;
}
.activities_midbg a:hover{
background:url(../Images/activities_arrow.gif) center bottom no-repeat;
font-family:"Trebuchet MS";
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
/* END */

/* Start  network*/
.membernet_bg{background:#0C1946; height:30px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:center;}
.membernet ul{margin:0px; padding:0px; list-style:none;}
.membernet li{padding:0px 6px; float:left; }
.membernet a{color:#699AC5; font-weight:bold; text-decoration:none; outline:none; display:block; padding:7px  0px;}
.membernet a:hover{background:url(../Images/member_netarrow.gif) no-repeat bottom; color:#FFFFFF; text-decoration:none;}
.membernet .memactive{background:url(../Images/member_netarrow.gif) no-repeat bottom; color:#FFFFFF; padding:7px  0px;}
.pagging a{ color:#FC9A01; text-decoration:none; outline:none; display:block; padding:7px  0px; width:55px; }
.pagging a:hover{ color:#FFFFFF; text-decoration:none; outline:none;}
.text_box{ border:#6999CA 1px solid; height:22px;}
/* End network*/

.activities_rightcurve{
background:url(../Images/activities_rightcurve.gif) left top no-repeat;
width:12px;
height:31px;
}

.list_img{
padding:1px;
border:#cce5f2 solid 2px;
}

.latest_section_bg{
background:#dbeaf7;
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
font-size:14px;
text-decoration:none;
}
a.blue_title:link{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:16px;
text-decoration:underline;
}
a.blue_title:visited{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:16px;
text-decoration:underline;
}
a.blue_title:hover{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:16px;
text-decoration:none;
}
a.blue_title:active{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:16px;
text-decoration:underline;
}
/* */
a.white_title:link{
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
font-weight:bold;
padding:6px 10px;
text-decoration:underline;
}
a.white_title:visited{
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
font-weight:bold;
padding:6px 10px;
text-decoration:underline;
}
a.white_title:hover{
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
font-weight:bold;
padding:6px 10px;
text-decoration:none;
}
a.white_title:active{
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
font-weight:bold;
padding:6px 10px;
text-decoration:underline;
}
/* */
.white_section_bg{
background:#ffffff;
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
font-size:14px;
text-decoration:none;
margin:6px;
}
.grey_smalltext{
font-family:"Trebuchet MS";
font-weight:normal;
color:#696a6a;
font-size:12px;
text-decoration:none;
}
a.grey_smalltextlink:link{
font-family:"Trebuchet MS";
font-weight:bold;
color:#696a6a;
font-size:12px;
text-decoration:underline;
}
a.grey_smalltextlink:visited{
font-family:"Trebuchet MS";
font-weight:bold;
color:#696a6a;
font-size:12px;
text-decoration:underline;
}
a.grey_smalltextlink:hover{
font-family:"Trebuchet MS";
font-weight:bold;
color:#696a6a;
font-size:12px;
text-decoration:none;
}
a.grey_smalltextlink:active{
font-family:"Trebuchet MS";
font-weight:bold;
color:#696a6a;
font-size:12px;
text-decoration:underline;
}

.orange_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#eb4800;
font-weight:normal;
text-decoration:none;
}
.orange_txtuline{
font-family:"Trebuchet MS";
font-size:12px;
color:#eb4800;
font-weight:normal;
text-decoration:none;
}
.featured_blogbg{
background:url(../Images/featured_blogbg.gif) left top no-repeat;
width:301px;
height:40px;
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
font-weight:bold;
padding:6px 10px;
}
.blk_txt{
font-family:"Trebuchet MS";
font-size:12px;
color:#000000;
font-weight:normal;
}


.footer_bg{
	background:#0d1b49 url(../Images/footer_bg.gif) no-repeat;
	height:420px;
}

.footer_tabl_bg{
	background:url(../Images/footer_midbg.gif) repeat-x;
	height:349px;
}



.footer_seperator{
background:url(../Images/footer_seperator.gif) no-repeat;
height:198px;
width:6px;
}


.footer h2{
color:#003366;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:normal;
}

.footer ul{
	margin:0px;
	padding:0px;
	list-style:none
}

.footer li{
	margin:0px;
	padding:5px;
}

.footer li a{
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:13px;
	text-decoration:underline;
}

.footer li a:hover{
	color:#333333;
	font-size:13px;
	text-decoration:none;
}


/* Admin Footer */
.footer_admin_bg{
	background:#0d1b49 url(../Images/footer_admin_bg.gif) no-repeat;
	height:200px;
}

.footer_admin_tabl_bg{
	background:url(../Images/footer_admin_midbg.gif) repeat-x;
}

.footer_admin_seperator{
	background:url(../Images/footer_admin_seperator.gif) no-repeat;
	width:6px;
}


.maintext{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:normal;
	 text-decoration:none;
	 color:#7D7D7D;	 
}

.Blogtext{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:bold;
	 text-decoration:none;	
	 color:#7D7D7D;
 }

 .Blogtext1{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:normal;
	 text-decoration:none;	
	 color:#7D7D7D;
 }

.fourmtext1{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:normal;
	 text-decoration:none;
	 color:#737171;
	 }

.redtext{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:12px; 
     font-weight:normal;
	 text-decoration:none;
	 color:#8B2223;
	 }
	 .errortext{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:normal;
	 text-decoration:none;
	 color:#FF0033;
	 }

	 .simpleLink{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:BOLD;
	 text-decoration:underline;
	 color:#666666;
	 }
	 
	 .simpleLink:hover{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:BOLD;
	 text-decoration:NONE;
	 color:#AD413F;
	 }

	 .redcolor{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:10px; 
     font-weight:normal;	
	 color:#ff0000;
 }

 .findtext{
     font-family:verdana, Arial, Helvetica, sans-serif; 
     font-size:11px; 
     font-weight:bold;
	 text-decoration:none;
	 padding-top:5px;
	 color:#7D7D7D;
	 }

.collapseRow{
        display:none;
}

.expandRow{
        display: table-row;
}

a.readmore_link{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
font-size:12px;
text-decoration:underline;
}
a.readmore_link:visited{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
text-decoration:underline;
}
a.readmore_link:hover{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
text-decoration:none;
}
a.readmore_link:active{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
text-decoration:underline;
}
a.grey_normallink:link{
font-family:"Trebuchet MS";
font-weight:normal;
color:#696a6a;
font-size:12px;
text-decoration:none;
}
a.grey_normallink:visited{
font-family:"Trebuchet MS";
font-weight:normal;
color:#696a6a;
font-size:12px;
text-decoration:none;
}
a.grey_normallink:hover{
font-family:"Trebuchet MS";
font-weight:normal;
color:#696a6a;
font-size:12px;
text-decoration:underline;
}
a.grey_normallink:active{
font-family:"Trebuchet MS";
font-weight:normal;
color:#696a6a;
font-size:12px;
text-decoration:none;
}
.black_normaltxt{
font-family:"Trebuchet MS";
font-size:13px;
color:#696a6a;
font-weight:normal;
}
.comment_title{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#36567b;
font-size:11px;
text-decoration:none;
}
.comment_defaulttxt{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#696a6a;
line-height:12px;
font-size:11px;
text-decoration:none;
}
a.view_all{
font-family:"Trebuchet MS";
font-size:11px;
color:#ffffff;
background:#f67800;
padding:0px 10px;
font-weight:normal;
text-decoration:none;
}
a:hover .view_all{
text-decoration:underline;
}

.white_border{
background:#ffffff;
color:#003366;
font-size:14px;
text-decoration:none;
padding:3px 5px;
border:1px solid #cbcbcb;
}
.section_white{
background:#ffffff;
color:#696a6a;
font-size:14px;
text-decoration:none;
padding:3px 5px;
border:1px solid #6d8fad;
}
.bg_brown{
background:#f7fbff;
color:#003366;
font-size:14px;
text-decoration:none;
padding-left:15px;
border:1px solid #6d8fad;
}
.top_links
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:14px;
	}
.top_links a
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:14px;
	text-decoration:none;
	}
.top_links a:hover
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:14px;
	text-decoration:underline;
	}	
.ad_bg
	{
	background:url(../images/ad_bg.gif) no-repeat 97% 15%;
	color:#000000;
	font-family:"Trebuchet MS";
	line-height:25px;
	}	
.blue_bold
	{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#36567b;
	font-weight:normal;
	text-decoration:none;
	}
.blue_bold_small
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#36567b;
	font-weight:bold;
	text-decoration:none;
	}
.white_bold
	{
	font-family:"Trebuchet MS";
	font-size:36px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}	
.white_normal
	{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	}	
.blue_bold_head
	{
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#003366;
	font-size:16px;
	border-bottom:1px solid #6d8fad;
	}	
	
.txt_blue{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0076c3;
	text-decoration:none;
}



/*-- Kanav Css --*/
.input_name{
	font-family:Arial, Helvetica, 
	sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#1a4381; 
	padding-left:5px;
}

.input_textbox{
	border:1px solid #6799cc;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#1a4381;
	padding:2px 2px;
}

.grey_font{
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #C0C0C0;
}

.heading{
	font-family:Arial, Helvetica, 
	sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	color:#b6cadf; 
}

/*workout*/

.blue_bg_up
	{
	background:url(../Images/workout/blue_bg_up.gif) no-repeat top left;
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#003366;
	font-size:13px;
	}
.snap_border img
	{
	border:3px solid #ffffff;
	}
.snap_link
	{
	font-family:Trebuchet MS;
	font-size:11px;
	color:#ff6600;
	}
.snap_link a
	{
	font-size:12px;
	color:#ff6600;
	text-decoration:underline;
	font-family:Trebuchet MS;
	}
.snap_link a:hover
	{
	font-size:12px;
	color:#ff6600;
	text-decoration:none;
	font-family:Trebuchet MS;
	}	
a.blue_link{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
font-size:12px;
text-decoration:none;
}
a.blue_link:visited{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
text-decoration:none;
}
a.blue_link:hover{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
text-decoration:none;
}
a.blue_link:active{
font-family:"Trebuchet MS";
font-weight:normal;
color:#003366;
text-decoration:underline;
}			
.org_tab
	{
	background:url(../Images/workout/org_tab.gif) no-repeat center;
	width:180px;
	height:40px;
	*height:28px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 0px 10px 10px;
	}	
	
#org_tab_link a:hover{font-family:"Trebuchet MS"; font-size:12px; color:#FFFFFF;	}
#org_tab_link a:link{font-family:"Trebuchet MS"; font-size:12px; color:#FFFFFF;	}
#org_tab_link a:visited{font-family:"Trebuchet MS"; font-size:12px; color:#FFFFFF;	}
	
.org_tabblue
	{
	background:url(../Images/workout/org_tab_blue.gif) no-repeat right;
	width:180px;
	height:40px;
	*height:28px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 0px 10px 10px;
	}	
.work_option_link
	{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#003366;
	}
.work_option_link a
	{
	font-size:13px;
	color:#003366;
	text-decoration:underline;
	font-family:Trebuchet MS;
	}
.work_option_link a:hover
	{
	font-size:13px;
	color:#003366;
	text-decoration:none;
	font-family:Trebuchet MS;
	}	
a.work_org_link
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#003366;
	font-size:13px;
	text-decoration:none;
	}
a.work_org_link:visited
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#003366;
	text-decoration:none;
	font-size:13px;
	}
a.work_org_link:hover
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#003366;
	text-decoration:underline;
	font-size:13px;
	}
a.work_org_link:active
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#003366;
	text-decoration:underline;
	}		
.date_org_link
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#ff9900;
	text-decoration:none;
	font-size:13px;
	border-bottom:1px solid #ff9900;
	}	
a.date_org_link 
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#ff9900;
	text-decoration:none;
	font-size:13px;
	}	
a.date_org_link :hover
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	color:#ff9900;
	text-decoration:none;
	font-size:13px;
	}	
.workout_head
	{
	font-size:28px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#003366;
	}		
.date_btn
	{
	background:url(../Images/workout/date_btn.gif) no-repeat;
	width:226px;
	height:39px;
	font-size:22px;
	font-family:"Trebuchet MS";
	color:#ff6600;
	}	
.calender_text	
	{
	color:#6799cc;
	font-size:12px;
	font-family:"Trebuchet MS";
	}	
.mid_ad
	{
	background:url(../Images/workout/mid_ban.gif) no-repeat;
	width:550px;
	height:290px;
	color:#ff9900;
	font-weight:bold;
	font-size:14px;
	}
.mid_ad_head
	{
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	}	
.work_log_head
	{
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	background:#6799cc;
	}	
.work_log_text
	{
	color:#ffffff;
	font-size:14px;
	background:#6799cc;
	}		
.log_border
	{
	background:#6799cc;
	margin:2px 0px 2px 0px;
	}	
.log_text
	{
	background:#ffffff;
	text-align:center;
	font-size:13px;
	}	
.log_text_view
	{
	background:#ffffff;
	text-align:center;
	font-size:13px;
	color:#6799cc;
	}	
.log_text_view a
	{
	font-size:13px;
	text-decoration:none;
	color:#6799cc;
	}	
.log_text_view a:hover
	{
	font-size:13px;
	color:#6799cc;
	text-decoration:underline;
	}	
	



.bold_blacktxt{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#000000; padding-left:5px;}
.red_txt{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#E61E1E; }
.padding3{padding-left:3px;}
.row_bg{background-color:#F7F7E4; }
.greenBorder{border:solid 1px #DDDD9F;}

.filerepo_download a{
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	background:#4690d6;
	border:1px solid #4690d6;-webkit-border-radius:5px;-moz-border-radius: 3px;
	width:auto;
	height:25px;
	_height:20px !important; 
	padding:2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor:pointer;
	text-decoration: none;
}

.filerepo_download a:hover {
	background: #0054a7;
	text-decoration: none;
}

.filerepo_download_big a{
	font:20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	background:#4690d6;
	border:1px solid #4690d6;-webkit-border-radius:5px;-moz-border-radius: 3px;
	width:auto;
	height:35px;
	_height:30px !important; 
	padding:6px 10px 6px 10px;
	margin:10px 0 10px 0;
	cursor:pointer;
	text-decoration: none;
}

.filerepo_download_big a:hover {
	background: #0054a7;
	text-decoration: none;
}



.grey_bg{background-color:#FFF; border:#E6E5E5 1px solid;  }


.memberInfo {
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0054a7;
}


.progress
	{
	font-family:Trebuchet MS;
	font-size:22px;
	color:#ff6600;
	}
.progress a
	{
	font-size:22px;
	color:#ff6600;
	text-decoration:underline;
	font-family:Trebuchet MS;
	}
.progress a:hover
	{
	font-size:22px;
	color:#ff6600;
	text-decoration:none;
	font-family:Trebuchet MS;
	}	
	
	
/*--------- food & diet section start ------*/
/* MyFood private reduced - CSS Styles */
.blue_arrow{ background:url(../Images/food/blue_arrowbot.gif) left top no-repeat; height:12px;}
.recordfood_bg{background:url(../Images/food/recordfood_bg.gif) left top no-repeat; width:531px;padding:40px 0px 21px 0px;}
.privatesearch{width:266px;border:none; height:19px; padding:6px 7px; color:#6799cc;}

.water_bottle{background:url(../Images/food/water_bottle.gif) left top no-repeat; width:57px; height:116px;color:#ffffff;font-family:Georgia, "Times New Roman", Times, serif; font-size:45px;}

.reminder_link a{
font-family:"Trebuchet MS";
color:#336699;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}
.reminder_link a:hover{
font-family:"Trebuchet MS";
color:#336699;
font-size:12px;
font-weight:normal;
text-decoration:none;
}

.food_item{background:url(../Images/food/fooditem_bg.gif) left top no-repeat;height:26px; font-size:12px;}

.white_smalltxt{color:#ffffff;font-weight:bold;font-size:12px;background:#6799cc; font-weight:normal;}

.total_bg{background:url(../Images/food/bot_totalarrow.gif) right top no-repeat; height:25px; font-weight:bold; color:#ffffff;padding-right:10px;}
.total_amtbg{background-color:#6799cc; color:#ffffff; height:25px;}
.blue_ulink{font-family:Trebuchet MS;font-size:13px;color:#003366;}
.blue_ulink a{font-size:11px;color:#003366;text-decoration:underline;font-family:Trebuchet MS; font-weight:normal;}
.blue_ulink a:hover{text-decoration:none;font-family:Trebuchet MS;}

.add_imgtxt{font-size:18px;}
.recordactivities_bg{background:url(../Images/food/recordactivities_bg.gif) left top no-repeat; width:531px;padding:40px 0px 21px 0px;}

.activitylog_bg{background:url(../Images/food/activitylog_bg.gif) left top no-repeat;height:26px; font-size:12px;}
/*--------- food & diet section end --------*/

/*   ----------------------------------- User Profile () --------------------------------------------------- */

a{
	color:#fb6602;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
a, input{outline:none;}

.contnthedng{
	background:url(../Images/Profile/micontnt_hedbg.gif) no-repeat top;
	height:36px;
	font-size:18px;
	padding:3px 0 0 15px;
	}

.contnthedng2{
	font-size:13px;
}

.contnthedng3{
	font-size:18px;
}

.contnthedng31{
	font-size:12px;
	color:grey;
}

.contnthedng span{
	font-size:14px;
	} 

	.rightbordr{
	border-left:#709ccb 1px dashed;
	padding-left:10px;
	line-height:140%;
	}
.ritpad{
	line-height:140%;
	padding-right:10px;
	}
.smalldiv{
	margin:15px 15px 0 15px;
	width:135px;
	height:53px;
	border:1px solid #ddebf6;
	}

.smalldiv span{
	font-size:18px;
	}
.orghiglit{
	font-size:18px;
	font-family:"Times New Roman";
	}
.bluhed{
	background: #333333 url(../images/bluerund_mid.gif) repeat-x top;
	color:#FFFFFF;
	font-style:italic;
	}
.bluhed a{
	color:#FFFFFF;
	}
.smallroundbg{
	background:url(../Images/Profile/smallroundboxbg.gif) repeat-y top;
	}
.smallroundbg a{
	color:#6c9acb;
	font-size:11px;
	}
.smallroundbg h3{
	font-size:18px;
	margin:0 5px 5px 5px;
	padding:0;
	color:#6c9acb;
	}
.blogtxt{
	padding-left:25px;
	}

.blogtxt ul{
	text-align:left;
	padding:0 0 0 25px;
	margin:0;
	}
.blogtxt ul li{
	list-style-image:url(../Images/Profile/invcomma.jpg);
	}

.blogtxt h3{
	font-size:18px;
	margin:0 5px 5px 5px;
	padding:0;
	color:#6c9acb;
	}
.username{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	}
.top_links_new
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:16px;
	}
.top_links_new a
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:11px;
	text-decoration:none;
	}
.top_links_new a:hover
	{
	font-family:"Trebuchet MS";
	color:#0e6e9e;
	font-size:11px;
	text-decoration:underline;
	}	
.orange_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#eb4800;
	font-weight:normal;
	text-decoration:none;
}
.orange_txtuline{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#eb4800;
	font-weight:normal;
	text-decoration:none;
}
.orngtop_bordr{
	height:12px;
	background:url(../Images/Profile/dottedorng_bordr.gif) repeat-x;
	}
.org_tab2
	{
	background:url(../Images/Profile/org_tab2.gif) no-repeat left;
	width:160px;
	height:40px;
	*height:28px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 0px 10px 15px;
	}	
.cutbluhed{
	padding-left:15px;
	background:url(../Images/Profile/cutbluehed_rit.gif) no-repeat left #101847;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	}
.blubg a{
		color:#FFFFFF;
	}
.blubg{
	background-color:#101847;
	}
.img_border{
padding:1px;
border:#D8D8D8 solid 1px;
}



.goal {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:14px;
}

.goal a{
	text-decoration:none;
}

.goal a:hover{
	color:#0e6e9e;
	text-decoration:underline;
}
.successStoryTitle{
	font-size:16px;
	color:#003366;
}
.successStorySmallLink{
	font-size:13px;
	color:#003366;
}
.outerborder
{
    BORDER-RIGHT: #E8E8E8 1px solid;
    BORDER-TOP: #E8E8E8 1px solid;
    BORDER-LEFT:#E8E8E8 1px solid;
    BORDER-BOTTOM: #E8E8E8 1px solid;
}



.bodyBadgeDigit {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:60px;
}

.bodyBadgeText {
	font-family:"Trebuchet MS";
	color:#d5fe9e;
	font-size:14px;
}
.textBox{
    background-repeat:no-repeat;
    background-position:left;
    border: 1px solid #0C1946;
    width:200px;
    padding-left:3px;
	height:18px;
	color:#808080;
}
.for_premium_members{
	font-size:20px;
    color:#808080;
}

.new_input5 {border:1px solid #cccccc; color:#000000; font-family:Verdana,Tahoma,sans-serif; font-size:11px; width:40px}

a.blue_title2:link{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:12px;
text-decoration:underline;
}
a.blue_title2:visited{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:12px;
text-decoration:underline;
}
a.blue_title2:hover{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:12px;
text-decoration:none;
}
a.blue_title2:active{
font-family:"Trebuchet MS";
font-weight:bold;
color:#003366;
font-size:12px;
text-decoration:underline;
}


/************** Nutition Facts ***************/
.food_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #232283;
	font-weight: bold;
}

.food_sub_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#232283;
	font-weight: bold;
}

.food_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#232283;
}

.food_bar{
	background-color:#232283;
}

.currentStatus{
	color:#C0C0C0;
}

.currentStatusOnFocus{
	color:#003366;
}




a.clear_link:link{
font-family:"Trebuchet MS";
color:grey;
font-size:11px;
text-decoration:underline;
}
a.clear_link:visited{
font-family:"Trebuchet MS";
color:grey;
font-size:11px;
text-decoration:underline;
}
a.clear_link:hover{
font-family:"Trebuchet MS";
color:grey;
font-size:11px;
text-decoration:none;
}
a.clear_link:active{
font-family:"Trebuchet MS";
color:grey;
font-size:11px;
text-decoration:underline;
}


.input_text {border:1px solid #6799cc; color:#000000; font-family:Verdana,Tahoma,sans-serif; font-size:11px; width:40px}
.input_dropdown {border:1px solid #6799cc; color:#000000; font-family:Verdana,Tahoma,sans-serif; font-size:11px;}


/* Footer pages */
#footerStyles p, #footerStyles ul, #footerStyles li, #footerStyles ol, #footerStyles td{
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#003366;
}

#footerStyles h2{
font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#003366;
}

#footerStyles h3{
font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#003366;
}


#footerStyles h4{
font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#003366;
}

#footerStyles p{padding:10px 0 10px 0;}


#footerStyles .Question{
padding-bottom:-5px; margin-bottom:-10px;margin-top:15px; padding-top:15px; border-top:dotted 1px #FF6600;
}
.blogtxt2{
	padding-left:25px;
	}

.blogtxt2 ul{
	text-align:left;
	padding:0 0 0 25px;
	margin:0;
	}
.blogtxt2 ul li{
	list-style-image:url(../Images/Profile/invcomma_whitebg.gif);
	}

.blogtxt2 h3{
	font-size:18px;
	margin:0 5px 5px 5px;
	padding:0;
	color:#6c9acb;
	}