body
{
	background: #cbe3ff;
	margin: 0;
	padding: 50px 0 0 0;
}
dt
{
	font-weight: bold;
}

#content-left table
{
	border-collapse: collapse;
}
#content-left table th
{
	font-size: 10pt;
	font-weight: bold;
	color: #286590; 
}
#content-left table td
{
	vertical-align: top;
	border: 1px solid #c4d9e8;
	font-size: 9pt;
	padding: 5px;
}
#content-left table tr.odd td
{
	background-color: #dfecf6;
}

#status-bar
{
	background: #eee;
	font-family: "Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
	font-size: 9pt;
	color: #555;
	padding: 5px;
	border-top: 1px solid #222;
}
#status-bar a
{
	font-weight: bold;
	text-decoration: underline;
	color: #555;
}
#status-bar a:hover
{
	color: #000;
}
/*----------------------------[   SPECIAL   ]------------------------------*/
.hide { display: none; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.b { font-weight: bold; }
.ucase { text-transform: uppercase; }
.spacing { letter-spacing: 2px; }

.pdf { padding-left: 20px !important; background: transparent url(media/pdf.gif) left center no-repeat; }
.doc { display:block;padding-left: 20px !important; background: transparent url(media/doc.gif) left center no-repeat; }
.jpeg { padding-left: 20px !important; background: transparent url(media/img.gif) left center no-repeat; }
.jpg { padding-left: 20px !important; background: transparent url(media/img.gif) left center no-repeat; }
.gif { padding-left: 20px !important; background: transparent url(media/img.gif) left center no-repeat; }
.png { padding-left: 20px !important; background: transparent url(media/img.gif) left center no-repeat; }
.ppt { padding-left: 20px !important; background: transparent url(media/ppt.gif) left center no-repeat; }

a.button
{
	display: block;
	width: 130px;
	height: 35px;
	color: #fff !important;
	line-height: 35px;
	text-align: center;
	text-decoration: none !important;
	background: transparent url(media/main-nav-btn.gif) left top no-repeat;
}
a:hover.button
{
	background-position: 0 -35px;
}

/*----------------------------[   LAYOUT   ]------------------------------*/
#wrapper
{
	min-width: 951px;
	margin: 0 20px 0 20px;
}
#generic-nav
{
	position: absolute;
	top: 18px;
	right: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#generic-nav li
{
	float: left;
	padding: 0;
	margin: 0;
}
#generic-nav li a
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	color: #0e4f79;
	font-size: 12px;
}
#generic-nav li a:hover
{
	text-decoration: underline;
}

#header
{
	position: relative;
	background: #368ac5;
	height: 111px;
}

#header h1
{
	position: relative;
	top: -25px;
	left: 19px;
	padding: 2px;
	margin: 0;
	float: left;
	background: #157dc6;
}
#header h1 a
{
	display: block;
	border: 1px solid #fff;
	width: 292px;
	height: 77px;
	background: #157dc6 url(media/title.gif) center center no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#cotext
{
	position: absolute;
	right: 60px;
	bottom: 5px;
	color: #98c2e0;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS",Tahoma,Arial,"Arial Narrow",Verdana,sans-serif;
	font-size: 10pt;
}


#main-nav
{
	margin: 0;
	position: relative;
	z-index: 100;
	height: 35px;
	padding: 3px 4px;
	list-style: none;
	display: block;
	/*
	font-family: Georgia,"Times New Roman",serif;*/
	font-family: "Trebuchet MS",Tahoma,Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #0e4f79 url(media/main-nav-bg.gif) left top repeat-x;
}
#main-nav li
{
	float: left;
	position: relative;
}
#main-nav li a.main-nav-item,
#main-nav li a.dropdown-button
{
	float: left;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	-moz-outline: none;
}
#main-nav li a.main-nav-item
{
	width: 130px;
	background: transparent url(media/main-nav-btn.gif) left top no-repeat;
}
#main-nav #options-btn
{
	float: right;
}
#main-nav #nav-options
{
	width: 50px;
	text-indent: -1000px;
	overflow: hidden;
	-moz-outline: none;
	background: transparent url(media/main-nav-options.gif) left top no-repeat;
}
#main-nav li a.dropdown-title
{
	margin-right: 2px;
}
#main-nav li a.dropdown-button
{
	width: 30px;
	background-image: url(media/main-nav-arrow.gif);
}

#main-nav li a:hover,
#main-nav #options-btn a:hover
{
	background-position: 0 -35px;
}
#main-nav li a.active,
#main-nav li a.active:hover,
#main-nav #options-btn a.active,
#main-nav #options-btn a.active:hover
{
	background-position: 0 -70px;
}

.dropdown-menu
{
	position: absolute;
	z-index: 100;
	display: none;
	left: 0; top: 36px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #f8f5f2;
	border: 1px solid #c1b1a1;
}

#options-btn .dropdown-menu
{
	right: 0; left: auto;
}
.dropdown-menu li
{
	position: relative;
	width: 100%;
}
.dropdown-menu a
{
	display: block;
	padding: 4px 40px 4px 40px;
	background: transparent url(media/dropdown-bullet.gif) 10px top no-repeat;
	white-space: nowrap;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.dropdown-menu #nav-help a	{ background-image: url(media/main-nav-icon-help.gif); }
.dropdown-menu #nav-login a	{ background-image: url(media/main-nav-icon-login.gif); }
.dropdown-menu #nav-sitemap a	{ background-image: url(media/main-nav-icon-sitemap.gif); }

.dropdown-menu a:hover
{
	color: #fff;
	background-color: #c1b1a1;
	background-position: 10px -26px !important;
}




/*----------------------------[   SUB-HEADER   ]------------------------------*/
#sub-header
{
	padding: 10px;
	padding-bottom: 20px;
	background: #2c6f9e url(media/subheader-bg.gif) left top repeat-x;
	position: relative;
	font-size: 20px;
	color: #bfe5ff;
	font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
}
#sub-header #main-image
{
	background-color: transparent;
	background-repeat: no-repeat;
	float: right;
	width: 38%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	top: 10px;
}
#sub-header #main-image img
{
	width: 100%;
	height: 100%;
}

#sub-header #sub-header-box
{
/*	border-right: 3px dashed #fff;*/
	margin-top: 50px;
	margin-right: 40%;
}


#sub-header #sub-header-box .quote
{
	margin: 0 50px 0 10px;
	padding: 20px 20px 20px 40px;
	position: relative;
}

#sub-header .quote .qstart
{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px;
}
#sub-header .quote .qend
{
	position: absolute;
	right: -20px;
	bottom: -20px;
	font-size: 60px;
}
#sub-header .quote .by
{
	float: right;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	position: absolute;
	bottom: -10px;
	right: 0;
}

/*----------------------------[   SUB-HEADER SELECT   ]------------------------------*/
#sub-header a.back
{
	display: block;
	position: relative;
	float: left;
	height: 298px;
	width: 50px;
	overflow: hidden;
	text-indent: -1000px;
	background: transparent url(media/team-back.gif) left top no-repeat;
}
#sub-header a:hover.back
{
	background-position: 0 -298px;
}
#sub-header #sub-header-box ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sub-header #sub-header-box ul li
{
	float: left;
	margin: 5px;
}
#sub-header #sub-header-box ul li a
{
	float: left;
	display: block;
	width: 175px;
	height: 116px;
	background-color: transparent;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	text-decoration: none;
	color: #fff;
}
#sub-header #sub-header-box ul li a:hover
{
	width: 172px;
	height: 113px;
	padding-top: 7px;
	padding-left: 77px;
	background-position: 7px 7px;
	background-color: #296691;
	border: 3px solid #8da1af;
}
#sub-header #sub-header-box ul li a span
{
	font-weight: normal;
	font-size: 12px;
	display: block;
}


#sub-header #team-member
{
	margin-left: 50px;
	font-size: 13px;
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 220px;
	height: 298px;
}
#sub-header #team-member a
{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#sub-header #team-member a:hover
{
	color: #bfe5ff;
}
#sub-header #team-member dl dt
{
	float: left;
	width: 150px;
}
#sub-header #team-member #team-member-info
{
	background: #2f73a2;
	padding: 10px;
	margin: 0 10px 0 0;
	border: 1px solid #bfe5ff;
}
#sub-header #team-member h1.team-member-name
{
	font-size: 28px;
	padding: 0;
	margin: 0;
	color: #fff;
}
#sub-header #team-member h1.team-member-name a
{
	text-decoration: none;
}
#sub-header #team-member h1.team-member-name a span
{
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 28px;
}
#sub-header #team-member h2.team-member-title
{
	margin: 0 10px 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #bfe5ff;

}


/*----------------------------[   CONTENT   ]------------------------------*/
#latest-entry-title
{
	position: absolute;
	top: 215px;
	left: 35px;
	z-index: 10;
	width: 300px;
	margin: 0;
	padding: 2px;
	color: #cbe3ff;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	background: #157dc6;
	font-family: Georgia,"Times New Roman",serif;
}
#latest-entry-title a
{
	color: #cbe3ff !important;
	text-decoration: none;
}
#latest-entry-title a:hover
{
	text-decoration: underline;
}
#latest-entry-title span
{
	display: block;
	border: 1px solid #fff;
	padding: 7px;
}
#content
{
	position: relative;
	float: left;
	width: 100%;
	background: #98c2e0;
	margin-right: -255px;
}
#content-left
{
	margin-right: 255px;
	padding: 20px;
	padding-top: 20px;
	padding-left: 40px;
	background: #fff;
	font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #000;
}
#content-left .image
{
	position: relative;
	border: 1px solid #1d4866;
	background: #286590;
	font-size: 9pt;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	color: #fff;
	padding: 10px;
	margin: 0px 20px 10px 10px;
}
#content-left .image span
{
	position: relative;
	display: block;
}
#content-left img
{
	border: 1px solid #1d4866;
	display: block;
	margin-bottom: 5px;
}
#content-left ul.bullets
{
	list-style: url(media/bullet.gif);
}

#content-left a
{
	text-decoration: none;
	color: #286590;
}
#content-left a:hover
{
	text-decoration: underline;
}

#content-right
{
	position: relative;
	padding: 10px;
	float: right;
	width: 235px;
	background: #98c2e0;
	text-align: center;
}
#content-left h1,
#content-left h2,
#content-left h3,
#content-left h4,
#content-left h5,
#content-left h6
{
	color: #286590;
	font-family: Georgia,"Times New Roman",serif;
	font-weight: normal;
}
#content-left h1,
#content-left h2
{
	font-weight: normal;
	font-family: Georgia,"Times New Roman",serif;
	border-bottom: 1px dotted #368ac5;
}
#content-left h1
{
	margin-top: 40px;
	margin-left: -20px;
	font-size: 30px;
}
#content-left h1 span
{
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Georgia,"Times New Roman",serif;
	font-weight: normal;
	color: #93a6b4;
}
#content-left h2
{
	font-size: 26px;
	margin: 0 !important;
}
#content-left h3
{
	font-size: 22px;
	margin-bottom: 10px;
}
#content-left h4
{
	font-size: 18px;
	margin-bottom: 10px;
}
#content-left h2.byline
{
	border: 0;
	font-size: 14px;
	margin-bottom: 30px;
}

#content-right img
{
	border: 0;
	margin: 10px;
}
#content-right .section
{
	width: 231px;
	background: transparent url(media/right-section-foot.gif) left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#content-right .section h2
{
	height: 45px;
	width: 221px;
	background: transparent url(media/right-section-h.gif) left top no-repeat;
	padding: 0 10px 0 0;
	margin: 0;
	text-align: right;
	color: #fff;
	font-family: Georgia,"Times New Roman",serif;
	line-height: 45px;
}
#content-right .section .body
{
	padding: 10px 10px 20px 10px;
	background: #2c6f9e url(media/subheader-bg.gif) left top repeat-x;
}
#content-right .section ul,
#content-right .section ul li
{
	list-style: none !important;
	padding: 0;
	margin: 0;
}
#content-right .section ul li
{
	padding: 3px 0 0 0;
	font-size: 14px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	text-align: right;
	text-transform: uppercase;
	color: #bfe5ff;
	clear: both;
}
#content-right .section ul li a
{
	text-align: left;
	padding: 0 3px 3px 3px;
	float: left;
	text-decoration: none;
	color: #fff;
	width: 110px;
}
#content-right .section ul li.odd a
{
	font-weight: bold;
}
#content-right .section ul li a:hover
{
	color: #bfe5ff;
}
#branding
{
	float: right;
	width: 630px;
	height: 111px;
	background: transparent url(media/unilogos.gif) right top no-repeat;
}
#branding ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#branding ul li
{
	margin: 0;
	padding: 0;
	float: left;
}
#branding #melbuni, #branding #monashuni
{
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}
#branding #melbuni
{
	position: absolute;
	right: 0;
	width: 267px;
	height: 111px;
}
#branding #monashuni
{
	width: 322px;
	height: 111px;
}


/*----------------------------[   FOOTER   ]------------------------------*/
#footer
{
	padding: 20px 0 20px 0;
	clear: both;
	min-width: 991px;
	color: #fff;
	background: #368ac5 url(media/footer-break.gif) left top repeat-x;
}
#footer ul.link-list
{
	list-style: none;
	padding: 0;
	float: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}
#footer ul.link-list li
{
	padding: 0;
	margin: 0;
}
#footer ul.link-list li.ul-section
{
	float: left;
	margin-left: 50px;
}
#footer ul.link-list li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer ul.link-list li a:hover
{
	text-decoration: underline;
}
#footer ul.link-list li li a
{
	font-weight: normal;
}
#footer ul.link-list ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul.link-list li li
{
	margin-top: 7px;
}

/*----------------------------[   LOGOS   ]------------------------------*/

#member-logos
{
	float: right;
	list-style: none;
	padding: 0;
}
#member-logos li
{
	float: left;
}
#member-logos li a
{
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 20px;
	font-family: Verdana,Arial,sans-serif;
	text-decoration: none;
	color: #fff;
	background-position: 0 -50px; /* Remove this line for grey -> colour rollover */
	background-repeat: no-repeat;
	background-color: transparent;
}
#member-logos li#universitas21 a
{
	padding-left: 55px;
	height: 50px;
	line-height: 50px;
	background-image: url(media/universitas21.gif);
}
#member-logos li#aus-chn a
{
	padding-left: 55px;
	padding-top: 10px;
	height: 40px;
	width: 200px;
	line-height: 15px;
	background-image: url(media/aus-chn.gif);
}
#member-logos li a:hover
{
	color: #215377;
}
#member-logos li#universitas21 a:hover,
#member-logos li#aus-chn a:hover
{
	background-position: 0 -50px;
}


/*----------------------------[   TABS   ]------------------------------*/
.tab-tabs
{
	height: 40px;
}
.tab-tabs ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.tab-tabs li
{
	position: relative;
	list-style: none;
	float: left;
}
.tab-tabs li a
{
	float: left;
	background: #e0e0e0;
	display: block;
	text-decoration: none;
	color: #28638d;
	font-size: 14px;
	margin-left: 3px;
	height: 40px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px 0 20px;
	-moz-outline: none;
}
.tab-tabs li a.save
{
	background: #f26c4f;
	color: #b12406;
	display: none;
}
.tab-tabs li a.save:hover
{
	background: #f03912;
	color: #b12406;
}
.tab-tabs li a:hover
{
	background: #98c2e0;
}
.tab-tabs li a.selected
{
	padding-right: 25px;
	padding-left: 15px;
	line-height: 45px;
	background: #98c2e0;
}
.tab-content
{
	display: none;
}
.tab-content-first
{
	display: block;
}
.tab-no-bg
{
	background: 0;
}

/*----------------------------[   EDIT FORMS   ]------------------------------*/

form.edit-form
{
	margin: 0;
	padding: 0;
}
form.edit-form fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}
form.edit-form h2 a
{
	text-decoration: none;
	color: #286590;
}
form.edit-form h2 a:hover
{
	color: #1c4562;
}
form.edit-form textarea.editbox
{
	margin-top: 10px;
	width: 100%;
	height: 400px;
}
form.edit-form textarea.editbox-short
{
	margin-top: 10px;
	width: 100%;
	height: 100px;
}
form.edit-form div.body
{
	width: 100%;
}

.sub-form
{
	display: none;
}



/*----------------------------[   SECTIONS   ]------------------------------*/
.section
{
	background: #98c2e0;
}


/*----------------------------[   TOOLTIP   ]------------------------------*/
#toolTipBox
{
	position: absolute;
	z-index: 100;
}


/*----------------------------[   TOC   ]------------------------------*/
#TOC
{
	background: #bfd0dd;
	border-collapse: collapse;
	border: 1px solid #014c97;
}
#TOC h3
{
	background: #98c2e0;
	margin: 0;
	padding: 10px;
	font-size: 16px;
}
#TOC-content
{
	list-style: none;
	padding: 10px 20px 10px 20px;
	margin: 0;
}
#TOC-content li
{
	list-style: none;
	margin-bottom: 3px;
	font-size: 14px;
}
#TOC-content li a
{
	color: #014c97;
	text-decoration: none;
}
#TOC-content li a:hover
{
	text-decoration: underline;
}