﻿body {
	margin: 0 auto;
	background-color: #ebebeb;
	font-family: Verdana;
	font-size: 11px;
}
.welcome {
	font-size: 1.60em;
	text-align: center;
	border-bottom: 3px #000 solid;
	font-weight: bold;
	width: 650px;
}
.white {
	background-color: #fff;
}
.whiteform {
	background-color: #fff;
	padding-left: 12px;
}
.gold {
	background-color: #BDB23F;
}
.blackbar {
	background-color: #000;
	color: #fff;
	text-align: right;
	padding: 4px 8px 4px 4px;
}
.bottom {
	background-color: #ebebeb;
	height: 36px;
}
.online {
	background-image: url('images/money2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
	color: #000;
	font-weight: bold;
	font-size: 1em;
/*	text-transform: capitalize; */
	border: 2px #000 solid;
	padding: 8px;
}

.ob {
	color: blue;
	font-size: 1.5em;
	width: 200px;
}
.loginhead {
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	padding-bottom: 2px;
}
.shell {
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 0px #000 solid;
}
.content {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	padding: 0px 12px 12px 12px;
	background-color: #fff;
}
.contentcalcs {
	font-family: verdana;
	color: #000;
	padding: 0px 12px 12px 12px;
	background-color: #fff;
}
.contentleft {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	padding: 0px 24px 12px 36px;
	background-color: #BDB23F;
	width: 430px;
}
a.login:link, a.login:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
a.login:hover, a.login:active {
	color: #000;
	text-decoration: none;
}
a.shellnav:link, a.shellnav:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}
a.shellnav:hover, a.shellnav:active {
	color: #fff;
	text-decoration: underline;
}

table.calcs {
	border: 3px #BDB23F solid;
	padding: 0;
	background-color: #ebebeb;
/*	font-size: .7em; */
}

table.calcs td {
	color: #000;
	border: 0px #65584F solid;
	padding: 4px;
/*	background-color: #fff; */
}

table.calcs input {
	color: #3B568D;
	border: 2px #BDB23F solid;
	padding: 2px;
	background-color: #fff;
	width: 150px;
}

table.calcs input.buttons {
	font-weight: bold;
	color: #fff; /* #3B568D; */
	border: 3px #fff solid;
	background-color: #8D7762;
	width: 175px;	
}
