body {
	cursor: default;
	background: #e8e8e8;
	margin: 0px;
	padding: 0px;
}
#no_post
{
	text-align: center;
	padding: 20px;
	width: 520px;
	border:1px solid #ddd;
	font: 13px Arial; 
	color:#666;
	margin: 0px 5px 5px 5px;
}
.error
{
	font: bold 11px Trebuchet MS; 
	color: #ff0000;
}
.error input{
	background: #FFCFCF;
	border: 1px solid #FF7272;
}
.error select
{
	background: #FFCFCF;
	margin-top: 2px; 
	padding: 0px;
}
.error textarea
{
	background: #FFCFCF;
	border: 1px solid #A5ACB2;
	padding: 0px 0px 0px 5px;
}
.tracker
{
	margin: 15px 0px 20px 5px;
	border: 1px solid #222;
	float: left;
	clear: both;
}

/*::::::::::::::::HOLDER:::::::::::::::::*/
#holder {
	width: 920px;
	margin: 10px auto 0px auto;
	background: transparent url(images/middle.gif) repeat-y;
}
.tracker a img
{
	border: 0px none;
	cursor: pointer;
}

/*::::::::::::::::TOP:::::::::::::::::*/
#top {
	background: transparent url(images/top.jpg) no-repeat top center;
	height: 155px;
	width: 920px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#top h1 {
	margin:0px;
 	padding:30px 0px 0px 140px;
  	font: normal 30px Arial;
  	color:#0a2a50;
  	text-transform:lowercase;
	text-align: left;
}
#top h2 {
	margin:0px;
  	padding:0px 0px 20px 140px;
  	font: normal 18px Arial;
  	text-transform:none;
  	color:#666;
	text-align: left;
}

/*::::::::::::::::main:::::::::::::::::*/
#main {
	width: 920px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

/*::::::::::::::::CONTENTBLOCK:::::::::::::::::*/
#contentblock {
	background: transparent;
	margin: 10px 0px 15px 15px;
	width: 560px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.postdate {
	padding: 2px 0px 0px 0px;
	margin: 5px 0px 2px 0px;
	font: 10px Arial; color: #666; text-transform: uppercase; text-align: left;
	clear: both;
}
.post {
	width: 560px;
	clear: both;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	background: #FFF;
	overflow: hidden;
}
.post h1 {
	font: bold 16px Arial; text-transform: lowercase; text-align: left;
	color: #0c2b4f;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	clear: both;
}
.post p {
	font: normal 13px Verdana; color: #444; text-align: justify;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.post img {
	float: none;
}
.post ul {
	font: normal 13px Verdana; color: #444; text-align: justify;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
	clear: both;
}
.post ul li {
	font: normal 13px Verdana; color: #444; text-align: justify;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
	clear: both;
	list-style: circle;
}
#left .post .gallery_image {
	border: 1px solid #eee;
	margin: 0px 10px 10px 10px;
	float: left;
	max-width: 360px;
}
#left .post .gallery_text {
	font: normal 12px Arial; color: #333; text-align: justify;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.postauthor {
	padding: 2px 0px 3px 0px;
	margin: 0px 0px 25px 0px;
	font: 10px Arial; color: #7ea319; text-align: left;
	clear: both;
}
.postauthor a {
	color: #777;
	font: bold 10px Arial;
	text-decoration: underline;
}
.postauthor a.blog_top
{
	background: url(images/blog_top.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
	margin-left: 10px;
	text-decoration: none;
	color: #a9a9a9;
}
.postauthor a.blog_top:hover
{
	text-decoration: underline;
}
.postline {
	height: 5px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

.comments_header
{
	background: #fff;
	font: bold 12px Trebuchet MS; color: #ACC6B8; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 0px 0px 0px 0px;
}
#left #post_holder {
	background: transparent;
	font: normal 11px Trebuchet MS; color: #333; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
#add_comment {
	font: bold 12px Trebuchet MS; color: #A2C6AB; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 0px 0px 5px 0px;
}
#left #post_holder form {
	padding: 5px 0px 0px 20px;
	margin: 0px;
}
#left #post_holder form input {
	background: #fff;
	font: normal 11px Arial, Verdana; color: #333; text-align: left;
	padding: 2px; 
	border: 1px solid #333;
	margin: 3px 0px 5px 0px;
	max-width: 240px;
}
#left #post_holder form textarea {
	background: #fff;
	font: normal 10px Arial, Verdana; color: #333; text-align: left;
	padding: 2px; 
	border: 1px solid #333;
	margin: 3px 0px 5px 0px;
	width: 300px;
}
#left #post_holder form #security_number {
	background: transparent;
	font: bold 10px Trebuchet MS, Verdana; color: #ACC6B8; text-align: left;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#left #post_holder form #security_number img {
	width: 92px;
	height: 36px;
	border: 1px solid #333;
	margin: 15px 0px 15px 0px;
}
#left #post_holder form .blue_button { 
	width: 70px;
	height: 22px;
	border: 1px solid #666;
	font: bold 10px Trebuchet MS, Verdana; color: #fff; text-align: center;
	padding: 2px 0px 5px 0px;
	cursor: pointer;
	background: #444;
}
#left #post_holder form .close_button {
	background: transparent url(images/post_commentsbutton.gif) no-repeat; 
	width: 70px;
	height: 20px;
	border: 0px none;
	font: bold 10px Trebuchet MS, Verdana; color: #333; text-align: center;
	padding: 2px 0px 5px 0px;
	margin-left: 20px;
	cursor: pointer;
}
#pagination {
	width: 335px;
	padding: 0px 0px 0px 45px;
	margin: 15px 0px 15px 0px;
	clear: both;
}
#pagination ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#pagination ul li {
	float: left;
	margin: 0px 2px 0px 2px;
	font: bold 9px Arial, Verdana; color: #333; text-align: center;
	border: 1px solid #333;
	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: 1px;	
	display: block;
}
#pagination ul li a:hover {
	color: #fff;
	background: #333;
	border-color: #fff;
}
#spacer {
	width: 630px;
	height: 1px;
	background: transparent;
	overflow: hidden;
	clear: both;
}

