@import url("foodista_reset_fonts_yui.css");
@import url("foodista_typo.css");
@import url("foodista_forms.css");

body {
	background: #D7711E;
	margin: 0;
	padding: 1% 0;
	text-align: center;
}

h2 {
	padding: 10px 0;
}

/****** =LAYOUT= ******/

#wrapper {
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
	width: 960px;
}

#content {
	height: 100%;
	margin-top: 4px;
	position: relative;
	top: 0;
}

#contentwrap {
	background-color: #fff;
	margin: 0;
	padding: 1px 27px;
	overflow: hidden;
	position: relative;
	width: 906px; /* for IE6 absolutely positioned children */
}

#curved_top {
	background: url(../images/curved_one.png) no-repeat;
	height: 16px;
	margin: 0;
	padding: 0 0 0px 0;
	width: 960px;
}

#curved_bottom {
	background: url(../images/curved_two.png) no-repeat left bottom;
	margin: 0;
	padding: 0 0 0px 0;
	width: 960px;
}

#footer {
	color: #ffffff;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	color: #ffffff;
}

#footer ul li {
	border-right: 1px solid #fff;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#footer ul li.last {
	border-right: none;
}

#copyright {
	margin: 10px auto 0;
	padding-top: 8px;
	text-align: center;
}

.title input {
	border: solid thin black;
	width: 300px;
}

.recipe_yield input {
	border: solid thin black;
	width: 150px;
}

textarea.description {
	border: solid thin black;
	display: block;
	height: 100px;
	margin-bottom: 10px;
	width: 515px;
}

textarea.paragraph {
	border: solid thin black;
	display: block;
	height: 100px;
	margin-bottom: 10px;
	width: 515px;
}

.clearboth {
	clear: both;
}

/****** =LINKS= ******/

a, a:visited, a:hover {
	color: #3f7591;
	text-decoration: underline;
}

a.popup, a.popup:visited {
	border-bottom: 1px dotted #3f7591;
	text-decoration: none;
}

a.popup:hover {
	text-decoration: underline;
}

a.command, a.command:visited, a.command:hover {
	text-decoration: none;
}

a.navi, a.navi:visited {
	color: #fff;
	text-decoration: underline;
}

a.offthef, a.offthef:visited {
	text-decoration: none;
}

a.offthef:hover {
	text-decoration: underline;
}

a.outer, a.outer:visited, a.outer:hover {
	background: url(../images/outerlink.png) no-repeat 100% 0;
	padding-right: 12px;
	text-decoration: none;
}

.outerlink {
	background: url(../images/outer_link.jpg) no-repeat 100% 0;
	color: #4c4c4c;
	font-size: 1.0em;
	padding-left: 15px;
	padding-right: 12px;
	padding-top: 0;
}

/****** =HEADER= ******/

#header-wrap {
	background: url(../images/right_side.png) no-repeat right;
	height: 82px;
	margin-top: 3px;
	position: relative; /* for IE6 neg margin bug */
}

.header-logo {
	border-style: none;
	float: left;
	margin-top: -21px;
	position: relative; /* for IE6 neg margin bug */
}

#top-nav {
	padding: 30px 13px 0 0;
	text-align: center;
}

#top-nav a {
	background-color: #fff;
	color: #003f82;
	display: block;
}

#user_panel {
	margin-right: 4px;
	text-align: right;
}

#user_panel li {
	color: #fff;
	display: inline;
	padding-left: 15px;
}

/****** =COMMENTS= *******/

#comments h2 {
	border-bottom: 1px solid #AF5018;
	margin: 10px 0;
	padding: 0;
}

.comment {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px;
	margin-bottom: 10px;
}

.comment .meta {
	float: right;
}

.comment .body {
	margin-top: 10px;
}

.comment .body p {
	padding-bottom: 10px;
}

#add-comment textarea {
	height: 100px;
	width: 100%;
}


/****** =SEARCH PAGE= ******/

#searchLeftColumn {
	background: #fff;
	float: left;
	width: 650px;
}

