/* =========================================================================================
  WHAT: Print stylesheet for www.business.gov.au
/*========================================================================================*/

* {
  margin: 0;
  padding: 0;
}
a:link, a:visited, a:hover, a:active {
  color: #999;
}
body {
  color: #333;
  font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.5em;
}

/* breadcrumb navigation
--------------------------------------------------------- */
#breadcrumb {
  color: #666;
  position: relative;
  font-size: 85%;
  line-height: 1.3em;
  margin: 0 15px;
  padding-bottom: 10px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
  color: #999;
}

/* Main content column
--------------------------------------------------------- */
#content-major {
  margin: 0 15px 0 15px;
  padding: 0;
}

/* Single level lists
--------------------------------------------------------- */
#content-major ul, #content-major ol {
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
#content-major ul li {
  list-style-type: square;
  font-size: 95%;
  padding: 1px 0 1px 7px;
}
#content-major ol li {
  font-size: 95%;
  list-style-type: decimal;
  padding: 0.25em 0;
}
#content-major table ul,
#content-major table ol {
  margin-left: 0;
}

/* Nested lists
--------------------------------------------------------- */
#content-major ul li ul, 
#content-major ul li ol, 
#content-major ol li ul, 
#content-major ol li ol {
  margin-top: 0.25em;
}
#content-major ul li ul li, 
#content-major ul li ol li, 
#content-major ol li ul li, 
#content-major ol li ol li {
  font-size: 100%;
}
#content-major ol li ul li {
  list-style-type: none;
}

/* Controls default table styling
--------------------------------------------------------- */
table.default caption {
  border-bottom: 1px solid #666;
  color: #666;
  font-weight: bold;
  padding: 0.5em 0.25em;
  margin: 1em 0 -1em 0;
  text-align: left;
}
table.default {
  background-color: inherit;
  border-bottom: 1px solid #ccc;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 1em 0;
  width: 100%;
}
table.default th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-weight: bold;
  font-size: 95%;
  padding: 0.5em 0.25em;
  text-align: left;
  vertical-align: top;
}
table.default td {
  border-bottom: 1px solid #ccc;
  font-size: 95%;
  padding: 0.15em 0.25em;
  text-align: left;
  vertical-align: top;
}

/* Controls side column
--------------------------------------------------------- */
#content-minor {
  clear: both;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0 15px 5px 15px;
	position: relative;
}
#content-minor h2 {
  margin-bottom: 0.5em;
  margin-top: 1.25em;
}
#content-minor p {
  color: #666;
}
#content-minor li {
 margin-right: 2px;
 line-height: 1.3em;
 padding-top: 0.4em !important;
 padding-bottom: 0.4em !important;
 }

/* List box with background shading
--------------------------------------------------------- */
#content-minor .sidebox {
  width: auto;
  margin-bottom: 15px;
}
#content-minor .sidebox ul {
  padding-left: 15px;
}
#content-minor .sidebox li {
  margin-left: 0 !important;
  background: none;
  list-style-type: square !important;  
  padding: 2px 0 2px 7px;
}

/* For HR, use <div class="hr"><hr /></div>
--------------------------------------------------------- */
div.hr {
  height: 1px;
  margin: 15px 0 10px 0;
  padding-top: 10px;
}

/* Definition lists
--------------------------------------------------------- */
dl {
  width: 41.1em;
  margin: 1em 0;
  padding: 0;
}
dt {
  width: 7em;
  float: left;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #ccc;
  font-weight: bold;
}  
dd {
 float: left;
  width: 32em;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #ccc;
}

/* Layout of fieldsets with 2 columns
--------------------------------------------------------- */
fieldset {
  border: 1px solid #dbd7d0;
  margin: 0 0 1em 0;
  padding: 0 0.5em 1em 15px;
}
fieldset p {
  font-size: 100%;
}
legend {
  background-color: transparent;
  color: #666;
  font-weight: bold;
  padding: 5px 3px 0 3px;
  margin: 5px 0 10px 3px;
}
.row {
  clear: both;
  font-size: 95%;
  padding: 0.6em 0.6em 0.6em 0;
}
.row label {
  color: #444;
}
.row-left {
  float: left;
  margin: 0 10px 0 0;
  min-width: 80px;
  padding: 0;
}
.row-left-80 {
  width: 80px;
}
.row-left-100 {
  width: 100px;
}
.row-left-150 {
  width: 150px;
}
.row-left-200 {
  width: 200px;
}
.row-left-250 {
  width: 250px;
}
.row-left-300 {
  width: 300px;
}
.row-right {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* Footer styling
--------------------------------------------------------- */
#footer {
  display: none;
}

/* Header styling
--------------------------------------------------------- */
#header {
  display: none;
}
#header-logo-gov {
  display: none;
}
#header-logo-bga {
  display: none;
}

/* Highlight boxes (what to do, related). Add "highlight-float" class for float right
--------------------------------------------------------- */
.highlight {
  clear: both;
  border: 1px solid #ccc;
  padding: 0.75em 1em 0.25em 1em;
  margin: 1em 0 1.5em 0;
}
.highlight h3, .highlight h4 {
  color: #666;
  font-size: 110%;
}
.highlight h4 {
  font-size: 100%;
}
.highlight li {
  background: none;
  list-style-type: square !important;  
  padding: 2px 0 2px 7px;
}
.highlight-float {
  float: right;
  width: 190px;
  margin-left: 20px;
}