/*::::::::::::::::FOOTER:::::::::::::::::*/
#footer{
    background: #e8e8e8 url(images/bottom.jpg) no-repeat left top;
	font: 11px Trebuchet MS; color: #132B52; text-align: center;
	clear: both;
	width: 920px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#footer p{
	font: 12px Arial; color: #444; text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.visit
{
	padding: 3px 6px 3px 6px;
	border: 1px solid;
	width: 120px;
	border-color: #ccc;
	margin: 5px 0px 10px 0px;
	font: 11px Arial; color: #666; text-transform: uppercase; text-decoration: none; text-align: center;
	clear: both;
	display: inline;
}
.visit .counter
{
	color: #333;
	margin-left: 10px;
	border: 0px none;
}
.invisible
{
	display: none;
}

/*::::::::::::::::COLUMN:::::::::::::::::*/
#column
{
	background: url(images/sidemid.jpg) repeat-y left top;
	width: 230px; 
	margin: 20px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	clear: right;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}/*
#right_top {
	background: #fff url(images/sidetop.jpg) no-repeat left top;
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	width: 230px;
	float: right;
	height: 44px;
}
#right_top h1{
    background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 5px 0px 1px 10px;
	padding: 10px 0px 0px 25px;
}
#right_bot {
	background: #fff url(images/sidebot.jpg) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 230px;
	float: right;
	clear: right;
	height: 35px;
}/*
#right h1
{
	background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 10px 0px 1px 10px;
	padding: 10px 0px 0px 25px;
}*/
*/
/*::::::::::::::::Profile:::::::::::::::::*/
.profiledata
{
	margin: 12px 0px 12px 5px;
}
.profiledata h1
{
	background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 10px 0px 1px 10px;
	padding: 10px 0px 0px 25px;
}
.profiledata img
{
	width: 100px;
	height: 100px;
	border: 1px solid;
	border-color: #ccc;
	margin: 0px 5px 15px 10px;
	float: left;
	overflow: hidden;
}
.profiledata ul
{
	font: bold 10px Arial; color: #0c2b4f; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.profiledata ul li
{
	font: bold 10px Arial; color: #0c2b4f; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.profiledata ul li a
{
	font: bold 10px Arial; color: #0c2b4f; text-align: left; text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	background: none;
	cursor: pointer;
}
.profiledata ul li span
{
	font: bold 10px Arial; color: #666; text-align: left; text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	background: none;
	cursor: pointer;
}
.profiledata ul li a
{
	background: transparent url(images/email.gif) no-repeat left;
	font: 11px Arial; color: #777; 
	padding: 10px 0px 4px 20px;
	margin: 10px 0px 15px 0px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	list-style: none;
}
.profiledata p
{
	font: bold 10px Arial; color: #0c2b4f; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.profiledata ul li a.profilecontact
{
	background: transparent url(images/email.gif) no-repeat left;
	font: 11px Arial; color: #777; 
	padding: 10px 0px 4px 20px;
	margin: 10px 0px 15px 0px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}
.profiledata ul li a.profilecontact:hover
{
	background: transparent url(images/email_open.gif) no-repeat left;
	cursor: pointer;
}
.profiledata ul li a.online
{
	background: url(images/online1.gif) no-repeat left;
	font: 11px Arial; color: #00a300; 
	padding: 5px 0px 5px 20px;
	margin: 10px 0px 12px 0px;
	text-transform: uppercase;
	cursor: pointer;
}
.profiledata ul li a.online:hover
{
	text-decoration: underline;
	cursor: pointer;
}


/*::::::::::::::::Quicknav:::::::::::::::::*/
#quicknav 
{ 
	width: 190px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 20px 18px;
	border: 0px none;
	clear: both;
	font: normal 10px Arial; text-align: center;
}
#quicknav h1
{ 
	display: none;
}
#quicknav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 190px;
}
#quicknav ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 190px;
	height: 20px;
	text-align: center;
} 
#quicknav ul li a 
{
	width: 188px;
	height: 12px;
	padding: 2px 0px 2px 0px;
	color: #9A9A9A; text-decoration: none; text-align: center;
	border: 1px solid #EEEEEF;
	margin: 2px 0px 2px 0px;
	background: #f6fbf2;
	display: block;
}
#quicknav ul li a:hover 
{
	background: #D8D8D8; 
	color: #777;
	border-color: #bbb;
}

/*::::::::::::::::Last Posts:::::::::::::::::*/
#lastposts
{
	width: 200px;
	padding: 1px;
	margin: 5px 0px 20px 10px;
	border-bottom: 2px solid #f6fbeb;
	background: #FFFFFF;
}
#lastposts h1
{
	background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 10px 0px 1px 10px;
	padding: 10px 0px 0px 25px;
}
#lastposts ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 7px 0px;
	width: 200px;
}
#lastposts ul li
{
	font: normal 11px Arial, Verdana; color: #777; text-align: left;
	padding: 0px 3px 6px 16px;
	margin: 0px 0px 3px 5px;
	line-height: 14px;
	display: block;
	background: url(images/bullet.gif) no-repeat left top;
}
#lastposts ul li a
{
	color: #36566d;
	text-decoration: none;
	margin: 0px 0px 0px 0px; 
	
}
#lastposts ul li a:hover
{
	text-decoration: underline;
	color: #284051;
	cursor: pointer;
}
#lastposts ul li a.counts
{
	color: #888;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
}
#lastposts ul li a.counts:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/*::::::::::::::::Weightloss:::::::::::::::::*/
#weightloss {
	margin: 15px 0px 25px 0px;
	width: 180px;
	padding: 0px 0px 0px 10px;
}
#weightloss h1
{
	background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 0px 25px;
}
#weightloss p
{
	margin: 0px;
	padding: 0px;
}
#weightloss img {
	width: 180px;
	height: 180px;
	font: bold 10px Arial, Verdana; color: #333;
	margin: 0px 0px 0px 10px;
}
table#weightloss  {
	width: 190px;
	border: 0px none;
	margin: 0px 0px 0px 5px;
}
table#weightloss td {
	font: bold 10px Arial; color: #555; vertical-align: top;
	margin: 3px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
}
table#weightloss td.right {
	text-align: right;
	width: 90px;
	border: 1px solid #ddd;
	background: #FFF;
	color: #36566d;
}

