
/* General definitions */

a{
  color: #094c93;
  text-decoration: underline;
}

a:hover {
text-decoration: underline;
}
a:focus{
outline: black dotted 1px;
}

	
h1{
	font-size:24px;
  font-weight: normal;
  /* font-weight: 200; */
	line-height:28px;
}


h2 {
  margin: 10px 0px 20px 0px;
  font-weight: normal;
	font-size: 20px;
	line-height:25px;
}

h2.h25{
	font-size:18px;
	margin:0px 0px 10px 0px;
	}	

h3 {
  margin: 10px 0px 8px 0px;
	font-size: 16px;
  font-weight: bold;
}

h4 {
  font-weight: bold;
	font-size: 14px;
}

h5 {
  font-weight: bold;
}


.highlight-color{
background-color: #007888;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}


/* Body */
body {
  padding: 0 0 40px;
  margin:0;
  color: #333;
  background: url('/assets-global/monash/images/template/background.png') repeat-x #d0d0d0;
 /* debugging. Do not do this.  background: url('/monash/images/template/bg-grid100.png') repeat #d0d0d0; */
  font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif, sansserif ;
}

#breadcrumbs{
margin:.3em 0em .3em 0em;
font-size:.9em;
}

#content_page{
}

/* SubBody */

.outer_frame_960{
width:960px;
margin-left:auto;
margin-right:auto;
}

.inner_frame_940{
width:940px;
margin-left:10px;
margin-right:10px;
}


/* landing page */

#landing_page{
}

#landing_page #free-elements {
float:right;
/*margin-top:20px;*/
}

#landing_page .row{
float:left;
}

#landing_page .first_row_no_banner{
margin-top:10px;
}


#landing_page .column{
float:left;
margin-right: 10px;
margin-left: 10px;
}

#landing_page .double_column{
width:460px;
}

#landing_page .single_column{
width:220px;
}

#landing_page .landing-horizontal-tabbox{

padding-bottom:20px;
width:460px;
float:left;
/* background-image: url(/monash/images/template/twocolumnshadow.png); */
background-position:center bottom;
background-repeat: no-repeat;
}

#landing_page .landing-horizontal-tabbox .highlight-box{
border:0px solid white;
}


#landing_page .landing-double-box{
padding-bottom:20px;
width:460px;
float:left;
/* background-image: url(/monash/images/template/twocolumnshadow.png); */
background-position:center bottom;
background-repeat: no-repeat;
}

#landing_page .landing-highlight-box{
padding-bottom:20px;
/*background-image: url(/monash/images/template/onecolumnshadow.png); */
background-position:center bottom;
background-repeat: no-repeat;
width:220px;
float:left;
}


#landing_page h1{
  margin: 0;
  /*width: 420px;*/
	padding-left:20px;padding-right:20px;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal; 
  background-color: #333;
  color: #fff;
	}

#landing_page input{
	font-size:14px;
	margin-bottom:10px;
	display: inline-block;
	}

#landing_page label{
	margin-bottom:7px;
	}


/* h1 positioning */
#heading-position {
  border-style: none;
  padding: 0;
  /*margin: 5px 0px 0px 0px;*/
  margin: 0px;
  height: 50px;
  left: 0;
  background-image: url("/assets-global/monash/images/template/arrow-down.png");
  background-position: 20px 100%;
  background-repeat: no-repeat;
} 

#free-elements #heading-position{
	margin-bottom:10px;
	}


/* Policy change that the heading is now not in the free-elements */
#plain-heading #heading-position{
	margin: 10px 0px 00px 0px;
	width:460px;
	z-index: 40;
	float:left;
	position: relative;
	}


/* content page */

#content_page .content_frame{
background-color:#ffffff;
border-left:1px solid #cCc0c0;
border-right:1px solid #cCc0c0;
border-bottom:1px solid #cCc0c0;
padding-top:18px;
}

#content_page .content{
float:left;
margin: 0px 20px 20px 20px;
}


#content_page h1{
padding-bottom:15px;
margin-top:15px;
margin-bottom:15px;
border-bottom:1px solid #d0d0d0;
}

#content_page #title-banner {
min-width:698px;
float:left;
background-color:#333333;
color:#ffffff;
        overflow:hidden;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        position: relative;
}

#content_page #title-banner .title-image{
float:left;
}

#content_page #title-banner h1{
border-bottom:0px none white;
padding-bottom:0px;
}

#content_page #title-banner .content-wrapper{
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background-image: url("/assets-global/monash/images/template/arrow-left.png");
        background-position: 0px 30px;
        background-repeat: no-repeat;
        overflow: hidden;
}

#content_page #title-banner .content {
width:200px;
float:right;
margin:0px 19px 0px 20px;
padding-left:20px;
        background-color: #333;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        height: 400px;
}


#content_page #title-banner .content-wrapper a{
color:#ffffff;
}


#content_page .highlight-column{
margin-right:-20px;
float:right;
width:220px;
margin-left:20px;
}


#content_page .content-column{
float:left;
}

/* all content including highlight boxes */
#content_page .content p{
margin-top:4px;
margin-bottom:20px;
}

/* the actual content column */
#content_page .content-column a:visited{
color: #694C93;
}


#content_page .content ol, #content_page .content ul{
margin-left:2em;
margin-bottom:20px;
}

#content_page .content li{
/*list-style-type:disc;*/
}

.image-frame{
	}

.noborder{
	/* yes, I know. */
	border-bottom:1px solid #333333;
	}

.border1{
	border:1px solid #333333;
	}

