﻿/* Misc */
.active
{
	font-weight: bold;
}

.logoListImage img
{
	max-height: 80px;
	height: expression( this.height > 80 ? 80: true );
	max-width: 480px;
	width: expression( this.width > 480 ? 480: true );
}

.logoImage img, .productImage img
{
	max-height: 240px;
	height: expression( this.height > 240 ? 240: true );
	max-width: 480px;
	width: expression( this.width > 480 ? 480: true );
}

.message
{
	color: Blue;
	font-weight: bold;
	padding: 3px;
	font-size: 110%;
}

/* Invoice Layout */
.invoiceSummaryDiv
{
	padding: 5px;
	border: thin black solid;
	position: fixed;
	top: 10px;
	right: 10px;
}

.invoiceSummary, invoiceSummary table, .invoiceSummary td, .invoiceSummary input
{
	text-align: right;
	font-size: 10px;
}

.invoiceCompany
{
	border: solid thin #0A52B6;
	background-color: #0A52B6;
	margin-bottom: 25px;
	font-size: 12px;
}

.invoiceTableTitle
{
	padding-bottom: 2px;
	padding-top: 2px;
	background: #0A52B6;
}

.invoiceCompany .invoiceTableTitle a
{
	margin-left: 5px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.invoiceCompany .invoiceTableTitle a:hover
{
	color: Gray;
}

.invoiceContent
{
	background-color: White;
}

.invoiceTable
{
	margin-bottom: 10px;
	border-bottom: #0a52b6 solid;
	text-align: right;
}

.invoiceTable td
{
	padding-left: 2px;
	padding-right: 2px;
}

.invoiceTableHeader
{
	border-bottom: #0a52b6 solid;
}

.invoiceTableHeader th
{
	text-align: right;
}

.invoiceLabel
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #0A52B6;
}

.invoiceSubLabel
{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

.invoiceCostPerYear
{
	font-weight: bold;
	font-size: 14px;
}

.invoiceAmountPaid
{
	font-weight: bold;
}

.invoiceAmountDue
{
	font-weight: bold;
	color: red;
}

.invoicePaid
{
	font-weight: bold;
}

.invoicePending
{
	color: Blue;
	font-weight: bold;
}

.invoiceNew
{
	color: Red;
	font-weight: bold;
}


.invoiceTotals
{
	float: right;
}

.invoiceTotalPaid td
{
	font-weight: bold;
}

.invoiceTotalDue td
{
	font-weight: bold;
	color: red;
}

/* Form Layout */
.majorButton
{
	padding: 2px;
	border-top: #cc6633 1px solid;
	border-left: #cc6633 1px solid;
	border-right: #663300 1px solid;
	border-bottom: #663300 1px solid;
	background-color: #e1a500;
	color: #f0e6bc;
	text-decoration: none;
	font-weight: bold; /* Center the button */
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 5px;
}

.majorButtonHover
{
	background-color: #cc6600;
	color: #f0e68c;
}

.formButton
{
	color: White;
	border: 1px black solid;
	padding: 0px;
	margin-top: 4px;
	border-top-color: #0020D0;
	border-left-color: #0020D0;
	border-bottom-color: #000040;
	border-right-color: #000040;
	background: #0A52B6;
	font-weight: bold;
}

.formButtonHover
{
	color: Gray;
	background-color: Navy;
}


div.form
{
	padding: 5px;
	width: 98%;
}

div.rowHeader
{
	clear: both;
	padding: 2px;
	width: 100%;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background: #0A52B6;
}

div.rowSubHeader
{
	clear: both;
	padding: 2px;
	width: 100%;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0A52B6;
}

div.logoRow
{
	float: left;
}

div.row, div.multilineRow
{
	font-size: 13px;
	clear: both;
	padding: 5px;
}

div.row .warning, div.row .help, div.row img
{
	float: left;
	padding-left: 190px;
}

div.multilineRow .warning, div.multilineRow .help, div.multilineRow img
{
	clear: both;
}

div.row .warning, div.multilineRow .warning
{
	color: Red;
	font-weight: bold;
	padding-bottom: 2px;
}

div.row .help, div.multilineRow .help
{
	font-style: italic;
}

div.row .label
{
	text-align: right;
	float: left;
	width: 180px;
}

div.row .wideLabel
{
	text-align: right;
	float: left;
	width: 250px;
}

div.row .label, div.multilineRow .label, div.row .wideLabel, div.multilineRow .wideLabel
{
	font-weight: bold;
	padding-top: 2px;
}

div.row .value
{
	float: left;
	display: block;
	padding-left: 10px;
	top: 2px;
	position: relative;
}

div.row .input
{
	width: auto;
	padding-left: 10px;
	padding-bottom: 5px;
}

div.row .input input, div.row .input textArea
{
	width: 250px;
}

div.multilineRow .input, div.multilineRow .value
{
	clear: both;
}

div.multilineRow .input textarea
{
	width: 98%;
	height: 150px;
}

.content
{
	width: 95%;
	margin: 20px;
}

