/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	background: #fff url(images/pagebg.gif) repeat-x left top;
	font: normal 12px Arial; color: #333;
	cursor: default;
}
.left
{
	float: left;
	padding: 0px 0px 0px 5px;
}
.right
{
	float: right;
}
.center
{
	margin: 0px auto 0px auto;
}
a:active, a:focus, a, input, select 
{
	outline: none;
	outline-style: none;
}
/*GENERAL STYLES FOR PARAS, HEADINGS, FORMS, etc*/
h1 
{
	font: bold 24px Arial, Tahoma;color: #5f7b28; letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1.homepage
{
	font: bold 40px Arial, Verdana, Tahoma; color: #1e7cf0; text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	/*border-top: 1px solid #dddddd;*/
}
h2, h2 a
{
	font: bold 20px Arial, Tahoma; color: #6b6b6b; letter-spacing: 0px;
	padding: 0px 0px 0x 0px;
	margin: 0px 0px 10px 5px;
	clear: none;

}
h2 .sub
{
	background: transparent url(images/h2_sublink.gif) no-repeat left bottom;
	font: bold 17px Arial, Tahoma; color: #6b6b6b;
	padding: 5px 0px 0px 20px;
}
h3, h3 a
{
	font: bold 15px Arial, Tahoma; color: #5f7b28; text-decoration: none;
	padding: 5px 5px;
	margin: 0px;
	clear: left;
}
h3 img
{
	padding: 0px 10px 0px 0px;
	float: left;
}
h4
{
	font: bold 14px Arial, Verdana, Verdana, Tahoma; color: #444;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	clear: both;
}
h4 img.icons
{
	float: right;
	margin: 0px 0px -20px 0px;
	position: relative;
	top: -25px;
	right: 15px;
}
p
{
	font: normal 12px Arial, Verdana, Verdana, Tahoma; color: #444;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 10px 0px;
}
p.warning, li.warning
{
	background: url(images/alert.jpg) no-repeat center top;
	text-align: center;
	padding: 35px 10px 0px 10px;
}
p.ok
{
	background: transparent url(images/ok.jpg) no-repeat left top;
	padding: 5px 0px 10px 40px;	
	margin: 10px 0px 0px 0px;
	color: #1967c7;
	clear: both;
}
p.okcenter
{
	background: url(images/ok.jpg) no-repeat center top;
	text-align: center; color: #1967c7;
	padding: 35px 10px 0px 10px;
}
p.okcontact
{
	background: url(images/contact1.jpg) no-repeat center top;
	text-align: center; color: #333;
	padding: 5px 10px 20px 10px;
}
p.ok a
{
	color: #006CCE; text-decoration: underline;
}
p.faqlink
{
	font-weight: bold; color: #255daf;
	background: url(images/faqlink1.gif) no-repeat left top;
	padding: 2px 0px 5px 20px;
	margin: 5px 0px 10px 0px;
	clear: both;
}
p.faqlink a
{
	text-decoration: none;
	color: #255daf;
}
p a.top
{
	background: url(images/faqlink_top.gif) no-repeat left top;
	color: #255daf;
	padding: 2px 0px 5px 20px;
}
p.faqlink a:hover
{
	text-decoration: underline;
}
p.features, h2.features
{
	width: 245px;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 10px 0px;
	float: left;
}
p.features:first-line
{
	font: bold 15px Arial; color: #1e7cf0; text-decoration: none;
}
h2.features a
{
	font: bold 15px Arial; color: #353535; text-decoration: none;
}
h2.features a:hover
{
	text-decoration: underline;
}
p.features img
{
	float: left;
	width: 60px;
	height: 60px;
	margin: 0px 5px 10px 0px;
}
ul
{
	font: normal 12px Arial, Verdana, Verdana, Tahoma; color: #444; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
}
ul li a
{
	color: #339900; text-decoration: underline;
	background: none;
}
ul.warning, ol.warning 
{
	background: url(images/alert.jpg) no-repeat left top;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	margin: 0px auto 0px auto;
}
 ul.warning li, ol.warning li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 40px;
}
p img.right
{
	float: right;
	margin: -10px 5px 0px 5px;
}
p img.left
{
	float: left;
	/*clear: both;*/
	margin: 0px 5px 0px 5px;
}
img.left
{
	float: left;
	margin: 10px 15px 0px 5px;
}
img.icon
{
	border: 1px solid #c8c7ca;
	margin: 5px 10px 5px 10px;
	clear: both;
}
img.center
{
	border: 0px none;
	margin: 0px auto 0px auto;
}
img.user_avatar
{
	background: url(images/avatarbg.jpg) no-repeat left top;
	padding: 10px;
	margin: 5px 20px 0px 0px;
	width: 100px;
	height: 100px;
	float: left;
}
img.user_blog
{
	background: url(images/blogsamplebg.jpg) no-repeat left top;
	padding: 10px;
	margin: 0px 20px 20px 0px;
	width: 150px;
	height: 102px;
	float: left;
	cursor: pointer;
}
a img.bloglink
{
	padding: 2px;
	border: 1px solid #333;
	margin-bottom: 10px;
}
p img.center
{
	clear: both;
	margin: 0px 0px 20px 0px;
}
ul
{
	font: normal 12px Arial, Verdana, Verdana, Tahoma; color: #444;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}
ul li
{

	background: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 14px;
}
ul.bullet
{
	font: normal 13px Arial, Verdana, Verdana, Tahoma; color: #444;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}
ul.bullet li
{

	background: url(images/bullet_ul.gif) no-repeat left top;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 15px;
	line-height: 14px;
}
ul.bullet li a
{

	text-decoration: underline;
	color: #339900;
}
ul.nutritional
{
	font: normal 12px Arial, Verdana, Verdana, Tahoma; color: #444;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}
ul.nutritional li
{

	background: url(images/nutrition_bullet.gif) no-repeat left top;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 20px;
	list-style-type: none;
	line-height: 14px;
}
ul.nutritional li a
{

	text-decoration: none;
	color: #339900;
}
ul.nutritional li a:hover
{

	text-decoration: underline;
}
ol
{
	margin: 0px 20px 0px 10px;
	padding: 0px;
}
ol li
{
	font: normal 12px Arial, Verdana, Tahoma; color: #444; text-align: left;
	margin: 0px 0px 5px 20px;
}
.error_message
{
	background: transparent url(images/alert.jpg) no-repeat left top;
	font: normal 12px Arial, Verdana, Tahoma; color: #ff0000;
	padding: 5px 0px 10px 40px;
	margin-left: 10px;
	clear: left;
}
.error_message ul
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
.error_message ul li
{
	background: url(images/bullet_ul.gif) no-repeat left top;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 15px;
	list-style-type: none;
	line-height: 14px;
}
.error
{
	font: normal 11px Arial, Verdana, Tahoma; color: #ff0000;
}
.noresults
{
	font: normal 12px Arial, Verdana, Tahoma; color: #ff0000; text-align: center;
}
a.remove
{
	background: url(images/delete.gif) no-repeat left;
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 20px;
	margin: 10px 0px 0px 10px;
	text-decoration: none;
	display: inline;
}
p a.monthly
{
	height: 20px;
	padding: 3px 0px 10px 20px;
	margin-left: 5px;
	background: url(images/calendar_icon.jpg) no-repeat left top;
	font: bold 11px Arial, Helvetica; color: #1E7CF0; text-decoration: none;
	cursor: pointer;
}
/*FORM INPUT STYLES*/
fieldset
{
	border: 0px none;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font: normal 13px Arial, Verdana; color: #333;
}
label
{
	font: normal 13px Arial, Verdana, Tahoma; color: #444; text-align: right; white-space: nowrap;
	padding: 5px 5px 0px 0px;
	width: 125px;
	display: block;
	float: left;
}
.labelmedium
{
	white-space: nowrap;
	width: 90px;
}
.label_no
{
	text-align: left;
	margin: 0px;
	width: auto;
}
.label_top
{
	text-align: left;
	margin: 0px;
	padding: 5px 2px 5px 2px;
	width: auto;
	display: inline;
}
.labelsmall
{
	width: auto;
	display: inline;
	float: none;
}
.smallfont
{
	font-size: 11px;
}
.infoline
{
	clear: both;
	margin: 5px 0px 0px 0px;
}
.infoline img.settings
{
	padding: 0px 10px 10px 0px;
	float: left;
	position: relative;
	top: 15px;
}
.infoline strong
{
	margin: 5px 0px 0px 0px;
	font: bold 13px Arial ; color: #333;
}
.compact
{
	margin: 0px 0px 0px 0px;
	text-align: right;	
}
.infoline img 
{
	float: left;
	margin: -2px 5px 0px 0px;
}
.clarify
{
	font-size: 11px; color: #1967c7;
}
.warning2
{
	font-size: 11px; color: #d90014;
	margin: 0px;
	padding: 0px;
}
.warning2 img, .clarify img
{
	margin: -2px 5px 0px 4px;
	float: left;
}
input, select
{
	font: normal 13px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: transparent url(images/input_text.jpg) no-repeat left 3px;
	border: 0px none;
	margin: 4px 2px;
	padding: 3px;
	width: 145px;
	height: 25px;
	cursor: default;
	display: inline;
}
textarea
{
	font: normal 13px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: url(images/textarea_text.gif) no-repeat left top;
	border: 0px none;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 5px 5px;
	cursor: default;
	width: 165px;
	height: 45px;
	display: inline;
}
textarea.medium, .location
{
	font: normal 13px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: transparent url(images/textarea_medium.jpg) no-repeat left top;
	border: 0px none;
	margin: 0px 5px 5px 0px;
	padding: 5px 20px 5px 5px;
	width: 250px;
	height: 70px;
}
textarea.large
{
	font: normal 13px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: transparent url(images/textarea_large.jpg) no-repeat left top;
	border: 0px none;
	margin: 0px 5px 0px 0px;
	padding: 5px 20px 5px 5px;
	width: 290px;
	height: 100px;
}
textarea.wide
{
	font: normal 13px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: transparent url(images/textarea_textbig.jpg) no-repeat left top;
	border: 0px none;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 0px 5px;
	width: 340px;
	height: 50px;
}/*
textarea.regularwide
{
	font: normal 11px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: transparent url(images/textarea_textbig.jpg) no-repeat left top;
	border: 0px none;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 0px 5px;
	width: 340px;
	height: 50px;
}*/
textarea.extrawide
{
	font: normal 11px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: transparent url(images/textarea_extrawide.jpg) no-repeat left top;
	border: 0px none;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 0px 5px;
	width: 400px;
	height: 50px;
}
textarea.quickmessage
{
	background: url(images/quickmessage_input.jpg) no-repeat left top;
	width: 200px;
	height: 55px;
	padding: 5px 5px 5px 5px;
	cursor: default;
	overflow: auto;
	border: 0px none;
	font: normal 11px Arial,Helvetica; color: #333;
}
.idealweight
{
	background: url(images/quickmessage_input.jpg) no-repeat left top;
	width: 210px;
	height: 50px;
	padding: 10px 0px 5px 0px;
	margin: 0px auto 0px auto;
	font: bold 15px Arial, Verdana, Tahoma; color: #222; text-align: center;
	overflow: hidden;
}
textarea.css
{
	font: normal 12px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: #fff;
	border: 1px solid #5e667c;
	margin: 0px 0px 5px 3px;
	padding: 2px;
	width: 675px;
	height: 290px;
}
input.small
{
	background: transparent url(images/input_textsmall.jpg) no-repeat left top;
	/*padding: 4px 3px 4px 3px;*/
	width: 49px;
	height: 25px;
	cursor: default;
	display: inline;
	vertical-align: middle;
}
select.small
{
	font: normal 13px Arial, Verdana, Tahoma; color: #222; text-align: left;
	background: transparent url(images/input_textsmall.jpg) no-repeat left top;
	/*padding: 4px 3px 4px 3px;
	margin: 0px 0px 0px 5px;*/
	width: 55px;
	height: 25px;
}
input.regular, select.regular
{
	background: transparent url(images/input_textregular.jpg) no-repeat left top;
	width: 70px;
	height: 25px;
	cursor: default;
	display: inline;
}
input.medium, .medium 
{
	text-align: left;
	background: transparent url(images/input_textmedium.jpg) no-repeat left top;
	width: 110px;
	height: 25px;
}
select.medium
{
	text-align: left;
	background: url(images/input_text.jpg) no-repeat left top;
	width: 150px;
	height: 25px;
}
select.medium110
{
	text-align: left;
	background: transparent url(images/input_textmedium.jpg) no-repeat left top;
	width: 110px;
	height: 25px;
}
input.large
{
	text-align: left;
	background: transparent url(images/input_textlarge.jpg) no-repeat left top;
	/*padding: 4px 3px 4px 3px;*/
	width: 190px;
	height: 25px;
}
select.large
{
	text-align: left;
	background: url(images/input_textlarge.jpg) no-repeat left top;
	width: 190px;
	height: 25px;
}
input.water
{
	background: transparent url(images/input_water.gif) no-repeat left top;
	width: 60px;
	height: 30px;
	padding: 10px 0px 0px 0px;
	font: bold 18px Arial, Verdana, Tahoma; color: #6a6a6a; text-align: center;
}
.rightfloater
{
	float: right;
	margin-top: -37px;
}
input.extralarge, select.extralarge
{
	background: transparent url(images/input_extralarge.jpg) no-repeat left top;
	/*padding: 4px 2px 4px 3px;*/
	width: 300px;
	height: 25px;
}
select.extralarge2
{
	background: transparent url(images/textarea_large.jpg) no-repeat left top;
	/*padding: 4px 3px 4px 3px;*/
	width: 300px;
	height: 110px;
}
select option
{
	background: #fff;
}
input.hidden
{
	display: none;
}
input.radio
{
	width: 20px;
	padding: 0px 0px 0px 0px;
	margin: -4px 0px 0px 0px;
	background: transparent;
	float: left;
	outline: none;
	outline-style: none;
}
input.checkbox
{
	width: 20px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	background: transparent;
	display: inline;
	position: relative;
	top: 6px;
}
img.input_load
{
	position: relative;
	top: -16px;
	width: 16px;
	height: 20px;
	margin: 0px 0px -20px 5px;
	overflow: hidden;
	float: none;
}
.infoline img.input_ok
{
	position: relative;
	top: -16px;
	width: 16px;
	height: 30px;
	margin: 0px 0px -30px 5px;
	overflow: hidden;
	float: none;
}
input.savebutton
{
	background: transparent url(images/savebutton.jpg) no-repeat left 0px;
	width: 150px;
	height: 45px;
	font: bold 15px Arial; color: #1e7cf0; text-align: center;
	margin: 0px 10px 0px 5px;
	cursor: pointer;
	display: inline;
}
input.savebutton:hover
{
	background: transparent url(images/savebutton_hover.jpg) no-repeat left top;
	color: #444;
}
input.savebutton20
{
	background: url(images/savebutton20.jpg) no-repeat left top;
	width: 64px;
	height: 20px;
	font: bold 14px Arial; color: #1e7cf0; text-align: center;
	display: inline;
	margin-top: -1px;
	padding: 2px 4px 2px 4px;
}
input.savebutton20:hover
{
	background: transparent url(images/savebutton20_hover.jpg) no-repeat center top;
	color: #444;
	cursor: pointer;
}
input.savebutton25
{
	background: url(images/savebutton25.jpg) no-repeat left top;
	width: 80px;
	height: 25px;
	font: bold 14px Arial; color: #1e7cf0; text-align: center;
	display: inline;
	margin-top: -5px;
	cursor: pointer;
}
input.savebutton25:hover
{
	background: transparent url(images/savebutton25_hover.jpg) no-repeat center top;
	color: #444;
}
input.savebutton75
{
	background: transparent url(images/savebutton75.jpg) no-repeat center top;
	width: 75px;
	height: 45px;
	font: bold 14px Arial; color: #1e7cf0; text-align: center; white-space: normal;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	float: left;
}
input.savebutton75:hover
{
	background: transparent url(images/savebutton75_hover.jpg) no-repeat center top;
	color: #444;
}
input.savebutton60
{
	background: transparent url(images/savebutton60.jpg) no-repeat center top;
	width: 60px;
	height: 45px;
	font: bold 12px Arial; color: #333; text-align: center; white-space: normal;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	float: left;
}
input.savebutton60:hover
{
	background: transparent url(images/savebutton60_hover.jpg) no-repeat center top;
}
input.stat
{
	background: transparent url(images/statsbg.gif) no-repeat center top;
	width: 150px;
	height: 29px;
	font: bold 18px Arial; color: #1e7cf0; text-align: center;
	padding: 6px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px none;
}
input.login
{
	background: transparent url(images/login.jpg) no-repeat left top;
	width: 75px;
	height: 25px;
	margin: -9px 0px 0px 0px;
	padding: 1px;
	cursor: pointer;
}
input.savebutton:hover
{
	background: transparent url(images/savebutton_hover.jpg) no-repeat left top;
	color: #444;
}
input[type="file"] 
{
	width:auto;
}
.button
{
	width: 150px;
	height: 33px;
	font: bold 15px Arial; color: #1e7cf0; text-align: center; text-decoration: none;
	margin: 0px 10px 0px 5px;
	padding: 12px 0px 0px 0px;
	cursor: pointer;
	display: block;
}
.button a
{
	background: transparent url(images/savebutton.jpg) no-repeat left top;
	width: 150px;
	height: 33px;
	font: bold 15px Arial; color: #1e7cf0; text-align: center; text-decoration: none;
	margin: 0px 10px 0px 5px;
	padding: 12px 0px 0px 0px;
	display: block;
	
}
.button a:hover
{
	background: transparent url(images/savebutton_hover.jpg) no-repeat left top;
	color: #444;
}
.button75
{
	width: 75px;
	height: 45px;
	font: bold 14px Arial; color: #1e7cf0; text-align: center; white-space: normal;
	padding: 5px 5px 0px 0px;
	margin: 0px 10px 0px 0px;
	display: block;
}
.button75 a
{
	background: transparent url(images/savebutton75.jpg) no-repeat center top;
	width: 75px;
	height: 45px;
	font: bold 14px Arial; color: #1e7cf0; text-align: center; white-space: normal; text-decoration: none;
	padding: 5px 5px 0px 5px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.button75 a:hover
{
	background: transparent url(images/savebutton75_hover.jpg) no-repeat center top; text-decoration: none;
	color: #444;
}
a.savebutton200
{
	background: transparent url(images/savebutton200.jpg) no-repeat center top;
	width: 190px;
	height: 55px;
	font: bold 17px Arial; color: #1a6dd3; text-align: center; white-space: normal; text-decoration: none;
	padding: 20px 5px 0px 5px;
	margin: 0px 10px 0px 10px;
	float: left;
	display: block;
}
a.savebutton200:hover
{
	background: transparent url(images/savebutton200_hover.jpg) no-repeat center top;
	color: #222;
}
a.savebuttonbig
{
	background: transparent url(images/savebuttonbig.jpg) no-repeat left top;
	width: 273px;
	height: 56px;
	font: bold 30px Arial; color: #10c83c; text-align: center; text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	display: block;
}
/*:::: SOME STYLES FOR THE BLOG PAGE IN THE ADMIN::::*/
img.upload
{
	border: 0px;
	margin: 5px 0px 5px 30px;
	padding: 0px;
	cursor: pointer;
}
.blog_sample
{
	border: 1px solid #555;
	margin: 5px 0px 5px 0px;
}
.counter
{
	border: 1px solid #28ab28;
	padding: 1px 5px 1px 5px;
	font: bold 15px Arial; color: #28ab28;
	margin-left: 5px;
}
/*Inputstyle to hide ugly file browse */
.fileinputs 
{
	position: relative;
	border: 1px solid #333;
	height: 30px;
}
.fakefile 
{
	position: absolute;
	z-index: 1;
	background: #333 url(images/input_text.jpg) no-repeat left top;
	border: 0px none;
	margin: 0px 3px 0px 0px;
	padding: 4px;
	width: 142px;
	height: 19px;
}
input.file 
{
	position: relative;
	text-align: right;
	font-size: 20px;
	height: 30px;
	z-index: 2;
}
/*End FORM INPUT STYLES*/
#container /*Div that contains all*/
{
	margin: 0px auto 0px auto;
	width: 980px;
	padding: 0px 0px 0px 0px;
}
.weightlost 
{
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 10px;
	width: 300px;
	height: 30px;
	float: left;
	display: block;
	font: bold 20px Arial, Tahoma; text-align: left; color: #fff;
}
.newsite
{
	padding: 4px 0px 0px 25px;
	margin: 0px 0px 5px 20px;
	float: left;
	width: 300px;
	height: 21px;
	background: url(images/newsite_bg.jpg) no-repeat left top;
	font: bold 12px Arial, Verdana, Verdana, Tahoma; color: #222;
}
#topmenu_right
{
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 5px 0px;
	width: 500px;
	height: 26px;
	float: right;
}
#topmenu_right ul
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 26px;
}
#topmenu_right ul li
{
	font: bold 12px Arial, Verdana, Tahoma; color: #fff;
	float: left; 
	padding: 0px;
	margin: 0px;
}
#topmenu_right ul li a
{
	color: #757575; text-decoration: none; text-align: center;
	padding: 5px 0px 0px 0px;
	display: block;
	float: left;
	height: 20px;
	width: 100px;
	background: url(images/topmenu_right.gif) no-repeat left top;
}
#topmenu_right ul li a:hover
{
	background: url(images/topmenu_righthover.gif) no-repeat left top;
	color: #616161;
}
.clearbar
{
	width: 100%;
	height: 1px;
	border: 0px none;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	clear: both;
}
.clearline
{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #979797;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	clear: both;
}
.dotline
{
	width: 100%;
	height: 5px;
	*height: 10px; /* IE 7 and below */
	background: url(images/dotline.gif) repeat-x left center;
	padding: 0px;
	overflow: hidden;
	display: block;
	clear: both;
}
#logo
{
	float: left;
	padding: 20px 0px 10px 20px;
}
#logo a img
{
	width: 315px;
	height: 70px;
	display: block;
	border: 0px none;
}
.contactlogo
{
	width: 195px;
	height: 50px;
	display: block;
	margin: 0px auto 0px auto;
	background: url(images/logo_contact.jpg) no-repeat left top;
}
img.security
{
	width: 92px;
	height: 36px;
	padding: 5px;
	background: url(images/security_bg.gif) no-repeat left top;
}
.header_banner
{
	width: 468px;
	height: 60px;
	position: absolute;
	top: 60px;
	left: 320px;
	margin: 0px;
}
#logo_invoice
{
	background: url(images/logo_ticket.jpg) no-repeat left top;
	margin: 0px 0px 10px 75px;
	padding: 0px;
	width: 170px;
	height: 28px;
}
.databox
{
	margin: 15px 0px 0px 0px;
	padding: 0px 25px 0px 40px;
	height: 45px;
	float: right;
	background: url(images/user_logged.jpg) no-repeat left top;
}
.noicon
{
	padding: 0px 20px 0px 0px;
	background: transparent;
}
.databox p
{
	font: bold 14px Arial; color: #4e931e; letter-spacing: 0px;
	padding: 15px 0px 10px 0px;
}
.databox p a
{
	color: #878787; text-decoration: none;
	padding: 10px 30px 10px 5px;
	background: url(images/logout.jpg) no-repeat right center;
}
.databox p a:hover
{
	color: #476322;
	background: url(images/logout_over.jpg) no-repeat right center;
}
.searcharea   /*Replaces the searchboxes on the homepage with 2 small searchbars visible on ALL pages*/
{
	width: 960px;
	height: 30px;
	clear: both;
	border-bottom: 1px solid #95d147;
	margin: 0px 0px 15px 0px;
	padding: 15px 20px 0px 0px;
}
.searcharea table
{
	background: url(images/searchtab1.gif) no-repeat left top;	
	padding: 0px;
	margin-left: 5px;
	width: 300px;
	height: 30px;
	float: right;
	border: 0px none;
}
.searcharea table td
{
	font: normal 11px Arial, Verdana, Tahoma; color: #222; white-space: nowrap; vertical-align:middle;
	padding: 0px 0px 0px 10px;
}
.searcharea table td input
{
	padding: 2px;
	font: normal 11px Arial, Verdana, Tahoma; color: #333;
	background: url(images/searchfield.gif) no-repeat left top;
	border: 0px none;
	cursor: default;
	width: 126px;
	float: right;
	height: 14px;
}
.searcharea table td input.submit
{
	padding: 0px;
	margin-right: 10px;
	font: normal 11px Arial, Verdana, Tahoma; color: #333;
	background: url(images/search_ok.gif) no-repeat left top;
	border: 0px none;
	cursor: pointer;
	width: 18px;
	height: 18px;
}
/*START MAIN AREA, 3-column layout*/
#main_site /*Holds all between header and footer*/
{
	width: 940px;
	padding: 5px 20px 0px 20px;
	clear: both;
}
#navzone
{
	width: 170px;
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	float: left;	
}
#navzone2
{
	width: 155px;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}
.supportgroups
{
	width: 148px;
	margin: 0px 0px 0px 2px;
	background: url(images/leftcol_grad.jpg) repeat-y left top;
	height: 500px;
}
#navzone .google_ads
{
	padding: 15px 5px 15px 5px;
	margin: 0px;
}
#navzone .google_ads p
{
	font: normal 10px Tahoma, Arial; color: #666; text-align: center;
	padding: 10px 0px 10px 0px;
}
#mainmenu
{
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	height: auto;
	background: url(images/mainmenu_top.gif) no-repeat left top;
}
#mainmenu.admin
{
	padding-top: 60px;
	background: url(images/mainmenu_admin.jpg) no-repeat left top;
}
#mainmenu ul
{
	width: 170px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background: #878787 url(images/mainmenu_foot.gif) no-repeat left bottom;
}
#mainmenu ul li
{
	width: 170px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 12px Arial, Tahoma; color: #fff; text-align: left;
}
#mainmenu ul li a
{
	height: 23px;
	display: block;
	padding: 7px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #fff; text-decoration: none;
	background: #878787 url(images/mainmenu_off.gif) no-repeat right top;
}
#mainmenu ul li a.new
{
	background: url(images/mainmenu_blink.gif) repeat-x left top;
}
#mainmenu ul li a:hover
{
	background: #757575 url(images/mainmenu_on.gif) no-repeat right top;;
}/*
#mainmenu ul li.account
{
	height: 60px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#mainmenu ul li.account a
{
	display: block;
	height: 60px;
	background: none;
	padding: 0px;
}
#mainmenu ul li.account a:hover
{
	background: url(images/mainmenu_admin_hover.jpg) no-repeat left top;
}*/
#mainmenu ul li a img
{
	height: 0px;
	width: 0px;
	border: 0px;
}
#mainmenu ul li a:hover img
{
	position: absolute;
    top: 215px;
	left: 50%;
	margin: 0px 0px 0px -355px;
	height: 45px;
	width: 50px;
}
#mainmenu ul li.update
{
	width: 134px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 0px 3px;
	font: normal 12px Arial, Tahoma; color: #00b701; text-align: left;
	/*background: url(images/news_update1.gif) no-repeat left top;*/
}
#content
{
	width: 760px;
	float: right;
	clear: right;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}
.clear_content
{
	width: 700px;
	height: 1px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}
/*END MAIN AREA, 3-column layout*/
#pagefooter
{
	font: normal 11px Arial, Verdana, Tahoma; color: #757575; text-align: right;
	width: 960px;
	height: 25px;
	clear: both;
	border-top: 1px solid #95d147;
	padding: 5px 20px 0px 0px;
}
#pagefooter a
{
	color: #233543; text-decoration: none;
}
#pagefooter a:hover
{
	text-decoration: underline;
}
ul.tabsmenu
{
	list-style-type: none;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	height: 45px;
	background: url(images/tabsmenu_bg.jpg) repeat-x left bottom;
	clear: both;
	display: block;
}
ul.tabsmenu.module
{
	margin: 0px 0px 5px 0px;
	padding: 0px 1px 0px 1px;
	height: 30px;
	width: 228px;
	background: url(images/tabsmenu_bg.jpg) repeat-x left bottom;
}
ul.tabsmenu.sitelevel
{
	padding: 10px 20px 0px 0px;
	margin-top: 0px;
	clear: both;
}
ul.tabsmenu li
{
	width: 145px;
	height: 45px;
	float: left;
	font: normal 11px Arial; color: #1e1e1e; letter-spacing: 0px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
ul.tabsmenu.module li
{
	width: 110px;
	height: 30px;
	margin: 0px 2px 0px 2px;
	font-size: 14px;
}
ul.tabsmenu li.right
{
	float: right;
}
ul.tabsmenu li.groupslogo
{
	float: right;
	width: auto;
	margin: 0px 5px -2px 0px;
}
ul.tabsmenu li a
{
	background: url(images/tabsmenu_off.jpg) no-repeat left top;
	padding: 10px 5px 0px 7px;
	color: #636363; text-decoration: none;
	display: block;
	height: 35px;
}
ul.tabsmenu.module li a
{
	background: url(images/tabsmenu1_off.jpg) no-repeat left top;
	padding: 7px 0px 0px 0px;
	color: #636363; text-decoration: none; text-align: center;
	display: block;
	height: 23px;
}
ul.tabsmenu li a img, ul.tabsmenu li.active img
{
	float: right;
	/*margin-top: -23px;*/
	position: relative;
	top: -8px;
	*margin: -20px -2px; 0px 0px; /* IE 7 and below */
	border: 0px none;
	overflow: hidden;
	background: none;
}
ul.tabsmenu li a img.center
{
	float: none;
	margin: -5px 0px 0px 15px;
}
ul.tabsmenu li a:hover
{
	background: url(images/tabsmenu_hover.jpg) no-repeat left top;
}
ul.tabsmenu li a.active
{
	background: url(images/tabsmenu_on.jpg) no-repeat left top;
	color: #1e7cf0;
	outline: none;
	outline-style: none;
}
ul.tabsmenu li.active
{
	background: url(images/tabsmenu_on.jpg) no-repeat left top;
	padding: 7px 0px 0px 0px;
	text-align: center; color: #1e7cf0;
}
ul.tabsmenu.module li a:hover
{
	background: url(images/tabsmenu1_hover.jpg) no-repeat left top;
}
ul.tabsmenu.module li a.active
{
	background: url(images/tabsmenu1_on.jpg) no-repeat left top;
}
ul.tabsmenu li#searchoptions
{
	width: 810px;
	position: relative;
	top: -10px;
	_width: 800px; /* IE 6 and below */
}
ul.tabsmenu li#searchoptions.hidden
{
	display: none;
}
ul.browse
{
	width: 140px;
	height: 160px;
	float: left;
	font: normal 12px Arial, Verdana, Verdana, Tahoma; color: #353535;
	margin: 0px;
	padding: 10px 0px 25px 10px;
	list-style-type: none;
}
ul.browse.wide
{
	width: 230px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 25px 0px;
	background: url(images/grouplist_bg.jpg) repeat-y left top;
}
ul.browse.wide.admin
{
		background: url(images/grouplist_bg2.jpg) repeat-y left top;
}
ul.browse li
{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 18px;
}
ul.browse li.title
{
	padding: 3px 0px 0px 2px;
}
ul.browse li.cat
{
	font-size: 13px; font-weight: bold;
	background: url(images/browse_cat.gif) no-repeat left -2px;
}
/*Styles for epinions categories*/
.epinions_hometab
{
	background: url(images/epinions_hometab.jpg) no-repeat left top;
	width: 675px;
	height: 180px;
	display: block;
	margin-top: 30px;
}
ul.browse ul.subcat
{
	padding: 0px 0px 0px 0px;
	width: 220px;
	margin: 0px 0px 0px 10px;
	*margin: 0px 0px 0px -5px; /* IE 7 and below */
	list-style-type: none;
	font: normal 11px Verdana, Verdana, Tahoma; color: #353535;
	/*background: #f0f1f3 url(images/subcat_top.gif) no-repeat left top;
	moz-opacity:90;
	filter:alpha(opacity: 90);
	opacity: 0.90;*/
}
ul.browse ul.subcat li
{
	/*background: #f0f1f3;*/
	/*float: left;*/
}
ul.browse ul.subcat li a
{
	color: #2166c6; text-decoration: underline;
}
ul.browse ul.subcat li.foot
{
	background: #f0f1f3 url(images/subcat_foot.gif) no-repeat left bottom;
	width: 220px;
	height: 5px;
	padding: 0px;
}
ul.browse li div.cat#cate_span_45, ul.browse li div.cat#cate_span_48, ul.browse li div.cat#cate_span_77, ul.browse li div.cat#cate_span_47, ul.browse li div.cat#cate_span_51, ul.browse li div.cat#cate_span_46, ul.browse li div.cat#cate_span_76, ul.browse li div.cat#cate_span_56, ul.browse li div.cat#cate_span_85, ul.browse li div.cat#cate_span_89, ul.browse li div.cat#cate_span_90, ul.browse li div.cat#cate_span_91  
{
	font: bold 12px Arial; color: #353535;
	padding: 10px 0px 5px 35px;
	/*cursor: pointer;*/
}
ul.browse li div.cat#cate_span_45 
{
	background: url(images/epinions_books.jpg) no-repeat left top;
}
.js_select ul li#cate_45
{
	background: url(images/epinions_books.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_48
{
	background: url(images/epinions_food.jpg) no-repeat left top;
}
.js_select ul li#cate_48
{
	background: url(images/epinions_food.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_77
{
	background: url(images/epinions_pills.jpg) no-repeat left top;
}
.js_select ul li#cate_77
{
	background: url(images/epinions_pills.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_47
{
	background: url(images/epinions_dvd.jpg) no-repeat left top;
}
.js_select ul li#cate_47
{
	background: url(images/epinions_dvd.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_51
{
	background: url(images/epinions_gym.jpg) no-repeat left top;
}
.js_select ul li#cate_51
{
	background: url(images/epinions_gym.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_46
{
	background: url(images/epinions_dietplans.jpg) no-repeat left top;
}
.js_select ul li#cate_46
{
	background: url(images/epinions_dietplans.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_76
{
	background: url(images/epinions_weights.jpg) no-repeat left top;
}
.js_select ul li#cate_76
{
	background: url(images/epinions_weights.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_56
{
	background: url(images/epinions_gadgets.jpg) no-repeat left top;
}
.js_select ul li#cate_56
{
	background: url(images/epinions_gadgets.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_85
{
	background: url(images/epinions_clothes.jpg) no-repeat left top;
}
.js_select ul li#cate_85
{
	background: url(images/epinions_clothes.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_89
{
	background: url(images/epinions_mags.jpg) no-repeat left top;
}
.js_select ul li#cate_89
{
	background: url(images/epinions_mags.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_90
{
	background: url(images/epinions_tv.jpg) no-repeat left top;
}
.js_select ul li#cate_90
{
	background: url(images/epinions_tv.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li div.cat#cate_span_91
{
	background: url(images/epinions_vits.jpg) no-repeat left top;
}
.js_select ul li#cate_91
{
	background: url(images/epinions_vits.jpg) no-repeat left top;
	padding: 10px 0px 10px 35px;
}
ul.browse li.top
{
	background: url(images/grouplist_bgtop.jpg) no-repeat left top;
	height: 10px;
	padding: 0px;
}
ul.browse li.foot
{
	background: url(images/grouplist_bgfoot.jpg) no-repeat left bottom;
	height: 10px;
	clear: both;
	padding: 0px;
}
ul.browse li.groups
{
	margin: 0px 3px 0px 5px;
	padding: 3px 0px 0px 0px;
	clear: both;
	height: 20px;
}
ul.browse li.adminpage
{
	margin: 0px 3px 0px 15px;
	padding: 3px 0px 0px 15px;
	clear: both;
	height: 20px;
	background: url(images/groupbullet.gif) no-repeat left top;
}
ul.browse li.groups a img
{
	border: 0px none;
	margin: 0px 5px -5px 0px;
	padding-right: 5px;
	background: url(images/dotline1.gif) repeat-y right top;
}
ul.browse li.groups a img.toggle
{
	background: none;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	float: left;
}
ul.browse li.groups .groupicons
{
	width: 30px;
	float: left;
	display: block;
}
/*
ul.browse li.groups img.status
{
	margin: 0px 0px -2px 0px;
}*/
ul.browse li a
{
	color: #1e59aa; text-decoration: none;
}
ul.browse li a:hover
{
	text-decoration: underline;
}
ul.totals
{
	font: bold 13px Arial, Verdana, Verdana, Tahoma; color: #333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul.totals li
{
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
	clear: both;
}
ul.totals li img
{
	float: left;
	margin: -5px 10px 0px 0px;
}
ul.totals li .result
{
	font-size: 15px; color: #246fee;
}
ul.totals li .badresult
{
	font-size: 15px; color: #e30000;
}
.blogbuttons 
{
	width: 350px;
	height: 30px;
	float: right;
	font: bold 12px Arial; color: #fff; letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
a.blogbuttons 
{
	
	padding: 7px 15px 11px 10px;
	color: #fff; text-decoration: none;
	display: block;
	height: 12px;
	width: 89px;
	background: url(images/blogbutton.gif) no-repeat left top;
}
a.blogbuttons img
{
	float: right;
	margin: -2px 0px 0px 0px;
	padding: 0px;
	border: 0px none;
	overflow: hidden;
	background: none;
}
a.blogbuttons:hover
{
	color: #ffc823;
	border: 0px none;
}
.show
{
	display: block;
}
.hide
{
	filter: alpha(opacity=0);
	-moz-opacity: 0.00;
	opacity: 0;
	display: none;
}
#personaldata, #contactdata, #securitydata, #unitsdata, #browseByCategory, #search_params, #group_profile
{
	min-height: 250px;
	margin: 0px 0px 5px 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #878787;
}
*[id|=photogallery]
{
	width: 100%;
	border-bottom: 1px solid #878787;
	margin: 10px 0px 5px 0px;
	clear: both;
	padding: 5px 0px 0px 0px;
	display: block;
}
*[id|=tracker]
{
	width: 100%;
	border: 0px none;
	margin: 10px 0px 5px 0px;
	clear: both;
	padding: 5px 0px 0px 0px;
	display: block;
}
#blogsettings, #blockfriends, #addfriends
{
	min-height: 250px;
	margin: 0px 0px 5px 5px;
}
#personalactivities, #addactivity
{

	margin: 0px 0px 5px 5px;
	padding: 0px;
}
#myposts, #linkstoblog, #goldmembership
{
	min-height: 250px;
	margin: 0px 0px 5px 0px;
	padding-top: 10px;
	border: 0px none;
}
.gold_overlay
{
	position: absolute; 
	width: 761px;
	height: 740px;
	background: #fbfbfb;
	border: 1px solid #6f3f01;
	moz-opacity:70;
	filter:alpha(opacity: 70);
	opacity: 0.70;
	padding: 0px;
}
a.upgrade
{
	background: transparent url(images/gold_overlay.jpg) no-repeat left top;
	width: 184px;
	height: 184px;
	margin: 0px auto 0px auto;
	display: block;
	position: absolute;
	left: 50%;
	top: 500px; 
}
#send, #inbox
{
	min-height: 250px;
	margin: 0px 0px 5px 20px;
	padding-top: 20px;
	border: 0px none;
}
.message
{
	font: normal 13px Arial, Verdana, Tahoma; color: #444; text-align: left;
	width: 540px;
	height: 220px;
	border: 1px solid #555;
	background: #fff;
	overflow: auto;	
	padding: 5px;
	margin: 15px auto 15px auto;
}
#avatarsholder
{
	margin: 0px auto 0px auto;
	padding: 40px 10px 0px 10px;
	width: 550px;
	height: 505px;
	background: url(images/avatars_bg.gif) no-repeat left top;
}
#avatars
{
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 552px;
	height: 425px;
	overflow: auto;
	clear: both;
}
#avatars ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#avatars ul li
{
	float: left;
	margin: 2px;
	padding: 0px;
	width: 100px;
	height: 100px;
	border: 1px solid #878787;
	text-align: center;
}
#avatars ul li a img
{
	border: 0px none;
}
/*AJAX window for Blog Templates*/
#templatesholder
{
	margin: 0px auto 0px auto;
	padding: 45px 10px 0px 10px;
	width: 640px;
	height: 500px;
	border: 1px solid #353535;
	background: #fff; /*url(images/templatesholder.gif) no-repeat left top;*/
}
#templatesholder ul
{
	width: 640px;
	height: 490px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	overflow: auto;
}
#templatesholder ul li
{
	width: 152px;
	height: 125px;
	padding: 0px 0px 5px 3px;
	margin: 0px;
	font: normal 11px Arial, Tahoma; color: #444; text-align: left;
	float: left;
}
#templatesholder ul li a img
{
	border: 1px solid #555;
	width: 150px;
	height: 102px;
	clear: both;
}
/*AJAX window for Tracker Templates*/
#trackersholder
{
	margin: 0px auto 0px auto;
	padding: 5px 5px 0px 5px;
	width: 755px;
	height: 440px;
	background: #fff;
	border: 1px solid #353535;
}
#trackersholder ul
{
	width: 755px;
	height: 390px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	overflow: auto;
}
#trackersholder ul li
{
	width: 242px;
	height: 100px;
	padding: 0px 0px 5px 3px;
	margin: 0px;
	font: normal 11px Arial, Tahoma; color: #444; text-align: left;
	float: left;
}
#trackersholder ul li a img
{
	border: 1px solid #555;
	width: 240px;
	height: 80px;
	clear: both;
}
/*AJAX window for Custom CSS Templates*/
#conversion_tool
{
	background: url(images/conversion_tool.gif) no-repeat left top;
	width: 295px;
	height: 250px;
	padding: 5px 0px 0px 5px;
	margin: 0px auto 0px auto;
}
#conversion_tool.water
{
	background: url(images/water_tool.jpg) no-repeat left top;
}
.photoholder
{
	float: left;
	width: 140px;
	height: 220px;
	margin: 10px 5px 0px 5px;
	background: url(images/photoholder.jpg) no-repeat left top;
}
.friendholder
{
	float: left;
	width: 140px;
	margin: 10px 5px 10px 4px;
	height: 172px;
	background: url(images/photoholder_friend.jpg) no-repeat left top;
}
.photoholder ul, .friendholder ul
{
	list-style-type: none;
	width: 130px;
	height: 20px;
	margin: 0px;
	padding: 15px 0px 0px 10px;
}
.photoholder ul li, .friendholder ul li
{
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	font: normal 11px Arial; color: #333; vertical-align: middle; letter-spacing: 0px;
	background: none;
}
.photoholder ul li.text, .friendholder ul li.text
{
	padding: 5px 2px 0px 0px;
}
.photoholder ul.display, .friendholder ul.display
{
	list-style-type: none;
	width: 136px;
	height: 19px;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	background: url(images/photoholder_display.jpg) no-repeat left top;
}
.photoholder ul.display li, .friendholder ul.display li
{
	float: left;
	width: 66px;
	height: 19px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border-right: 1px solid #979797;
	font: normal 11px Arial; color: #333; text-align: center; letter-spacing: 0px;
}
.photoholder ul.display li.noborder, .friendholder ul.display li.noborder
{
	width: 66px;
	border: 0px none;
	height: 19px;
	margin: 0px 1px 0px 1px;
	border: 0px none;
	padding: 0px;
}
.photoholder ul.display li a, .friendholder ul.display li a
{
	padding: 3px 0px 0px 0px;
	height: 16px;
	display: block;
	text-decoration: none;
	color: #333;
}
.photoholder ul.display li a:hover, .photoholder ul.display li a.active, .friendholder ul.display li a:hover, .friendholder ul.display li a.active
{
	background: url(images/photoholder_displayon.gif) no-repeat left top;
}
.photoholder .thumb, .friendholder .thumb
{
	width: 118px;
	height: 118px;
	margin: 5px auto 5px auto;
	padding: 1px;
	background: #fff;
	border: 1px solid #979797;
}
.photoholder .thumb a img, .friendholder .thumb a img
{
	border: 0px none;
	width: 118px;
	height: 118px;
}
.photoholder select
{
	margin: 2px 0px 0px 15px;
}
/*:::::::STYLES FOR FRIENDS SEARCH RESULTS ON ADMIN PANEL::::::::::::*/
.username
{
	width: 130px;
	padding: 12px 0px 8px 0px;
	margin: 0px;
	font: bold 14px Arial; color: #1e7cf0; letter-spacing: 0px; text-align: center;
}
.display2
{
	list-style-type: none;
	width: 140px;
	height: 18px;
	margin: 0px;
	padding: 2px 0px 1px 0px;
	background: none;
	font: bold 12px Arial; color: #333; text-align: center; letter-spacing: 0px; text-decoration: none;
}
.photoholder .friendthumb
{

	margin: 5px auto 8px auto;
	padding: 1px 1px 1px 1px;
	background: #fff;
	border: 1px solid #979797;
	width: 100px;
	height: 100px;
}
.photoholder .friendthumb a img
{
	border: 0px none;
	width: 100px;
	height: 100px;
}
#pagination 
{
	padding: 0px;
	margin: 5px 0px 5px 0px;
	clear: both;
}
#pagination ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#pagination ul li 
{
	float: left;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	font: bold 9px Arial, Verdana; color: #333; text-align: center;
	border: 1px solid #cbcbcb;
	background: #fff;
	width: 16px;
}
#pagination ul li.current {
	float: left;
	margin: 0px 2px 0px 2px;
	font: bold 9px Arial, Verdana; color: #333; text-align: center;
	border: 1px solid #333;
	background: #ddd;
	width: 16px;
}
#pagination ul li a 
{
	color: #333;
	text-decoration: none;
	padding: 0px;	
	margin: 0px;
	display: block;
}
#pagination ul li a:hover 
{
	color: #fff;
	background: #333;
	border-color: #fff;
}
/*:::::::STYLES FOR WEIGHTLOG GRAPHS ON ADMIN PANEL::::::::::::*/
.weightlog_holder
{
	float: left;
	width: 220px;
	height: 300px;
	margin: 15px 7px 15px 5px;
	padding: 0px 0px 0px 8px;
	background: url(images/weightlog_bg.jpg) no-repeat left top;
}
.weightlogtitle
{
	width: 220px;
	padding: 12px 0px 8px 0px;
	margin: 0px;
	font: bold 15px Arial; color: #1e7cf0; letter-spacing: 0px; text-align: center;
	display: block;
}
.weightlog_holder .weightthumb
{

	margin: 5px 0px 12px 0px;
	padding: 1px 1px 1px 1px;
	background: #fff;
	border: 1px solid #d8d8d8;
	width: 200px;
	height: 200px;
}
#graph /*Style for the graphic*/
{
	width: 200px;
	height: 200px;
	cursor: default;
}
.weightlog_holder ul
{
	list-style-type: none;
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}
.weightlog_holder ul li
{
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	font: normal 11px Arial; color: #333; vertical-align: middle; letter-spacing: 0px;
}
.weightlog_holder ul li.showtext
{
	padding: 3px 2px 0px 0px;
}
/*:::::::STYLES FOR TRACKERS GRAPHS ON ADMIN PANEL::::::::::::*/
img.tracker_holder
{
	width: 240px;
	height: 80px;
	margin: 0px 5px 10px 0px;
	padding: 10px 10px 10px 10px;
	background: url(images/trackers_bg.jpg) no-repeat left top;
	cursor: pointer;
}
.trackerpreview
{
	margin: 0px auto 0px auto;
	border: 1px solid #555;
	padding: 1px;
}
/*:::::::STYLES FOR BODYLOG GRAPHS ON ADMIN PANEL::::::::::::*/
table.bodyinputs td
{
 text-align: right;
}
.bodyparts
{
	width: 250px;
	height: 350px;
	vertical-align: top; text-align: center;
}
#imgbody
{
	cursor: default;
}
.bodylog_holder
{
	width: 295px;
	height: 255px;
	margin: 15px 0px 45px 0px;
	padding: 15px 15px 0px 15px;
	background: url(images/bodylog_bg.jpg) no-repeat left top;
	
}
.bodylog_holder img
{
	margin: 0px;
	padding: 1px;
	margin: 0px auto 15px auto;
	background: #fff;
	border: 1px solid #8f8f8f;
	width: 290px;
	height: 200px;
	cursor: default;
}
/*Join & Invite request styles Supportgroups*/
.invite
{
	background: url(images/invite_bg.jpg) no-repeat left top;
	width: 330px;
	height: 195px;
	padding: 5px 10px 5px 15px;
	margin: 10px auto 0px auto;
}
a.accept
{
	color: #2368c5;
}
a.reject
{
	color: #b16a2c;	
}
a.cancel
{
	color: #333;	
}
a.accept, a.reject, a.cancel
{
	text-decoration: none;
}
a.accept:hover, a.reject:hover, a.cancel:hover
{
	text-decoration: underline;
}
.security_number
{
	width: 92px;
	height: 36px;
	border: 1px solid #fff;
}
/*Calendar styles for foodlog, weightlog, tracker*/
#ncalendar table {padding:0px; width:180px;margin:0 auto}
#ncalendar table th {padding:0px;font-size:1em;}
#ncalendar table tr {padding:0px;}

#ncalendar {
	background:url(images/calendarbg.jpg) no-repeat left top;
	width:205px;
	height:185px;
	padding: 0px;
	font: normal 11px Arial, Verdana; color: #333;
	opacity : 0;
	cursor:  pointer;
	position :  absolute;
	z-index:1000;
}
#ncalendar div 
{
	display:block;
	text-align: center;
}
#ncalendar .header
{
	margin:10px auto 0px auto;
	width: 185px;
}
#ncalendar .header img
{
	margin: 0px 2px 0px 2px;
	float: left;
	clear: none;
}
#ncalendar .month
{
	font: normal 11px Arial, Verdana; color: #3a3a3a; text-align: center;
	padding: 3px 0px 0px 0px;
	display: block;
	float: left;
	width: 110px;
	height: 17px;
	background: url(images/monthbg1.jpg) no-repeat left top;
}
#listYear
{
	width: 45px;
	height: 100px;
	background: url(images/listyear.jpg) no-repeat left top;
	position : absolute;
	overflow: hidden;
	top: 33px;
	left: 50%;
	margin: 0px 0px 0px 0px;
}
#listYear ul
{
	list-style-type: none;
	padding: 3px 0px 0px 3px;
	margin: 0px;
	width: 38px;
}
#listYear ul li
{
	padding: 2px;
	margin: 0px;
	display: block;
}
#listYear ul li:hover
{
	background: #fff;
}
#ncalendar table 
{
	margin: 5px auto 0px auto;
	width: 175px;
	border: 0px none;
	clear: both;
}
#ncalendar table tr th
{
	padding: 4px 2px 2px 2px;
	text-align: center; vertical-align: middle;
	width: 21px;
	height: 9px;
	border-bottom: 1px solid #818388;
	display: inline-table;
	background: #eaebef url(images/calendar_header.gif) repeat-x left top;
}

#ncalendar table tr td
{
	padding: 2px 1px;
	text-align: center; vertical-align: middle;
	width: 21px;
	height: 9px;
	border: 1px solid;
	border-color: #fff #8e9096 #8e9096 #fff;
	display: inline-table;
	background: #f5f6f8;
}
#ncalendar table tr td.calendarPreselected
{
	background: #e98d3c url(images/calendar_pre.gif) repeat-x left top;
	border: 1px solid;
	border-color: #fff #717378 #717378 #fff;
	color: #fff;
	width: 21px;
	height: 9px;
}
#ncalendar table tr td.calendarSelected
{
	background: #5f6165;
	border: 1px solid;
	border-color: #47484b #fff #fff #47484b;
	color: #fff;
	width: 21px;
	height: 9px;
}
.dayselected
{
	background: #f2f4f9;
}
#ncalendar table tr td.noday
{
	background: #d9dce5;
	color: #b0b3ba;
	border-color: #fff #8e9096 #8e9096 #fff;
}
#ncalendar table tr td.sunday
{
	border-color: #f1f5ff #8e9096 #8e9096 #8e9096;
}
#ncalendar table tr td.no_sunday
{
	background: #d9dce5;
	color: #c1c4cc; font-weight: bold;
	border: 1px solid;
	border-color: #f1f5ff #8e9096 #8e9096 #8e9096;
}
#ncalendar table tr td.sunday .calendarSelected
{
	background: #5f6165;
	color: #fff; font-weight: normal;
	border: 1px solid;
	border-color: #f1f5ff #8e9096 #8e9096 #8e9096;
}
#ncalendar table tr td.sunday .calendarPreselected
{
	background: #e98d3c url(images/calendar_pre.gif) repeat-x left top;
	color: #fff; font-weight: normal;
	border: 1px solid;
	border-color: #f1f5ff #8e9096 #8e9096 #8e9096;
}
background: #e98d3c url(images/calendar_pre.gif) repeat-x left top;
#ncalendar table tr td.isToday
{
	background:#686ee4 url(images/calendar_today.gif) repeat-x left top;
	color: #fff;
	border-color: #fff #3f438a #3f438a #fff;
}
#ncalendar p
{
	background: url(images/calendarbg_tip.jpg) no-repeat left top;
	font: normal 11px Arial, Verdana; color: #56575a; text-align: center;
	padding: 5px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	width: 185px;
	height: 35px;
}
/*DIV for the tagsmenu*/
.scroller
{
	width: 250px;
	height:180px;
	overflow: auto;
	margin: 0px auto 5px auto;
	border: 1px solid;
	border-color: #fff #afaeb2 #afaeb2 #fff;
}
/*STYLES FOR Add Food Tree style Menu*/
#tree_view, #tree_view1, #tree_view2, #tree_view3
{
	width: 220px;
	height: 180px;
	overflow: auto; 
	padding: 0px 0px 0px 0px;
	font: normal 12px Helvetica, Arial; color: #198009;
	white-space: normal;
}
.width200
{
	width: 200px;
	height: 180px;
}
.tags_menubg
{
	background: url(images/tags_bg.gif) no-repeat right top;
	width: 220px;
}
.tags_menu
{
	padding: 2px 0px 0px 20px;
	font: bold 12px Arial, Verdana, Helvetica; color: #616163;
	background: #fdfdfd url(images/cat_folder.gif) no-repeat left top;
	cursor: pointer;
}
.tags_submenu
{
	padding: 0px 0px 0px 17px;
	font: normal 11px Arial, Verdana, Helvetica; color: #737373;
	background: #fdfdfd url(images/cat_select.gif) no-repeat left top;
	cursor: pointer;
}/*
.selected
{
	background: url(images/cat_selected.gif) no-repeat left top;
	color: #049b04;
	font-weight:bold;
}
#tree_view ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(images/foodlog_folder_bg.gif) repeat-y left top;
}
#tree_view ul li.categories
{
	list-style-type: none;
	padding: 3px 0px 0px 26px;
	margin: 0px 0px 0px -10px;
	background: url(images/foodlog_folder.gif) no-repeat left top;
}
#tree_view ul li.categories ul
{
	margin: 0px 0px 0px -10px;
}
#tree_view ul li.categories .links
{
	cursor: pointer;
}
#tree_view ul li.items
{
	list-style-type: none;
	padding: 1px 0px 0px 14px;
	margin: 0px 0px 0px -10px;
	background: url(images/foodlog_arrow.gif) no-repeat left top;
}
#tree_view ul li.items_selected
{
	list-style-type: none;
	padding: 1px 0px 0px 14px;
	margin: 0px 0px 0px -10px;
	background: url(images/foodlog_selected.gif) no-repeat left top;
	color: #3587d1;
}
#tree_view ul li.categories_selected
{
	list-style-type: none;
	padding: 3px 0px 0px 26px;
	margin: 0px 0px 0px -10px;
	background: url(images/categories_selected.gif) no-repeat left top;
	color: #3587d1;
}*/
.tags_menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/supportgroup_icontag.gif) no-repeat left top;
}
.tags_menu ul li.categories
{
	font: bold 14px Arial, Helvetica; color: #6e792f; white-space: nowrap;
	padding: 0px 0px 0px 20px;
}
.tags_menu ul li.categories ul
{
	margin: 0px 0px 0px 0px;
	background: url(images/supportgroup_icontag2.gif) no-repeat left top;
}
.tags_menu ul li.categories ul li
{
	font: bold 12px Arial, Helvetica; color: #6e792f; white-space: nowrap;
	padding: 0px 0px 0px 15px;
}
.tags_menu ul li.categories ul li ul
{
	background: url(images/supportgroup_icontag2.gif) no-repeat left top;
	margin: 0px 0px 5px 0px;
}
.tags_menu ul li.categories ul li ul li.items
{
	font: bold 11px Arial, Helvetica; color: #6e792f; white-space: nowrap;
	padding: 0px 0px 0px 15px;
}
.tags_menu ul li.categories .links
{
	/*cursor: pointer;*/
}
/*STYLES ALERT MESSAGE FOR PRIVATE MSG*/
#messages
{
	padding: 20px 10px 0px 10px;
	margin: 200px auto 0px 240px;
	background: url(images/messages_bg.gif) no-repeat left top;
	width: 210px;
	height: 120px;
    moz-opacity:90;
	filter:alpha(opacity: 90);
	opacity: 0.9;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 50%;
}
#messages a.close
{
	background: url(images/message_close.gif) no-repeat left top;
	position: absolute;
	top: 90px;
	left: 190px;
	width: 25px;
	height: 25px;
	display: block;
}
/*STYLES FOR ALERTS FOR NEW PRIVATE MESSAGES!!!!*/
ul#newmessages
{
	font: normal 12px Arial, Verdana, Verdana, Tahoma; color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	float: right;
	clear: right;
	list-style-type: none;
}
ul#newmessages li
{
	padding: 0px 0px 4px 20px;
	margin: 0px 0px 0px 0px;
	background: url(images/new_message.gif) no-repeat left top;
}
ul#newmessages li a
{
	font-weight: bold; color: #4a8c1d; text-decoration: underline;
}
/*STYLES FOR MP3 LIST ON WEBLOG ADMINISTRATION*/
#mp3_list
{
	padding: 5px;
	width: 290px;
	height: 100px;
	background: url(images/textarea_large.jpg) no-repeat left top;
}
#mp3_list ul
{
	font: normal 12px Arial, Helvetica; color: #2a5b9f;	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 290px;
	height: 100px;
	overflow: auto;
}
#mp3_list ul li
{
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 270px;
}
#mp3_list ul li a
{
	color: #515151; text-decoration: none;
	height: 20px;
	padding: 2px 0px 0px 18px;
	width: 205px;
	display: block;
	float: left;
}
#mp3_list ul li a:hover, #mp3_list ul li:hover
{
	background: #fff;
}
#mp3_list ul li.mp3_selected a
{
	background: url(images/mp3_checked.gif) no-repeat left top;
	color: #2256a2;
	padding: 2px 0px 0px 18px;
	width: 205px;
}
#mp3_list ul li.no_music
{
	color: #b35509;
	height: 20px;
	padding: 2px 0px 0px 18px;
	width: 205px;
	cursor: pointer;
}
#mp3_list ul li.mp3_selected.no_music
{
	background: url(images/mp3_no.gif) no-repeat left top;
	color: #b35509;
	padding: 2px 0px 0px 18px;
	width: 205px;
}
#mp3_list ul li img
{
	margin: 2px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
	float: right;
}
.invoice
{
	padding: 5px 20px 5px 20px;
	margin: 0px auto 0px auto;
	width: 570px;
	height: 550px;
	background: #fff;
}
.invoice h4
{
	margin: 0px;
	padding: 0px;
}
.invoice .logo
{
	margin: 0px auto 0px auto;
	clear: both;
	width: 210px;
	height: 60px;
}
.invoice table
{
	border: 1px solid #b8b8b8;
	margin: 10px 0px 0px 0px;
	width: 568px;
	padding: 0px;
}
.invoice table td
{
	font: normal 11px Arial; color: #333; vertical-align: top;
	padding: 2px 5px 2px 5px;
}
.invoice table td.right
{
	text-align: right;
}/*
.msginfo, .backinfo
{
	border: 1px solid #F00;
	border-left-width: 3px;
	border-right-width: 3px;
	padding: 5px;
	color: #F00;
	font-weight: bold;
}
.backinfo
{
	border-color: #90bc5d;
	color: #48671f;
	text-align: center;
}*/
#ratestar
{
	height: 40px;
	display: block;
}
.ratestar0, .ratestar1
{
	background: url(images/ratestar.gif);
	height: 20px;
	width: 10px;
	display: block;
	float: left;
}
.ratestar1
{
	background-position: -10px 0;
}
.opac50
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.ratestarInput
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font: bold 22px Arial; color: #353535; text-align: right;
	background: none;
	width: 30px;
	*height: 25px;
	border: 0px none;
	float: left;
}
.product /*style for productdescription image*/
{
	float: left;
	border: 0px none;
	padding: 20px 0px 10px 0px;
	width: 150px;
	height: 150px;
	margin: 0px;
}
.description
{
	float: right;
	width: 500px;
}
.description_detail .content ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
.description_detail .content ul li
{
	background: url(images/bullet_ul.gif) no-repeat left top;
	padding: 0px 0px 6px 15px;
	color: #353535;
}
.col680 table td.reviews li
{
	margin-left: 15px;
}
.ratefield
{
	margin-right: 20px;
}
.ratefield img
{
	float: left;
	margin-top: 5px;
}
img.productreview
{
	border: 1px solid #a7a7a7;
	padding: 1px;
	margin: 0px 0px 0px 0px;
}
.rating, .ratestarSpan
{
	font-size: 22px; font-weight: bold;
}
.rate
{
	background: url(images/ratestar.gif);
	height: 30px;
	width: 0px;
	display: block;
	position: absolute;
}
#list_review
{
	clear: both;
	margin-top: 20px;
}
#product_desc .rate
{
	margin-left: 245px;
	margin-top: 5px;
}
#epnions_cate
{
	clear: both;
}
#epnions_cate .rate
{
	margin-left: 130px;
	margin-top: 5px;
}
#list_review .rate
{
	margin-left: 60px;
	margin-top: 5px;
}
#list_review hr
{
	border:0;
	border-bottom: 1px solid #e5f7c3;
}
#epnions_category
{
	clear: both;
}
#epnions_category li
{
	background: #e5f7c3;
	border-left: 5px solid #90bc5d;
	margin: 5px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 16px;
}
#epnions_category li span
{
	cursor: pointer;
	background: url(images/cateflech.jpg) no-repeat 0 -1px;
	padding-left: 25px;
}
#epnions_category li li
{
	border-left: 0;
	font-size: 12px;
	padding: 2px 10px;
}
#epnions_category ul ul
{
	padding-bottom: 10px;
}
#epnions_cate table
{
	background: url(images/groups_tablebg680.jpg);
	border:0;
	margin:5px 0;
	width:680px;
}
#epnions_cate table td
{
	color:#333333;
	font-size:12px;
	padding:10px;
	vertical-align:top;
}
#epnions_cate table td.titles
{
	background:transparent url(images/groups_tablebg680top.jpg) no-repeat scroll left top;
	font-size:17px;
	font-weight:bold;
	height:55px;
	padding:15px 10px 0;
}
#epnions_cate table ul
{
	float:right;
	height:18px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#epnions_cate table li
{
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:1px 2px 1px 1px;
	padding:0;
	text-align:center;
}
#epnions_cate table li a, #epnions_cate table li.current
{
	background: url(images/qm_standard.gif) no-repeat;
	color:#222222;
	display:block;
	height:15px;
	padding:2px 0 0;
	text-align:center;
	text-decoration:none;
	width:17px;
}
#epnions_cate table li.current
{
	background: url(images/qm_current.gif) no-repeat;
}

#epnions_cate table td.caption
{
	border-bottom:1px solid #AAAAAA;
	color:#1E7CF0;
	font-size:14px;
	font-weight:bold;
}
#epnions_cate table tr.tbCel1
{
	background: url(images/tr_680bg.gif);
}
#epnions_cate table td.foot
{
	background:url(images/groups_tablebg680foot.jpg) no-repeat;
	height:15px;
	padding:0;
}
#most_epinions
{
	width: 350px;
	float: right;
	margin-left: 10px;
}
#most_epinions img
{
	float: left;
	margin-left: -55px;
}
#most_epinions p
{
	clear: both;
	margin-left: 55px;
	margin-top: 3px;
}
.rate_mini
{
	width: 40px;
	height: 8px;
	background:url(images/ratestar_mini.jpg);
	float:left;
	display: block;
}
.rate_mini_note
{
	height: 8px;
	background:url(images/ratestar_mini.jpg);
	display: block;
	*position: relative;
	*left: -40px;
}
ul.epinions_menu
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 35px;
	width: 680px;
	font: nomral 14px Arial, Helvetica; color: #353535;
}
ul.epinions_menu li
{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: none;
}
ul.epinions_menu li a
{
	color: #1e5aaa;
	padding: 5px 10px 0px 10px;
	background: url(images/epinion_arrow.gif) no-repeat left 7px;
	text-decoration: underline;
}
ul.epinions_menu li a.home
{
	font: bold 15px Arial, Verdana, Verdana, Tahoma; color: #353535;
	padding: 0px 5px 5px 30px;
	background: url(images/epinions_menuicon.gif) no-repeat left -5px;
	position: relative;
	top: -2px;
}
ul.epinions_menu li a:hover
{
	text-decoration: underline;
}
ul.epinions_menu li.product
{
	background: url(images/epinion_arrow2.gif) no-repeat left 2px;
	white-space: nowrap;
	padding-left: 10px;
}
.js_select
{
	width: 295px;
	height: 150px;
	overflow: auto;
	border: 1px solid #1e7cf0;
	border-top: 0px;
	padding: 0px;
	position: absolute;
	left: auto;
	top: auto;
	*left: 145px;
	*top: 376px;
	margin: -12px 0px 0px 130px;
	display: none;
	background: #fff;
}
.js_select ul
{
	font: bold 12px Arial, Verdana, Verdana, Tahoma; color: #353535;
	margin: 0px;
	padding: 3px;
	list-style-type: none;
}
.js_select ul li
{
}
.js_select li span
{
	cursor: pointer;
	padding: 2px;
	display: block;
}
.js_select li span:hover
{
	background: #f4f4f4;
}
.js_select ul li ul
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}
.js_select ul li ul li
{
	background: url(images/epinion_arrow.gif) no-repeat left 3px;
	padding-left: 10px;
}
.googlead_200
{
	padding: 15px;
	width: 200px;
}
.googlead_468
{
	margin: 0px auto 0px auto;
	clear: both;
	width: 468px;
	height:60px;
	padding: 10px;
}
/*Google Maps Styles*/
#mapholder
{
	background: url(images/googlemap560.gif) no-repeat left top;
	width: 550px;
	height: 490px;
	padding: 5px;
	float: left;
}
#map
{
	width: 547px;
	height: 485px;
}
.LabeledMarker_markerLabel
{
	width: 50px;
	text-align: center;
	font-size:10px;
	color: #000;
}
#loading_gmap
{
	background: #FFF url(images/loading.gif) no-repeat 10px 3px;
	border:1px solid #2774A5;
	color:#426479;
	font-weight:bold;
	padding:5px 15px 5px 35px;
	position:absolute;
	left:250px;
	top:10px;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
#info_gmap
{
	background: #fff url(images/map_user.jpg) no-repeat 3px 3px;
	border: 1px solid #353535;
	font:bold 15px Arial; color:#353535;
	padding: 7px 5px 5px 25px;
	position: absolute;
	left: 80px;
	top: 10px;
	cursor: pointer;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#blog_list
{
	width: 180px;
	height: 490px;
	/*position: relative;
	left: 572px;
	top: -488px;*/
	float: right;
	padding: 5px;
	background: url(images/map_data.gif) no-repeat left top;
}
.blog_item
{
	padding: 2px 0px 5px 0px;
	height: 80px;
	color: #353535;
	background: url(images/dotline.gif) repeat-x left bottom;
}
#bl_content
{
	width: 175px;
	height: 440px;
	padding-left: 5px;
	font: normal 11px Arial, Verdana, Verdana, Tahoma; color: #353535;
}
#bl_content p
{
	width: 161px;
}
#bl_bt_back, #bl_bt_next
{
	background: #fff;
	height: 20px;
	width: 169px;
	padding-top: 4px;
	cursor: pointer;
	position: relative;
	left: -2px;
}
#bl_bt_back
{
	background: #fff url(images/map_back.gif) no-repeat center 4px;
}
#bl_bt_next
{
	background: #fff url(images/map_next.gif) no-repeat center 4px;
}
.blog_loc
{
	padding: 5px 0px 5px 0px;
	color: #353535;
	background: url(images/dotline.gif) repeat-x left bottom;
	cursor: pointer;
}
.blog_loc:hover
{
	color: #6c66b9; text-decoration: underline;
}
#sexFemale, #sexMale
{
	width: 20px;
}
#radio_female, #radio_male
{
	background: url(/images/user_female.jpg) no-repeat center top;
	border: 1px solid #b3b3b3;
	width: 60px;
	padding: 50px 5px 0px 5px;
	display: block;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	font-size: 11px;
}
#radio_male{
	background: url(/images/user_male.jpg) no-repeat center top;
}
.bt_change{
	background: url(/images/input_textsmall.jpg) no-repeat;
	cursor: pointer;
	font-weight: bold;
	width: 70px;
}
#editLocation{
	margin: 0px 0px 0px 400px;
	position: absolute;
	top: 200px;
	display: none;
	background: #f7f7f7;
	border: 1px solid #353535;
	width: 335px;
	height: 365px;
	padding: 5px 10px 5px 10px;
	z-index: 900;
}
#editLocation label{
	width: 90px;
}
#map{
	float: right;
}
#moreLocation{
	display: none;
}
.input_desc, .input_err
{
	position: absolute;
	border: 1px solid #9794c9;
	background: #fff;
	width: 150px;
	display: none;
	margin-top: -40px;
	margin-left: 310px;
	*margin-top: 5px;
	*margin-left: 10px;
	padding: 5px 5px 5px 30px;
	z-index:2;
	background: #fff url(/images/signup_grad1.jpg) repeat-x left top;
	font-size: 11px;
}

#captcha_err1 {
	margin-left: 500px;
	margin-top: -50px;
}

.input_desc img, .input_err img, #pass_desc0 img
{
	position: absolute;
	left: -11px;
	top: 3px;
}
.input_err
{
	border: 1px solid #dc5019;
	z-index:1;
	font: normal 11px Arial, Verdana, Tahoma; color: #ff0000;
}
.input_ok{
	vertical-align: middle;
	display: none;
}
#form_disable{
	display: none;
}
#pass_desc span span, #pass_desc span div
{
	width: 8px;
	height: 8px;
	border: 1px solid #d2690c;
	background: #fff;
	display: block;
	float: left;
	margin: 2px 2px 0px 0px;
}
#pass_desc span span
{
	background: #e9d415;
}
#city_result
{
	background: #fff;
	border: 1px solid #7388b4;
	width: 140px;
	height: 110px;
	padding: 5px;
	overflow: auto;
}
#city_result ul li
{
	border-bottom: 1px dotted #ddd;
	cursor: pointer;
	padding: 5px 0;
}
/*EPinions updates on site homepage*/
ul.epinions
{
	margin:: 0px;
	padding: 0px;
	list-style-type: none;
	font: normal 11px Arial; color:#353535;
}
ul.epinions li
{
	float: left;
	width: 80px;
	text-align: center;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
ul.epinions li a
{
	text-decoration: none; color:#353535;
}
ul.epinions li a img
{
	border: 1px solid #dae4f7;
	margin: 0px 0px 0px 0px;
}
ul.epinions li a img:hover, ul.epinions li a:hover img
{
	border-color: #3D51AD;
}
#d_bmi
{
	margin: 5px auto 0px 0px;
	width: 195px;
	height: 160px;
}
.bmidata
{
	font: bold 15px Arial, Verdana;
}
#d_bmi_obese
{
	height: 40px;
	background: url(/images/bmi_obese.jpg) no-repeat left top;
}
#d_bmi_overweight
{
	height: 40px;
	background: url(/images/bmi_overweight.jpg) no-repeat left top;
}
#d_bmi_normal
{
	height: 52px;
	background: url(/images/bmi_normal.jpg) no-repeat left top;
}
#d_bmi_underweight
{
	height: 28px;
	background: url(/images/bmi_under.jpg) no-repeat left top;
}
#bmi_30, #bmi_25, #bmi_185
{
	position: absolute;
	margin: 21px 0px 0px 40px;
	padding: 3px;
	height: 14px;
	border: 1px solid #4d4d4d;
	background: #fff;
}
#bmi_185
{
	margin: 31px 0px 0px 40px;
}
#d_bmi_marker
{
	display:none;
	position: absolute;
	margin-left: 167px; 
	width: 33px; 
	height: 24px; 
	background: url(/thm/images/bmi_marker.png) no-repeat; 
	padding: 3px 0px 0px 12px;
	font: bold 13px Arial, Verdana; color: #fff;
	
}

