/*
	Exec education
*/



/* author benbailey.com.au for Melbourne Business School */
/* mbs print css */
html { margin: 0;}
body, #content
{
margin: 0;
color: #000000;
}
/* =header
--------------------------------------------------------------------------
 */
#header { margin-bottom: 15px; }

/* =hidden stuff
--------------------------------------------------------------------------
 */
#search, #menu, #main #secondary-navigation, #breadcrumbs, #related #tools, #related a.apply-now, #logins, #footer
{ display: none; }


/* =related content area including search. a couple of declarations for this area are just above 
--------------------------------------------------------------------------
 */
#related { float: right; width: 170px; padding: 10px; margin: 0 0 30px 40px; }

#related ol { list-style-type: none; }

/* =content (main column) area and associated features
--------------------------------------------------------------------------
 */
#content { margin: 0; padding: 0; }

#content ul, #content ol { margin: 1.5em 1.5em 1.5em 3em; }

#content ul li
{
list-style-type: disc;
}

.primary-feature, .secondary-feature, .tertiary-feature
{
margin: 0 0 1.5em 0;
padding: 0 0 0.75em 0;
}

.primary-feature img { float: left; margin: 0 20px 0 0; }
.secondary-feature img { float: left; margin: 0 20px 0 0; }

.tertiary-feature { border-bottom: 0; }

#content img { margin:5px;}

/* =promo boxes (purple and yellow) 
--------------------------------------------------------------------------
 */

.promo-boxes { width: 100%; }

.promo-boxes div
{
border: 1px solid #666;
margin: 7px 0;	
}

#content .promo-boxes div h2, .promo-boxes p
{
padding: 10px;
}

/* =research boxes
--------------------------------------------------------------------------
 */

.research-boxes
{
float: left;
width: 100%;
border-bottom: 1px solid #eee;
}

.research-boxes div
{
float: left;
width: 45%;
padding: 28px 0 10px 0;
margin: 0 4% 10px 0;	
}

.research-boxes div h3 { font-size: 1.1em; }

/* =misc features 
--------------------------------------------------------------------------
 */
 
.hide { display: none; }
.clearer { clear: both; visibility: hidden; } 

* { margin: 0; padding: 0; }

a { color: #666; text-decoration: underline; }

body
{
color: #3b4b5b;
margin: 0;
padding: 0;
font-size: 62.5%;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6, legend
{
color: #000;
font-weight: bold;
font-size: 1.2em;
}

h1 { font-size: 1.7em; padding: 0 0 0 0; margin: 0  0 0.75em 0;}
h2, h3 { font-size: 1.35em; }

img, a img { border: 0; border-bottom: 0; }

legend { font-weight: bold; margin-left: -7px; }

p { font-size: 1.16em; line-height: 1.4em; margin-bottom: 1.5em; }

ol ol, ul ul, td p { font-size: 85%; } /* fixing the nested relitive font sizing problem */ 

th, td, li, dd, dt { font-size: 1.16em; line-height: 1.4em; }


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/*  for display table in content */
.tablecontent  {
	border-collapse: collapse;
	border: 1px solid #000;
	margin-bottom:1em;
}
.tablecontent caption {
	padding: 0 0.0em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	background: transparent;
}
.tablecontent  td, .tablecontent  th {
	border: 1px solid #000;
	padding: 0.5em;
}

.tablecontent tbody th, .tablecontent tbody td {
	vertical-align: top;
	text-align: left;
}

.tablecontent thead th {
	border: 1px solid #000;
	text-align: left;
	font-weight: bold;
	background: #000;
}
.tablecontent tbody th {
	border: 1px solid #000;
	text-align: left;
	font-weight: bold;
}

.tablecontent  tfoot th, .tablecontent  tfoot td {
	border: 1px solid #000;
	text-align: left;
	font-size: 1em;
}

