/*

  Stylesheet:
	docs/chd_default.css

  Purpose:
	Default style sheet.


  History:
  	2010-07-12 by Brian Warburton

*/


/* GENERAL COMPONENTS */
html {
        overflow-y:             scroll;
}

body {	background-color: #FFFFFF;
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0px 0px 20px 0px;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #666666;
        text-align: center;
}

div {
          text-align: left;
}

table {	border-collapse: collapse;
	border: 0px solid #999999;
	font-size: small;
}

td {	vertical-align: top;
	border-right: 0px solid #666666;
	text-align: left;
	padding: 0px;
        text-align: left;
}

td.number_cell {
      text-align: right;
}

th { text-align: left; color: #9900cc; padding-top: 10px; }

a:link { 	color: #9900CC; text-decoration: none; }
a:active { 	color: #999999; text-decoration: none;}
a:visited { 	color: #9900CC; text-decoration: none;}
a:hover { 	color: #999999; text-decoration: none;}

a.black_link:link { color: #000000; text-decoration: none; }
a.black_link:active { color: #000000; text-decoration: none; }
a.black_link:visited { color: #000000; text-decoration: none; }
a.black_link:hover { color: #000000; text-decoration: none; }

/* HEADINGS */
h1 { 	font-size: xx-large;
	font-weight: bold;
	margin: 50px 0px 10px 0px;
	padding-left: 0px;
}

h2 { 	font-size: small;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #9900CC;
}

h3 { 	font-size: large;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}


h4 { 	font-size: medium;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

p {   margin: 0px 0px 10px 0px;

}

pre {	font-family: monospace;
	font-size: 9pt; 
}



/* PAGE STRUCTURE */
#chd_outer_frame {
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px; 
	border: 0px solid #00FF00;
}

/* PAGE BANNER */
#chd_banner {
	width:  1024px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: small;
	font-weight: normal;
	border: 0px solid #FF0000;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#chd_banner div {
	 float: left;
}
#chd_nav_top {
	width:  1024px;
	float: left;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	color: #FFFFFF;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	margin: 0px auto 0px auto;
}


#chd_nav_top a:link,
#chd_nav_top a:active, 
#chd_nav_top a:visited {
	color: #000000; text-decoration: none; }
#chd_nav_top a:hover {
	color: #000000; text-decoration: none;  }

#chd_nav_top img { border: none; }

/*

.button_active {  }
.button_inactive { }

.button_active_hover {   }
.button_inactive_hover {   }
*/

/* MAIN PAGE CONTENT CONTAINER */
#chd_main_content {
	width: 1024px;
	border-top: 1px solid #FFFFFF;
	padding: 0px 0px 0px 0px;
        padding-bottom: 30px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(/images/navbar_left.gif);
	background-repeat: repeat-y;
}

div.chd_column_left {
	float: left; 
	width: 156px;
	padding-left: 9px;
	border-right: 1px solid #FFFFFF;
        font-size: xx-small;
	color: #000000;
}

div.chd_column_left a:link { color: #666666; text-decoration: none; }
div.chd_column_left a:active { color: #666666; text-decoration: none; }
div.chd_column_left a:visited { color: #666666; text-decoration: none; }
div.chd_column_left a:hover { color: #666666; text-decoration: none; }

div.chd_column_left ul.menu_course {
        list-style-type: none;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;

}

div.chd_column_left ul.menu_course li {
	padding: 10px 0px 0px 5px;
}


div.chd_column_wide {
	float: left;
	width: 858px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #DDDDCC;
}


div.chd_column_center {
	float: left;  
	padding: 0px 0px 0px 55px;
	width: 385px;
	border: 0px solid #DDDDCC;
}



div.chd_column_right {
	float: left;
	padding: 0px 0px 0px 33px;
	width: 385px;
	border: 0px solid #DDDDCC;
}


#short_course h2 { color: #FF3399; }
#short_course span.highlight { color: #FF3399; }
#short_course span.highlight_strong { color: #FF3399; font-weight: bold; }
#short_course ul { list-style: none; padding: 0px;  margin: 0px 0px 10px 0px; }
#short_course li{ list-style-image: none; padding: 0px;  margin: 0px; }


/* PAGE FOOTER */
#chd_footer {
	clear: both;
	width: 1024px; 
	border-top: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#chd_footer div {
	float: left;
	color: #000000;
	font-size: xx-small; 
	font-weight: bold;
	border-bottom: 0px solid #AAAAAA;
}


#chd_calendar {
    width: 1024px;
    border: 0px solid #aaaaaa;
}

#chd_calendar td {
    border: 0px solid #aaaaaa;
    background-image: none;
    padding: 2px 0px 5px 0px;
    background-repeat: no-repeat;
    width: 330px;
    padding-right: 13px;
}

#chd_home {
    color: #000000;

}

#gallery td { padding: 10px; }
#gallery img { border: none; }
/* SPECIAL CASES */
.highlight { 
 	font-weight: normal; color:#9900CC; }
.highlight_strong { 
 	font-weight: bold; color:#9900CC; }
.subtle {
	font-size: x-small; color: #AAAAAA; }
.bordered_image { border: 1px solid #CCCCCC; }

.nwp {	white-space: nowrap; }


ul.course_outline {
	list-style-type: square;
	margin-top: 0px;
	padding-top: 0px;
}

ul.course_outline li {
	margin-left: -20px;
	padding-left: 0px;
        list-style-image: url(/images/bullet.gif);
}

/* ROLLOVERS */


  /* MENUS */

	#upper_menu span, 
  	#menu_achdb span,
	#menu_international span,
	#menu_international_hair span, 
	#menu_international_beauty span, 
	#vet_menu span,
	#menu_policy span,
	#contact_menu span,
        #menu_hair span,
	#menu_beauty span,
	#menu_make-up span,
	#menu_spa span,
	#menu_short span {
    		display: none;
  	}
 

    /* UPPER MENUS */
	#upper_menu {
		margin-top: 10px;
		background: url(images/menus/upper_menu.jpg) 0 0 no-repeat;
		width: 1024px;		/* Width of entire image */
		height: 11px;		/* Height of buttons */
	}
	#upper_menu li, #upper_menu a {
		height: 11px;		/* Each button must have the same height, define it here */
		display: block;
	}
	#upper_menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */
	/* width - width of each button, they will each most likely be unique */
	#upper_menu-home 		{ width: 60px; }
	#upper_menu-college 		{ width: 80px; }
	#upper_menu-courses 		{ width: 100px; }
	#upper_menu-international 	{ width: 140px; }
	#upper_menu-vet 		{ width: 200px; }
	#upper_menu-policies 		{ width: 150px; }
	#upper_menu-salon 		{ width: 70px; }
	#upper_menu-calendar 		{ width: 110px; }
	#upper_menu-contact 		{ width: 114px; }

	/* Changed values should match sum of "width" numbers specified above */
	.group_home #upper_menu-home a
		{ background: transparent url(images/menus/upper_menu.jpg) 0px -11px no-repeat; }

	.group_college #upper_menu-college a
		{ background: transparent url(images/menus/upper_menu.jpg) -60px -11px no-repeat; }

	.group_courses #upper_menu-courses a
		{ background: transparent url(images/menus/upper_menu.jpg) -140px -11px no-repeat; }

	.group_international #upper_menu-international a
		{ background: transparent url(images/menus/upper_menu.jpg) -240px -11px no-repeat; }

	.group_vet #upper_menu-vet a
		{ background: transparent url(images/menus/upper_menu.jpg) -380px -11px no-repeat; }

	.group_policies #upper_menu-policies a
		{ background: transparent url(images/menus/upper_menu.jpg) -580px -11px no-repeat; }

	.group_salon #upper_menu-salon a
		{ background: transparent url(images/menus/upper_menu.jpg) -730px -11px no-repeat; }

	.group_calendar #upper_menu-calendar a
		{ background: transparent url(images/menus/upper_menu.jpg) -800px -11px no-repeat; }

	.group_contact #upper_menu-contact a
		{ background: transparent url(images/menus/upper_menu.jpg) -910px -11px no-repeat; }


/* LEFT MENUS */

  /* GENERAL SETTINGS */
  ul.menu   {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }

  ul.menu li {
    padding: 0px;
    margin: 0px; 
  }





  #menu_achdb li,
  #menu_international li, 
  #menu_international_hair li,
  #menu_international_beauty li,
  #vet_menu li, 
  #menu_policy li, 
  #contact_menu li, 
  #menu_make-up li,
  #menu_hair li,
  #menu_beauty li,
  #menu_spa li, 
  #menu_short li {
    width: 149px;
    float: left;
    list-style: none;
     _display: inline;		/* fixes IE/Win double margin float bug (safe) */
  }




/* ACHDB/COLLEGE Menu */
  #menu_achdb {
    margin-top: 0px;
    background: url(images/menus/menu_achdb.jpg) 0 0 no-repeat;
    width: 149px;   /* Width of entire image */
    height: 153px;  /* Height of all the buttons */
    margin-right: 7px;
  }


  #menu_achdb li, #menu_achdb a {
    height: 31px;		/* Each button must have the same height, define it here */ display: block;
  }


   /* Changed values should match sum of "width" numbers specified above */
	.page_college #menu_achdb-college a
	      { background: transparent url(images/menus/menu_achdb.jpg) -150px 0px no-repeat; }

	.page_why_achdb #menu_achdb-why_achdb a
	      { background: transparent url(images/menus/menu_achdb.jpg) -150px -31px no-repeat; }

	.page_testimonials #menu_achdb-testimonials a
	      { background: transparent url(images/menus/menu_achdb.jpg) -150px -62px no-repeat; }

	.page_gallery #menu_achdb-gallery a
	      { background: transparent url(images/menus/menu_achdb.jpg) -150px -93px no-repeat; }

	.page_partnerships #menu_achdb-partnerships a
	      { background: transparent url(images/menus/menu_achdb.jpg) -150px -124px no-repeat; }

/* international menu */
	#menu_international {
		margin-top: 0px;
		background: url(images/menus/menu_international.jpg) 0 0 no-repeat;
		width: 149px;		/* Width of entire image */
		height: 123px;		/* Height of all the buttons */
		margin-right: 7px;
	}

	#menu_international li, #menu_international a {
		display: block;
		height: 31px;
	}

	.page_why_melbourne #international_melbourne  a
		{ background: transparent url(images/menus/menu_international.jpg) -149px 0px no-repeat;	}
	.page_admission #international_admission a
		{ background: transparent url(images/menus/menu_international.jpg) -149px -31px no-repeat;	}
	.page_application #international_application a
		{ background: transparent url(images/menus/menu_international.jpg) -149px -62px no-repeat;	}
	.page_information #international_information a
		{ background: transparent url(images/menus/menu_international.jpg) -149px -93px no-repeat;	}

/*menu international hair */
	#menu_international_hair {
		margin-top: 0px;
		background: url(images/menus/menu_international.jpg) 0px -123px no-repeat;
		width: 149px;		/* Width of entire image */
		height: 31px;		/* Height of all the buttons */
		margin-right: 7px;
	}
	

	#menu_international_hair li, #menu_international_hair a {
		display: block;
		height: 31px;
	}


	.page_hair #menu_international_hair a {
        	background: transparent url(images/menus/menu_international.jpg) -149px -123px no-repeat;
        }