/* Default headings
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #999;
  font-weight: bold;
  margin-bottom: 1em;
}
h1 {
  border-bottom: 1px solid #999;
  color: #999;
  font-weight: bold;
  font-size: 160%;
  padding-top: 0.5em;
  margin-bottom: 0.6em;
}
h2 {
  clear: both;
  color: #999;
  font-weight: normal;
  font-size: 130%;
  margin-top: 0.5em;
}
.dashedbottom {
  border-bottom: 1px dashed #999;
}
h3 {
  font-size: 120%;
  margin-top: 0.5em;
}
h4 {
  font-size: 110%;
}

/* Image styling
--------------------------------------------------------- */
img {
  border: 0;
}

/* Default paragraph
--------------------------------------------------------- */
p {
  padding-bottom: 1em;
  font-size: 95%;
}

/* Left nav
--------------------------------------------------------- */
#nav {
  display: none;
}

#search {
  display: none;
}

/* Search results page
--------------------------------------------------------- */
#content-major.searchresults {
  overflow: hidden;
}
#content-major.searchresults table.default td {
  border: none !important;
}
#content-major.searchresults h2 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#content-major.searchresults .searchresults-link {
  font-size: 95%;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 0.15em 0;
}
#content-major.searchresults .searchresults-description {
  font-size: 95%;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 0.15em 0;
}
#content-major.searchresults .searchresults-url {
  color: #c60;
  font-size: 90%;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 0.75em 0;
}

#content-major.searchresults .advanced-hidden {
  display: none;
}
#content-major.searchresults .floatright {
  float: right;
  margin-left: 10px;
}
#content-major.searchresults.floatright .advanced-hidden {
  display: none;
}

#content-major.searchresults.floatright .advanced-show,
#content-major.searchresults.floatright .advanced-hide {
  color: #666666;
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: underline;
  margin-left: 10px;
}

/* Three column tabbed layout
--------------------------------------------------------- */
#tab-container {
  background: none;
  width: auto;
  margin: 0;
}
#tab-container ul {
  margin-left: 0;
}
#tab-container .tab-content p {
  font-size: 100%;
}
#tab-container .tab-content {
  font-size: 95%;
}
#tab-container .tab-content li {
  font-size: 100%;
  background: none;
  list-style-type: square;  
  padding: 2px 0 2px 7px;
}
.tab-content .left-col {
  margin-top: 0;
  margin-left: 0;
}
.tab-content .right-col {
  margin-top: 0;
}
.tabs {
  margin: 0;
}
.tabs li {
  background: none !important;
  float: none;
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0 0 -1em -1.5em  !important;
  list-style-type: none !important;
  line-height: 1.3em;
  width: auto;
  text-align: left;
}
.tabs a {
  font-weight: bold;
  text-decoration: none;
}
.tab-off {
  display: none;
}

.news-item h3 {
  clear: none;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 2px;
}
.news-item {
  margin-bottom: 5px;
  margin-right: 10px;
}
.news-item img {
  border: 1px solid #ccc;
  float: left;
  margin: 3px 8px 5px 0;
}
.news-item p {
  line-height: 1.4em;
  margin-left: 46px;
}
.left-col {
  width: 48%;
  float: left;
}
.right-col {
  width: 48%;
  float: right;
}

/* -----------------------------------------------------------------------------------------
   A-Z General, non-heirarchical class selector rules
   --------------------------------------------------------------------------------------- */

.clear {
  clear: both;
}
.flash-banner-container,
#flashbanner {
  display: none;
}
.floatright {
  float: right;
  margin-left: 10px;
}
.hidden {
  display: none;
}
.li-smaller {
  font-size: 90%;
}
.mandatory {
  color: red;
}
.more {
  display: none;
}
.shown {
  display: show;
}
.small-text {
  font-size: 80%;
}
.space {
  margin: auto 3px;
}
.submit {
  border-left-color: #ccc;
  border-top-color: #ccc;
  border: 3px double #b4b4b4;
  color: #333;
  font-weight: bold;
  padding: 0.1em;
  width: auto;
}
.top {
  display: none;
}
.underline {
  text-decoration: underline;
}


/* -----------------------------------------------------------------------------------------
   A-Z SharePoint overrides
   --------------------------------------------------------------------------------------- */

.pageContent {
  color: #333 !important;
  font-family: Tahoma, Arial, Verdana, Geneva, sans-serif !important;
  font-size: 100% !important;
}
.pageContent ul,
.pageContent ol {
  clear: none !important;
}


/* -----------------------------------------------------------------------------------------
   Grant Finder and Late Payments Calculator
   --------------------------------------------------------------------------------------- */

#contentBox {
	margin-left: 0px;
}
#contentBox #page_header {
	font-size: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D68221;
	color: #003C84;
	font-weight: bold;
}
#contentBox .thumb {
	margin-top: 5px;
	border: thin solid #999999;
	padding-bottom: 5px;
}
#contentBox .thumb .data {
	margin-top: 5px;
	position: relative;
	margin-left: 60px;
	margin-right: 5px;
}
#contentBox .thumb #product_image {
	float: left;
	position: relative;
	margin-top: 5px;
	left: 5px;
}
#contentBox .thumb .data #product_name {
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	font-weight: bold;
	background-color: #D7EBFF;
}

#contentBox .thumb .data #product_desc {
	font-style: normal;
	white-space: normal;
	display: block;
}	
#contentBox .thumb .data #product_agency {
	font-weight: bold;
	color: #003366;
}

#contentBox .thumb .data #product_url {
     padding-bottom: 15px;
}