#searchRightColumn {
	background-color: #fff;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	width: 210px;
}

#searchNoMatch {
	color: #705037;
	padding: 5px 0;
}

#searchNoMatch h2 {
	color: #356E99;
}

#searchNoMatch .searchResultDesc {
	margin-top: 5px;
	padding-top: 0;
}

#searchHead .searchResultNo {
	float: left;
	padding: 20px 10px 0 0;
}

#searchFilter {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 40px;
	margin: 0px 0 0px 20px;
	padding: 10px 0 10px 20px;
}

#searchFilterLeft {
	color: #837f7c;
	float: left;
	padding-right: 15px;
	padding-top: 3px;
}

#searchFilterRight {
	float: left;
	padding: 20px 0 0 15px;
}

#searchFilterRight ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

#searchFilterRight ul li {
	display: block;
	float: left;
	margin: 0;
	padding-right: 20px;
}

#searchMain {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#searchMain .searchUnit {
	border-top: 1px solid #ccc;
	color: #837f7c;
	margin: 0;
	overflow: auto;
	padding: 12px 0;
	vertical-align: top;
	width: 610px;
}

#searchMain .searchUnit img {
	border: none;
}

#searchMain .searchUnit h2 {
	color: #356e99;
}

#searchMain .searchUnit .icon {
	float: right;
	margin: -2px -5px 0 0;
	position: relative;
}

#searchMain .searchUnitImgWrap {
	float: left;
	height: 80px;
	width: 80px;
}

#searchMain .searchUnitTxtWrap {
	float: left;
	padding-left: 15px;
	width: 500px;
}

#pagination {
	float: right;
	padding: 10px 0 0 0;
}

.search-related {
	border-bottom: 3px solid #BBBBBB;
	border-left: 1px solid #DDDDDD;
	border-right: 3px solid #BBBBBB;
	border-top: 1px solid #DDDDDD;
	float: left;
	margin: 0 0 15px 0;
	padding: 10px;
	position: relative;
}

.search-related .icon {
	float: right;
	margin: -6px -6px 0 0;
	position: relative;
}

.search-related ul {
	list-style-type: none;
	padding: 7px 0 0 0;
}

.search-related li {
	padding-bottom: 0.3em;
}

/****** =SEARCH FORM= ******/

#search-form fieldset {
	float: left;
	margin-right: 3px;
	padding: 0;
	position: relative;
}

label.overlabel {
	color: #999;
}

label.overlabel-apply {
	color: #999;
	display: none;
	left: 13px;
	position: absolute;
	top: 13px;
	z-index: 1;
}

#search-form {
	background-color: #fff;
	float: left;
	height: 57px;
	padding: 21px 0 4px 35px;
	position: relative;
	width: 550px;
}

#search-query {
	border: 1px solid #dd5324;
	margin: 3px 10px 0 0;
	padding: 7px 6px;
	width: 390px;
}

#search-submit {
	cursor: pointer;
	height: 37px;
	width: 110px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search-form {
		height: 56px;
	}

	#header-wrap {
		height: 81px;
	}
}

/****** =FRONTPAGE= ******/

#home h1 {
	padding: 12px 0;
}

#home h1 a, 
#home h1 a:visited {
	color: #705037;
	text-decoration: none;
}

#home h1 a:hover {
	color: #3F7591;
	text-decoration: underline;
}

#home #user_panel {
	margin-bottom: 0;
}

#home #header {
	margin-top: 20px;
}

#home #top-nav {
	left: 100%;
	margin: 0 0 0 -227px;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 200px;
}

#home #contentwrap {
	overflow: visible;
}

#home #logo {
	padding-top: 1px;
	text-align: center;
	width: 905px;
}

#home #logo p {
	color: #777;
	margin: 0 175px 35px;
	padding: 0;
}

#home #logo a img {
	display: block;
	height: 75px;
	margin: 0 auto 5px;
	width: 370px;
}

#home #search-form {
	background-color: #fff;
	float: none;
	height: 57px;
	margin-top: 0px;
	padding: 0px 0 23px 0px;
	position: relative;
	text-align: center;
	width: 905px;
}

