body {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	font-family: 'Century Gothic', Calibri, helvetica, arial, sans-serif;
	font-family: Palatino, 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 11pt;
	font-size: 98.5%;
	color: #343434;
	clear: both;
	line-height: 1.429;
	text-align: left;
}

body.body404 {
	width: 600px;	
}
h1.slogan {
	width: 100%;
}

h2 {
	margin: 3px 0px;
}

h3 {
	margin: 3px 0px;
	border-bottom: 1px solid #000;
}

h5 {
	margin: 3px 0px;
}

input {
	font-family: 'Century Gothic', Calibri, helvetica, arial, sans-serif;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 12pt;
	color: #343434;
}

label {
	font-weight: bold;	
}

div.shelf {
	clear: both;
}
div.spacer10 {
	display: block;
	width: 100%;
	margin: 5px;
}
div.spacer40 {
	display: block;
	width: 100%;
	margin: 20px;
}
div.spacer100 {
	display: block;
	width: 100%;
	margin: 50px;
}

div#footer {
	width: 85%;
	margin: 5px auto;
	padding: 5px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	text-align: center;	
	font-size: 10px;
	color: #ccc;
}

div#bodyContent {
	float: left;
	width: 600px;
}
div#sidebar {
	float: right;
	width: 285px;
	padding: 5px;
}

div#dumper {
	margin-bottom: 50px;
}
input.dd_input {
	width: 100%;
	margin: 2px 10px 3px 0px;
	border: 4px solid #000;
	display: block;
	font-weight: bold;
	padding: 3px;
}
input.submit {
	width: auto !important;
}
input.inlineedit_input {
	width: 300px;
}

.disabled {
	color: #aaa;
}

img.iconClass {
	margin: 2px;
	vertical-align: middle;
}

span.dumpBarTitle {
	font-size: 9px;
	display: inline;
	margin-right: 4px;
}
table#dumpBar {
	width: 100%;
	height: 5px;
	margin-bottom: 9px;
}
table#dumpBar td{
	padding: 0px;
}
table#dumpBar tr{
	padding:0;
	margin:0;
}
td#dumpBarLeft {
	width: 100%;
	background-color: #66ff00;
	height: 5px;
}
td#dumpBarRight {
	width: auto;
	height: 5px;
	font-size: 14px;
}

div#td_header div {
	float: right; 
	display: block;
}

div.fancyDate {
	display: inline;
	font-size: 10px;
	font-weight: 900;
	color:#777;
}
div.fancyDate span {
	font-weight: 100;
	text-transform: uppercase;
	color: #aaa;
}

.TDinfoBlock {
	border: 2px solid #FFFF22;
	padding: 2px 5px 2px 5px;
	background-color: #FFFFee;
	color: #000000;
	font-size: 12px;
	display: block;
	width: 100%;
	margin: 0;
}
.TDinfoBlock h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #343434;
	display: inline;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	border-right: 2px solid #FF2;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: -5px;
	background-color: #FF2;
}
.error {
	display: inline;
	border: 2px solid #F22;
	background-color: #Fee;
}
.error h4 {
	color: #FFF;
	border-right: 2px solid #F22;
	background-color: #F22;
}
.success {
	border: 2px solid #292;
	background-color: #eFe;
}
.success h4 {
	color: #fff;
	border-right: 2px solid #292;
	background-color: #292;
}

.subtext {
	font-size: 11pt;
	color: #aaa;
	display: block;
}

ul#today_list {
	margin: 5px 0px;
	padding: 5px 0px;
	list-style: none;
}
ul#past_entries {
	margin: 5px 0px;
	padding: 5px 0px;
	list-style: none;
}
ul.dumpList li {
	font-size: 16pt;
	color: #555;
	font-weight: bold;
}
li#noitemstoday {
	list-style-type: none;
	font-style: italic;
	color: #aaa;
	background-image: none;
}
a img {
	border: 0;
}

