/* Unchanged */
/*****************************************
   TEMPLATE                    
 *****************************************/
/*.clear
{
    clear:both;
    display:block;
    height:1px;
    overflow:hidden;
}*/

#content a
{
    color:blue;
}
#content a:hover
{
    color:black;
}
#content a:visited
{
    color:purple;
}
#content #content_right a,
#content #content_right a:visited
{
    color:#575859;
}
#content TABLE TH
{
    font-size:12px;
}
#content TABLE TH P
{
    color:white;
}
/**
 * this has been added to compensate for incorrect HTML structure - should be removed once structure is fixed 
 */
#newsfeed p 
{
	color: #fff;
	font-size: 100%;
}

#content li 
{
    margin-left:15px; 
    font-size:12px;
}
body
{
    background:#999;
    font-family: Arial,Verdana,Helvetica,sans-serif;
}

#webpage
{
    background:#fff;
}

form fieldset
{
    border:0 solid white;
}

#head_banner
{
    background:white;
}

#make_report
{
    background:red;
}


/*****************************************
   HEADER                     
 *****************************************/

#top_links_bar, #top_links_bar a {
    color:white;
}

#top_links_bar
{
    background:black;
    font-size:75%;
    padding-left:12px;
}

#top_links_bar a
{
    text-decoration:none;
}

#top_links_bar a:hover
{
    text-decoration:underline;
}

#top_links_bar li 
{
    border-right:1px solid white;
} 

#top_links_bar li.last
{
    border-right:0 white solid;
}

/* GO BUTTON */
#ctl06_btnGO
{
    background:transparent;
    color:white;
}

#top_links_bar #ctl06_btnGO
{
    border:0 solid #FFFFFF;
    padding:2px;
    width:50px !important;
    width:47px;
    height: 18px;
    font-weight:bold;
    font-size:12px;
}

#head_banner ul.nav li .topsubmenu li:hover, #head_banner ul.nav li .topsubmenu li:active{
	background-color: #8dc740;
}

#head_banner ul.nav li .topsubmenu li:hover a, #head_banner ul.nav li .topsubmenu li:active a {
	color: #10370A;
}

/*****************************************
   FOOTER                    
 *****************************************/

#footer_bar
{
    font-size:75%;
    background:black;
    color:white;
}

#footer_bar a
{
    color:white;
}


/*****************************************
   SIDE BARS                    
 *****************************************/

#content_right li,
#content_right li a,
#content_right h3
{
    color:#5A5B5D;
}

#content_right h3
{
    font-size:100%;
    padding-bottom:2px;
    font-weight:normal;
}

#content_right li
{
    margin-left:20px;
    font-size:90%;
}

#content_right li a
{
    text-decoration:none;
}

/*****************************************
   NAVIGATION                    
 *****************************************/

UL.nav LI.current
{
    background: url(../../images/current.png) no-repeat 6px 5px;
}

/*****************************************
   PAGE ITEMS                    
 *****************************************/

#make_report 
{
    background:url(../images/btn-report.png) no-repeat transparent;
}

#breadcrumbs a, #breadcrumbs strong, #breadcrumbs span
{
    color:#3F95F2;
    font-weight:normal;
    font-size: 75%;
}


/*****************************************
   IMAGES                      
 *****************************************/

#commonwealth 
{
    background-image: url(../images/logo_au_gov.png);
    width:100px;
    height:56px;
    float:left;
    margin-top:16px;
    margin-left:16px;
    border-right: 1px solid #999;
    padding-right:10px;
}

#acma 
{
    background-image: url(../images/logo_acma.png);
    width:180px;
    height:60px;
    float:left;
    margin-top:16px;
    margin-left: 8px;
}

#cybersmart 
{
    background-image: url(../images/logo_cyber_smart.png);
    width:428px;
    height:70px;
    float:right;
    margin-top:8px;
}
/*****************************************
   QUIZ                      
 *****************************************/
#content DIV.quiz-answer table
{
    background:white;
    padding-top:0;
    margin-top:0;

}

DIV.quiz-question
{
    font-size:85%;
}

DIV.quiz-hint
{
    padding:6px;
    color:#333;
    background:#ededed;
    font-size:12px;
    display:block;
}

/*****************************************
   GALLERY                      
 *****************************************/
#ctl07_ctl00_ctl01_ctl03_gvListProperty TABLE
{
    border:1px solid white;
}

#ctl07_ctl00_ctl01_ctl03_pic TABLE
{
    background:white;
}

.rss
{
    font-size:12px;

}

#noscript
{

	color: #0000FF;
	font-weight: bold;
	margin-left:24%; 
}

