/* CSS Document */

#Session, #secondary, #overflow, #AccountHistory, #main_menu, .callout, .PageList, .CommentHeader, .ContentInfo, .printer, .AddComments, #btm, .check{
		display: none;
	}
.DiscussionType,
.DiscussionCategory,
.DiscussionStarted,
.DiscussionComments,
.DiscussionLastComment,
.DiscussionActive,
.DiscussionNew,
.DiscussionTags,
.DiscussionExcerpt
{
	display: none;
	}
.Sticky .DiscussionExcerpt {
	display: block;
	margin-bottom: 1em;
	}
.DiscussionTopic {
	margin-top: 1em; 
	padding-top: 1em;
	border-top: 1px solid #ccc;
}
ol#Discussions { 
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
ol#Discussions li{ 
	list-style: none;
}
body {
	background: white;
	font: normal 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	}
#header {
	border-bottom: 1px solid #ccc;
	}
#header a, #header a:link, #header a:visited  {
	text-decoration: none;
	}
#wrapper{
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
#intro {
	text-align: center;
	border-bottom: 1px solid #ccc;
	}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	}
dt {
	font-weight: bold;
}
h1 {
	text-align: center;
	margin: 0; padding: 0;
	font-size: 1.5em;
}
h2, h3, h4, ul{
	margin: 0; padding: 0;
	
}
h3 {border-bottom: double #ccc; font-size: 1.1em;}
h4 {margin-top: .5em; border-bottom: 1px solid #ccc; font-size: 1.1em;}
ul {margin-left: 1em; }

#main img.left {
	padding: 3px;
	float: left;
	margin: 0 1em 0 0;
}
#main img.right {
	padding: 3px;
	float: right;
	margin: 0 0 0 1em;
}
#main img.center {
	clear: both;
	float: none;
	margin: 0 auto 1em auto;
}
#footer { border-top: 1px solid #ccc; text-align: center}


fieldset {
	margin: 1em 0;
}

table {
	border-collapse: collapse;
	margin: 2em 0;
	text-align: right;
	font-size: 11pt;
}
table strong{
	display: block;
	text-align: left;
	padding-left: 5px;
}
table th{
	padding: 1px 10px;
	line-height: 1em;
	font-weight: normal;
}
table td{
	padding: 10px 10px 0 10px;
}


/* PROFILE
----------------------------------------------------------------*/

#AccountPage ul {
	list-style: none;
}
#AccountPage ul {
	list-style: none;
}
#AccountPage p {
	margin: 0; padding: 0;
}
#AccountPage h3 {
	margin-top: 1em; padding-top: 0;
}
#AccountPage .Picture, #AccountPage .ProfileIcon{
	display: none;
}

/* daily habits
----------------------------------------------------------------*/
#numbering {padding-left: 18px; clear: both; height: 12px; }

#Form.Account #numbering span { display: block; width: 23px; font-size: 11px; float: left; color: #999 }

#Form .checks {padding-left: 18px; clear: both; height: 20px; margin-bottom: 5px;}

#Form.Account span input.check { width: 13px; margin-right: 6px;}

.todolabel span, .ToDo p, .ToDoItem {display: none; }


