﻿* html .hollyHack { height: 1%; }

/* overrides breadcrumb style defined in acsau.css */
#Breadcrumb
{
    padding: 0;
    margin: 0;
    
    font-size: 86%;
    height: 22px;
    padding-top: 6px; /* total height = 28px */
    overflow: hidden;
    border-bottom: solid 1px #C0B6A3;
}

div.courseInfo
{
    background: none; 
    margin: 13px 21em 1em 0;
    padding: 0;
}
div.courseInfo h1
{
    margin: 0;
}


/*
div.courseInfo h1
{
    background: blue;
    font-size: 131%; 
    text-transform: uppercase;
    
    padding: 10px 0 0 16px; 
    margin: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}*/

div.courseWrapper ul ul, div.courseWrapper ul ol, div.courseWrapper ol ul, div.courseWrapper ol ol, div.courseWrapper li { margin-top: 0; margin-bottom:0;}
div.courseWrapper ol li ul { margin-bottom: 1em; margin-left: 1em;}



table.courseDetails
{
    margin: 5px 0 0 0;
    padding: 0;
    border: none;
}
table.courseDetails td, table.courseDetails th
{
    margin: 0;
    padding: 0.2em;
    border: none;
}
table.courseDetails th { padding-left: 0; }

div.courseRecognition
{
    background-color: none;
    padding: 0;
    margin-bottom: 1em;
    margin-top: -0.8em;
    margin-right: 21em;
    border-bottom: solid 1px #aaa;
    padding-bottom: 1em;
}
div.courseRecognition h2
{
    font-size: 100%;
    padding-left: 0.2em;
    font-family:Arial, Sans-Serif;
    letter-spacing: normal;
    text-transform: none;
    font-weight: bold;
}
div.courseRecognition h2 span
{
    font-size: 68%;
    font-weight: normal; 
    padding-left: 0.5em;
}
/*
div.courseRecognition h2
{
    color: white;
    background-color: #929292;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0.25em;
    padding-left: 16px;
}
div.courseRecognition h2 span
{
    color: black;
    text-transform: none;
    font-size: 68%;
    font-family: Verdana, sans-serif;
    padding-left: 0.5em;
    font-weight: normal;   
}

div.courseRecognition .rtop     { background: #929292; }
div.courseRecognition .rtop *   { background: #D4A527; }
div.courseRecognition .rbottom  { background: #fff; }
div.courseRecognition .rbottom *{ background: #c8c8c8; }
*/

div.icons
{
    /*padding: 0.5em;
    padding-left: 16px;*/

}
.icons a 
{ 
    text-decoration: none; 
    color: Black;

}

.icons a span
{
    display: none;
    
}
.icons img
{
    border: none;
    margin-right: 1em;
}
.icons p 
{
    font-size: 86%;
    margin: 0;
    margin-top: 1em;
}



table.courseModules th, table.courseModule td
{
    vertical-align:top;
}
table.courseModules th
{
    width: 12em;
}
table.courseModules td.desc
{
    font-size: 86%;
    line-height: 1.5em;
}
#WhatNext
{
    background: #EBEEBF;
    margin: 0;
    margin-top: 1em;
    padding: 0;
}


#WhatNext a.item
{

    display: block;
    float: left;
    width: 136px;
    padding: 0 7px; /* 136 + (2*7) = 150 */
    margin: 0;
    text-decoration: none;
    height: 15.5em;
    border-right: solid 1px #486B41;
}


#WhatNext a.item:hover
{
    background: #C7CC78;
}
#WhatNext a.item:hover span, #WhatNext a.item:hover strong
{
    color: #486B41;
}
/*#WhatNext a.item.even:hover
{
    background: green;
}*/
#WhatNext h3
{
    background: #486B41;
    text-transform: uppercase;
    font-size: 131%; 
    height: 27px; /* 27px + 10px bottom padding = 37px = background height */
    padding: 8px 0 0 16px; 
    margin: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    font-weight: bold;
}
#WhatNext span.bottom
{   
    display: block;
    height: 1px; 
    background: none;
    overflow: hidden;
    clear: both;
    font-size: 1%;
}
#WhatNext a.item strong
{
    color: black;
    font-size: 108%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 0.5em;
}
#WhatNext a.item img
{
    display: block;
    margin: 8px auto;
}
#WhatNext a.item span
{
    display: block;
    margin: 0; 
    padding: 0;
    font-size: 86%;
    color: black;    
}




