/*
--------------------------------------------------------------------------
  This software is the sole property of 
  Fusion Business solutions 
  MTA House - Level 1 , 83 Greenhill Rd 
  Wayville SA 5034 
  +61 8 8208 4888 
  info@fusion-solutions.com.au
  All rights reserved 2007
  Written By John Kamuchau
  www.kjventures.com
--------------------------------------------------------------------------
optmizes pages for printing
 */



body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint{display:none !important;}
.do_Not_Print {display:none !important;}
#do_Not_Print {display:none !important;}
#printlandscape {
filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
margin-right: 50pt;
}


#header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.superHeader {
  display: none;
}

.headerTitle {
  color: black;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.subHeader {display:none !important;}
/* header text  with logo */
#headerText{display:none !important;}
/*the corner logo that holds the name */
#midHeaderLogo{display:none !important;}

/* ##### Side Bar ##### */
#side-bar {display:none !important;}
#side-bar ul{display:none !important;}
#side-bar img{display:none !important;}
#side-bar div{display:none !important;}
/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0;
  padding: 0;
}

h1 {
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 105%;
	margin: 2ex 0 1ex 0;
	padding: 0;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
}
h2 {
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 105%;
	margin: 2ex 0 1ex 0;
	padding: 0;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
}
h3{
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 105%;
	margin: 2ex 0 1ex 0;
	padding: 0;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
}
h5{
	margin: 2ex 0 1ex 0;
	padding: 0;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
}
 a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  margin: 0 0 2ex 1.5em;
  padding: 0;
}

.topOfPage {display:none !important;}
#toobarMenus {display:none !important;}

/* ##### Footer ##### */

#footer {display:none !important;}
table tr, td
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#reportsHolder tr, td
{
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	border-top-width: 0px!important;
	border-right-width: 0px!important;
	border-bottom-width: 0px!important;
	border-left-width: 0px!important;
}
/* puts a border on to the table cells */
.purpleborders
{
	border: 2px solid #B8B8CF!important;
	margin-top: 3px;
}

.purpleborders td{border: 1px solid #CCCCCC!important;}
.dataGridTables 
{
	border: 2px solid #B8B8CF!important;
	margin-top: 3px;
}
.dataGridTables td{border: 1px solid #CCCCCC!important;}
/*Keep the zebra rows consitent */
.tr1{background-color: #FFFFFF!important;}
.tr2{background-color: #EEEEEE!important;}
/* ##### dont print drop downs and tabs ##### */
.ddTabs{display:none !important;}
.ddTabsline{display:none !important;}
#cfnavbar{display:none !important;}
#sectionMenu{display:none !important;}
#sectionMenuline{display:none !important;}