/*::::::::::::::::Calendar:::::::::::::::::*/
#calendar {
	width: 190px;
	height: 210px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 12px;
}
#calendar h1
{
	background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 0px 25px;
}
#calendar #calendar_header{
	border: 1px solid #F1FAFE;
	width: 178px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-align:center;
	font: bold 11px Arial, Verdana;
	height: 50px;
}
#calendar #calendar_header .first_line{
	clear: both;
	font: 16px Arial; color: #666;
	padding: 2px 0px 0px 0px;
}
#calendar #calendar_header .second_line{
	clear: both;
	font:14px Arial; color: #666;
	padding: 0px 0px 2px 0px;
}
#calendar #calendar_body{
	background: #Fff;
	border: 1px solid #eeeeee;
	width: 178px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 11px;
	text-align: center;
}
#calendar #calendar_body .row{
	height: 18px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	text-align: center;
}
#calendar #calendar_body .first_line{
	background: #36566d;
	height: 18px;
	padding: 0px;
	text-align: center;
	font: bold 10px Arial, Verdana;
	color: #fff;
}
#calendar #calendar_body .second_line{
	background: #36566d;
	height: 18px;
	padding: 0px;
	text-align: center;
	font: bold 10px Arial, Verdana;
	color: #fff;
}
#calendar #calendar_body .normal{
	font: bold 10px Arial, Verdana; color: #333; text-align: center;
	background: #eee;
	border: 1px solid #F2EEED;
}
#calendar #calendar_body .normal:hover{
	color: #ACC6B8;
	background: #F2EEED;
	border: 1px solid #333;
}
#calendar #calendar_body .normal_selected{
	font: bold 10px Arial, Verdana; color: #ACC6B8; text-align: center;
	background: #fff;
	border: 1px solid #ACC6B8;
}
#calendar #calendar_body .normal_selected:hover{
	color: #005098;
}
#calendar #calendar_body .event{
	font: bold 10px Arial, Verdana; color: #ACC6B8; text-align: center;
	background: #fff;
}
#calendar #calendar_body .event:hover{
	color: #ACC6B8;
}
#calendar #calendar_body .event_selected{
	font: bold 10px Arial, Verdana; color: #ACC6B8; text-align: center;
	background: #fff;
	border: 1px solid #ACC6B8;
}
#calendar #calendar_body .event_selected:hover{
	color: #E47F00;
}

