﻿h1 {
  font-size: 32px;
  color: #3b5998;
  font-weight: bold;
  font-family: "Myriad Pro", Myriad, Verdana, Arial, Sans-Serif;
  border-bottom: none;
  padding-bottom: 3px;
  margin-bottom: 0px;
}


/*****************************************************************************
 FORM STYLING FOR Invoice Input and Editing
*****************************************************************************/
fieldset.selectClient {
  clear: both;
  display: block;
	background-image: none;
	background-color: #ededed;
	border: solid 1px #d1d1d1;
	width: 100%;
	height: 50px;
	padding: 0px;
  margin: 0px;
}

fieldset.selectClient label {
  text-transform: none; /* turn off small-caps which is our default */
  font-weight: bold;
  padding-top: 1px;
}

fieldset #createClientLink {
  position: relative;
  display: inline;
  padding-left: 15px;
  font-size: 12pt;
  font-weight: bold;
  vertical-align: top;
}

fieldset #createClientLink a {
  color: Blue;
  font-weight: normal;
}

#invoiceEntry {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 15px;
}

fieldset.invoiceDetailsFieldset {
  width: 100%;
	border: none;
  background: none;
  padding: 0;
  margin: 0;
}

fieldset ol {
	padding: 1em 0 0 0;
	margin: 0 25px;
	list-style: none;
}

fieldset li {
	padding-bottom: 0.5em;
}

label {
  font-size: 14px;
	font-weight: normal;
}

.saveInvoice {
  display: block;
  text-align: right;
	width: 100%;
	border-style: none;
	background: none;
	float: right;
}


/*****************************************************************************
 TABLE STYLING FOR Invoice Input and Editing
*****************************************************************************/
#twoColumnTable {
  width: 100%;
  border: none;
}

.invoiceTable {
  width: 100%;
  border: none;
  border-top: solid 3px #cccccc;
  border-bottom: solid 1px #cccccc;
	background-color: white;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.invoiceTable th {
  font-size: 13px;
  font-weight: bold;
  color: #555555;  
}

.invoiceTable td {
  font-size: 13px;
  font-weight: normal;
  color: Black;
}

#InvoiceTotalsTable {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: none;
}


/*****************************************************************************
 BUTTON STYLING
*****************************************************************************/
#AddItemButton {
  padding: 5px 0 0 10px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}


/*****************************************************************************
 INVOICE TOTALS/SUB-TOTALS AREA
*****************************************************************************/
#InvoiceViewNotes {
  float: left;
  width: 400px;
  text-align: left;
  margin: 10px auto 10px 0;
  border: solid 0px #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

#InvoiceTotals {
  width: 400px;
  display: block;
  text-align: right;
  margin: 10px 0 10px auto;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.invoicePaidLine {
  color: Red;
}

.invoiceTotalLine {
  font-weight: bold;
}



/*****************************************************************************
 INVOICE DETAILS SCREEN STYLES
*****************************************************************************/
#InvoiceTitle {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}

.InvoiceSubTitle {
  font-size: 13px;
  font-weight: normal;
  color: #777777;
}

#ViewInvoiceDetails {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}



/*****************************************************************************
 NOTES / TERMS AND CONDITIONS
*****************************************************************************/
#InvoiceNotes {
	width: 100%;
	display: block;
	float: none;
	margin: 20px 0 20px 0;
	padding: 5px 0 10px 10px;
	border-top: solid 1px #bfbab0;
	border-bottom: solid 1px #bfbab0;
	font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

