body {
	background: #4a4a4a url(images/bg.gif) repeat;
	margin: 0px;
	padding: 0px;
}
.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 25px 5px;
	border: 1px solid #222;
	float: left;
	clear: both;
}
.tracker a img
{
	border: 0px none;
	cursor: pointer;
	
}
#holder {
	width: 740px;
	padding: 0px;
	margin: 0px 0px 10px -370px;
	position: absolute;
	left: 50%;
	top: 0px;
	font: normal 11px Trebuchet MS;	color: #000;
	padding: 0px 0px 0px 0px;
}
#top {
	background: #BC302A url(images/top_edge.gif) repeat-x bottom;
	height: 110px;
	width: 740px;
	border-top: 1px solid #000;
}
#top.contact {
	background: #BC302A url(images/top_edge.gif) repeat-x bottom;
	height: 35px;
	width: 740px;
	border-top: 1px solid #000;
}
#top.contact h1{
	font: bold 16px Arial; color: #fff; text-transform: uppercase; text-align: center;
	padding: 10px 0px 3px 0px;
}
#top h1 {
	font: bold 26px Arial; color: #fff; text-transform: uppercase; text-align: center;
	padding: 30px 0px 3px 0px;
	margin: 0px;
}
#top h2 {
	font: 15px Arial; color: #f2eeed; text-transform: uppercase; text-align: center;
	padding: 2px 0px 5px 0px;
	margin: 0px;
}
#main {
	background: #F2EEED url(images/mainbg.gif) repeat-y left top;
	width: 730px;
	height: auto;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	padding: 0px;
}
#column {
	background: transparent;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 14px;
	width: 195px;
	float: left;
}
/*:::::::::::::: Quicknav ::::::::::::::::*/
#quicknav {
	width: 170px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none;
	background: none;
}
#quicknav h1 {
	display: none;
}
#quicknav ul {
	width: 170px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none;
	background: none;
}
#quicknav ul li {
	width: 150px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #f4f4f4;
	background: #f2eeed;
	float: right;
	display: block;
	clear: both;
}
#quicknav ul li a {
	width: 150px;
	height: 18px;
	font: 11px Arial; color: #cc3333; text-transform: none; text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #f4f4f4;
	background: none;
	float: right;
	display: block;
}
#quicknav ul li a:hover {
	border: 1px solid;
	border-color: #fff #333 #333 #fff;
	color: #cc3333;
	cursor: pointer;
}
.profiledata {
	font: normal 10px Arial;	
	color: #666;
	width: 185px;
	padding: 5px 0px 15px 0px;
	margin: 5px 0px 15px 10px;
	clear: both;
	background: transparent url(images/fotoframe.gif) no-repeat;
}
.profiledata h1 {
	display: none;
}
.profiledata img {
	width: 100px;
	height: 100px;
	padding: 0px;
	float: left;
	margin: 15px 15px 20px 20px;
}
.profiledata ul {
	font: 11px Arial; color: #444; text-transform: none;
	text-align: left;
	padding: 3px 0px 0px 8px;
	margin: 2px 0px 0px 0px;

	clear: both;
	
}
.profiledata ul li {
	font: 11px Arial; color: #b6302a; text-transform: none; text-transform: uppercase;
	text-align: left;
	padding: 3px 0px 0px 9px;
	margin: 2px 0px 0px 5px;
	list-style: none;
}
.profiledata ul li span {
	font: 11px Arial; color: #333; text-transform: none; text-transform: uppercase;
	text-align: left;
	padding: 3px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	list-style: none;
}
.profiledata ul li a {
	font: 11px Arial; color: #b6302a; text-transform: none; text-decoration: underline; text-transform: uppercase;
	text-align: left;
	padding: 3px 0px 0px 8px;
	margin: 2px 0px 0px 0px;
	list-style: none;
}
.profiledata ul li a:hover {
	cursor: pointer;
}
.profiledata ul li a.profilecontact {
	background: url(images/email.gif) no-repeat left;
	padding: 5px 0px 0px 20px;
	margin: 4px 0px 5px 0px;
	font: 11px Arial; color: #768194; text-align: left; text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	list-style: none;
}
.profiledata ul li a.profilecontact:hover {
	background: url(images/email_open.gif) no-repeat left;
	cursor: pointer;
}
.profiledata p {
	font: 11px Arial; color: #444; text-transform: none;
	text-align: left;
	padding: 3px 0px 0px 8px;
	margin: 2px 0px 0px 0px;
}
.profiledata p a {
	font: 11px Arial; color: #444; text-transform: none; text-decoration: underline;
	text-align: left;
	padding: 3px 0px 0px 8px;
	margin: 2px 0px 0px 0px;
	list-style: none;
}
.profiledata p a:hover {
	cursor: pointer;
}
.profiledata ul li a.online
{
	background: url(images/online.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;
}
/*::::::::::ESTILOS PARA EL CALENDARIO::::::::::::::::*/
#calendar {
	background: transparent url(images/calendar1.gif) no-repeat;
	width: 180px;
	height: 270px;
	margin: 5px 0px 15px 2px;
}
#calendar h1 {
	display: none;
}
#calendar #calendar_header{
	background: transparent;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align:center;
	font: bold 11px Arial, Verdana;
	height: 60px;
}
#calendar #calendar_header .first_line{
	clear: both;
	font: bold 16px Arial; color: #BC302A;
	padding: 18px 0px 2px 0px;
}
#calendar #calendar_header .second_line{
	clear: both;
	font: bold 14px Arial; color: #BC302A;
	padding: 0px 0px 4px 0px;
}
#calendar #calendar_body{
	background: transparent;
	border: 1px solid #eeeeee;
	width: 158px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 11px;
	text-align: center;
}
#calendar #calendar_body .row{
	/*background: #F3E0A7;*/
	height: 16px;/*16*/
	padding: 0px;
	margin: 0px 0px 1px 0px;
	text-align: center;
}
#calendar #calendar_body .first_line{
	background: #666666;
	height: 16px;
	padding: 0px;
	text-align: center;
	font: bold 10px Arial, Verdana;
	color: #fff;
}
#calendar #calendar_body .second_line{
	background: #666666;
	height: 16px;
	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: #BC302A;
	background: #F2EEED;
	border: 1px solid #333;
}
#calendar #calendar_body .normal_selected{
	font: bold 10px Arial, Verdana; color: #BC302A; text-align: center;
	background: #fff;
	border: 1px solid #BC302A;
}
#calendar #calendar_body .normal_selected:hover{
	color: #005098;
}
#calendar #calendar_body .event{
	font: bold 10px Arial, Verdana; color: #BC302A; text-align: center;
	background: #fff;
}
#calendar #calendar_body .event:hover{
	color: #BC302A;
}
#calendar #calendar_body .event_selected{
	font: bold 10px Arial, Verdana; color: #BC302A; text-align: center;
	background: #fff;
	border: 1px solid #BC302A;
}
#calendar #calendar_body .event_selected:hover{
	color: #E47F00;
}
/*:::::::::: FINAL DE ESTILOS PARA EL CALENDARIO::::::::::::::::*/

