/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font: 75%/1.5em Arial, Helvetica, sans-serif;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			HEADER RULES

---------- ---------- ---------- ---------- ---------- ---------- */
#globalHead {
	font-size: 100%;
	color: #d30;
	font-family: Arial, Helvetica, sans-serif;
}

#globalHead h1 {
	font-size: 150%;
	display: none;
	color: #333;
}
	
#globalHead img {
	padding: 0;
	border: 0;
}

#theUNSW {
	margin: 0 0 1px 0;
	padding: 0;
	display: block;
	color: #ccc;
	width: 100%;
	height: 19px;
	background-color: #036;
}

#branding {
	display: inline;
	margin: 0 0;
	padding: 0;
	color: #fff;
	width: 773px;
	height: 42px;
	white-space: nowrap;
}

#branding form {
	padding-left: 285px;
	vertical-align: 10px;
	display: inline;
}

#branding fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
	display: inline;
}

/* ---------- Basic Style Rules ---------- */

em, cite, blockquote {
	font-style: italic;
}

acronym, abbr {
	cursor: help;
}

h1 {
	font-size: 180%;
	display: none;
}

h2 {
	font: 180%/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	color: #c00;
}
h3 {
	margin: 1.2em 0 0.6em 0;
	padding: 0;
	font-size: 110%;
	font-family: verdana, arial, Helvetica, sans-serif;
/*	text-transform: uppercase; */
	color: #6699CC;
}
a.bigredlink, a.bigredlink:link, a.bigredlink:visited{
	font: 180%/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	color: #c00;
}
h4 {
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 100%;
	text-transform: uppercase;
	color: #555;
}
h5 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #555;
}

p {
	font-size: 100%;
	margin: 0 0 .8em 0;
	line-height: 1.4em;
	color: #555;
}

.big {
	font-size: 130%;
	font-weight: normal;
	margin-top: .5em;
	line-height: 1.3em;
	color: #666;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			HYPERLINK RULES

---------- ---------- ---------- ---------- ---------- ---------- */

a:link {
	color: #6699CC; /* #36c; */
	text-decoration: none;
}

a:visited {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}

a:active {
	color: #6699CC;
	text-decoration: none;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			LIST RULES

---------- ---------- ---------- ---------- ---------- ---------- */
ul, ol, dl {
	margin-top: 0;
	margin-left: 1.5em;
	margin-bottom: 1em;
	color: #666;

}

ul li, ul li a, ul li a:visited {
    text-decoration: none;
}
ul li a, ul li a:hover, ul li a:active {
    text-decoration: underline;
}


ol li {
	margin-bottom: 1em;

}

ol li li {
	list-style-type: lower-roman;
}

ol li li li {
	list-style-type: lower-alpha;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			FORM RULES

---------- ---------- ---------- ---------- ---------- ---------- */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	margin-bottom: 3em;
	padding: 0 1.5em 1.5em 1.5em;
}

legend {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 110%;
	font-family: verdana, arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #6699CC;
}

input, select, option, button {
	color: #333;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
}

textarea {
	color: #333;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
}

label {
	display: inline;
	margin: 0.5em 0.5em 1em 1em;

}


/* ---------- ---------- ---------- ---------- ---------- ----------

			IMAGE RULES

---------- ---------- ---------- ---------- ---------- ---------- */
img {
	border: 0;
}

#picbox {
	color: #999;
/*	padding: 5px;
	/*background-color: #F4F4F4;*/
	margin-bottom:10px;
	width: 100%;
}

#picbox img	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
}
#picbox h3 {
	margin-top: 0;
	}

.image_with_caption {
	font-size: 85%;
	text-align: center;
	margin: 0 0 1em 0;
	margin-bottom: .5em;
	padding: 0;
}

.image_with_caption p {
	padding: 0.5em;
	background-color: #eee;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FOOTER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#globalfooterContainer {
	clear: both;
	font-size: 86%;
	margin: 2em 0 2em 130px;  /* top right bottom left */
	padding: 0;
	color: #666;
	width: 743px;			/* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top: 1px solid #333;
}

#footer_left {
	float: left;
	width: 104px;
	margin: 0;
	padding: 0;
	text-align: left;

}

#footer_right {
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer_centre {
	margin-left: 105px;
	padding-top: .5em;
}
#footer_centre ul {
	margin: 0;
}

#footer_centre ul li {
	display: inline;
	border-left: 1px solid #999;
	padding: 0 1em;
	list-style: none;
}

#footer_centre li a, footer_centre li a:visited {
	color: #6699CC;
    text-decoration:none;
}

#footer_centre li a:hover, footer_centre li a:active {
	color: #999;
	text-decoration: underline;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			GLOBAL NAVIGATION RULES - Start

---------- ---------- ---------- ---------- ---------- ---------- */

#globalNav {
	margin: 25px 120px 0 130px; /* top right bottom left */
	width: 843px;
	height: 50px;

}


