html { 
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px; 
}
body {
//	background-image: url(/images/body-bg.png);
//	background-repeat: repeat-x;
	background-color: white;
//	background-attachment: fixed;
	font-size: 14px;
	color:black;  
	text-align:center;
	font-family: "Segoe UI", "Calibri", Tahoma, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

div.main {
//	opacity:0.95;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
//	border:1px solid black;
}

div.login {
//	opacity:0.95;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
//	border:1px solid black;
}

div.header {
	background: #f0f0f0;
//	background-image: url(/images/header-bg.png);
	background-repeat: no-repeat;
	z-index: 4;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	vertical-align:top;
	color: black;
	text-align: left;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	border-bottom:3px solid lightgrey;
}

div.navigation {
	font-size: 1.2em;
	z-index: 3;
	text-align: center;
	color:black;
	padding-top:10px;
}

div.content {
	background: white;
	position:relative;
	font-size: 1.2em;
	left: 0;
	vertical-align:top;
	text-align: left;
	padding-bottom:28px;
	padding-left:25px;
	padding-right:25px;
	padding-top:13px;
}

div.center {
	text-align: center;
}

div.right {
	text-align: right;
}

div.comments {
	vertical-align:top;
	text-align:center;
	margin-top: 15px;
}

div.fineprint {
	font-size: 12px;
	padding-bottom:4px;
}

div.footer {
	background: white;
//	background-image: url(/images/footer-bg.png);
	background-repeat: no-repeat;
	position:relative;
//	height: 0.4in;
	font-size: 14px;
	vertical-align:top;
	text-align: center;
	padding-bottom:3px;
	padding-left:23px;
	padding-right:23px;
	padding-top:4px;
}

a.email:link {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

a.email:visited {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

a.email:hover {
	font-weight: normal;
	color: darkblue;
	text-decoration: underline;
}

a.email:active {
	font-weight: normal;
	color: darkblue;
	text-decoration: none;
}

a.nav:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.nav:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.nav:hover {
	font-weight: bold;
	color: dimgrey;
	text-decoration: underline;
}

a.nav:active {
	font-weight: bold;
	color: dimgrey;
	text-decoration: none;
}

a:link {
        color: darkgrey;
	text-decoration: none;
}

a:visited {
	color: darkgrey;
	text-decoration: none;
}

a:hover {
	color: dimgray;
	text-decoration: underline;
}

a:active {
	color: dimgray;
	text-decoration: none;
}

h1 { 
	font-size: 2em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
}

h1.center { 
	font-size: 2em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
	text-align: center;
}

h2 { 
	font-size: 1.75em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
}

h2.center { 
	font-size: 1.75em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
	text-align: center;
}

h2.header { 
	text-shadow: 1px 1px 1px rgba(220,220,220,0.75);
	font-size: 1.75em; 
	color: black;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	font-style: bold;
	vertical-align: top;
	text-align: center;
}

h3 { 
	font-size: 1.5em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
}

h3.center { 
	font-size: 1.5em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
	text-align: center;
}

h4 { 
	font-size: 1.25em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
}

h4.header { 
	display: inline;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
}

h4.center { 
	font-size: 1.25em; 
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-style: bold;
	vertical-align: top;
	text-align: center;
}

hr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.company {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.center {
	margin: auto;
	padding: 0px 0px 0px 0px;
}

select.company {
	font-size: 11px;
	border: 0px; 
	text-align: left;
}

select.short {
	width: 88%;
	text-align: left;
}

input.short[type="text"] {
	width: 87%;
}

input.long[type="text"] {
	width: 97%;
}

input.short[type="password"] {
	width: 87%;
}

th.center {
	text-align: center;
}

td.calendar {
}

td.calendartoday {
	background: #eeeeee;
}

td.errormessage {
	color: red;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

td.right {
	text-align: right;
}

td.accounts {
	text-align: left;
	vertical-align: top;
	width: 10%;
	padding-left: 40px;
	padding-right: 40px;
}

td.inactiveaccounts {
	color: grey;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	width: 10%;
	padding-left: 40px;
	padding-right: 40px;
}

td.small {
	width:12%;
	font-size: 10px;
	text-align: left;
}

td.smalltop {
	width:12%;
	vertical-align:top;
	font-size: 10px;
	text-align: left;
}

td.fivecenter {
	font-weight: bold;
	width:5%;
	text-align: center;
}

td.five {
	width:5%;
}

td.ten {
	width:10%;
}

td.fourteen {
	width:14.286%;
}

td.fifteen {
	width:15%;
}

td.twenty {
	width:20%;
}

td.twentylefttop {
	text-align: left;
	vertical-align:top;
	width:20%;
}

td.twentyfive {
	width:25%;
}

td.thirty {
	width:30%;
}

td.thirtyleft {
	text-align: left;
	vertical-align:top;
	width:30%;
}

td.thirtyright {
	text-align: right;
	vertical-align:top;
	width:30%;
}

td.thirtyfive {
	width:35%;
}

td.fourty {
	width:40%;
}

td.fifty {
	width:50%;
}

td.sixtyfive {
	width:65%;
}

td.seventyfive {
	width:75%;
}

td.eighty {
	width:80%;
}

td.eightylefttop {
	text-align: left;
	vertical-align:top;
	width:80%;
}

td.eightyfive {
	width:85%;
}

#table {
	vertical-align: top;
	text-align: center;
	display: table;
	border:0px solid black;
}

table.report {
	padding: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	text-align: center;
	display: table;
	border:0px none;
}

table.report td {
	padding: 0px;
	border: 1px solid darkgrey;
}

table.report tr.reportheader {
	background: lightgrey;
}

table.report tr.shade {
	background: #eeeeee;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	text-align: center;
	display: table;
	border:0px solid black;
}

table.menu {
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;
	text-align: center;
	display: table;
	padding: 1px;
	border:0px solid black;
}

table.menu td {
	padding: 3px;
	border:0px solid black;
}

table.nav {
	vertical-align: top;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	display: table;
	border:0px solid black;
}

table.nav td {
	padding-left: 10px;
	padding-right: 10px;
}

table.navright {
	vertical-align: top;
	margin-left: auto;
	margin-right: 0px;
	text-align: left;
	display: table;
	border:0px solid black;
}

table.navright td {
	padding-left: 10px;
	padding-right: 10px;
}

#row {
	vertical-align: top;
	text-align: center;
	display: table-row;
	border:0px solid black;
	height: 300px;
}

#left {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 40px;
	display: table-cell;
	border:0px solid black;
}

#right {
	vertical-align: top;
	text-align: center;
	display: table-cell;
	border:0px solid black;
}

#middle {
	vertical-align: top;
	text-align: center;
	display: table-cell;
	border:0px solid black;
}

