body
{
	font-family: verdana, helvetica, arial, sans-serif;
	background: white;
	font-size: 12pt;
}

#PrintHeader
{
  font-size: 1.5em;
  font-weight: bold;
  color: Navy;
  text-transform: capitalize;
  vertical-align: top;  
  text-align: center;
}

.PrintSubHeader
{
  font-size: 0.6em;
  font-style: italic;
}

.PrintABN
{
  font-size: 0.6em;
}

#Header, #menubar, #leftpanel, #ToolBar, Input.Button, #lnkExport, #lbPrompt, #cboExport
{
  display: none;
}

#Container, #Content 
{
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

div#Content
{
  margin-left: 10%;
	padding-top: 1pt;
	border-top: 1pt solid #930;  
}

H1,H2,H3,H4,H5,H6
{
  color: Black;
  font-weight: bold;
  letter-spacing: 2pt;
  margin: 8pt 0 8pt 0;
  border-bottom: solid 1pt LightGrey;
  page-break-before: auto;
}

img 
{
  vertical-align: bottom;
}

a:link, a:visited 
{
	color: #520;
	background: transparent;
	text-decoration: underline;
}
   
/* Requires CSS 3.0 -- 
#content a:link:after, #content a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/

Table
{
  margin-bottom: 10pt;
  width: 100%;
}

#footer
{
  color: Black;
  font-size: 10pt;
  border-top: 1pt solid LightGrey;
  border-bottom: 1pt solid LightGrey;
}

.FooterItem
{
  display: inline;
  margin: 1pt;
}
table.Timetable
{
  border: solid 2px Black;
  border-collapse: collapse;
  empty-cells: show;
}
table.Timetable caption
{
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.2em;
  text-decoration: underline;
}
table.Timetable th
{
  border: solid 2px Black;
  font-size: 0.5em;
}
table.Timetable th.DayOfWeek
{
  font-size: 0.7em;
  font-weight: bold;
}
table.Timetable a
{
  display: none;
}
table.Timetable th.DayOfWeek a img
{
  display: none;
}
table.Timetable td
{
  border: solid 1px Black;
  font-size: 0.6em;
}
table.Timetable td.TimeCell
{
  border: solid 1px Black;
  font-size: 0.5em;
}
table.Timetable td.Timetabled
{
  border: solid 1px Black;
  text-align: center;
}
table.Timetable td.Timetabled a img
{
  display: none;
}
.ReportReturnLink
{
  display: none;
}
table.CompanyHeading td
{
  text-align: center;
}
div#CoTitle
{
  font-size: 1.5em;
  font-weight: bold;
  color: #000080;
}
div#Motto
{
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
  color: #000080;
}
div#ABN
{
  font-size: 0.8em;
  font-weight: bold;
  color: #000080;
}
table.CompanyDetail
{
  width: 90%;
  font-size: 0.8em;
}
table.ReceiptHeader
{
  width: 90%;
  font-size: 0.8em;
}
table.AccountDetails
{
  font-size: 0.8em;
  margin: 1em;
  border-collapse: collapse;
  border: solid 1px black;
  width: 40%;
}
table.AccountDetails td
{
  padding: 1em;
}
table.PaymentDetails
{
  width: 90%;
  font-size: 0.8em;
}
table.PaymentMethod
{
  width: 90%;
  font-size: 0.8em;
}
.MailMergeBody
{
  font-size: 1em;
  padding: 1.0em;
}

.MailMergeTable
{
  border-collapse: collapse;
  font-size: 1em;
  border: solid 1px black;
  width: 80%;
}

.MailMergeTable TH
{
  border-bottom: solid 1px black;
  text-align: left;
}

.MailMergeBalance
{
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  background-color: LightGrey;
  font-weight: bold;
}

#StateImage
{
 vertical-align: bottom;
 padding-right: 5px;
}
div#formMessageBox
{
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  z-index: 5;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  background-color: white;
  font-size: 0.9em;
}
div#formMessageBox table
{
 width: 500px;
 padding: 0;
}
div#formMessageBox table thead th
{
 background-color: blue;
 color: white;
 font-weight: bold;
 font-size: 1.1em;
}
#formMessageBoxButton
{
 background-color: #ccc;
 text-align: right;
}
