




@media all
{
    html
    {
        height: 100%;
        background: #FFFFFF;
    }

    body
    {
        font-family: 'Trebuchet MS', Geneva, sans-serif;
        margin: 0px;
        padding: 0px;
        height: 100%;
        background: #FFFFFF;
        font-size: 11px;
    }
    h1
    {
        color: #CC0000;
        font-family: 'Trebuchet MS',Geneva,sans-serif;
        font-size: 22px;
        font-weight: normal;
        padding: 0px;
    }
    h2
    {
        color: #CC0000;
        font-family: 'Trebuchet MS',Geneva,sans-serif;
        font-size: 18px;
        font-weight: normal;
        margin: 0px 0px 5px;
    }
    h3
    {
        color: #CC0000;
        font-family: 'Trebuchet MS',Geneva,sans-serif;
        font-size: 16px;
        font-weight: normal;
        margin: 0px 0px 12px;
        padding: 0px;
    }

    h4
    {
        color: #CC0000;
        font-size: 14px;
        margin: 0px 0px 12px;
        padding: 0px;
        font-family: 'Trebuchet MS',Geneva,sans-serif;
        font-weight: normal;
    }
    h5
    {
        font-size: 12px;
        font: Trebuchet MS;
        font-size: 12px;
        color: #CC0000;
        padding: 0px;
        margin: 0px 0px 12px 0px;
    }
    h6
    {
        font-size: 12px;
        font: Trebuchet MS;
        font-size: 12px;
        color: #CC0000;
        padding: 0px;
        margin: 0px 0px 12px 0px;
    }
    form
    {
        margin: 0px;
    }
    table
    {
        width: 100%;
    }
    td
    {
        border-style: none;
        border-spacing: 0px;
        border-collapse: collapse;
        padding: 0px;
        margin: 0px;
        vertical-align: top;
    }


    /* Links */
    a:link, a:visited
    {
        color: #cf2f37;
    }

    a:hover, a:active
    {
        color: #F8C426;
    }

    a.link_white:link, a.link_white:visited
    {
        color: #FFFFFF;
    }

    a.link_white:hover, a.link_white:active
    {
        color: #F8C426;
    }

    a.link_footer:link, a.link_footer:visited
    {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.link_footer:hover, a.link_footer:active
    {
        color: #d02a34;
        text-decoration: none;
    }


    /* Width settings */
    .w_100pc
    {
        width: 100%;
    }

    .w_75pc
    {
        width: 75%;
    }

    .w_60pc
    {
        width: 60%;
    }

    .w_50pc
    {
        width: 50%;
    }

    .w_40pc
    {
        width: 40%;
    }

    .w_33pc
    {
        width: 33%;
    }

    .w_25pc
    {
        width: 25%;
    }

    .w_20pc
    {
        width: 20%;
    }


    /* Font formatting */
    .bold
    {
        font-weight: bold;
    }

    .plain
    {
        font-weight: normal;
    }

    .underline
    {
        text-decoration: underline;
    }

    .spacing_1-5
    {
        line-height: 1.5;
    }

    .spacing_double
    {
        line-height: 2;
    }

    .nowrap
    {
        white-space: nowrap;
    }


    /* Alignment Settings */
    .top
    {
        vertical-align: top;
    }

    .middle
    {
        vertical-align: middle;
    }

    .bottom
    {
        vertical-align: bottom;
    }

    .left
    {
        text-align: left;
    }

    .right
    {
        text-align: right;
    }

    .center
    {
        text-align: center;
    }


    /* Padding Styles */
    .pad_top
    {
        padding-top: 10px;
    }
    .pad_bottom
    {
        padding-bottom: 10px;
    }
    .pad_left
    {
        padding-left: 10px;
    }
    .pad_right
    {
        padding-right: 10px;
    }

    .no_padding
    {
        padding: 0px;
    }

    /* Margin style */
    .no_margin
    {
        margin: 0px;
    }



    /*-------------------------*
        BULLETS AND NUMBERING
     *-------------------------*/
    ul.list_darrow
    {
        margin: 0px 0px 12px 0px;
        padding: 0px 0px 0px 0px;
    }

    ul.list_darrow li
    {
        color : #292526;
        font-size : 11px;
        list-style-image: url(https://static.murdoch.edu.au/discover/images/bullet_whitebg.gif/);
        margin: 0px 0px 5px 20px;
        padding: 0px;
    }

    ul
    {
        list-style-image: url(https://static.murdoch.edu.au/discover/images/chevron_red_white_bg.gif/);
        list-style-type: circle;
    }

    ul, ol
    {
        margin: 0px 0px 12px 0px;
        padding: 0px 0px 0px 0px;
    }

    ol
    {
        padding-left: 12px;
    }

    ul li, ol li
    {
        color : #292526;
        font-size : 11px;
        margin: 0px 0px 5px 22px;
        padding: 0px;
    }


    ol.inner_list
    {
        margin: 0px 0px 12px 0px;
        padding: 0px 0px 0px 0px;
    }

    ol.inner_list li
    {
        color : #292526;
        font-size : 11px;
        margin: 0px 0px 5px 22px;
        padding: 0px;
    }

    hr
    {
        margin: 10px 0px 10px 0px;
        padding: 0px;
        border: none;
        height: 10px;
        background: url(https://static.murdoch.edu.au/discover/images/divider_hr-tile.gif/) repeat-x center;
        width: 100%;
    }

    div.hr
    {
        margin: 10px 0px 10px 0px;
        padding: 0px;
        border: none;
        height: 10px;
        background: url(https://static.murdoch.edu.au/discover/images/divider_hr-tile.gif/) repeat-x center;
        width: 100%;
    }

    div.hr hr
    {
        display: none;
    }

    ul.rtl
    {
        margin: 0px;
        padding: 0px;
        xxmargin-right: 20px;
        padding-right: 22px;
        list-style-image: url(https://static.murdoch.edu.au/discover/images/rtl_chevron_red_white_bg.gif/);
        list-style-type: circle;
    }

    ol.rtl li, ul.rtl li
    {
        direction: rtl;
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
    }

    table.content_table table
    {
        border: none;
    }

    table.content_table table.funky thead td
    {
        background: #ecddbe url('https://static.murdoch.edu.au/discover/images/table_top.gif/') scroll top left repeat-x;
        border: none;
        padding: 7px;
        font-weight: bold;
        font-size: 130%;
        text-align: center;
    }

    table.content_table table.funky tbody td
    {
        border: 1px solid #ecddbe;
        padding: 7px;
    }

    img
    {
        border: 0;
    }
}


@media all
{
	/* Header Styles */

	.hdr_row
	{
		background: #f8f5eb;
	}

	.hdr_util_table
	{
		text-align: right;
	}

	.hdr_logo_cell
	{
		width: 230px;
	}

	.hdr_util_cell
	{
		width: 400px;
		text-align: right;
		padding-right: 10px;
		vertical-align: middle;
	}

	td.hdr_util
	{
		padding: 5px;
	}

	td.hdr_util img, td.hdr_util a:link, td.hdr_util a:visited
	{
		vertical-align: bottom;
	}

	.hdr_util_input_text
	{
		border: 1px solid #a79c75;
		background: #FFFFFF;
		padding: 0px;
		font-size: 12px;
		width: 150px;
	}

	.hdr_util_links
	{
		padding: 0px;
		margin: 0px;
		height: 25px;
		vertical-align: middle;
	}

	.hdr_util_links p
	{
		margin: 0px;
		padding: 0px;
	}

	.hdr_util_cell a:link, .hdr_util_cell a:visited
	{
		color: #282425;

	}
	.hdr_util_cell a:hover

	{
		color: #CC0000;
	}



	/* Links in Header for Current Students and Murdoch Staff */
	.hdr_link_table
	{
		width: auto;
		border-top: 1px solid #D7BD73;
	}

	.hdr_link_cell
	{
		vertical-align: middle;
		padding-left: 20px;
	}

	.hdr_link
	{
		border-bottom: 1px solid #D7BD73;
		font-size: 14px;
		font-weight: bold;
	}

	.hdr_link a:link, .hdr_link a:visited
	{
		text-decoration: none;
		vertical-align: middle;
		color: #000000;
	}

	.hdr_link a:hover
	{
		color: #CC0000;
	}

	.hdr_link a:link img, .hdr_link a:visited img
	{
		vertical-align: middle;
	}

        /* Styles to make links to translated pages stand out */
        .hdr_translation_link a:link, .hdr_translation_link a:visited
        {
                color: #CC0000;
        }

		div.widget_hr
		{
			background: #999999 none repeat scroll 0%;
			height:1px;
			width:100%;
			margin: 2px 0px;
		}
		
		table.widget_main
		{
				border-collapse: collapse;
				border-spacing: 0;
				width: 100%;
		}
		
        table.widget_main td.right
        {
        	text-align: right;
        }
        
        table.widget_main td.left
        {
        	width: 99%;
        }

        table.widget
        {
                border-collapse: collapse;
                border-spacing: 0;
				padding-right: 10px;
				width: 1%;
				float: left;
		}

        table.widget td.image
        {
                padding: 0px 5px;
                color: #999999;
				width: 1%;
        }
        table.width td.resize_a
        {
        	padding: 0px 0px 0px 5px;
        }
        table.width td.resize_b
        {
        	padding: 0px 0px 0px 0px;
        }
        table.width td.resize_c
        {
        	padding: 0px 5px 0px 0px;
        }
        
		table.widget td.text
        {
                padding: 0px 10px 0px 0px;
                color: #999999;
				width: 1%;
				white-space: nowrap;
				vertical-align: middle;
        }
        
        
        table.widget a:link, table.widget a:visited, table.widget a:active, table.widget a.image:link, table.widget a.image:visited, table.widget a.image:active, table.widget a.image:hover
        {
        	color: #999999;
        	text-decoration: none;
        }
        
        table.widget a:hover
        {
        	text-decoration: underline;
        }
        
        table.widget a.image:hover
        {
        	text-decoration: none;
        }
}


@media print
{

	td.hdr_logo_cell img
	{
		display: none;
	}

	.hdr_link_cell, .hdr_util_cell
	{
		display: none;
	}

	.hdr_row
	{
		background: #FFFFFF;
	}
}
@media all
{
         .experts_container 
        {
                margin-left: 6px;
                margin-right:6px;
                min-height: 100px;
                min-width: 600px;
        }
.experts_container td {
padding : 2px;
}


	/* Red Module (Appears on front page) */

	.red_module_cell
	{
		padding: 10px 0px 0px 10px;
		width: 50%;
	}

	.module_cell_empty
	{
		width: 10px;
	}

	.red_module
	{
		background: #CC0000;
		margin-bottom: 10px;
		width: 100%;
	}

	.red_module td
	{

	}

	.red_module h3
	{
		margin: 0px;
		padding: 0px 0px 0px 10px;
		font-size: 11px;
	}

	.red_module h3 a:link, .red_module h3 a:visited
	{
		color: #FFFFFF;
	}

	.red_module h3 a:hover
	{
		color: #ECC528;
	}

	.red_module p
	{
		margin: 0px;
		padding: 0px 0px 0px 10px;
		font-size: 11px;
		color: #FFFFFF;
	}

	.red_module .thumbnail
	{
		width: 48px;
		margin: 0px;
		padding: 0px;
	}

	.red_module .red_module_left
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_lh-tile.gif/);
	}

	.red_module .red_module_right
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_rh-tile.gif/);
	}

	.red_module td.divider
	{
		height: 25px;
		vertical-align: middle;
	}

	.red_module td.divider div
	{
		font-size: 1px;
		background: #b20000;
		height: 1px;
	}

	.red_module .red_module_top_left
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_toplh.gif/);
		height: 12px;
		width: 12px;
	}

	.red_module .red_module_top
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_top-tile.gif/);
		height: 12px;
	}

	.red_module .red_module_top_right
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_toprh.gif/);
		height: 12px;
		width: 12px;
	}

	.red_module .red_module_bottom_left
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_botlh.gif/);
		height: 12px;
		width: 12px;
	}

	.red_module .red_module_bottom
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_bot-tile.gif/);
		height: 12px;
	}

	.red_module .red_module_bottom_right
	{
		background: #CC0000 url(https://static.murdoch.edu.au/discover/images/home/red_botrh.gif/);
		height: 12px;
		width: 12px;
	}



	/* Latest Discoveries Module */

	.latest_discoveries_cell
	{
		padding: 10px 0px 0px 10px;
		width: 50%;
	}

	.latest_discoveries_content
	{

	}

	.latest_discoveries_content h2, .latest_discoveries_content h3
	{
		font-size: 12px;
		margin: 0px;
		padding-left: 10px;
	}

	h2.latest_discoveries_heading
	{
		color: #CC0000;
		margin: 0px 0px 10px 0px;
		font-size: 14px;
	}

	.latest_discoveries_content h3 a:link, .latest_discoveries_content h3 a:visited
	{
		color: #000000;
	}

	.latest_discoveries_content h3 a:hover
	{
		color: #CC0000;
	}

	.latest_discoveries_content p
	{
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}


	td.latest_discoveries_thumbnail
	{
		width: 48px;
	}



	/* Tan Modules */

	.tan_module
	{
		background: #F8F5EB;
		margin-bottom: 10px;
		width: 100%;
	}

	.tan_module_top_left
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_toplh.gif/);
		height: 12px;
		width: 12px;
	}

	.tan_module_top
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_top-tile.gif/);
	}

	.tan_module_top_right
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_toprh.gif/);
		height: 12px;
		width: 12px;
	}

	.tan_module_left
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_lh-tile.gif/);
		width: 12px;
	}

	.tan_module_right
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_rh-tile.gif/);
		width: 12px;
	}

	.tan_module td.divider
	{
		height: 10px;
		vertical-align: middle;
	}

	.tan_module td.divider div
	{
		background: #ecddbe;
		font-size: 2px;
		height: 2px;
	}

	.tan_module_bottom_left
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_botlh.gif/);
		height: 12px;
		width: 12px;
	}

	.tan_module_bottom
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_bot-tile.gif/);
	}

	.tan_module_bottom_right
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/home/tan_botrh.gif/);
		height: 12px;
		width: 12px;
	}



	/* Promotional and Research Module Styles */

	.module_cell
	{
		padding: 10px;
		width: 260px;
	}

	.module_div
	{
		width: 260px;
		height: 130px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
	}

	.module_content h3
	{
		color: #FFFFFF;
		margin: 4px 0px 0px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	
	

	.module_content a:link, .module_heading a:visited, .module_content a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	.module_content a:hover
	{
		text-decoration: underline;
	}

	.module_content
	{
		vertical-align: top;
		color: #FFFFFF;
		padding: 0px 10px 5px 5px;
		margin: 0px;
		line-height: 16px;
		font-size: 11px;
	}
	
	div.module_div.generic_promo_placement .module_content h3, div.module_div.generic_promo_placement .module_content h3 a, div.module_div.generic_promo_placement .module_content h3 a:visited, div.module_div.generic_promo_placement .module_content h3 a:hover, div.module_div.generic_promo_placement .module_content h3 a:active
	{
		color: #CC0000;
	}
	
	div.module_div.generic_promo_placement .module_content
	{
		color: black;
		padding-top: 3px;
	}

        div.module_contact_experts
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/modules/contactexperts_module.gif);
		background-repeat: none;
		width: 331px;
		height: 154px;
	}
	
	
	div.module_what_to_do_next
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/modules/whattodonext_module.gif);
		background-repeat: none;
		width: 331px;
		height: 154px;
	}
	
	div.module_what_to_do_next div.module_content
	{
		padding-top: 45px;
	}

	div.module_what_to_do_next div.module_content a, div.module_what_to_do_next div.module_content a:visited, div.module_what_to_do_next div.module_content a:active, div.module_what_to_do_next div.module_content a:hover, div.module_what_to_do_next div.module_content a:link
	{
		color: #CF2F37;
		text-decoration: underline;
	}

	div.module_what_to_do_next ul
	{
		list-style-image: url(https://static.murdoch.edu.au/discover/images/chevron_red.gif/);
	}

	div.small-promo-placement td.module_content
	{
		vertical-align: middle;
		height: 89px;
	}

	div.small-promo-placement td.module_content h3
	{
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	div.small-promo-placement
	{
		width: 258px;
		height: 89px;
		background-repeat: no-repeat;
		margin-bottom: 10px;
	}

	table.contact_us_person
	{
		width: 350px;
		border-collapse: collapse;
	}

	table.contact_us_person td.module_content
	{
		height: 82px;
	}


	/* Research News Module (Tan in right module space) */

	.module_news
	{
		background: #F8F5EB url(https://static.murdoch.edu.au/discover/images/news/research_top.gif/) no-repeat top;
		width: 260px;
		margin-bottom: 10px;
		vertical-align: top;
		padding-bottom: 5px;
	}

	.module_news h3
	{
		text-align: left;
		font-size: 12px;
		padding: 10px 0px 0px 20px;
		margin: 0px;
		color: #CC0000;
	}

	.module_news ul
	{
		padding-left: 10px;
		line-height: 12px;
		padding-top: 5px;
	}

	.module_news li
	{
		font-size: 11px;
		vertical-align: top;
		list-style-image: url(https://static.murdoch.edu.au/discover/images/news/bullet.gif/);
		padding-bottom: 5px;
	}

	.module_news li a:link, .module_research_news li a:visited
	{
		color: #CC0000;
	}

	.module_news li a:hover
	{
		color: #000000;
	}



	/* Module for Frequently Asked Questions  */

	.module_faqs
	{
		background: #ECDDBE url(https://static.murdoch.edu.au/discover/images/modules/faq_img.jpg) no-repeat center left;
		width: 260px;
		height: 130px;
		margin-bottom: 10px;
		vertical-align: top;
	}

	.module_faqs h3
	{
		font-size: 12px;
		padding: 5px 0px 0px 100px;
		margin: 0px;
		color: #CC0000;
	}

	.module_faqs ul
	{
		margin-left: 40px;
		line-height: 12px;
		padding-top: 5px;
	}

	.module_faqs li
	{
		margin-left: 70px;
		font-size: 11px;
		vertical-align: top;
		list-style-image: url(https://static.murdoch.edu.au/discover/images/bullet_tanbg.gif/);
	}



	/* Used in right column for Our History / Contact us modules */

	.module_purple
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/modules/purple_module.gif);
		height: 90px;
		width: 260px;
		margin-bottom: 10px;
		position: relative;
		background-repeat: no-repeat;
	}

	.module_purple h3
	{
		padding-bottom: 0px;
	}



	/* Used in right column for Take a Tour / Jargon Glossary modules */

	.module_blue
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/modules/blue_module.gif);
		height: 90px;
		width: 260px;
		margin-bottom: 10px;
		position: relative;
		background-repeat: no-repeat;
	}

	.module_blue h3
	{
		padding-bottom: 0px;
	}


	/* Module for Signing up to newsletter */

	.module_newsletter_signup
	{
		background: #ECDDBE url(https://static.murdoch.edu.au/discover/images/news/newsletter_top.gif/) no-repeat;
		width: 260px;
		margin-bottom: 10px;
	}

	.module_newsletter_signup h3
	{
		font-size: 12px;
		color: #CC0000;
		padding: 10px 0px 5px 15px;
		margin: 0px;
	}

	.module_newsletter_signup p
	{
		font-size: 11px;
		margin: 0px;
		padding-left: 15px;
	}

	.module_newsletter_signup form
	{
		margin: 0px;
		padding: 0px 0px 10px 15px;
		vertical-align: middle;
	}

	.module_newsletter_signup form input
	{
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
	}

	.module_newsletter_signup form input #newsletter_signup_email
	{
		width: 125px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 11px;
	}



	/* Welcome Statement Styles */

	.welcome_cell, td.welcome_cell
	{
		background: #FFFFFF;
		width: 280px;
	}

	table.welcome
	{
		height: 260px;
		width: 280px;
	}

	.welcome_content
	{
		color: #4a4530;
		margin: 0px 0px 11px 0px;
		padding: 0px 0px 0px 15px;
	}

	table.welcome h1.heading_graphic
	{
		margin: 0px 0px 11px 0px;
		padding: 0px 0px 0px 15px;
	}

	p.welcome_content a:link, p.welcome_content a:visited
	{
		color: #CC0000;
		text-decoration: underline;
	}

	p.welcome_content a:hover
	{
		color: #000000;
	}


	/* Take a Tour Module */

	.hotspot_cell
	{
		width: 50%;
	}

	.hotspot_cell img#hotspot_image
	{
		margin-bottom: 20px;
	}

	.hotspot_cell h2#hotspot_title
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	.hotspot_cell div#hotspot_copy
	{
	}

	.hotspot_cell .content
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	.hotspot_cell h3.call_to_action
	{
		font-size: 12px;
		color: #CC0000;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 0px;
	}

	.hotspot_cell #hotspot_previous
	{
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.hotspot_cell #hotspot_next
	{
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.module_amazon_banner ul
	{
		list-style-image: url(https://static.murdoch.edu.au/discover/images/chevron_red.gif/);
	}
}


@media print
{

	/* Turn off all Modules */
	.module_cell
	{
		display: none;
	}


	/* Welcome Statement Styles */

	.welcome_cell, td.welcome_cell
	{
		background: #FFFFFF;
		width: 100%;
		border-bottom: 1px solid #CC0000;
	}

	table.welcome
	{
		width: 100%;
	}

	.welcome_content
	{
		color: #4a4530;
		margin: 0px 0px 11px 0px;
		padding: 0px 0px 0px 10px;
	}

	table.welcome h1.heading_graphic
	{
		display: none;
	}

	p.welcome_content a:link, p.welcome_content a:visited
	{
		color: #CC0000;
		text-decoration: underline;
	}

	p.welcome_content a:hover
	{
		color: #000000;
	}


	/* Red Module */

	.red_module_cell
	{
		padding: 10px 10px 0px 10px;
	}

	.red_module
	{
		background: #FFFFFF;
	}

	.red_module h3
	{
		margin: 0px;
		padding: 0px;
		font-size: 12px;
	}

	.red_module h3 a:link, .red_module h3 a:visited
	{
		color: #CC0000;
	}

	.red_module p
	{
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		color: #000000;
	}

	.red_module p img
	{
		display: none;
	}

	.red_module .thumbnail
	{
		display: none;
	}

	.red_module td.divider div
	{
		display: none;
	}

	.red_module .red_module_left,
	.red_module .red_module_right,
	.red_module .red_module_top_left,
	.red_module .red_module_top,
	.red_module .red_module_top_right,
	.red_module .red_module_bottom_left,
	.red_module .red_module_bottom,
	.red_module .red_module_bottom_right
	{
		display: none;
	}


	/* Latest Discoveries Module */

	.latest_discoveries_cell
	{
		padding: 10px 0px 0px 10px;
		width: 50%;
	}

	.latest_discoveries_content h2, .latest_discoveries_content h3
	{
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}

	h2.latest_discoveries_heading
	{
		color: #CC0000;
		margin: 0px 0px 10px 0px;
		font-size: 14px;
	}

	.latest_discoveries_content h3 a:link, .latest_discoveries_content h3 a:visited
	{
		color: #000000;
	}

	.latest_discoveries_content p
	{
		padding: 0px;
		margin: 0px;
	}

	.latest_discoveries_content p img
	{
		display: none;
	}

	td.latest_discoveries_thumbnail
	{
		display: none;
	}

	.tan_module td.divider div
	{
		display: none;
	}


	/* Tan Modules */

	.tan_module
	{
		background: #FFFFFF;
	}

	.tan_module_top_left,
	.tan_module_top,
	.tan_module_top_right,
	.tan_module_left,
	.tan_module_right,
	.tan_module_bottom_left,
	.tan_module_bottom,
	.tan_module_bottom_right
	{
		display: none;
	}

}
@media all
{
	.content
	{
		font-size: 11px;
		color: #292526;
		padding: 0px;
		margin: 0px 0px 12px 0px;
	}

	.content_white
	{
	    font-size : 11px;
	    color: #FFFFFF;
		padding: 0px;
		margin: 0px 0px 12px 0px;
	}

	.content_footer
	{
	    font-size: 11px;
	    color: #FFFFFF;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	}

	.content_footer
	{
	    font-size: 11px;
	    color: #FFFFFF;
		padding: 0px;
		margin: 0px;
	}

	div.content_divider
	{
		margin: 0px 0px 10px 0px;
		padding: 0px;
		border: none;
		height: 10px;
		background: url(https://static.murdoch.edu.au/discover/images/divider_hr-tile.gif/) repeat-x center;
	}

	.content_cell
	{
		padding-top: 10px;
		vertical-align: top;
	}

	.content_cell h1.text_heading
	{
		color: #CC0000;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 20px;
		font-weight: normal;
	}

	.content_cell h1.graphic_heading
	{
		margin: 0px 0px 10px 0px;
	}

	.content_cell h2.text_heading
	{
		font-size: 14px;
		color: #CC0000;
		margin: 0px;
		margin-bottom: 5px;
	}

	.print_alt
	{
		display: none;
	}



	/* Feature Table */

	.feature_table
	{
	}

	.feature_table h3
	{
		font-size: 11px;
		margin: 0px;
		padding: 0px;
	}
	.feature_table h3 a:link, .feature_table h3 a:visited
	{
		color: #000000;
	}
	.feature_table h3 a:hover
	{
		color: #CC0000;
	}

	.feature_table td.feature_content
	{
		padding: 0px 10px 0px 10px;
	}

	.feature_table td.feature_icon
	{
		width: 49px;
	}



	/* Table in content section that displays a Heading and list, optional image in left cell */
	.content_list_table
	{
	}

	.content_list_image_cell
	{
		width: 160px;
	}

	.content_list_content_cell
	{
		position: relative;
	}

	.content_divider
	{
		padding: 5px;
	}
}

@media print
{
	.print_alt
	{
		display: block;
	}

	td.hdr_logo_cell img.print_alt
	{
		display: block;
	}

	h1.print_alt
	{
		font-size: 22px;
		margin-left: 10px;
		color: #CC0000;
	}

	.pad_left h1.print_alt
	{
		margin-left: 0px;
	}

	div.content_divider
	{
		display: none;
	}

	.feature_table
	{
		border-top: 1px solid #CC0000;
	}

	.feature_table td.feature_content
	{
		padding: 10px 0px 0px 0px;
	}

	.feature_table td.feature_content img
	{
		display: none;
	}

	.feature_table td.feature_icon
	{
		display: none;
	}

}
@media all
{
	/* Footer Styles */
	table.footer_table
	{
		border: none;
		width: 100%;
	}

	table.footer_table td
	{
		padding: 0px;
		margin: 0px;
		vertical-align: top;
	}

	table.footer_table td.footer_l
	{
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
		width: 9px;
		height: 38px;
		background: url(https://static.murdoch.edu.au/discover/images/footer/footer_left.gif/) no-repeat top left;
	}

	table.footer_table td.footer_c
	{
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
		height: 38px;
		background: url(https://static.murdoch.edu.au/discover/images/footer/footer_tile.gif/) repeat-x top left;
	}

	table.footer_table td.footer_r
	{
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
		width: 9px;
		height: 38px;
		background: url(https://static.murdoch.edu.au/discover/images/footer/footer_right.gif/) no-repeat top left;
	}
}

@media print
{
	table.footer_table
	{
		display: none;
	}
}
@media all
{
	/* Breadcrumbs */

	div.breadcrumb
	{
		font-size : 11px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		color: #999999;
		height: 20px;
	}

	div.breadcrumb a:link, div.breadcrumb a:visited
	{
		color: #999999;
	}

	div.breadcrumb a:hover
	{
		color: #292526;
	}
}
@media all
{
	/* Hero Graphics */

	.hero_heading_graphic
	{
		margin: 0px;
		padding: 0px;
	}

	.hero_home_cell
	{
		background: #FFFFFF;
		padding-top: 10px;
		padding-left: 10px;
	}
	.hero_home_div
	{
		background-color: #F8F5EB;
		padding: 13px;
	}
	.hero_home
	{
		background: url(https://static.murdoch.edu.au/discover/images/home/home_hero.jpg/) no-repeat top left;
		width: 100%;
		height: 250px;
		position: relative;
		margin: 0px;
		background-color: #F8F5EB;
	}
	#hero_home_aboutdiscoverers
	{
		position: absolute;
		bottom: 10px;
		right: 10px;
	}



	.hero_3_cell
	{
		height: 150px;
		background: #3f86c6 url(https://static.murdoch.edu.au/discover/images/hero/hero_3_tile.gif/);
	}
	.hero_3
	{
		background: url(https://static.murdoch.edu.au/discover/images/header/hero_3.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}
        .hero_4_cell
	{
		height: 150px;
		background: #3f86c6 url(https://static.murdoch.edu.au/discover/images/hero/hero_4_tile.gif/);
	}
	.hero_4
	{
		background: url(https://static.murdoch.edu.au/discover/images/hero/hero_4.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}
        .hero_5_cell
	{
		height: 150px;
		background: #3f86c6 url(https://static.murdoch.edu.au/discover/images/hero/hero_5_tile.gif/);
	}
	.hero_5
	{
		background: url(https://static.murdoch.edu.au/discover/images/hero/hero_5.jpg/) no-repeat right;
		height: 150px;
		position: relative;
	}
       .hero_6_cell
	{
		height: 150px;
		background: #3f86c6 url(https://static.murdoch.edu.au/discover/images/hero/hero_6_tile.jpg/);
	}
	.hero_6
	{
		background: url(https://static.murdoch.edu.au/discover/images/hero/hero_6.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}

	#hero_about_heading
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	#hero_about_discoverers
	{
		position: absolute;
		top: 10px;
		right: 10px;
	}



	.hero_1_cell
	{
		height: 150px;
		background: #ECDCBB;
	}
	.hero_1
	{
		background: url(https://static.murdoch.edu.au/discover/images/hero/hero1.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}



	.hero_2_cell
	{
		height: 150px;
		background-image: url(https://static.murdoch.edu.au/discover/images/hero/hero_2_tile.jpg/);
	}
	.hero_2
	{
		background: url(https://static.murdoch.edu.au/discover/images/hero/hero_2.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}
	#hero_heading
	{
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
}


@media print
{
	.hero_home_cell,
	.hero_about_cell,
	.hero_future_cell,
	.hero_international_cell
	{
		display: none;
	}

}
@media all
{
	/* Navigation Side Styles */

	.ns_row
	{
		width: 170px;
	}

	table.ns
	{
		background: #ECDDBE url(https://static.murdoch.edu.au/discover/images/navigation/lhnav_rh-tile.gif/) repeat-y right;
		margin: 0px;
	}

	.ns div.ns_divider
	{
		background: url(https://static.murdoch.edu.au/discover/images/navigation/lhnav_dividertile.gif/) repeat-x center;
		margin: 0px 15px 0px 15px;
		height: 20px;
	}


	.ns a:link,
	.ns a:visited
	{
		color: #292526;
		text-decoration: none;
	}

	.ns a:hover
	{
		color: #CC0000;
	}


	/* Side Navigation Styles */

	.ns td.ns_link
	{
		padding-left: 15px;
	}

	.ns td.ns_link_selected
	{
		padding-left: 15px;
	}

	.ns td.ns_link_selected a:link,
	.ns td.ns_link_selected a:visited
	{
		color: #CC0000;
	}

	.ns td.ns_link_selected_bullet
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/chevron_red.gif/);
		background-repeat: no-repeat;
	}

	.ns td.ns_footer_left
	{
		background: url(https://static.murdoch.edu.au/discover/images/navigation/lhnav_bot-tile.gif/) repeat-x bottom;
		height: 36px;
	}

	.ns td.ns_footer_right
	{
		background: url(https://static.murdoch.edu.au/discover/images/navigation/lhnav_botrh.gif/) no-repeat bottom right;
		width: 36px;
		height: 36px;
	}
}


@media print
{
	.ns td.ns_footer_left
	{
		display: none;
	}

	.ns td.ns_footer_right
	{
		display: none;
	}

	table.ns
	{
		background: #FFFFFF;
		height: 1%;
	}

	.ns_row
	{
		display: none;
	}

}

@media all
{
	/* Navigation Top Styles */

	.nt_row
	{
		background: url(https://static.murdoch.edu.au/discover/images/header/home_menu_tile.gif/);
		height: 52px;
		vertical-align: top;
	}

	.nt_table
	{
		background: url(https://static.murdoch.edu.au/discover/images/header/menu_bg.gif/) no-repeat left top;
		height: 52px;
		width: auto;
	}

	.nt_table_utility
	{
		background: url(https://static.murdoch.edu.au/discover/images/header/search_menu_bg.gif/) no-repeat left top;
		height: 52px;
		width: auto;
	}

	.nt_table_home
	{
		background: url(https://static.murdoch.edu.au/discover/images/header/home_menu_bg.gif/) no-repeat left top;
	}

	.nt_cell_left
	{
		padding-left: 15px;
	}

	.nt_cell
	{
		color: #FFFFFF;
		font-size : 11px;
		height: 52px;
		padding: 0px 5px 0px 5px;
		vertical-align: middle;
	}

	.nt_cell a:link, .nt_cell a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	.nt_cell a:hover
	{
		color: #ECC528;
	}

	.nt_cell div
	{
		background-color: #CC0000;
		background-position: bottom;
		background-repeat: no-repeat;
		padding-bottom: 4px;
		text-align: center;
		max-height: 32px;
	}

	.nt_cell div:hover a, .nt_cell div:active a
	{
		color: #F8C426;
	}
	.nt_cell div.nt_selected, .nt_cell div:hover, .nt_cell div:active
	{
		background-image: url(https://static.murdoch.edu.au/discover/images/navigation/menu_futurestudents_over.gif/);
	}
	.nt_cell div.nt_selected a:link, .nt_cell div.nt_selected a:visited
	{
		color: #F8C426;
	}

}

@media print
{

	.nt_row
	{
		display: none;
	}

}

@media all
{
	/* News Style */

	h2.news_feature
	{
		margin: 0px 0px 5px 0px;
		font-size: 14px;
	}
	h2.news_feature a:link, h2.news_feature a:visited
	{
		color: #CC0000;
	}

	h2.news_feature a:hover
	{
		color: #000000;
	}


	/* News Module Styles. (These are the divs on the latest news page) */

	.news_item
	{
		min-height: 89px;
	}

	.news_item h2
	{
		margin: 0px;
		padding: 0px 0px 5px 0px;
		font-size: 12px;
	}

	.news_item h2 a:link, .news_item h2 a:visited
	{
		color: #CC0000;
	}

	.news_item h2 a:hover
	{
		color: #000000;
	}

	.news_photo
	{
		float: left;
		margin: 0px 10px 10px 0px;
	}
}

@media all
{
	/* Pagination Styles */

	.pagination_container
	{
		padding: 0px;
		margin: 0px;
		text-align: center;
	}

	.pagination_table
	{
		margin: 0px auto 0px auto;
		padding: 0px;
		width: auto;
	}

	.pagination
	{
	    padding: 1em;
	    margin: 1em;
	    clear: left;
	    font-size: 12px;
	}

	.pagination a, .pagination span
	{
	    display: block;
	    float: left;
		padding: 0.2em 0.5em;
	    border: 1px solid #FFFFFF;
	    margin-right: 0.1em;
	    background: #FFFFFF;
	}

	.pagination span.current
	{
		border: 1px solid #CC0000;
	    font-weight: bold;
	    background: #CC0000;
	    color: #FFFFFF;
	}

	.pagination a
	{
	    border: 1px solid #F4D5C8;
	    text-decoration: none;
	    color: #CC0000;
	    vertical-align: middle;
	}

	.pagination a:hover
	{
	    border-color: #CC0000;
	}

	.pagination a.nextprev
	{
	    font-weight: bold;
	    color: #CC0000;
	    white-space: nowrap;
	}

	.pagination span.nextprev
	{
		border: 1px solid #DDDDDD;
		color: #CCCCCC;
	    white-space: nowrap;
	}
}
@media all
{
	/* Search Result Styles */

	table.search_table
	{
		margin-left: 20px;
	}

	.search_item
	{
		margin: 0px;
		padding: 0px;
		margin-bottom: 15px;
	}

	.search_item h2.text_heading
	{
		margin: 0px;
		padding: 0px;
	}

	.search_item h2 a:hover, .search_item p.content a:hover
	{
		color: #000000;
	}

	.search_item p.content
	{
		margin: 0px;
		padding: 0px;
	}

	.search_form
	{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		vertical-align: middle;
	}
	.search_form input
	{
		vertical-align: middle;
	}

	.search_result_summary
	{
		font-size: 11px;
		color: #999999;
		margin-bottom: 10px;
	}

	.search_result_summary .search_terms
	{
		text-decoration: underline;
	}

	input.search_term_text
	{
		margin: 0px;
		padding: 2px 0px 2px 0px;
		vertical-align: middle;
		width: 175px;
		font-size: 0.7em;
	}

	h1#search_results_heading
	{
		margin-bottom: 0px
	}
}
@media all
{
	/* User Information & Logout Link */
	div.userinfo
	{
      text-align: right;
      font-size : 8pt;
      margin: 0px;
      padding: 0px;
      padding-right: 10px;
      color: #999999;
      height: 20px;
	}

	div.userinfo a:link, div.userinfo a:visited
	{
		color: #999999;
	}

	div.userinfo a:hover
	{
		color: #CC0000;
	}
}
/* Additional CSS entries and fixes not implemented by the CMS-based style sheets. */

/* ----------------------------------------------------------------------------- */
/* Side Menu Navigation - Unordered List version */
   td.ns_row .ns
   {
      background: #ECDDBE url(https://static.murdoch.edu.au/discover/images/navigation/lhnav_rh-tile.gif/) repeat-y right;
   }

   ul.ns, .ns ul
   {
      list-style: none;
      list-style-image: none;
      margin: 0px;
      padding: 0px;
   }
   .ns li
   {
      background: url(https://static.murdoch.edu.au/discover/images/navigation/lhnav_dividertile.gif/) repeat-x bottom center;
      padding: 10px 0px 10px 0px;
      margin: 0px 15px 0px 15px;
   }
   .ns li.ns_first, .ns li:first-child
   {
/*       background: none; */
      padding: 10px 0px 10px 0px;
      margin: 0px 15px 0px 15px;
   }

   .ns li li, .ns li li:first-child
   {
      font-size: 8pt;
      margin: 0px 0px 0px 0px;
/*       padding-left: 5px; */
      background: url(https://static.murdoch.edu.au/discover/images/navigation/lhnav_dividertile.gif/) repeat-x top center;

/*       background: none; */
/*       padding: 0px 0px 10px 0px; */
/*       margin: 0px 15px 0px 15px; */
   }

   .ns li.current a:link,.ns li.current a:visited
   {
      color: #CC0000;
   }

   /* Subitems of current items aren't red... */
   .ns li.current li a:link,.ns li.current li a:visited
   {
      color: #000000;
   }

   /* ...unless they're ALSO current...  */
   .ns li.current li.current a:link,.ns li.current li.current a:visited
   {
      color: #CC0000;
   }

   .ns li li a
   {
      padding-left: 15px;
   }

   .ns li li.current a
   {
/*       list-style-image: url(https://static.murdoch.edu.au/discover/images/chevron_red.gif); */

      background-image: url(https://static.murdoch.edu.au/discover/images/chevron_red.gif/);
      background-repeat: no-repeat;
      background-position: 0px 2px;
   }

   .ns ul ul
   {
      margin-top: 10px;
      margin-bottom: 0px;
   }

   /* Side Menu Headings... */
   .ns h4
   {
      margin: 0px 15px 0px 15px;
      font-size: 8pt;
   }

   .ns select
   {
      font-size: 8pt;
      width: 140px;
      background-color: #ECDDBE;
   }

/* ----------------------------------------------------------------------------- */
/* Top Menu Navigation - Simple version */

   .nt_cell
   {
      padding-left: 20px;
   }

   /* So we don't need spans... */
   .nt_cell a
   {
      background-color: #CC0000;
      background-position: bottom;
      background-repeat: no-repeat;
      display: inline;
      padding: 0px 10px 5px 10px;
   }

   .nt_cell a:hover, .nt_cell a.current
   {
      background-image: url(https://static.murdoch.edu.au/discover/images/navigation/menu_paststud_over.gif/);
      background-position: bottom center;
      background-repeat: no-repeat;
      color: #ECC528;
   }

   /* So if we do have spans, we don't have too much spacing... */
   .nt_cell span a
   {
      padding: 0px;
   }

   /* For those tables in the top nav bar... */
   .nt_cell table
   {
      width: auto;
      border-spacing: 0px;
   }

   .nt_cell table td
   {
      vertical-align: middle;
      padding: 0px;
      margin: 0px;
      border: none;

      /* For different Doc Types that don't cascade style to sub-cells... */
      color: #ffffff;
      font-size: 11px;
   }

   .nt_cell table td a
   {
      margin-top: 5px;
   }

   /* Table cell per link... */
   .nt_cell table td td a
   {
      display: block;
   }

   /* Since MU didn't provide one... */
   .nt_table_noside
   {
      background: url(https://static.murdoch.edu.au/discover/images/header/menu_bg_noside.gif/) no-repeat left top;
      height: 52px;
      width: 100%;
   }

   .nt_table
   {
      width: 100%;
   }

/* ----------------------------------------------------------------------------- */
/* Page Layout & Spacing */

   /* Left margin for the "no menu" Utility layout. */
   .nomenu_table
   {
      padding-left: 20px;
   }

   /* Fix IE crappy Off-The-RHS bug */
   .content_cell
   {
      padding-right: 10px;
   }

/* ----------------------------------------------------------------------------- */
/* Font Fix-ups */

   .content_cell, .content_cell p, .content_cell ul,.content_cell td, .content_cell th
   {
      font-size: 11px;
      color: #292526;
   }

/* ----------------------------------------------------------------------------- */
/* Form Elements */

   .content_cell input, .content_cell select
   {
      font-size: 11px;
   }

/* ----------------------------------------------------------------------------- */
/* Footer content/links style */

   table.footer_table td, table.footer_table td a, table.footer_table td a:visited
   {
      color: #FFFFFF;
   }

   table.footer_table td a:hover, table.footer_table td a:active
   {
      color: #ECC528;
   }

   table.footer_table td
   {
      font-size: 11px;
      color: #FFFFFF;
      padding: 0px;
      margin: 0px;
   }

   table.footer_table
   {
      margin-top: 20px;
   }

/* ----------------------------------------------------------------------------- */
/* Header layout tweaks */

   .hdr_util_cell
   {
      vertical-align: middle;
   }

/* ----------------------------------------------------------------------------- */
/* Landing Page Hero Fixes */

   .hero_cell_bg
   {
      margin-bottom: 10px;
   }

   .hero_cell
   {
      height: 150px;
      width: 813px;
   }

   .hero_cell h1
   {
      padding-top: 90px;
      padding-left: 10px;
      margin: 0px;
   }

/* ----------------------------------------------------------------------------- */
/* List Styles */

   /* Unordered Lists without Bullets (class="no_bullets") */
   .content_cell ul.no_bullets li
   {
      list-style: none;
      list-style-image: none;
      margin-left: 0px;
   }

   .content_cell ul.no_bullets
   {
      margin-left: 20px;
   }

   /* Fix bad UL/LI spacing issues */
   .content_cell li ul
   {
      margin-top: 5px;
      margin-bottom: 0px;
   }

   .content_cell ul ul
   {
      margin-left: 20px;
   }

   .content_cell ul li ul
   {
      margin-left: 0px;
   }

/* ----------------------------------------------------------------------------- */
/* Feature Modules */

   /* Remove image borders for image-only/plain modules */
   .module_plain a img
   {
      border: none;
   }

   .module_plain
   {
      margin-bottom: 10px;
   }

   /* Small bottom margin for normal paragraphs... */
   .module_plain p
   {
      margin: 0px 0px 5px 0px;
   }

   /* Solid blue module with an icon on the left */

   .module_blue
   {
      background-image: url(https://static.murdoch.edu.au/discover/images/modules/blue_module.gif);
      height: 90px;
      width: 260px;
      margin-bottom: 10px;
      position: relative;
      background-repeat: no-repeat;
      vertical-align: middle;
      padding: 0px;
   }

   .module_green
   {
      background-image: url(https://static.murdoch.edu.au/discover/images/modules/green_module.gif);
      height: 90px;
      width: 260px;
      margin-bottom: 10px;
      position: relative;
      background-repeat: no-repeat;
      vertical-align: middle;
      padding: 0px;
   }

   /* Feature module icon image, 56x56, to left align... */
   .module_blue img.module_icon, .module_green img.module_icon
   {
      float: left;
      padding: 0px;
      margin: 18px 20px 15px 15px; /* top, right, btm, left*/
      border: none;
   }

   .module_blue h3
   {
      padding-top: 2px;
   }

   .module_blue h3, .module_blue h3 a
   {
      padding-bottom: 5px;
      margin: 0px;
      font-size: 12px;
   }

   .module_blue p
   {
      margin: 0px;
      padding: 0px;
   }

   img.module_arrow
   {
      border: none;
   }

/* ----------------------------------------------------------------------------- */
/* Data Tables, adapted from "Discover" site, since none was provided. */

   table.data_table
   {
      font-family : 'Trebuchet MS', Geneva, sans-serif;
      border: 1px solid #ECDDBE;
      border-spacing: 0px;
      border-collapse: collapse;
      margin-bottom: 10px;
   }

   table.data_table thead td, table.data_table thead th
   {
      background: #ecddbe url('https://static.murdoch.edu.au/discover/images/table_top.gif/') scroll top left repeat-x;
      border: none;
      padding: 5px;
      padding-top: 10px;
      font-weight: bold;
   }

   table.data_table tr.data_header th
   {
      font-weight: bold;
      background: #ECDDBE;
      padding: 5px;
      text-align: left;
   }

   table.data_table td, table.data_table th
   {
      padding: 5px;
      border: 1px solid #ECDDBE;
      text-align: left;
      vertical-align: top;
   }

   /* No border for nested tables */
   table.data_table td table, table.data_table td td
   {
      border: none;
   }

/* ----------------------------------------------------------------------------- */
/* Generic fancy/tattered buttons. */

   .button_red_190
   {
      background: url(https://static.murdoch.edu.au/discover/images/buttons/button_bg_190.gif/) no-repeat top middle;
      width: 190px;
      height: 40px;
      text-align: middle;
      margin: 0px;
      padding: 0px;
      padding-top: 5px;
      font-weight: bold;
      display: block;
      float: left;
      color: #ffffff;
   }

   .button_red_190 a
   {
      color: #ffffff;
      text-decoration: none;
   }

/* ----------------------------------------------------------------------------- */
/* Mouse cursor feedback for AJAXy interfaces */
   .wait, .wait a, .wait input, .wait textarea, .wait select
   {
      cursor: wait;
   }