/*::::::::::::::::Photos:::::::::::::::::*/
#photos {
	padding: 10px 0px 0px 10px;
	margin: 20px 0px 10px 10px;
	width: 190px;
	display: block;
	
}
#photos h1
{
	background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 0px 25px;
}
#photos a {
	padding: 2px;
	width: 188px;
	background: #FFFFFF;
	border: 1px solid #f1f1f1;
	margin: 0px 0px 10px 0px;
	font: normal 10px Trebuchet MS, Verdana; color: #333; text-align: left;
	cursor: pointer;
	display: block;
}
#photos img {
	width: 190px;
	height: 190px;
	margin: 2px 0px 2px 0px;
	display: block;
	border: 0px none;
}

/*::::::::::::::::Friends List:::::::::::::::::*/
#friends_list
{
	width: 200px;
	padding: 1px;
	margin: 10px 0px 20px 5px;	
	background: transparent;
}
#friends_list h1
{
	background: transparent url(images/apple.jpg) no-repeat left center;
	height: 25px;
	font: bold 16px Arial; color: #666; text-align: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 0px 25px;
}
#friends_list ul
{
	list-style-type: none;
	font: normal 11px Arial, Verdana; color: #777; text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 8px 0px 6px 0px;
	border-bottom: 1px solid #f1f1f1;
}
#friends_list ul li
{
	padding: 0px;
	margin: 0px 0px 2px 5px;
	display: compact;
}
#friends_list ul li a
{
	color: #36566d;
	text-decoration: none;
	padding: 0px 5px 2px 16px;
	margin: 2px 0px 2px 0px;
	display: block;
	background: url(images/bullet.gif) no-repeat left top;
	display: compact;
}
#friends_list ul li a:hover
{
	text-decoration: underline;
	color: #284051;
	cursor: pointer;
}

