 body {
 	margin: 0px;
 	padding: 0px;
 	background: #A0BFD5 url("../images/bodybackground.jpg") repeat-y left !important;
 }

body, table, td { font: 10pt/12pt Tahoma,Arial,Helvetica,sans-serif; }
h1 { font: 16pt/18pt "Arial Black",Helvetica,sans-serif; padding: 0px; margin: 0px;}
h2 { font: 11pt/13pt Tahoma,Arial,Helvetica,sans-serif; font-weight: bold; padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 0px; }
h3 { font: 10pt/12pt Tahoma,Arial,Helvetica,sans-serif; font-weight: bold; padding: 0px; margin: 0px; margin-bottom: 0px; margin-top: 0px; }

h1.length20 { font-size: 14pt; }
h1.length30 { font-size: 12pt; }

a img { border: 0px; vertical-align: text-bottom;}

div.all { min-width: 400px; width: 100%; }
div.wide { width: auto; /* position: relative; */ }
div.outer { width: auto; border-left-style: solid; border-right-style: solid; clear: both; }

div.regall { min-width: 400px; width: 100%; }
div.regwide { width: 100%; position: relative; }
div.regouter { width: auto; border-left-style: solid; border-right-style: solid; clear: both; }

/* set link colors to vic gov't blue */
a { color: #003366 ! important; text-decoration: underline; }
a:link { text-decoration: underline; }
a:hover { text-decoration: underline; }

.thumbs {
	float: right;
}


.thumbs a {
	background: #FFFFFF;
	font-size: smaller;	
	vertical-align: middle;
}


#cg_navtable
{	
	background: url("../images/cg_tool_back.gif");
}

span.change {
	float: right;
	font-size: smaller;
}

span.change img {
	vertical-align: text-top;
}

img {
    padding: 0px;
    margin: 0px;
}

img.stars
{
	float: right;
	margin-right: 5px;
}

div { 
    padding: 0px;
    margin: 0px;
    border: 0px;
}



/* sizes and colours */
.outer {
    padding: 0px;
    margin: 0px;
    border-left-width: 50px;  /* left column width */
    border-left-color: #fff;   /* left column colour */

    border-right-width: 160px; /* right column width */
    border-right-color: #A0BFD5;  /* right column colour */
	
    /* background-color: #fefefe;  center */
}

.left {
    width: 50px;              /* left column width */
    margin-left: -50px;       /* _negative_ left column width */
}

.right {
    margin: 0px;
    padding: 0px;
    width: 160px;              /* right column width */
    margin-right: -160px;      /* _negative_ right column width */
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 40px;
    background: url("../images/rightpanel_back.gif") no-repeat top left;

} 
    
div.inner { margin: 0; width: 100%; }
div.box {  width: 150px; margin: 5px; }
div.boxheader { background: url("../images/boxheading.gif"); padding-left: 15px; padding-top: 5px; height: 20px; overflow: hidden; font-weight: bold;}
div.boxmain { background: url("../images/boxbackground.gif") no-repeat left bottom; padding-left: 10px; padding-bottom: 10px; padding-right: 6px;}

div#answersbox div ul {
	text-align: center;
	width: 85%;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
	list-style: none;
}


div#answersbox div ul li {
	border-bottom: 1px solid #cccccc;
}

div.scrollingbox { overflow: auto; text-align: center; border-bottom: 1px solid #999999; }
div.scrollingbox ul {
	width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    margin-top: 0px;
    list-style: none;
    text-align: center;
}





div.scrollingbox ul li {
    border-bottom: 1px solid #cccccc;
    font-size: 8pt;
    text-align: left;
}

div#morejobs { height: 120px; }
div#answerhistory { height: 120px; }
div#favourites { height: 100px; }

div#tip {
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333366;
}
    
div.clear { clear: both; height: 1px; overflow:hidden;}

.left { float: left; position: relative; z-index: 10; }
.right { float: right; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: static; z-index: 12; }

div#rightbottom { height:48px; background: url("../images/rightpanel_back_bottom.gif") no-repeat top left; }
    
div#header {
   background: #003366 url("../images/tswheaderbackground.jpg") repeat-y;
   padding: 0px;
   margin: 0px
   
}

table
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	}

td {
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
}

div#centerheader {
    background: url("../images/mainheading_back.gif") no-repeat left top;
}

div#centerheadertext {

    padding-top: 20px;
	margin-left: 3px;
    padding-left: 15px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #B1B1B1;
}



img#agent {
    float: left;
    padding: 0px;
    margin: 0px;
    border: 0px;
    z-index: 500;
	margin-top:7px;
}

img.agentimage
{

}

img.agentimage_hidden
{
	display: none;
}

div#centertalkbox {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    background: #FFFFB3 url("../images/talkbubble_left.gif") repeat-y left top;

}

div.withagent {
	margin-left: 59px !important;
	min-height: 100px;
}

/* Make IE use Height instead */
* html div.withagent {
	height: 100px;
}

div.noagent {
	margin-left: 0px !important;
}

div.withagent_hidden {
	display: none;
}

div.noagent_hidden {
	display: none;
}

div.hidden {
	display: none;
}

div.showpanel {
	background: #FFFFB3 url("../images/talkbubble_left.gif") repeat-y left top;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-weight: bold;
	
}

div#centertalkbox ul {
	list-style: none; 
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
}

/* change link colors when on a yellow background */
div#centertalkbox a { color: #330099 ! important; text-decoration: underline ! important; }
div#centertalkbox a:link { text-decoration: underline ! important; }

form {
	margin: 0px;
	padding: 0px;
}

div#centerid {
	margin-left: -10px;
	color: #333366;
	font-size: 8pt;
}

