html {
	background: #0a0b10 url(bgdumbellrack.jpg) center top no-repeat;
	color: #FFF;
	font: 18px/24px Tahoma, Arial, sans-serif;
	padding-top: 2em;
}

a {
	color: #CCC;
}

form {
	margin: 0;
}

h1 {
	margin: 0;
	color: #111;
	text-align: left;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	font-family: Arial;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 24px;
	line-height: 30px;
}

p {
	margin: 1em 0;
}

table {
	text-align: left;
}

.advert {
	text-align: center;
	margin: 1em 0 0.5em 0;
}

#page_footer {
	font-size: 85.5%;
	width: 37.4em;
	margin: 0em auto 1.17em auto;
}

#page_content {
	width: 32em;
	border: 0.25em solid #586f9e;
	background: #FFF url(bdheaderfade.png) center top repeat-x;
	color: #333;
	padding: 1em;
	margin: 0 auto;
}
#page_content a {
	color: #333;
}

.calc_form h2 {
	margin-bottom: 1em;
}

.calc_form table {
	color: #333;
}
.calc_form table td, .calc_form table th {
	padding: 0 0 0.5em 0;
}
.calc_form table td {
	padding-left: 0.5em;
}
.calc_form table th.submit {
	padding: 1em 0 0 0;
}


input.button {
	border: 1px solid #666;
	background: #e4e8f0;
	color: #666;
	cursor: pointer;
	padding: 0.25em 1.5em;
	font-weight: bold;
}

* html input.button {
	padding: 0.25em 0;
}
*:first-child+html input.button {
	padding: 0.25em 0;
}

input.button:hover, * html input.button {
	border: 1px solid #000;
	color: #000;
	background-color: #d8deeb;
}
input.button:active {
	margin: 1px 0px 0px 1px;
}

input, select {
	font-size: 100%;
}

.clear {
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}

.calc_graphic {
	float: right;
	width: 250px;
	padding-top: 2em;
}

.calc_result {
	float: right;
	width: 14.5em;
}

.strengthlevel {
	font-size: 150%;
}

.calc_table {
	font-size: 15px;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	width: 100%;
}
.calc_table thead th {
	padding: 0.25em 0.5em 0.25em 0.25em;
}

.calc_table thead th {
	border-bottom: 3px double #666;
}
.calc_table tbody th, .calc_table th.hd {
	border-right: 1px solid #999;
}
.calc_table tbody th {
	background: #F0F0F0;
}

.calc_table tbody td, .calc_table tbody th {
	padding: 0.125em 0.25em 0.125em 0.25em;
}