/* ---------- ---------- ---------- ---------- ---------- ----------

			SECTION BANNER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#sectionbanner {
	margin: 8px 0 0 130px; /* top right bottom left*/
	width: 873px;
}

#sectionname {  /* blue block -  eg  Future Students, Current Students */
	margin: 0;
	width: 190px;	
	float: left;
}
#sectionpic {   /* mainpics */
	margin-left: 198px;
}

#breadcrumb {
	margin: 3px 10px 2px 198px;
	
	font-size: 10px;
	width: 543px;
	height: 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	color: #666;
}

#breadcrumb ul {
	display: inline;
	margin-left: 6px;
	padding-left: 0;
	list-style-type: none;

}

#breadcrumb ul li {
	padding: 0 0 0 4px;
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
}

#breadcrumb a {
	color: #369;
	text-decoration: none; 
}

#breadcrumb a:hover {
	color: #69c;
	text-decoration: underline;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			CONTENT - under the sectionbanner

---------- ---------- ---------- ---------- ---------- ---------- */
#contentBox {
	margin: 12px 0 0 130px; /* top right bottom left*/
	width: 873px;    /* 130px + 743px the global menu */

}
#maincontent {
	margin: 0 0 0 198px;  /* for single column content */
	padding-left: 10px;
	padding-top: 10px;
	width: 543px; /*743px - 200px for left nav */
}
}
#maincontent2 {
	margin: 0 0 0 198px;  /* for single column content */
	padding-left: 10px;
	padding-top: 10px;
	width: 643px; /*743px - 200px for left nav */
}
#maincontent ul li a, #maincontent ul li a:visited {
    font-weight: bold;
    list-style-image: url(/shared/images/arrow_bullet.gif);

}
/* Two EVEN columns */
#maincontent .leftcol {
	margin: 0;
	width: 260px;
	float: left;
}

#maincontent .rightcol {
	margin: 0;
	margin-left: 270px;
	width: 260px;
}

/* Two UNEVEN columns smleft, largeright*/
#maincontent .smleftcol {
	margin: 0;
	width: 110px;
	float: left;
}

#maincontent .largerightcol {
	margin: 0;
	margin-left: 120px;
	width: 400px;
}
/* Two UNEVEN columns largeleft, smright*/
#maincontent .largeleftcol {
	margin: 0;
	width: 350px;
	float: left;
}

#maincontent .smrightcol {
	margin-top: 4.5em;
	margin-left: 365px;
	width: 163px;
}

#maincontent .smrightcol p {
	color: #666;
	margin-left: 8px;
	font-size: 90%;
	line-height: normal;
	border: 0;
}

/* Local menu */

/* --------	LOCAL MENU LIST RULES (starting here)---------- */
#localmenu {
  float: left;
  width: 190px;          /* menu width */
  color: #6699CC;
  font: 95%/1.5em verdana, arial, sans-serif;
  
}

#localmenu ul {
  list-style-type: none; /* get rid of the bullets */
  list-style-image: none;
  padding: 0;             /* no padding */
  margin: 0 0 3em 0;      /* margin before Quicklinks */
}

#localmenu ul li {
  margin: 0;
  padding: 0;
  display:block;
  border-bottom: 1px solid #999; /* lines */
}

#localmenu ul li a {
  display: block;         /* lines extend to right, make area clickable */
  padding: 8px 3px 8px 15px;
  margin:0;
  color: #6699CC;
  text-decoration: none;
  list-style-image: none;
  height: 1.4em;        /* hint for IE, alternatively remove whitespace from HTML */
}

#localmenu ul li ul li {
   margin: 0;
}

#localmenu ul ul li a {
  margin: 0 0 0 15px;     /* indent level 1 */
  color: #666;
  font-size: 85%;
  padding: 0 0 0 10px;
}

#localmenu ul ul ul li a {
  margin-left: 25px;     /* indent level 2 */
  color: green;
}

#localmenu li ul, #localmenu li.open li.closed ul {
  display: none;         /* collapse */
}

#localmenu li.open ul {
  display: block;        /* expand */
}
 