/*menu international beauty */
	#menu_international_beauty {
		margin-top: 0px;
		background: url(images/menus/menu_international.jpg) 0px -153px no-repeat;
		width: 149px;		/* Width of entire image */
		height: 31px;		/* Height of all the buttons */
		margin-right: 7px;
	}
	

	#menu_international_beauty li, #menu_international_beauty a {
		display: block;
		height: 31px;
	}


	.page_beauty #menu_international_beauty a {
        	background: transparent url(images/menus/menu_international.jpg) -149px -153px no-repeat;
        }

/* Apprenticeships/VET/VCAL menu */
  	/* APPENTICESHIP MENU */
	#vet_menu {
		margin-top: 0px;
		background: url(images/menus/vet_menu.jpg) 0 0 no-repeat;
		width: 149px;		/* Width of entire image */
		height: 105px;		/* Height of all the buttons */
		margin-right: 7px;
	}
	#vet_menu li, #vet_menu a {
		display: block;
	}

	#vet_menu  #vet_menu_apprenticeships li, #vet_menu #vet_menu_apprenticeships a {
		height: 44px;		/* Each button must have the same height, define it here */
	}

	#vet_menu #vet_menu_vcal li, #vet_menu #vet_menu_vcal a {
		height: 31px;		/* Each button must have the same height, define it here */
	}

	#vet_menu #vet_menu_vet_vce li,  #vet_menu #vet_menu_vet_vce  a {
		height: 31px;		/* Each button must have the same height, define it here */
	}


	      /* Changed values should match sum of "width" numbers specified above */
	.page_apprenticeships #vet_menu_apprenticeships a
	      { background: transparent url(images/menus/vet_menu.jpg) -149px 0px no-repeat; }

  	.page_vet_vce #vet_menu_vet_vce a
	      { background: transparent url(images/menus/vet_menu.jpg) -149px -44px no-repeat; }

	.page_vcal #vet_menu_vcal a
	      { background: transparent url(images/menus/vet_menu.jpg) -149px -75px no-repeat; }