a#continue {
    margin-left: 30px;
}
    
div#centermain {
    background: #FFFFFF url("../images/main_back.gif") left top repeat-y;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 0px;
    padding-top: 0px;
	border-bottom: 1px solid #999999;
	clear: left;
}
    
div.centersection {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 14px;
	/* border-top: 1px solid #999999; */
	background: url("../images/section_back.gif") left top repeat-x;
}
    
div.centersection ul {
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 5px;
    list-style: none;
}
    
div#footer {
	font-size: 8pt;
	line-height: 10pt;
	clear: both;
	margin-left: 55px;
}
    
div#heading { 
    height: 73px;
    padding: 0px 0px 0px 0px;
    display: block;
}

div#viclogo {
    float: right;
}

div#courses ul li ul {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

div#courses ul li ul li {
    display: inline;
    margin-right: 40px;
}

div#answerhistory ul li ul {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

div#answerhistory ul li ul li {
    display: inline;
    margin-right: 40px;
}

div#addfavourite {
    text-align: center;
}

img#tafevclogo { border: none; padding: 0px; float: left; }
img#minimap { border: 0px; padding: 0px; margin-left: 7px; margin-bottom: 5px; margin-top: 2px;}

div#minimapcontainer { padding: 0px; }

img#onetlogo { float: right; border: 0px; }
img.naplogo { margin-left: 10px; }
img#externalicon { margin-left: 20px; }
img#napicon { margin-left: 20px; }

div#legend { font-size: 0.8em; color: #666666; background: #FFFFFF !important; border-top: 1px solid #f0f0f0; }
            
div#topnav { padding-left: 5px; background: #A0BFD5 url("../images/bodybackground.jpg") repeat-y left; margin: 0px; border-top: 1px solid #CCCCFF; }
div#topnav div.corenav {display: inline; color: #000000; }
div#topnav div.helpnav { float: right; color: #FFFFFF; margin-right: 5px;}       
	    
span.recommended {
	color: #009900 ! important; font-weight: bold; font-size: 8pt;
}

dl.modules dt {
	width: 8em;
	color: #666666;
	clear: left;
	float: left;
}

dl.rtolist dt {
	margin: 0px;
	margin-top: 3px;
}

dl.rtolist dd {
	display: inline;
	margin: 0px;
	margin-left: 6px;
	
}

/* Buttons on the home page */
         
div.button_normal {
	width: 384px;
	height: 96px;
	background: url("../images/button_normal.jpg");
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px;
	cursor: pointer;
}

div.button_normal a {
	text-decoration: none;
	margin-left: 20px;
}

div.button_over , div.button_normal:hover
{
	width: 384px;
	height: 96px;
	background: url("../images/button_over.jpg");
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px;
	color: #000066;
	cursor: pointer;
}

div.button_over a, div.button_normal:hover a {
	/* text-decoration: underline; */
	margin-left: 20px;
}

div#findjobs div.icon {
	background: url("../images/career_advice_icon.gif") top right no-repeat;
	height: 96px;
}

div.pad {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 100px;
}

div#tellmore div.icon {
	background: url("../images/job_finder_icon.gif") top right no-repeat;
	height: 96px;
}

/* div#jobslist
{
	overflow: auto;
	height: 20em;
} */

div.showquestion_hidden
{
	display: none;
}

ul.joblist
{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	
	list-style-type: none;
	
	list-style-position: inside;
	text-indent: 0px;
}

ul.joblist li
{
	list-style-type: none;
	list-style-position: inside;
	background: url("../images/section_back_invert.gif") bottom left repeat-x;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px 5px 5px 5px;
	border: none;
	text-indent: 0px;
	border-left: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
	border-top: solid 1px #B1B1B1;
	border-bottom: none;
}

ul.joblist li h3
{
	font-size: 10pt;
	line-height: 12pt;
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul.joblist li p
{

	padding: 0px;
	margin: 0px;
}



ul.participantlist dt
{
	font-weight: bold;
	margin: 5px;
	margin-left: 10px;
}

ul.participantlist dd
{
	margin: 5px;
	margin-left: 15px;
	display: inline;
}

 .regleft {
   width:100px;
   position: relative;
   float: left;
   display:inline;
}

.regright {
   width:100px;
   position: relative;
   float: right;
   display:inline;
}

.regcenter { 
   width: 500px;  
   display:inline;
   float: left;
   background: #FFFFFF;
}

.regheader { 
   position: relative;
   background: #000000;
}

.regbody { 
   width: 100%;
   height: 100%;
   background: #FFFFFF url( none );
}
			    

/* i4 from ie.css */
.i4longbox {
	FONT-SIZE: 11px; WIDTH: 240px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif
}
.i4med2box {
	FONT-SIZE: 11px; WIDTH: 160px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif
}
.i4medbox {
	FONT-SIZE: 11px; WIDTH: 100px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif
}

.i4bodyheader {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 20px; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, san-serif; color: #9AC8E2
}
.i4bodytext {
	FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #000000
}
.i4bodytextsm {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.i4bodytitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;
	FONT-FAMILY: Geneva, Arial, Helvetica, san-serif;
	color: #000000;
}
.i4bodytitlesm {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Arial, Sans-Serif
}
.i4breadcrumb {
	FONT-SIZE: 10px;
	LINE-HEIGHT: 150%;
	FONT-FAMILY: Geneva, Arial, Helvetica, san-serif;
	font-weight: normal;
	color: #003366;
}
.i4breadcrumb_spacing {
	WIDTH: 150px; HEIGHT: 23px;
}

.i4tabledata {
	BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #999999 1px solid;
	
}

.i4tabletitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; BACKGROUND-COLOR: #FFFFB3;
}


