﻿* 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;}


/* nifty corners colouring */
div.courseInfo .rtop, div.courseInfo .rbottom { background: #fff; }
div.courseInfo .rtop *, div.courseInfo .rbottom *{ background: #E1A325; }

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;
}
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: #D1C293;
    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 #b88559;
}


#WhatNext a.item:hover
{
    background: #F5DF91;
}
/*#WhatNext a.item.even:hover
{
    background: green;
}*/
#WhatNext h3
{
    background: #b88559;
    text-transform: uppercase;
    font-size: 131%; 
    height: 27px; /* 27px + 10px bottom padding = 37px = background height */
    padding: 3px 0 0 16px; 
    margin: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
#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;    
}
#WhatNext a.item:hover p, #WhatNext a.item:hover h4 { color: #6C4B01; }

#WhatNext .rtop     { background: #fff; }
#WhatNext .rtop *   { background: #b88559; }
#WhatNext .rbottom  { background: #fff; }
#WhatNext .rbottom *{ background: #D1C293; }

/* this aligns the "enrol now" box with the course info box */
#RightContent
{
    padding: 0;
}
#RightContentInner
{
    padding: 42px 1em 0 0;
}

.enrolNow
{
    background: #D1C293;
    margin: 0;
    margin-bottom: 1em;
    float: right;
    margin-left: 1em;
    width: 20em;
}
.enrolNow h2
{
    margin: 0;
    padding: 0.3em 0 0.5em 0;
    
    background: #B88559;

    overflow: hidden;
    color: white;
    font-family: arial;
    text-align: center;
}

.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: #F5DF91;
    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;
}
div.enrolNow .rtop, div.enrolNow .rbottom { background: #fff; }
div.enrolNow .rbottom *{ background: #D1C293; }
div.enrolNow .rtop * { background: #b88559; }
span.enrolAnytime
{
    display: block;
    background-color: #F5DF91;
    background: #F5DF91 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: #FFFCCC;
    margin-bottom: 1em;
    line-height: 1.3em;
}

h2.productTitle
{
    display: block;
    font-size: 100%;
    font-weight: normal;
    font-family: verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #B88559;
    padding: 0.5em 1em;
    text-decoration: none;
    color: white;
}

h2.productTitle a
{
    margin: 0;
    padding: 0;
    font-size: 123%;
    text-decoration: none;
 
    font-weight: bold;
    color: white;
}
h2.productTitle span.info
{
    display: block;
    font-size: 86%;
}
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: #D1C293;
    color: #7F5B3E;
    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 .rtop     { background: #fff; }
div.productItem .rtop *   { background: #B88559; }
div.productItem .rbottom  { background: #fff; }
div.productItem .rbottom *{ background: #D1C293; }


div.productItem.qualification h2.productTitle
{
    background-color: #F5DF91;
    color: #7F5B3E;
}
div.productItem.qualification h2.productTitle a
{
        color: #7F5B3E;
}

div.productItem.qualification a.enrolLink
{
    /*background-color: #ABBCCF;
    color: #355373;*/
}
div.productItem.qualification .rtop * { background: #F5DF91; }
/*div.productItem.qualification .rbottom *{ background: #ABBCCF; }*/