/* Policies and further info */
  #menu_policy {
    margin-top: 0px;
    background: url(images/menus/menu_policy.jpg) 0 0 no-repeat;
    width: 149px;		/* Width of entire image */
    height: 94px;		/* Height of all the buttons */
    margin-right: 7px;
  }


	#menu_policy li, #menu_policy a {
		display: block;
		height: 31px;
	}

	.page_procedures #policy_procedures  a
		{ background: transparent url(images/menus/menu_policy.jpg) -149px 0px no-repeat;	}
	.page_faqs #policy_faqs a
		{ background: transparent url(images/menus/menu_policy.jpg) -149px -31px no-repeat;	}
	.page_local_application #policy_local_application a
		{ background: transparent url(images/menus/menu_policy.jpg) -149px -62px no-repeat;	}
		
/* contact menu */		
  #contact_menu {
    margin-top: 0px;
    background: url(images/menus/contact_menu.jpg) 0 0 no-repeat;
    width: 149px;		/* Width of entire image */
    height: 124px;		/* Height of all the buttons */
    margin-right: 7px;
  }


  #contact_menu li, #contact_menu a {
    display: block;
    height: 31px;
  }


	.page_college_campuses #contact_college_campuses a {
    background: transparent url(images/menus/contact_menu.jpg) -149px 0px no-repeat;
  }

	.page_student_enquiry #contact_contact_us a {
    background: transparent url(images/menus/contact_menu.jpg) -149px -31px no-repeat;
  }

	.page_agent_enquiry #contact_agents_enquiry a {
    background: transparent url(images/menus/contact_menu.jpg) -149px -62px no-repeat;
  }

	.page_agent_list #contact_agents_international a {
    background: transparent url(images/menus/contact_menu.jpg) -149px -93px no-repeat;
  }