/*:::::::::: ESTILOS PARA WEIGHTLOSS::::::::::::::::*/
#weightloss {
	width: 180px;
	padding: 5px 5px 10px 0px;
	margin: 15px 0px 20px 0px;
}
#weightloss h1{
	background: transparent url(images/weightloss_h1.gif) no-repeat left top;
	font: bold 14px Arial; color: #a32727; text-transform: uppercase; text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 15px 5px 10px 0px;
	height: 28px;
	width: 180px;
}
#weightloss p {
	padding: 0px;
	margin: 0px;
}
#weightloss img {
	width: 180px;
	margin: 0px 0px 0px 0px;
	font: bold 10px Arial, Verdana; color: #555;
}
table#weightloss  {
	width: 175px;
	border: 0px none;
	margin: 5px 0px 0px 10px;
}
table#weightloss td {
	font: normal 10px Arial; color: #666; vertical-align: middle;
	margin: 3px 0px 0px 0px;
	padding: 0px 5px 2px 0px;
}
table#weightloss td.right {
	text-align: right;
	width: 70px;
	border: 1px solid #d8d8d8;
	margin: 0px 0px 0px 4px;
	background: #fff;
	color: #444;
}

/*:::::::::::::: Photos ::::::::::::::::*/
#photos {
	width: 180px;
	clear: both;
	padding: 5px 0px 10px 0px;
	margin: 15px 0px 15px 0px;
}
#photos h1{
	background: transparent url(images/weightloss_h1.gif) no-repeat left top;
	font: bold 14px Arial; color: #a32727; text-transform: uppercase; text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 15px 0px 10px 0px;
	height: 28px;
	width: 180px;
}
#photos a {
	font: normal 10px Arial; color: #444; text-align: left;
	padding: 2px 1px 2px 1px;
	border: 1px solid #f8f8f8;
	margin: 2px 0px 10px 0px;
	width: 176px;
	display: block;
	cursor: pointer;
}
#photos img {
	width: 174px;
	height: 174px;
	border: 1px solid #d8d8d8;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}