#home #search-form fieldset {
	display: inline; /* for IE6 double-margin bug */
	float: left;
	margin-left: 150px;
}

#home #search-query {
	margin: 0 10px 0 0;
	padding: 7px 6px;
	width: 480px;
}

#home #search-submit {
	cursor: pointer;
	height: 43px;
	width: 112px;
}

#home #sparkle {
	height: 150px;
	left: 27;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 150px;
}

#home-content-wrap {
	min-height: 540px;
	position: relative;
}

#home-content-wrap .col1 {
	float: left;
	position: relative;
	width: 520px;
}

#home-content-wrap .col2 {
	float: left;
	width: 380px;
	position: relative;
}

#home-content-wrap .col2 h2 {
	margin: 10px 0 14px 0;
	padding: 0;
}

#home-content-wrap .col2 h3 {
	color: #0872ac;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align: top;
}

.recent-images {
	border: 1px solid #999;
	overflow: hidden;
	padding: 20px 0 20px 20px;
	width: 480px;
}

.recent-images .image-full {
	float: left;
	padding: 0 20px 20px 0;
	text-align: center;
	width: 218px;
}

.recent-images .image-full img {
	border: 1px solid #dddddd;
	margin-bottom: 5px;
}

.recent-editors {
	display: block;
	overflow: hidden;
	width: 520px;
}

.featured-blog h1 {
	margin-left: 5px;
}

.featured-blog h1 img,
.recent-blog h1 img {
	padding-right: 10px;
	vertical-align: text-bottom;
}

.featured-blog h1 span {
	color: #666666;
	font-size: 76.3%;
	font-style: italic;
	font-weight: normal;
}

.recent-blog {
	display: block;
	padding: 0 0 10px 0;
	width: 370px;
}

.recent-blog .more {
	margin-left: 10px;
}

.recent-blog h1 {
	margin-left: 7px;
}

.blog-summary {
	height: 85px;
	margin-bottom: 8px;
	padding: 0 10px;
	overflow: hidden;
}

.blog-summary img {
	border: 1px solid #999;
	background-color: #ffffff;
	float: left;
	height: 75px;
	margin-right: 10px;
	padding: 3px;
	width: 75px;
}

.featured-blog .blog-summary {
	background-color: #ffffb3;
	padding: 15px 10px;
}

.discover {
	clear: both;
	overflow: hidden;
	padding: 25px 0;
}

.discover-module {
	border: 1px solid #b8b8b8;
	display: inline; /* for IE 6 float margin bug */
	float: left;
	margin-bottom: 1em;
	margin-right: 8px;
	min-height: 120px;
	padding: 7px;
	position: relative;
	width: 202px;
}

.discover-module .icon {
	float: right;
	margin: -2px -2px 0 0;
	position: relative;
}

.discover-module h4 {
	padding-bottom: 1em;
}

.discover-module li {
	padding-bottom: 0.4em;
}

.discover-module a.discover-photos {
	float: right;
	padding-top: 0.6em;
}

.discover-module a.discover-more {
	float: left;
	padding-top: 0.6em;
}

/****** =PROFILE= ******/

#profile h2 {
	border-bottom: 1px solid #AF5018;
	margin: 10px 0;
	padding: 0;
}

#profile-pic {
	text-align: center;
	width: 550px;
	margin-bottom: 10px;
}

#profile-pic img {
	border: 1px solid #999;
	max-width: 550px;
	padding: 3px;
}

#profile-embeds {
	margin-bottom: 10px;
}

#profile-embeds .embed {
	background-color: #DDD;
	margin: 0 0 10px 0;
	padding: 10px;
	overflow: hidden;
	width: 530px;
}

#profile-embeds .embed img {
	background-color: #fff;
	border: 1px solid #999;
	float: left;
	height: 75px;
	margin: 0 10px 0 0;
	padding: 3px;
	width: 75px;
}

#profile-embeds .embed .text {
	float: left;
	width: 425px;
}

#profile-embeds .embed .date {
	color: #666;
}

