/* @override http://localhost:8888/md5h_2/css.css */

/*Stylesheet for the redesigned MD5H Site
©2010 Pretty Advanced Web Design
http://www.prettyadvanced.com */

body
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#content
{
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

div#logostrip 
{
	width: 100%;
	background-color: #22b80f;
	height: 120px;
	text-align: center;
}

img#logo
{
	position: relative;
	top: 15px;
	border: none;
}

div#error
{
	background-color: #f46219;
	text-align: center;
	color: #FFF;
	margin: 0;
	font: bold 20px "Courier New", Courier, mono;
}

div#footer
{
	background-color: #22b80f;
	margin-left: -5px;
	margin-right: -5px;
	font-size: 11px;
}

table#hasher {
margin-left:auto;
margin-right:auto;
text-align:center;
width:100%;
}



div#footer table a 
{
	color: #FFF;
}

table#nav {
	width: 80%;
	margin: 5px auto;
	text-align: center;
	background-color: rgba(48,186,22,0.5);
}

#nav tbody tr td a {
	color: #000;
	font-size: 20px;
}

p.rcelltext
{
	text-align: right;
}

tr#md5 {
	background-color: rgba(48,186,22,0.5);
}

tr#sha
{
	background-color: rgba(48,186,22,0.5);
}

#footer table {
	width: 100%;
	color: #FFF;
}

#footer table tbody tr td.l {
	width: 50%;
}

.php
{
	font-size: 12px;
	background-color: #ececec;
}

.free-ads
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}