﻿body {
    height: 100%;
	margin: 0px;
	font-family: Arial;
	color: #e8e8e8;
    background-color: #767676;
	background-image: url('/images/background.jpg');
}
input, option, select, textarea {
    border: 1px solid gray;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 12pt;
}
form {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
td {
	font-family: Arial;
	text-align: left;
}
a:visited {
	color: #91bfef;
}
a:link {
	color: #91bfef;
}
a {
	color: #91bfef;
}
a:hover {
	color: #6f96c0;
}
.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 !important;
	margin: 10px !important;
}
.view {
    margin-left: 14px;
    margin-right: 14px;
}

.style4 {
	font-size: x-small;
}
.title {
    font-weight: bold;
	color: white;
	font-size: 12pt;
}
.subtitle {
    color: #c8e0c5;
	font-style: italic;
	font-weight: bold;
}
.buynowtitle {
	color: white;
	font-weight: bold;
}
.versiontitle {
	color: #c8e0c5;
	font-style: italic;
}
.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;
}
.commandcolortable {
	background-color: #656262;
}
.commandtable {
	border-collapse: collapse;
	background-color: #656262;
	border: 1px solid #a0a0a0;
}
.commandtable td {
	border: 1px solid #333532;
	margin: 6px !important;
	padding: 6px !important;
}
.commandtable thead tr {
	background-color: #8ba1c4;
	border-bottom: 1px solid gray;
}
.commandtable thead td {
	color: #3a6ab9;
}


.grid {
	border: 0px;
	border-collapse: separate;
}
.grid td {
	padding: 5px !important;
}
.gridheader  {
	background-color: #609d5a;
	padding: 8px;
	color: white;
}
.gridheaderitem {
	background-color: #ddf5d8;
	color: #424841;
}
.gridheaderitem a, .gridheaderalt a {
	color: #424841;
}
.gridheaderalt {
	background-color: #c1e9b9;
	color: #424841;
}