/*NEW OPTIONS*/
#lastposts
{
	width: 180px;
	padding: 1px;
	margin: 15px 0px 15px 5px;
}
#lastposts h1{
	background: transparent url(images/weightloss_h1.gif) no-repeat left top;
	font: bold 14px Arial; color: #a32727; text-transform: uppercase; text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	height: 28px;
	width: 180px;
}
#lastposts ul
{
	font: bold 11px Arial; color: #344F11; text-align: left; 
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#lastposts ul li
{
	font: normal 12px Arial, Verdana; color: #444; text-align: left;
	padding: 1px 5px 1px 15px;
	margin: 0px 0px 3px 0px;
	line-height: 15px;
	display: block;
	background: url(images/lastpost_icon.gif) no-repeat left top;
}
#lastposts ul li a
{
	color: #444;
	text-decoration: none;
	margin: 0px 0px 0px 0px; 
}
#lastposts ul li a:hover
{
	text-decoration: underline;
	color: #222;
	cursor: pointer;
}
#lastposts ul li a.counts
{
	color: #444;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
}
#lastposts ul li a.counts:hover
{
	text-decoration: underline;
}

.rss
{
	width: 160px;
	height: 24px;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
.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;
}
.login 
{
	width: 90px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	clear: both;
	border: 1px solid #003333;
	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: 10px 0px 10px 0px;
	display: block;
}
#form_comment p
{
	font: normal 13px Verdana, Arial; color: #333; text-align: left;
	margin: 5px 0px 5px 0px;
	text-decoration: none; /* POST_TEXTDECORATION */
	text-transform: none;
	text-align: left; /* POST_TEXTALIGN */
	padding: 12px 10px 5px 0px;
}

#contentblock {
	background: transparent;
	margin: 10px 0px 10px 0px;
	width: 480px;
	padding: 5px 0px 5px 15px;
	float: right;
}
.post {
	width: 470px;
	clear: both;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
}
.post h1 {
	background: transparent url(images/post_h1.gif) repeat-x bottom;
	font: bold 16px Arial; color: #8A241F; text-transform: uppercase; text-align: right;
	padding: 2px 0px 3px 3px;
	margin: 0px 0px 5px 0px;
	clear: both;
}
.post img {
	float: none;
}
.post p {
	font: normal 12px Trebuchet MS; color: #333; text-align: justify;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.post ul {
	font: normal 12px Trebuchet MS; color: #333; text-align: justify;
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 0px 0px;
	list-style: disc;
}
.post ul li {
	font: normal 12px Trebuchet MS; color: #333; text-align: justify;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	list-style: disc;
}
.postdate {
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 2px 0px;
	height: 15px;
	font: bold 10px Arial; color: #999; text-transform: uppercase; text-align: right;
	clear: both;
}
.postauthor{
	padding: 3px 0px 3px 0px;
	margin: 8px 0px 35px 0px;
	font: bold 10px Arial; color: #999; text-align: right;
	clear: both;
}
.postauthor a {
	color: #BC302A;
	text-decoration: underline;
}
.postauthor a.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.top:hover
{
	text-decoration: underline;
}
/*::::::::::ESTILOS PARA COMMENTS EXPANDIDOS:::::::*/
.comments_header
{
	background: #fff;
	font: bold 12px Trebuchet MS; color: #BC302A; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 20px 0px 20px 0px;
}
#add_comment {
	font: bold 12px Trebuchet MS; color: #333; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 15px 0px 15px 0px;
}
#right #post_holder form {
	padding: 5px 0px 0px 20px;
	margin: 0px;
}
#right #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;
}
#right #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;
}
#right #post_holder form #security_number {
	background: transparent;
	font: bold 10px Trebuchet MS, Verdana; color: #BC302A; text-align: left;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#right #post_holder form #security_number img {
	width: 92px;
	height: 36px;
	border: 1px solid #333;
	margin: 15px 0px 15px 0px;
}
#right #post_holder form .blue_button {
	background: transparent url(images/post_commentsbutton.gif) no-repeat; 
	width: 70px;
	height: 20px;
	border: 0px none;
	font: bold 10px Trebuchet MS, Verdana; color: #BC302A; text-align: center;
	padding: 2px 0px 5px 0px;
	cursor: pointer;
}
#right #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: 380px;
	padding: 0px;
	margin: 5px 0px 5px 10px;
	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{
	font: bold 11px Arial; color: #666666; text-align: center;
	clear: both;
	width: 740px;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
#footer p{
	font: bold 11px Arial; color: #666; text-align: center;
	margin: 5px 0px 5px 0px;
}
.visit /*BLOG=VISITS COUNTER*/
{
	padding: 2px 10px 2px 10px;
	border: 1px solid;
	width: 120px;
	border-color: #7e7e7e;
	margin: 0px 0px 5px 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;
}
/*friends list*/
#friends_list {
	background: transparent;
	padding: 5px 0px 0px 0px;
	margin: 10px 5px 10px 0px;
	width: 180px;
	clear: both;
}
#friends_list h1 {
	display: none;
 }