/*::::::::::::::::Other:::::::::::::::::*/
.rss
{
	width: 160px;
	height: 24px;
	padding: 0px;
	margin: 10px 0px 5px 10px;
}
.rss a
{
	background: url(images/rss_icon.gif) no-repeat left;
	padding: 7px 0px 5px 37px;
	height: 12px;
	font: normal 11px Arial, Verdana; color: #777; text-decoration: none;
	cursor: pointer;
}
.login 
{
	width: 90px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	clear: both;
	border: 1px solid #eee;
	background: #fff;
}
.login td
{
	font: normal 10px Arial; color: #888; text-transform: uppercase; text-decoration: none; text-align: right;
	padding: 1px 2px 1px 4px;
	margin: 0px;
	background: #eee;
}
.login td.header
{
	color: #666;
	background: #fcfcfc;
	border-color: #bbb #fff #fff #bbb;
	font-weight: bold; text-align: left;
	padding: 3px;
}
.login td input 
{
	background: #fff;
	font: normal 9px Arial, Verdana; color: #333; text-transform: uppercase;
	padding: 1px; 
	border: 1px solid #E7E7E7;
	margin: 2px 7px 0px 10px;
	cursor: default;
}
.login td input.login_button
{
	background: #fcfcfc;
	text-align: center;
	padding: 2px;
	width: 80px;
	height: 20px;
	margin: 2px 7px 0px 0px;
	cursor: pointer;
	border-color: #fff #bbb #bbb #fff;
}
.loginalert
{
	font: bold 13px Arial, Verdana; color: #364235; text-transform: none;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	display: block;
}
#form_comment p
{
	font: normal 12px Verdana; color: #444; text-align: justify;
	padding: 4px 15px 4px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none; /* POST_TEXTDECORATION */
	text-transform: none;
	text-align: left; /* POST_TEXTALIGN */
	padding: 12px 10px 5px 0px;
}
/*::::::::::::::::Banners:::::::::::::::::*/
#banner_top
{
	padding: 5px 10px 10px 10px;
	margin: 10px;
}
#banner_right
{
	padding: 10px 0px 4px 0px;
	text-align: center;
}
#banner_bottom
{
	padding: 2px 0px 8px 0px;
	text-align: center;
}

/*::::::::::::::::Photo Album:::::::::::::::::*/
.photo_album h1
{
	display: none;
}
ul.photo_album 
{
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 12px 5px 8px 5px;
	width: 435px;
	border: 1px solid #eee;
	background: #f4fbfe;
}
 ul.photo_album li
{
	font: normal 13px Arial, Verdana; color: #999; text-align: left; 
	padding: 1px 5px 2px 20px;
	margin: 0px 0px 3px 5px;
	line-height: 18px;
	display: block;
	background: url(images/album.gif) no-repeat left top;
	text-transform: uppercase;
}
 ul.photo_album li a
{
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 0px; 

}
 ul.photo_album li a:hover
{
	text-decoration: underline;
	color: #111;
}
.gallery_image
{
	margin-left: 55px;
}
#music
{
	padding: 0px 0px 10px 0px;
	text-align: center;
	float: left;
}

/*::::::::::::::::NEW OPTIONS:::::::::::::::::*/
#left .postlog 
{
	width: 380px;
	clear: both;
	padding: 5px 9px 5px 9px;
	margin: 24px 0px 20px 30px;
	border: 1px solid #EEF6F9;
	background: transparent url(images/foodlog_h1.gif) no-repeat left top;
}
#left .postlog  .date {
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	font: bold 10px Arial; color: #444; text-transform: uppercase; text-align: left;
	clear: both;
}
#left .postlog h1.logdata {
	font: 18px Arial; text-transform: uppercase; text-align: left;
	color: #1D427F;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 50px;
	clear: both;
}    
#left .postlog .postlinks {
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 5px 0px;
	font: 10px Arial; color: #444; text-align: right;
	clear: both;
}
#left .postlog .postlinks a {
	color: #999;
	font: bold 10px Arial;
	text-decoration: underline;
}
.postline {
	height: 5px;
	margin: 5px 0px 5px 0px;
	clear: both;
}
#log_data 
{
	width: 380px;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#log_data td 
{
	background: transparent;
	vertical-align: top; 
	padding: 2px 3px 2px 3px;
}
#log_data td.title 
{
	background: #82AFD9;
	width: 240px;
	font: bold 12px Arial, Verdana; color: #fff; text-align: left; 
	padding: 2px 0px 0px 6px;
}
#log_data td.day
{
	background: #82AFD9;
	width: 80px;
	font: bold 12px Arial, Verdana; color: #fff; text-align: left; 
	padding: 2px 0px 0px 6px;
}

#log_data td.data
{
	background: #82AFD9;
	font: 11px Arial; color: #ECF1F6; text-align: right; 
	width: 32px;
}
#log_data td.sum 
{
	background: #638BB1;
}
#log_data td.description
{
	width: 240px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	font: normal 11px Arial, Verdana; color: #222; text-align: left;
	background: #ECF1F6;
} 
#log_data td.result
{
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	font: normal 10px Arial; color: #222; text-align: right;
	background: #ECF1F6;
} 
#log_data td.right 
{
	padding: 2px 10px 2px 5px;
	text-align: right;
}
#log_data td.spacer
{
	background: #transparent;
	padding: 0px 0px 0px 0px;
	height: 20px;
	border: 0px none;
}
#wysiwyg_textarea
{
	width: 500px;
}
