﻿@charset "utf-8";
/* CSS Document */

body {
padding: 0px;
margin: 0px;
background-image: url('images/bg.gif');
background-color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
line-height: 2em;
}

.reportexamples a:link, .reportexamples a:visited, .reportexamples a:hover  {
text-decoration: none;
font-weight: bold;
}

.reportexamples a:hover {
color: #000;
} 

.reportexamples img {
border: solid 2px;
}

.backtomain {
position: absolute;
top: 0px;
right: 0px;
padding: 5px;
text-align: right;
}

img {
border: none;
}

.backtomain a:link, .backtomain a:hover, .backtomain a:visited {
color: #999;
font-size: 9px;
}

.mymain {
background: url('images/menu-background.gif') repeat-x;
}

.container {
padding: 10px;
border: solid 1px #fff;
background: url('images/seethru.png') repeat;
margin: 20px 10px 20px 10px;
}

h2 {
padding: 3px 25px 0px 15px;
margin: 0px;
height: 25px;
font-weight: bold;
color: #fff;
background-image: url('images/head2.gif');
background-repeat: repeat-x;
font-size: 13px;
}

h3 {
margin: 5px;
color: #feae00;
font-size: 13px;
font-weight: bold;
}

input {
background: #fff !important;
font-weight: bold;
width: 300px;
}

textarea {
background: #fff !important;
font-weight: bold;
width: 300px;
}

.log {
width: 125px;
}

.footer {
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
padding: 3px;
background: url('images/seethru.png') repeat;
}

a:link, a:visited {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #feae00;
text-decoration: none;
}

a.foot{
color: #4e4e4e;
}							

a:visited.menu, a:link.menu {
color: #fff;
text-decoration: none;
font-weight: bold;
}

a:hover.menu {
color: #feae00;
text-decoration: none;
font-weight: bold;
}

.copy {
color: #4e4e4e;
padding: 2px;
}


.button {

	background-image: url(images/head2.gif) !important;

	font-weight: bold;

	width: 100px;

}



							