#favorites {
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

.favorite {
	border: solid 1px black;
	float: left;
	margin: 10px;
	padding: 16px;
	text-align: center;
	width: 125px;
}

.favorite img {
	height: 125px;
	width: 125px;
}

#profile-stats {
	margin-bottom: 20px;
}

#profile-stats .stat {
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
}

#profile-stats .label {
	color: #705037;
	display: block;
	float: left;
	font-weight: bold;
	width: 75px;
}

#profile-stats .data {
	display: block;
	float: left;
	margin-left: 10px;
	width: 235px;
}

#profile-stats .about {
	clear: both;
	padding-left: 15px;
}

#profile-edits ul {
	margin-left: 15px;
}
#profile-edits li {
	list-style-type: disc;
	padding-bottom: 5px;
}

/****** =RECIPE DETAIL= ******/

.addnav {
	float: right;
	margin-right: 8px;
	padding: 17px;
	position: relative;
	right: 0;
	top: 0;
}

ul#addlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#addlist li {
	display: inline;
	list-style-type: none;
}

#addlist a {
	padding: 3px 10px;
}

#addlist a:link, #addlist a:visited {
	text-decoration: none;
}

#addlist a:hover {
	text-decoration: underline;
}

.header_main {
	color: #705037;
}

.header_copyedit {
	color: #705037;
	display: block;
	margin: 5px 0;
	padding: 0;
}

.header_builder {
	color: #705037;
	display: inline;
	margin: 15px 0;
	padding: 0;
}

/****** =TABS= ******/

#content-header {
	border-bottom: 1px solid #AF5018;
	height: 100%;
}

#content-header td {
	height: 25px;
	vertical-align: bottom;
	width: 50%;
}

#content-header ul {
	list-style-type: none;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 3px 0 1px;
}

#content-header ul li {
	display: inline;
	float: right;
	overflow: visible;
}

#content-header ul li a.command {
	border-color: #af5018 #af5018;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	height: 100%;
	margin: 3px 12px 0 0;
	padding: 2px 7px;
	width: auto;
	position: relative;
}

#content-header ul li a.command:hover {
	background: white url(../images/blank.gif) repeat-x;
	color: #af5018;
	padding-bottom: 2px;
	text-decoration: none;
	z-index: 3;
}

#content-header ul li a.active {
	background-color: #af5018;
	color: #fff;
}

#content-header .add-favorite {
	float: left; 
	padding: 4px 4px 0px;
}

#content-header .print {
	float: right;
	margin: 0 12px 0 0;
}

/* MAIN CONTENT WRAPPERS */

#columns {
	background-color: #fff;
	margin-top: 15px;
	min-height: 300px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}

#col1 {
	background: #fff;
	float: left;
	position: relative;
	width: 550px;
}

#col2 {
	background-color: #fff;
	float: right;
	width: 330px;
}

#col1 #synonyms {
	margin: 0 0 10px 0;
	padding: 0;
}

#col1 #tags {
	margin: 0 0 10px 0;
	padding: 0;
}

/* wikipedia blogposts editedby wrapper */

.editedby, #blogposts, #wikipediaContent, .search-related {
	background-color: #f8f7f5;
	border: 1px solid #DDDDDD;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 528px;
}

.search-related {
	margin-bottom: 15px;
	width: 100%;
}

#wikipediaContent iframe {
	background-color: #fff;
	border: none;
	height: 400px;
	overflow: auto;
	width: 100%;
}

#blogposts h3, #blogposts p {
	padding: 4px 0;
}


/* embedomatic table classes*/

.copyform {
	padding: 15px 0 15px 0;
}

.embtxt {
	background-color: #EEEEEE;
	border: 1px solid #ccc;
	height: 91px;
	margin-left: 25px;
	padding: 5px;
	width: 568px;
}


/****** =CONTENT VIEWS= ******/

.content-view #tags {
	margin-bottom: 20px;
}
.content-view h1 .personal {
	padding-left: 10px;
	vertical-align: top;
}