/* this aligns the "enrol now" box with the course info box */
#RightContent
{
    padding: 0;
}
#RightContentInner
{
    padding: 42px 1em 0 0;
}

.enrolNow
{
    background: #EBEEBF;
    margin: 0;
    margin-bottom: 1em;
    float: right;
    margin-left: 1em;
    width: 20em;
}
.enrolNow h2
{
    margin: 0;
    padding: 0.5em 0;
    
    background: #486B41;

    overflow: hidden;
    color: white;
    text-align: center;
       font-family:Arial, Sans-Serif;
    letter-spacing: normal;
    text-transform: none;
    font-weight: bold;
}

.enrolStep
{
    
    padding-left: 20px;
    margin-top: 1em;
}

.enrolStep a, .enrolStep a:visited
{
    color: blue;
}
.enrolStep p
{
    margin-bottom: 0.5em;
}

.enrolStep input
{
    margin: 0;
    padding: 0;
    width: 20px;
}
.enrolStep label
{
    /*border: solid 1px red;
    background: white;*/
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}
.enrolStep label.unavailable
{
    color: #6C4B01;
}
#Step2 p
{
    margin-bottom: 0.75em;
}
#Step2 p.note
{
    margin: 0;
    margin-top: 0.5em;
    padding-left: 20px;
    font-size: 86%;
}

#Step2 p.price
{
    display: block;
    margin: 0;
    padding: 0.6em 0;
    font-weight: bold;
    background-color: #C7CC78;
    margin-left: -20px;
    padding-left: 40px;
    margin-top: 3px;
    font-size: 116%;
    
}

#Step2 p.price span.note
{
    display: block;
    font-size: 74%;
    font-weight: normal; 
}


input.enrolSubmit
{
    width: 140px;
    height: 39px;
    background: transparent url(../images/design/course/enrol_now.gif) no-repeat top left;
    display: block;
    border: none;
    cursor: pointer;
    text-indent: -1000px;
    line-height: 100px;
    overflow: hidden;
    
    margin-left: 40px;
}
input.enrolSubmit:hover /* IE6 does not get the rollover effect. boo hoo for IE6. */
{
    background-position: left -39px;
}

span.enrolAnytime
{
    display: block;
    background-color: #C7CC78;
    background: #C7CC78 url(../images/design/course/world.gif) no-repeat left center;
    padding: 0.6em 0.3em 0.6em 60px;
    font-size: 86%;
    margin: 0.3em 0;
}

/* list_courses.aspx */
.searchPanel 
{
	padding: 0.5em;
	border: 1px solid black;
	BACKGROUND: #eee; 
	MARGIN: 0.7em 0;
	/*float: left;*/
}

h1.categoryTitle
{
    height: 20px;
    line-height: 20px;
    margin: 10px 0 20px 0;
}

.refinePanel 
{
    background: #E1A325 url(../images/design/newsletter_bg.gif) no-repeat top left;
	MARGIN: 1em 0; 
	margin-top: 36px;
}

.refinePanel h4
{
    padding-bottom: 4px;
    padding-left: 13px;
    background-color: #4D3601;
    font-size: 116%;
    color: White;
    font-family: Arial;
    margin-bottom: 0.5em;
}

.refinePanel p
{
    padding: 0 0.75em 0 1.7442em; /* 1.5 / 0.86 = 1.7442 */
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 86%;
}
.refinePanel p.checkboxes
{
    line-height: 1.5em;
}
.refinePanel p.checkboxes input
{
    margin-right: 0.25em;
}
.refinePanel input.highlightButton
{
	background: #4D3601;
	color: white;
	border: 1px solid black;
	margin-left: 1.5em;
	padding: 1px 10px;
}

