/*
Created on: Unknown
Editied by: Ash Alluri, 13/12/2005
*/

body {
	background-color: #ffffff;
	/*Margin made auto to centre the pages*/
	margin:auto;
	width: 1000px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-bottom:10px;
}

.newslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.h1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	color: #00ADE7;
}

.h1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #00ADE7;
}

.bluebar {
	background-attachment: scroll;
	background-image: url(http://www.monashinstitute.org/assets/images/bluebar.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.bluebar2 {
	background-attachment: scroll;
	background-image: url(http://www.monashinstitute.org/assets/images/bluebar2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.top_menu_text:hover {
	color: #000000;
}


.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	text-decoration:none;
}

/*Footer included from med.css with the elements from .footer_text*/
#footer a, #footer a:link, #footer a:visited, #section-nav-footer a, #section-nav-footer a:link, #section-nav-footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	text-decoration: underline;
}

.blueboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #006699;
	padding: 5px;
}

#blueboxbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #99CCFF;
	padding: 5px;
}

#blueboxbody a, #blueboxbody a:link, #blueboxbody a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0033CC;
	text-decoration: underline;
}

.greenboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #006666;
	padding: 5px;
}

#news {
	background-color: #B0ECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	color: #006699;
}

#news a, #news a:link, #news a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0033CC;
	text-decoration: underline;
}

.news_heading {
	background-color: #B0ECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}

.banner_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #ffffff;
}

.dashed-border{
  border-left: 1px dashed #cccccc;
}

.dashed-border-right{
  border-right: 1px dashed #cccccc;
}

.side_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #00ADE7;
	list-style: none;
}
/*Section nav*/
/*section-nav class selector included from med.css which containing all the elements from side_menu*/
.section-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #00ADE7;
	list-style: none;
}

/*section-nav-body class selector included from med.css*/
.section-nav-body {
	padding-right: 1em;
}

.section-nav-body li {
	list-style: none;
}
.section-nav-body ul {
	margin-left: 2em;
}

/* Highlight boxes */

.highlight {
	 /*border: 1px solid #B1D9F4;*/
	 margin-top: .5em;
}

.section-highlight {
    /*border: 1px solid #B1D9F4;*/
	margin-top: .5em;
}

.highlight-header {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: .5em;
	/*border-bottom: 1px solid #B1D9F4;*/
}

.highlight-body {
	background-color: #fff;
	color: #000;
}

.highlight-body ul{
	background-color: #fff;
	color: #000;
	list-style-type: none;
	padding-left: .5em;
	margin: 0;
}

.hightlight-body ul li{
	display: block;
	padding-left: .5em; 
}

.highlight-body a, .highlight-body a:link {
    color: #00ADE7;
}

.main-med-nav {
		background-color: #B1D9F4;
    color: #000;
		border-bottom: 1px solid #B1D9F4;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #00ADE7;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #00ADE7;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00ADE7;
	text-decoration: underline;
}