.content-view h1 .edit {
	color: #000000;
	font-size: 60%;
	font-weight: normal;
	padding-left: 5px;
	vertical-align: 16%;
}

.editable {
	clear: both;
}

.editable h2 {
	border-bottom:1px solid #AF5018;
	padding: 0;
	margin: 10px 0;
}

.editable h2 .edit {
	color: #000000;
	float: right;
	font-size: 81.3%;
	font-weight: normal;
	margin: 0.15em 5px 0 0;
}


.ingredients .quantity {
	margin-right: 8px;
	text-align: right;
	vertical-align: top;
}

.ingredients td, 
.ingredients th {
	padding-right: 0px;
}

.ingredients input {
	border: solid thin black;
}

.ingredients .labels {
	text-align: left;
}

.ingredients .quantity, 
.measure {
	width: 55px;
}

.ingredients .food {
	padding-left: 11px;
}

.ingredients .method {
	width: 150px;
}

.prep_steps td {
	padding-bottom: 16px;
	vertical-align: top;
}

.prep_steps_col1 {
	padding-right: 11px;
	text-align: right;
	width: 55px;
}

#toolsWrap ul li a, 
#toolsWrap ul li a:visited, 
.prep_steps a, 
.prep_steps a a:visited, 
.ingredients .food a, 
.ingredients .food a:visited {
	border-bottom: 1px dotted #3f7591;
	color: #3f7591;
	text-decoration: none;
}

#toolsWrap ul li a:hover, 
.prep_steps a:hover, 
.ingredients .food a:hover {
	border-bottom: 1px solid #3f7591;
	color: #3f7591;
	text-decoration: none;
}

#toolsWrap ul {
	margin: 0 0 0 71px;
	padding: 0;
}

#toolsWrap ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.desc_input {
	height: 100px;
	width: 350px;
}

#aboutWrap em {
	font-style: italic;
}

#aboutWrap ol {
	margin-left: 25px;
	padding-left: 10px;
}

#aboutWrap ol li {
	list-style-type: decimal;
}

#aboutWrap ul, 
.statictxt ul {
	margin-left: 25px;
	padding-left: 10px;
}

#aboutWrap ul li {
	list-style-type: disc;
}

.statictxt ul li {
	list-style-type: disc;
}

#relrecWrap {
	background-color: #f8f7f5;
	border-bottom: 3px solid #BBBBBB;
	border-left: 1px solid #DDDDDD;
	border-right: 3px solid #BBBBBB;
	border-top: 1px solid #DDDDDD;
	float: left;
	padding: 5px;
}

#relrecWrap h2 {
	padding: 10px 0 10px 5px;
}

#relrecWrap .icon {
	float: right;
}

#relrecWrap ul {
	margin: 0;
	padding: 7px 0 0 7px;
}

#relrecWrap ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

#relrecWrap ul li span {
	vertical-align: top;
}

.relrecimgWrap {
	float: left;
	height: 80px;
	padding: 0 5px 0 5px;
	width: 80px;
}

.relrecimgWrap img {
	border: none;
}

.relrectxtWrap {
	float: left;
	height: 80px;
	padding-bottom: 25px;
	width: 200px;
}

/****** =PHOTOS= ******/

.photomatic-hov {
	border: 1px solid #ff7c00;
	opacity: 0.34;
	cursor: pointer;
}

#photos {
	border: 1px solid #9c9795;
	margin-bottom: 15px;
	padding: 24px;
	text-align: center;
}

#photos #main-photo {
	height: 375px;
	margin: 0 auto;
	width: 500px;
}

#photos #main-photo img {
	max-height: 375px;
	max-width: 500px;
	padding: 0;
}
#photos #main-photo-meta {
	overflow: hidden;
	height: 30px;
	padding: 5px 0 10px;
}

#photos .attribution {
	float: left;
	text-align: left;
	width: 250px;
}

#photo-vote {
	float: right;
	text-align: right;
	width: 200px;
}

#photo-vote a {
	margin: 0 0 0 5px;
}

#photo-vote .helpful {
	color: #00ff00;
}