/* hair courses menu */
 
            #menu_hair {
              margin-top: 0px;
              background: url(images/menus/menu_hair.jpg) 0 0 no-repeat;
              width: 149px;		/* Width of entire image */
              height: 30px;		/* Height of all the buttons */
              margin-right: 7px;
            }
            #menu_hair li, #menu_hair a {
              display: block;
              height: 30px;
            }


	.page_hair #menu_hair a {
              background: transparent url(images/menus/menu_hair.jpg) -149px 0px no-repeat;
            }

 	.subpage_WRH20109 #menu_hair_WRH20109 a,
	.subpage_WRH30106 #menu_hair_WRH30106 a,
	.subpage_WRH40106 #menu_hair_WRH40106 a,
	.subpage_WRH50106 #menu_hair_WRH50106 a,
	.subpage_HTWOY #menu_hair_HTWOY a,
	.subpage_HINTD #menu_hair_HINTD a {
              color: #FFFFFF;
           }

 /* beauty courses menu */
            #menu_beauty {
              margin-top: 0px;
              background: url(images/menus/menu_beauty.jpg) 0 0 no-repeat;
              width: 149px;		/* Width of entire image */
              height: 27px;		/* Height of all the buttons */
              margin-right: 7px;
            }
 
            #menu_beauty li, #menu_beauty a {
              display: block;
              height: 27px;
            }

	.page_beauty #menu_beauty a {
              background: transparent url(images/menus/menu_beauty.jpg) -149px 0px no-repeat;
            }

 	.subpage_WRB20304 #menu_beauty_WRB20304 a,
	.subpage_WRB20104 #menu_beauty_WRB20104 a,
	.subpage_WRB30104 #menu_beauty_WRB30104 a,
	.subpage_WRB30204 #menu_beauty_WRB30204 a,
	.subpage_WRB40105 #menu_beauty_WRB40105 a,
	.subpage_WRB50105 #menu_beauty_WRB50105 a,
	.subpage_WRB50105_2 #menu_beauty_WRB50105_2 a,
	.subpage_WRI50105 #menu_beauty_WRI50105,
	.subpage_WRB50105_EVE #menu_beauty_WRB50105_EVE a,
	.subpage_WRB50105_INT #menu_beauty_WRB50105_INT a
		{
              color: #FFFFFF;
           }
 
 /* make-up courses menu */
            #menu_make-up {
              margin-top: 0px;
              background: url(images/menus/menu_make-up.jpg) 0 0 no-repeat;
              width: 149px;		/* Width of entire image */
              height: 27px;		/* Height of all the buttons */
              margin-right: 7px;
            }
            #menu_make-up li, #menu_make-up a {
              display: block;
              height: 27px;
            }
	.page_make-up #menu_make-up a {
              background: transparent url(images/menus/menu_make-up.jpg) -149px 0px no-repeat;
            }

	.subpage_WRB20204 #menu_make-up_WRB20204 a,
	.subpage_CUF40407 #menu_make-up_CUF40407 a,
	.subpage_CUF50407 #menu_make-up_CUF50407 a
	     {
              color: #FFFFFF;
           }

 /* spa courses menu */
            #menu_spa {
              margin-top: 0px;
              background: url(images/menus/menu_spa.jpg) 0 0 no-repeat;
              width: 149px;		/* Width of entire image */
              height: 27px;		/* Height of all the buttons */
              margin-right: 7px;
            }
            #menu_spa li, #menu_spa a {
              display: block;
              height: 27px;
            }

	.page_spa #menu_spa a {
              background: transparent url(images/menus/menu_spa.jpg) -149px 0px no-repeat;
            }

	.subpage_SCSTC #menu_spa_SCSTC a,
	.subpage_SCSTC2 #menu_spa_SCSTC2 a  {
              color: #FFFFFF;
           }

/* short courses menu*/
            #menu_short {
              margin-top: 0px;
              background: url(images/menus/menu_short.jpg) 0 0 no-repeat;
              width: 149px;		/* Width of entire image */
              height: 27px;		/* Height of all the buttons */
              margin-right: 7px;
            }
            #menu_short li, #menu_short a {
              display: block;
              height: 27px;
            }


	.page_short #menu_short a {
              background: transparent url(images/menus/menu_short.jpg) -149px 0px no-repeat;
            }

	.subpage_hair #menu_short_hair a,
	.subpage_beauty #menu_short_beauty a  {
              color: #FFFFFF;
           }

 
/* POPUPS GENERAL SETTINGS */
div.rombernoticeouter {
        background-color: #000000;
        display: none;
        position: absolute;
        z-index: 9;
        filter: alpha(opacity=90);
        opacity: 0.9;
}

div.rombernoticeinner {
        background-color: #F8F8F0;
        border: solid 2px black;
        display: none;
        position: absolute;
        width: 331px;
        height: 420px;
        z-index: 10;
        padding: 20px;
	text-align: left;
}

div.rombernoticeinner p {
        text-align: center;
        margin: auto;
}