div.refinePanel .rtop     { background: #fff; }
div.refinePanel .rtop *   { background: #4D3601; }
div.refinePanel .rbottom  { background: #fff; }
div.refinePanel .rbottom *{ background: #E1A325; }

div.productItem
{
    background-color: #ffffAA;
    margin-bottom: 1em;
    line-height: 1.3em;
}

h2.productTitle
{
    display: block;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-color: #486B41;
    padding: 0.8em 1em;
    text-decoration: none;
    color: white;
}

h2.productTitle a
{
    margin: 0;
    padding: 0;
    font-size: 123%;
    text-decoration: none;

    color: white;
    letter-spacing: 0.08em;
}
h2.productTitle span.info
{
    display: block;
    font-size: 86%;
    font-family: Arial, sans-serif;
    text-transform: none;
}
h2.productTitle span.info img
{
    position: relative;
    top: 4px;
    margin-left: 5px;
    margin-right: -1px;
}
h2.productTitle span.info img.first
{
    margin-left: 0;
}
div.productDetails
{
    padding: 0 1em;
    padding-top: 0.65em;
    /* fix for IE "bleeding background" bug */
    line-height: 1.3em; 
    zoom: 1;
}
a.enrolLink
{
    display: block;
    clear: both;
    margin-top: 0.65em;
    background-color: #EBEEBF;
    color: #2E5127;
    padding: 0 1em;
    text-decoration: none;
}

a.enrolLink span
{
    display: block;
    padding-bottom: 0.25em;
}
a.enrolLink span.readMore
{
    font-weight: bold;
    text-decoration: underline;
}
a.enrolLink span.learningMethods
{
    font-size: 86%;
}
a.enrolLink span.learningMethods img
{
    position: relative;
    top: 4px;
    margin-left: 5px;
}

div.productItem.qualification h2.productTitle
{
    background-color: #3F5668;
    border: 3px solid #003966;
    border-width: 3px 0;    
    /*color: #2E5127;*/
}
div.productItem.qualification h2.productTitle a
{
        /*color: #2E5127;*/
}

div.productItem.qualification a.enrolLink
{
    background-color: #C0CCED;
    color: #003966;
}


/* ********* FOR COURSES INDEX PAGE /courses/default.aspx *************** */
.cindex
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cindex li
{
  display: inline;
}
.cindex li a
{
  display: block;
  float: left;
  background: #0DB249;
  width: 165px;
  height: 90px;
  margin-right: 8px;
  margin-bottom: 1em;
  text-decoration: none;
  color: black;
  border: solid 1px white;
  overflow: hidden;
  padding-top: 35px;
  color: #999;
}

.cindex li a strong
{
  display: block;
  background: white;
  padding-bottom: 10em;
  margin-bottom: -10em;
  border-top: solid 7px #0DB249;
  color: black;
}
.cindex li a img
{
  display: block;
  margin: 0 auto;
  border: none;
}
.cindex li a:hover
{
  text-decoration: none;
  color: #6C8B09;
  
}
.cindex li a:hover strong
{
  color: #375306;
  border-top: solid 7px #EBEEBF;
}
.cindex li a 
{
  background-image: url(../images/design/course/courses_sprite.jpg);
  background-repeat: no-repeat;
}

.cindex li a.sprite-aus_native_plants { background-position: 0 0; } 
.cindex li a.sprite-crops { background-position: 0 -45px; } 
.cindex li a.sprite-flowers { background-position: 0 -90px; } 
.cindex li a.sprite-fruit_nut { background-position: 0 -135px; } 
.cindex li a.sprite-garden_design { background-position: 0 -180px; } 
.cindex li a.sprite-gen_hort { background-position: 0 -225px; } 
.cindex li a.sprite-herbs { background-position: 0 -270px; } 
.cindex li a.sprite-home_gard { background-position: 0 -315px; } 
.cindex li a.sprite-hort_bus { background-position: 0 -360px; } 
.cindex li a.sprite-indoor_plants { background-position: 0 -405px; } 
.cindex li a.sprite-know_your_plants { background-position: 0 -450px; } 
.cindex li a.sprite-landscaping { background-position: 0 -495px; } 
.cindex li a.sprite-organics { background-position: 0 -540px; } 
.cindex li a.sprite-permaculture { background-position: 0 -585px; } 
.cindex li a.sprite-plant_care { background-position: 0 -630px; } 
.cindex li a.sprite-plant_science { background-position: 0 -674px; } 
.cindex li a.sprite-propagation { background-position: 0 -718px; } 
.cindex li a.sprite-rhs { background-position: 0 -763px; } 
.cindex li a.sprite-self_suff { background-position: 0 -808px; } 
.cindex li a.sprite-tech { background-position: 0 -853px; } 
.cindex li a.sprite-tree_mgmt { background-position: 0 -898px; } 
.cindex li a.sprite-turf_mgmt { background-position: 0 -943px; } 

ul.intro
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.intro li
{
  display: block;
  float: left;
  width: 30%;
  background: red;
  padding-left: 20px;
  padding-bottom: 1em;
  background: transparent url(../images/design/course/bullet.png) no-repeat left 2px;
}
