﻿body {
	height: 100%;
	margin: 0px;
	font-family: Arial;
	color: #757575;
	background-color: #e2f3f3;
	background-image: url('images/background.jpg');
}
input, options, option,select {
	font-family: Arial;
	font-size: 12pt;
	background-color: #e9eee8;
}
form {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
td {
	font-family: Arial;
	text-align: left;
}
a, a:link, a:visited {
	color: #7ca9c4;
}
a:hover {
	color: #7ca9c4;
}
.setting {
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.faq {
	background-color: #4d4d4d;
}
.darkinput {
	border: 1px solid #808080;
	color: white;
	background-color: #292929;
	font-family: arial;
	font-size: 12pt;
}
input {
	color: #292929;
	font-family: arial;
	font-size: 12pt;
	border: 1px solid gray;
}
.good {
	margin-top: 20px;
	color: lime;
	font-weight: bold;
}
.bad {
	margin-top: 20px;
	color: red;
	font-weight: bold;
}
.maintable {
    background-image: url('images/backgroundheader.jpg');
    background-repeat: repeat-x;
}
.centertable {
    width: 737px;
}
.centertable td:first-child {
    padding: 0px;
    margin: 0px;
}
.darktable {
	border-color: #FFFFFF;
	background-color: #1B1B1B;
	width: 100%;
}
.darktable td  {
	padding: 4px;
	margin: 10px;
}
.view {
    margin-left: 14px;
    margin-right: 14px;
}

.style4 {
	font-size: x-small;
}
.title {
	font-weight: bold;
	color: #707070;
	font-size: 12pt;
}
.subtitle {
	color: #808080;
	font-style: italic;
	font-weight: bold;
}
.footer {
    background-image: url('images/footerblank.jpg');
}
.menu {
    background-image: url('images/menublank.jpg');
    background-repeat: repeat-x;
}
.menuitem,
.menuitem img {
    border: 0px;
    float: left;
}