.border2{
	border:2px solid #333333;
	}


.image-left{
text-align:left;
}

.image-right{
text-align:right;
margin-right:0px;
margin-left:auto;
}

.image-center{
text-align:center;
    margin:auto;
}

.image-align-center {
    padding:2px;
    margin:auto;
    width:auto;
    height:auto;
    display:inline;
    text-align:center;
    text-decoration:none;
}

.image-float-left{
	float:left;
    height:auto;
    display:inline;
    text-align:center;
margin-right:5px;
}


.image-float-right{
		margin-left:5px;
    height:auto;
    display:inline;
    float:right;
    text-align:left;
}

.caption-frame{
  color:#ffffff;
	}

.caption-frame a{
	color:#ffffff;
	text-decoration:none;
	}

.caption-frame a:hover{
	text-decoration: underline;
	}

.caption{
	padding:4px 7px 2px 7px;
	text-align:left;
	}

.caption-normal,
.caption-large,
.caption-small{
	color:#ffffff;
	padding:4px 7px 2px 7px;
	text-align:left;
}

.caption-normal a, .caption-normal a:visited, .caption-normal a:hover,
.caption-large a, .caption-large a:visited, .caption-large a:hover,
.caption-small a, .caption-small a:visited, .caption-small a:hover{
  color:#ffffff;
	}

.caption-large{
  font-size:20px;
}

.caption-small{
  font-size:12px;
  }

.attribution {
    font-size: 10px;
    font-style: italic;
		padding:2px 7px 2px 7px;
    margin: 0;
    white-space: nowrap;
}


#footer-traditional{
display:none;
}

/*** STYLES FOR TABLES ***/

th{background-color:#C5D3E7;color:#333333;}

/* DM - 20111128 - I think this is a bad idea. */
#content_page .content-column th{
font-weight: bold;
}


.table-extra-horizontal-padding td,
.table-extra-horizontal-padding th{
	padding-left:6px;
	padding-right:6px;
}
.table-extra-vertical-padding td,
.table-extra-vertical-padding th{
	padding-top:6px;
	padding-bottom:6px;
}

.table-dotted-internal-boundaries tr,
.table-dotted-internal-boundaries td,
.table-dotted-internal-boundaries th{
border-style:dotted;
}

/*** STYLES FOR CSV TABLES IN CONTENT PAGES ***/

.csv-maxw{
	width:100%;
	}

.csv-table, .csv-table th, .csv-table tr, .csv-table td {
	border:1px solid black;
	}
.csv-table .csv-row1{
	background-color:#e0e0e0;
	}

.csv-cell-left{text-align:left;}
.csv-cell-right{text-align:right;}
.csv-cell-center{text-align:center;}

.csv-padding-1{ padding:1px;	}
.csv-padding-2{ padding:2px;	}
.csv-padding-3{ padding:3px;	}
.csv-padding-4{ padding:4px;	}
.csv-padding-5{ padding:5px;	}
.csv-padding-6{ padding:6px;	}
.csv-padding-7{ padding:7px;	}
.csv-padding-8{ padding:8px;	}
.csv-padding-9{ padding:9px;	}
.csv-padding-10{ padding:10px;	}

.pad-only-horizontal{ padding-top:0px;padding-bottom:0px; }
.pad-only-vertical { padding-left:0px;padding-right:0px; }


/* Shadow */

/* #landing_page #free-elements .landing-box.shadow-1,
#content_page #free-elements .highlight-column .content-box.shadow-1 */ 
.shadow-1 {
	padding-bottom: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('/assets-global/monash/images/template/dropshadow-1-col.png');
}

/*, #landing_page #free-elements .landing-box.shadow-2,
#content_page #free-elements .highlight-column .content-box.shadow-2 */

.shadow-2 {
	padding-bottom: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('/assets-global/monash/images/template/dropshadow-2-col.png');
}

/*#landing_page #free-elements .landing-box.shadow-3,
#content_page #free-elements .highlight-column .content-box.shadow-3 */

.shadow-3{
	padding-bottom: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('/assets-global/monash/images/template/dropshadow-3-col.png');
}

/* #landing_page #free-elements .landing-box.shadow-4,
#content_page #free-elements .highlight-column .content-box.shadow-4*/
.shadow-4{
	padding-bottom: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('/assets-global/monash/images/template/dropshadow-4-col.png');
}


/* ---- Form box styles ---- */

form.form-box {
    background-color:#f3f3f3;
    border:1px solid #d0d0d0;
}
form.form-box fieldset {
    padding:0 10px 10px 10px;
}
form.form-box fieldset legend {
    margin: 10px 0px 20px 0px;
    font-weight: normal;
    font-size: 20px;
	line-height:25px;
}
form.form-box label {
    display: block;
    margin: 8px 0 3px 0;
}
form.form-box input.add-space {
    margin: 8px 0 3px 0;
}

.field-rowcontinue{
float:left;
display:inline;
}


/* ---- TABLE STYLES ---- */

.noborder,
.noborder table,
.noborder tr,
.noborder td,
.noborder th{
border:0px none white;
}

.noborder th{
background-color: inherit;
}


/* --- Coursefinder Highlight boxes --- */
/* Can turn off display of one or more boxes if they are not required */
/* Removing them from the server causes errors to appear, so use this */
/* method. The boxes themselves can be editted in /assets/monash/includes */

#box-coursefinder-1{
display:none;
}
#box-coursefinder-2{
display:none;
}
#box-coursefinder-3{
display:none;
}