#photo-vote .unhelpful {
	color: #ff0000;
}

#photos #thumbs {
	margin: 0 auto;
	width: 395px;
	height: 99px;
	z-index: 1;
}

#photos #thumbs li {
	display: inline;
	float: left;
}

#photos #thumbs img {
	padding: 1px;
}

#photos #thumbs .active {
	border: 2px solid #ff7c00;
	padding: 0px;
}

#upload-photo {
	padding-top: 15px;
}

/* comment block table */

.comment_block {
	float: left;
	padding: 10px 0;
	position: relative;
}

.comment_block thead h2, .comment_block tbody .com_body {
	padding-bottom: 0;
	border-bottom: 1px solid #AF5018;
}

.comment_block h3 {
	padding-bottom: 0;
}

.comment_block td {
	padding: 6px 0;
}

.comment_block .com_td {
	text-align: right;
}

/***** DRAWING DRAWING *******/

.bloggertools {
	float: left;
}

.recent_ed {
	display: block;
	overflow: hidden;
	width: 520px;
}

.anon_users {
	color: red;
}

.ctxt {
	text-align: center;
}

.moveright {
	text-align: right;
}

.changelist li {
	padding-bottom: 4px;
}

.fpornTable {
	width: 100%;
}

.fpornimgWrapLeft {
	border: solid 1px black;
	display: inline-block;
	margin-bottom: 24px;
	margin-right: 24px;
	padding: 24px;
	text-align: center;
	width: 218px;
}

.fpornimgWrapCenter {
	border: solid 1px black;
	display: inline-block;
	margin-bottom: 24px;
	padding: 24px;
	text-align: center;
	width: 218px;
}

.fpornimgWrapRight {
	border: solid 1px black;
	display: inline-block;
	margin-bottom: 24px;
	margin-left: 24px;
	padding: 24px;
	text-align: center;
	width: 218px;
}

.fpornPage {
	text-align: center;
}

table#requested_recipes {
	font-size: 125%;
	line-height: 150%;
	margin-left: 0;
	text-align: left;
	width: 100%;
}

table#requested_recipes td {
	width: 33%;
}

/****** =RECENT CHANGES= ******/

#recent-changes {
	width: 100%;
	border-collapse: collapse;
}

#recent-changes th {
	border-bottom: 2px solid #7E3D16;
}

#recent-changes td {
	border-bottom: 1px solid #DEDEDE;
}

#recent-changes tr.separator td {
	border-bottom: 2px solid #AAAAAA;
}

#recent-changes .user {
	padding-left: 10px;
	width: 200px;
}

#recent-changes .action {
	width: 150px;
}

#recent-changes .name {
	width: 330px;
}

#recent-changes .when {
	width: 120px;
}

#recent-changes .history {
	width: 50px;
}

#recent-changes .history a {
	display: block;
	padding: 0 5px 0 20px;
	text-decoration: none;
	font-size: 20px;
}


/***** TO ORGANIZE *****/

.alphabetz {
	border-bottom: 1px dotted silver;
	float: left;
	margin-bottom: 15px;
	width: 900px;
}

.ind_alphabetz {
	float: left;
	width: 50px;
}

.alphabetz_contents {
	float: left;
	padding-bottom: 5px;
	width: 850px;
}

.alphabetz_contents ul li, 
.alphabetz_contents_drill ul li {
	display: inline;
	float: left;
	width: 250px;
}

.morelink2 {
	bottom: 3px;
	float: right;
	right: 23px;
}

.error_message {
	color: red;
	height: auto;
	margin: 15px 0px;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}

#recipeb_step2 {
	padding-bottom: 20px;
	text-align: center;
}

#recipeb_step2 p {
	padding: 6px 0;
}

.resetpw, 
.statictxt {
	padding-bottom: 10px;
}

#adsense {
	float: left;
	height: 62px;
	padding: 10px 0 10px 45px;
	width: 460px;
}

.historyTable {
	width: 100%;
}

.historyTable td {
	padding: 4px;
	text-align: right;
}
