

html, body
{
	height: 100%;
}

body
{
	font-family: 'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 12pt;
	color: #404040;
	margin: 0px;
    background: #F0DDB0;
	padding: 0px;
    margin-top: 20px;
}

h1
{
    margin: 0px;
}

h3
{
    margin: 0px;
}

hr
{
	height: 2px;
	border-width: 0px;
	background-color: #80A080;
    margin: 4px;
}

.panel
{
    background: #FFF8F0;
    border: 2px solid #040;
    box-shadow: 5px 5px 5px rgba(80,60,0,0.5);
    width: 90%;
    border-radius: 8px;
    padding: 8px;
}

input
{
    margin: 4px;
	font-family: 'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 12pt;
    font-weight: bold;
}

.input-unavailable
{
    margin: 4px;
	font-family: 'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #000000;
    border-radius: 4px;
    width: 190px;
    padding: 2px;
    background: #F0E8E0;
    opacity: 0.5;
}

select
{
    margin: 4px;
	font-family: 'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 12pt;
    font-weight: bold;
}

a
{
    font-weight: bold;
    color: #080;
}

a:visisted
{
    color: #060;
}

a:hover
{
    color: #0A0;
}

input[type=button], input[type=submit]
{
    background: #6A6;
    color: #FFF;
    border-color: #040;
	font-family: 'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 12pt;
    font-weight: bold;
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 3px 3px 3px rgba(80,60,0,0.5);
}

input[type=submit]:hover
{
    background: #8C8;
}

.invalid-input
{
    border: 2px solid #F00;
}

.error-message
{
    color: #F00;
    font-weight: bold;
}

.prompt
{
    font-size: 12pt;
    font-weight: bold;
}

.result
{
    margin: 4px;
    padding: 4px;
    text-align: left;
    border-bottom: 2px solid #80A080;
}

.site-name
{
    color: #040;
}

.result-data
{
    margin-left: 10px;
}

.site-address
{
    font-style: italic;
    margin-top: 4px;
    margin-bottom: 8px;
}

.visited-on-label
{
    font-weight: bold;
}

.amount-label
{
    font-weight: bold;
}

.download-button
{
    float: right;
    margin: 10px;
    margin-top: 35px;

    background: #6A6;
    color: #FFF;
    border: 2px solid #000;
	font-family: 'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 12pt;
    font-weight: bold;
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 3px 3px 3px rgba(80,60,0,0.5);
}

.download-button:hover
{
    background: #8C8;
}

.download-button a:link
{
    color: #EEE;
    text-decoration: none;
}

.download-button a:hover
{
    color: #FFF;
    text-decoration: none;
}

.download-button a:visited
{
    color: #EEE;
    text-decoration: none;
}

.footer
{
    position:fixed;
    bottom:0;
    clear: both;

    width: 100%;
    background: #004000;
    margin-top: 2px solid #0206020;
    color: #8A8;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    min-height: 15px;
}

.footer-spacer
{
    min-height: 70px;
    width: 100%;
}

#copyright
{
    font-style: italic;
    font-size: 10pt;
    color: #686;
}