#localmenu ul li.open a {
   background: url(/shared/images/localmenu_pointer.gif) left center no-repeat;
}
#localmenu ul li.closed a {
   background: url(/shared/images/localmenu_pointer.gif) left center no-repeat;
}
#localmenu ul li.leaf a {
  background: url(/shared/images/localmenu_pointer.gif) left center no-repeat;
}
#localmenu ul li ul li.leaf a {
   background: url(/shared/images/localmenu_arrow.gif) left 5px no-repeat;
}
#localmenu ul li ul li.closed a{
   background: url(/shared/images/localmenu_arrow.gif) left 5px no-repeat;
}
#localmenu ul ul ul li.leaf a {
   background: url(/shared/images/localmenu_square.gif) left center no-repeat;
}
#localmenu ul ul ul li.closed a {
   background: url(/shared/images/localmenu_arrow.gif) left center no-repeat;
}
#localmenu li.active a {
  color: #CC0000; /* red */
  font-weight: bold;            /* highlight text */
  background: url(/shared/images/localmenu_pointer.gif) left center no-repeat;
}
#localmenu ul ul li.active a {
  color: #CC0000; /* red */
  font-size: 85%;
  font-weight: normal;            /* highlight text */
  background: url(/shared/images/localmenu_arrow.gif) left 5px no-repeat;
}

#localmenu ul li ul {
  margin-bottom: 1.5em;
}

#localmenu ul li ul li {
  border-bottom: none;
}

#localmenu li.active li a {
  background-position: 0px 0px;
  color: #666;
  padding: 0 2px 0 10px;
  font-size: 85%;   
  font-weight: normal;       /* fix lower levels */
  background: url(/shared/images/localmenu_arrow.gif) left center no-repeat;
}

#localmenu ul li a:hover {  /* rollover effect applies to all */
  color: #6699CC;
  font-weight: bold;
}

#localmenu ul ul li a:hover {  /* rollover effect applies to second level */
  color: #666;
  font-weight: bold;
}


#quicklink {
	margin: 15px 5px 0 15px;
}

#quicklink h3, #quicklink h3 a, #quicklink h3 a:visited {
	color: #f60;
	font: 100%/1.3em verdana, arial, helvetica, sans-serif;
	margin-bottom: .2em;
	font-weight: normal;
    text-decoration: none;
}

#quicklink h3 a:hover, #quicklink h3 a:active {
	color: #6699CC;
    font-weight: bold;
}
#quicklink p {
	font: 100%/1.3em arial, helvetica, sans-serif;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			HOME PAGE STYLE

---------- ---------- ---------- ---------- ---------- ---------- */
/* need to be inside contentBox, and maincontent */


#homecontentbox {
	margin: 8px 0 0 130px;
	width: 843px;
}
#banner {
	margin: 0 0 0 198px; /* top right bottom left*/
	width: 582px;
}
#news {
	margin: 0 0 0 198px;  /* for single column content */
	padding-left:0;
	width: 543px;
}

#news h2 {
	font-size: 180%;
	text-transform: uppercase;
	margin: 0;
	padding: 1.3em 0 0 10px;
	font-weight: normal;
	color: #CC0000;
	background-image: url(/images/banner_low.gif);
	background-repeat: no-repeat;
}

#news .left {
	width: 350px;
	float: left;
	margin-top: .5em;
	padding-left: 10px;
/*	border: 1px solid #ccc; */
}

#news .left p {
	margin: 0 0 .5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

#news .left h3 {
	font-size: 110%;
	line-height: 1em;
	margin: 1.3em 0 .4em 0;
    color: #6699CC;
	text-transform: none;

}

#news .right {
	width: 163px;
	margin-top: .5em;
	margin-left: 365px;
}

#news .right h3 {
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
	color: #F60;
}

#news .right p {
	color: #999;
	margin-left: 8px;
	padding-right: 10px;
	font-size: 90%;
	line-height: normal;
	border: 0;
}

#news ul li {
	padding-bottom: .8em;
	}

#news .right li {
    list-style-image: url(/shared/images/arrow_bullet.gif);
	font-size: 88%;
	line-height: normal;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			TABLE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 3em;
	font-size: 96%;
	width: 100%;
}
.noborder {
	border: 1px solid #fff;;
}

caption {
	padding: 0.2em 0.4em;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #333;
	text-align: left;
}

tr {
	background-color: #fff;
}
tr input, tr select, tr option, tr button {
	font-size: 110%;
}

tr.alternate {
	background-color: #f2f5f8;
}

th {
	padding: 0.3em 0.4em;
	background-color: #7e9cb8;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font-size: 115%;
	font-variant: small-caps;
}

td {
	border: 1px solid #ccc;
	padding: .2em 0.4em .2em 0.4em; /* top right bottom left*/
	vertical-align: top;
}

tfoot td {
	background-color: #eee;
	font-size: 90%;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			PAGE DATE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#page_date {
	clear: both;
	margin: 5em 1em 0 332px;
	width: 543px;
	font-size: 90%;
	color: #666;
	text-align: left;
	white-space: nowrap;
}

#page_date ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#page_date ul li {
	display: inline;
	padding-right: 1.8em;
}

#page_date ul li a {
	padding: 0 0.4em;
	color: #6699CC;
	text-decoration: none;
}

#page_date ul li a:hover {
	color: #333;
	text-decoration: underline;
}