#tableHeader {
	font-size: 1.1em; 
	margin: 10px 15px;
	font-style: bold;
	vertical-align: top;
	text-align: center;
	
}

#tableData {
	text-align: center;
	font-size: 11px;
	vertical-align:top;
	display: inline-block;
	margin:0px 0px 0px 0px;
}

#header {
	margin: 0;
	padding: 0;
	z-index: 40;
	text-shadow: 1px 1px 1px rgba(220,220,220,0.75);
}

#header li {
	margin-right: 0px;
	padding: 0;
	list-style: none;
	float: left;
}

#header li a {
	display: inline;
	color: black;
	padding: 0px 0px;
	font-weight: bold;
	text-decoration: none
}

#header li a.nav:hover {
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

#header li a.email:link {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

#header li a.email:visited {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

#header li a.email:hover {
	font-weight: normal;
	color: darkblue;
	text-decoration: underline;
}

#header li a.email:active {
	font-weight: normal;
	color: darkblue;
	text-decoration: none;
}

#header div {
	font-weight: bold;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}

#header div a {
	position: relative;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 6px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: white;
	background:rgba(255,255,255,0.75);
	color: black;
}

#header div a:hover {
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

#nav {
	margin: 0;
	padding: 0;
	z-index: 30;
//	text-shadow: 1px 1px 1px rgba(220,220,220,0.75);
}

#nav li {
	margin-right: 10px;
	padding: 0;
	color: lightgrey;
	list-style: none;
	float: left;
}

#nav li a {
	display: block;
	padding: 0px 6px;
	color: lightgrey;
	font-weight: bold;
	text-decoration: none
}

#nav li a:hover {
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

#nav div {
	font-weight: bold;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}

#nav div a {
	position: relative;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 6px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: white;
	background:rgba(255,255,255,0.75);
	color: black;
}

#nav div a:hover {
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

#navright {
	margin: 0;
	z-index: 30;
//	text-shadow: 1px 1px 1px rgba(220,220,220,0.75);
}

#navright li {
	margin-left: 10px;
	padding: 0;
	color: lightgrey;
	list-style: none;
	float: right;
}

#navright li a {
	display: block;
	padding: 0px 6px;
	color: lightgrey;
	font-weight: bold;
	text-decoration: none
}

#navright li a:hover {
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}

#navright li a.account {
	display: inline;
	padding: 0px 6px;
	color: white;
	font-weight: normal;
	text-decoration: none
}

#navright li a.account:hover {
	font-weight: normal;
	color: darkred;
	text-decoration: underline;
}

#navright div {
	font-weight: bold;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}

#navright div a {
	position: relative;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 6px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: white;
	background:rgba(255,255,255,0.75);
	color: black;
}

#navright div a:hover {
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
}