#friends_list ul 
{
	font: 12px Arial; color: #344F11; text-align: left; 
	padding: 45px 0px 8px 0px;
	margin: 3px 0px 3px 0px;
	list-style-type: none;
	background: transparent url(images/friends.gif) no-repeat left top;
	display: compact;
}
#friends_list ul li 
{
	padding: 0px;
	margin: 3px 0px 3px 0px;
	display: compact;
}
#friends_list ul li a 
{
	background: transparent url(images/friends_icon.gif) no-repeat left top;
	margin: 3px 0px 3px 0px;
	display: compact;
	padding: 0px 0px 5px 15px;
	color: #666;
	text-decoration: none;
}
#friends_list ul li a:hover 
{
	background: transparent url(images/friends_icon.gif) no-repeat left top;
	color: #8A241F;
	text-decoration:none;
}
#banner_top
{
	padding: 4px 0px 12px 0px;
	margin: 10px 0px 10px 0px;
}
#banner_right
{
	padding: 6px 0px 6px 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
#banner_bottom
{
	padding: 2px 0px 6px 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.photo_album h1
{
	display: none;
}
ul.photo_album 
{
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 12px 5px 8px 5px;
	width: 456px;
	border: 1px solid #eee;
	background: #fcfcfc;
}
 ul.photo_album li
{
	font: normal 12px 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-right: 15px;
}
#music
{
	padding: 0px 0px 10px 0px;
	text-align: center;
}
#wysiwyg_textarea
{
	width: 420px;
}