ul.formattedList {
	list-style: none;
	padding:0;
	margin: 0;
}
ul.formattedList li {
	clear: both;
	padding:15px 0;
	margin: 5px 0;
}
ul.formattedList li table {
	width: 300px;
}
ul.formattedList li input{
	width: 320px;
	display: table;
}
ul.formattedList li label {
	float: left;
	width: 180px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-right: 10px;
	font-size: 16px;
	display: table;
}
ul.formattedList li label span {
	font-size: 10px;
	color: #aaa;
	display: block;
}
ul.formattedList li h1 {
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-size: 27px;
	color: #343434;
}

td.inlineEdit {
	padding-left: 20px;
	background-image: url('http://www.tadump.com/img/Edit-16x16.png');
	background-repeat: no-repeat;
}

div#curCapsuleBlock {
	font-size: 12px;
	clear: right;
	height: 85px;
}
div#curCapsuleBlock div {
	width: 260px;
	display: block;
	float: right;
}
div#curCapsuleBlock span {
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
}

ul#homeSources {
	list-style: none;
	padding: 0;
	margin: 2px 0;
}
ul#homeSources li {
	clear: both;
	padding: 2px;
	margin: 2px;
	margin-bottom: 10px;
	background-color:#eee;
	font-size: 9px;
	color: #555;
	border: 1px solid #aaa;
}
ul#homeSources li label b {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	color: #000;
	width: 100%;
}
ul#homeSources li label {
	font-size: 9px;
	font-weight: normal;
	display: block;
	width: 100%;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	margin: -2px;
	padding: 2px;
	margin-bottom: 4px;
	color: #aaa;
}
ul#homeSources li div {
	float: right;
	display: inline;
}
ul#homeSources li a {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
ul#homeSources li a:hover {
	color: #250;	
}
li#betaSignupContent {
	display: none;
	border: 2px solid #292;
	background-color: #eFe;	
	padding: 5px;
}
div#landing_top {
	display: block;
	clear: both;
	width: 100%;
	margin: 5px auto;
	margin-top: 30px;
	padding: 5px;
}
div.landing_logo {
	float: left; 
	width: 300px;
}
div.landing_logo h1 {
	margin-top: 0;
	padding-top: 0;
	margin-left: 5px;
}
div.landing_signup {
	padding: 30px 30px 0px 0px;
	font-size: 11px;
	float: right;
	width: 150px;
}
div.landing_signup p {
	margin-top: 0;
	padding-top: 0;
}
div.landing_signup p a {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	display: block;
	width:100%;
}
div#landing_about {
	clear: both;
	margin: 20px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 0px;	
	text-align: center;
}
div#landing_about img {
	margin: 0 auto;
}
div#landing_middle {
	width: 100%;
	clear: both;
}
div.landing_col {
	float: left;
	display:  block;
	border-top: 1px solid #aaa;
	margin :10px 15px;
	padding: 2px;
	width: 166px;
	color: #777;
	font-size: 13px;
}
div.landing_col h3 {
	border: 0;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px 0px 9px 0px;
}
ul#timeAgoLists {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}
ul#timeAgoLists li {
	list-style-type: none;
}
ul#timeAgoLists li h3 {
	border: 0;
}
ul#timeAgoLists li div {
	margin: 1px 0;
	padding: 1px;
	margin-bottom: 4px;
}
ul#timeAgoLists li div i {
	margin: 10px;
}
ul#timeAgoLists li div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#timeAgoLists li div ul li{
	border: 1px solid #ddd;
	margin: 1px 0;
	padding: 1px 2px;
	font-size: 10px;
}
div#beta_notice {
	border: 1px solid #f60;
	margin: 5px 0px;
	display: block;
	background-color: #fff3e5;
	color: #343434;
	font-size: 11px;
	padding: 1px 10px;
}
div#beta_notice h3 {
	color: #f60;
	margin: 2px 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	border: 0;
}
span.entSpan {
	display: block;
	margin-left: 25px;
	margin-bottom: 7px;
	font-size: 9pt;
	color: #999;
	font-weight: normal;	
}



