/*
* Stylesheet for Faculty of Information Technology 
* Inherit main styles from centrally-maintained stylesheets
* Use only for colour changes and additional styles that do not require cross-browser/platform support
* Use only relative font sizes - (em is preferred, no px or pt) 
*/



/* Page header */

#global-nav, #global-nav a, #global-nav a:link, #global-nav a:visited, #global-nav a:hover {
    background-color: #653579;
    color: #fff;
}

#global-utils, #global-utils a, #global-utils a:link, #global-utils a:visited, #global-utils a:hover, #global-utils-form {
    background-color: #C1AEC9;
    color: #000;
}

#global-utils input[type=submit] {
	background-color:#653579;
}

.globalnav, .globalnav a, globalnav a:link, globalnav a:visited, .globalnav a:hover {
    background-color: #653579;
    color: #fff;
}

/* Headings */

h1 {
	color: #339;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

h2, h3, h4 {
	color: #339;
	padding-bottom: 2px;
	clear: left;
}

h5, h6 {
	color: #666;
	clear: left;
}

th {
    background-color: #EFEAF1;
    color: #653579;
}

.globalnav, .globalnav a, globalnav a:link, globalnav a:visited, .globalnav a:hover {
    background-color: #653579;
    color: #fff;
}

/* Highlight boxes */

.highlight {
	 border: 1px solid #C1AEC9;
	 margin-top: 1em;
}

.section-highlight {
    border: 1px solid #C1AEC9;
    margin-top: 0.4em;
    margin-bottom: 2em;
}

.highlight-header {
    background-color: #C1AEC9;
    color: #000;
	border-bottom: 1px solid #C1AEC9;
}

.highlight-body {
	background-color: #fff;
	color: #000;
}

.highlight-body ul {
    background-color: #fff;
    color: #000;
}

.highlight-body a, .highlight-body a:link {
    color: #339;
}

/* For unit guide pdf links */
.section-highlight-pdf-unit {
	float:right;
	margin-left:1em;
	margin-top:1em;
}

/* Bulleted styles */
.courses ul {
    list-style-image: url('http://assets.monash.edu.au/images/blue-arrow.gif');
}

.courses li {
	margin: 1px;
}

/* Section navigation */

#section-nav {
    background-color: #EFEAF1;
    color: #339;
	border-left: 1px solid #ccc;
	border-right: 1px dashed #ccc;
}

.section-nav-body ul, .section-nav-body a, .section-nav-body a:link {
    background-color: #EFEAF1;
    color: #339;
}



/* Sitemap */

.sitemap-dark-header {
    background-color: #653579;
    color: #fff;
	border: 1px solid #339;
}

.sitemap-dark-header a, .sitemap-dark-header a:link, .sitemap-dark-header a:visited {
	color: #fff;
}

.sitemap-dark-body {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}

.sitemap-light-header {
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
}

.sitemap-light-header a, .sitemap-light-header a:link, .sitemap-light-header a:visited {
	color: #fff;
}

.sitemap-light-body {
	background-color: #fff;
	color: #999;
	border: 1px solid #ccc;
}

.sitemap-light-body a, .sitemap-light-body a:link  {
	color: #666;
}

/* Footer styles */

#footer, #section-nav-footer {
	background-color: #fff;
	color: #666;
	border-top: 1px solid #ccc;
}

#footer a, #footer a:link, #footer a:visited, #section-nav-footer a, #section-nav-footer a:link, #section-nav-footer a:visited {
	background-color: #fff;
	color: #666;
}

/*column header */
.columnheader {
	color: #653579;
	font-weight : bold;
}
.columnheader-larger {
	color: #653579;
	font-weight: bold;
	font-size: 16px;
}

/*column body */

#column-body {
    background-color: #EFEAF1;
    color: #339;
}
.column-body-coloured-border {
    background-color: #EFEAF1;
    color: #339;
	 border: 1px solid #C1AEC9;
}
.column-body ul, .column-body a, .column-body a:link {
    background-color: #EFEAF1;
    color: #339;
}
.column-body-border {
	border: 1px solid #000000;
	margin-top: 0.25em;
	margin-bottom: 2em;
}
.column-body-border-left {
	border-left: 1px solid #000000;
}
.column-body-border-right {
	border-right: 1px solid #000000;
}
.column-body-brokenborder-left {
	border-left: 1px dotted #CBCBCB;
}

.blurp {
	color: #666;
	font-weight: normal;
	font-size: 16px;
}

ul {
margin-top:3px;
}

html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
/*	border:none;*/
}
h1 {
	margin: 0.1em 0em 0.5em 0em;
	padding: 0;
}
#layouttable {
	width:100%;
	border: 0px none;
	padding: 0;
	margin: 0;
	border-spacing: 0
}
#pagecontentrow {
	height:50%;
	vertical-align:top;
}
#fitcontentpanel {
	padding: 0em 0.5em 0.1em 1em;
	vertical-align:top;
}
#breadcrumbs {
	padding: 0em 0em 0em 1em;
	font-size: 0.8em;
}
#accessibility {
	padding: 0em 0em 0.3em 0em;
	font-size: 0.8em;
	position: absolute;
	left: -5000px;
}
#accessibility a {
text-decoration:none;
}

#global-header {
	margin-top: 8px;
}

#TopSectionNavTable {
	border: 0px none;
}
.TopSectionNavTableCell {
    background-color: #EFEAF1;
    color: #339;
	border: 1px solid #C1AEC9;
	padding: 7px;
}
.TopSectionNavTableCell_selected {
    background-color: #EFEAF1;
    color: #339;
	border: 2px solid #C1AEC9;
	padding: 7px;
	text-decoration:none;
}
.TopSectionNavTableCell_selected a {
	text-decoration:none;
}
.border-grey {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}
.hilite {
background-color:#FF0000;
}
.formtable {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}
.field {
	background-color: #efeaf1;
	border: 1px solid #653579;
}

.field td {
	border-bottom:1px dotted #cccccc;
}

.defaultErr, .red {
	font-weight:bold;
	color:#ff0000;
}

.defaultErrBox 
{
background-color:#FFFFCC;
padding: 0.5em;
border: 1px dashed red;
color: red;
width: 40%;
text-align: left;
}

/* Faculty of IT home page styles - Tania Bull */
.nav-table {
	margin-top: 5px;
	border-top: 1px solid #c1aec9;
}

.nav-table td {
	border-bottom: 1px solid #c1aec9;
	padding: 5px;
	color: #653579;
	margin-right: 10px;
}

.nav-table th {
	border-left: 1px solid #c1aec9;
	border-right: 1px solid #c1aec9;
	border-bottom: 1px solid #c1aec9;
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
	/* NOTE: color and background-color for the table header are specified in the infotech.css */
}
.nav-table a 
{
	text-decoration: none;
	color: #653579;
}
.nav-table a:hover{
	color: #653579;
	text-decoration: underline;
}

/* ----- */
.home-nav-table{	
	margin: 5px 0 0 10px;
}

.home-nav-table td{	
/*	padding: 4px 3px 3px 3px;  */
	padding-top: 10px;
	padding-bottom: 0px;
	color: #653579;
	text-align:left;
	margin: 0;
	font-weight:bold;
}

.home-nav-table a 
{
	text-decoration: none;
	color: #653579;
}
.home-nav-table a:link
{
	text-decoration: none;
	color: #653579;
}
.home-nav-table a:visited
{
	text-decoration: none;
	color: #653579;
}
.home-nav-table a:hover{
	text-decoration:underline;
}


/* ------ */
.home-news-table{	
/*	border-bottom: 1px dashed #c1aec9; */
}

.home-news-table td{	
/*	border-bottom:1px solid #ccc;*/
	padding: 2px;
	margin-right:10px;
}

.home-news-table th {
	/*border-bottom: 1px solid #c1aec9;
	border-right: 1px solid #c1aec9;
	border-left: 1px solid #c1aec9;*/
	padding: 2px;
	vertical-align:middle;
	/*background-color:#C6AECE;
	color:white;*/
	/* NOTE: color and background-color for the table header are specified in the infotech.css */
}
.home-news-table a 
{
	height:100%;
	text-decoration: none;
	color: #653579;
}
.home-news-table a:hover{
	/*color: white;
	background-color:#c1aec9;*/
	text-decoration:underline;
}

.home-news-table a:visited{
	color: #653579;
}

.home-news-table li {
	margin-bottom:0.5em;
	font-size:1em;
}

.home-news-item {
	font-weight:bold;
	font-size:1em;
}


/*------*/
/* START of calendar styles */
.calendar{
	width:90%;
	border:1px solid #c1aec9;
	/*background-color: #EFEBF7;*/
}

.calendar th{
	border-bottom:1px solid #c1aec9;
	background-color: #EFEBF7;
	color:#653579;
	font-weight:normal;
	width:14%;
	text-align:center;
	padding: 2px 2px 2px 2px;
}
.calendar td{
/*	border:1px dashed #c1aec9;*/
	color:#653579;
	font-weight:normal;
	width:14%;
	text-align:center;
/*	padding: 2px;*/
}
.calendar a{
	background-color:#653579;
	text-decoration:none;
	color:white;
}
.calendar a:hover{
	font-weight:bold;
}

.calendar caption{
	color:#653579;
	text-align:center;
	font-size:small;
}
a.public-holiday{
	background-color: maroon;
	text-decoration:none;
	color:white;
}
a.prev-next-month{
	color:#653579;
	text-decoration:none;
	background-color: white;
}
a.prev-next-month:hover{
	color:#003399;
	text-decoration:underline;
	background-color: white;
}
/* END of calendar styles */


.nav-table-white-text{	
	border-top: 1px solid #c1aec9;
}

.nav-table-white-text td{	
	border-bottom:1px solid #ccc;
	padding: 5px;
	color: #653579;
	margin-right:10px;
}

.nav-table-white-text th {
	border-bottom: 1px solid #c1aec9;
	border-right: 1px solid #c1aec9;
	border-left: 1px solid #c1aec9;
	padding: 3px 5px 3px 5px;
	vertical-align:middle;
	/* NOTE: color and background-color for the table header are specified in the infotech.css */
}
.nav-table-white-text a 
{
	text-decoration: none;
	color: white;
}
.nav-table-white-text a:hover{
	color: white;
	text-decoration:underline;
}

/* End of Faculty of IT home page styles */

/* Table styles */
.table-with-border{	/* entire table */
	border-top: 1px solid #c1aec9;
	border-left: 1px solid #c1aec9;
}

.table-with-border td{	/* data cell */
	border-bottom: 1px solid #c1aec9;
	border-right: 1px solid #c1aec9;
	padding: 3px 5px 3px 5px;
}

.table-with-border th {	/* header cell */
	border-bottom: 1px solid #c1aec9;
	border-right: 1px solid #c1aec9;
	padding: 3px 5px 3px 5px;
	vertical-align:middle;
	/* NOTE: color and background-color for the table header are specified in the infotech.css */
}

.border-dashed {
	border-left-color:#CCCCCC;
	border-left-style:dashed;
	border-left-width:1px;
}

.enrolment-dates-table td {border-bottom: 1px dashed #cccccc;}
/* End of table styles */


.highlight-header {/* A version of hightlight box with darker header - TODO: to be moved to infotech.css*/
    background-color: #efeaf1;
    color: #653579;
	font-size: 1.0em;
	padding: 3px;
	border-bottom: 1px solid #c1aec9;
}
.text-center {
	text-align: center;
}

/* START STYLES FOR TABBED NAVIGATION WITHIN PAGES */
/* Style of non-selected <td> tabs */
.tab {
	background-color:  #EFEAF1; /*#c1aec9;*/
	vertical-align:middle;
	padding: 0px 5px 3px 5px;
	border-left: 1px solid #c1aec9;
	border-top: 1px solid #c1aec9;
	border-right: 1px solid #c1aec9;
}
/* Style of hyperlinks within non-selected <td> tabs */
.tab a:visited, .tab a:link {
	color: #339; /*#653579;*/
	background-color:  #EFEAF1; /*#c1aec9;*/
	text-decoration:underline;
}
/* Style of hyperlinks within non-selected tabs when hovered over */
.tab a:visited:hover, .tab a:link:hover {
	text-decoration:none;
} 
/* Style of selected tab */
.tab-selected {
	background-color: #653579;
	border: 1px solid black;
	vertical-align:middle;
	padding: 0px 5px 3px 5px;
}
/* Style of hyperlinks within selected tabs */
.tab-selected a:visited, .tab-selected a:link {
	color: white;
	background-color: #653579;
	text-decoration:underline;
}
/* Style of hyperlinks within non-selected tabs when hovered over */
.tab-selected a:visited:hover, .tab-selected a:link:hover {
	text-decoration: none;
} 
/* Style of the <td> column between tabs used for separation */
.tab-spacer{
	width:2px;
	border: 1px solid White;
}
/* Style of the content <td> */
.tab-content {
	background-color: #ffffff;
	border: 1px solid #c1aec9; /*#c1aec9;*/
	padding: 5px;
	vertical-align:top;
}
/* Style of the <tr> that contains the tabs */
.tabs-row{
	margin: 0px;
	padding: 0px;
}
/* END STYLES FOR TABBED NAVIGATION */

/* tbull - doesn't look like anybody is using these styles - should be deleted
.menucolour {
	color:#EFEAF1;
	text-decoration: none;
} 
.white {
	background-color: #fff;
}

.EEE {
	background-color: #eeeeee;
}*/


.contacts {
	background-color: #eee;
	border: 1px solid #ccc;
}

.contacts td {
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	padding: 3px 5px;
}

.contacts tr.header {
	background-color: #bbb;
	font-weight: bold;
}

.menutble {
	border: 1px dashed #ccc;
}
.menutble td {
	border-right: 1px dashed #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menutble th {
	padding: 3px 5px;
}

h2.small_blurb_title {
	margin-bottom: 2px;
	padding: 0;
}

p.small_blurb {
	margin: 0;
	padding: 0;
}

.course {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

/*
.course p {
	margin: 0 10px;
	padding: 0;
}

.course h2 {
	margin: 0;
	padding: 0;
}*/

.course img {
	border: 1px dashed #ccc;
	padding: 2px;
	margin: 0 5px 5px 5px;
}
/* the University-wide caption style can be found at http://www.assets.monash.edu.au/styles/base.css */
.smaller caption{
	color: black;
	font-weight: bold;
}

.main-nav {
    background-color: #EFEAF1;
    color: #000;
    border: 1px solid #653579;
    margin: 1em;
	width: 80%;
}

.main-nav h2 {
	background-color: #efeaf1;
	color: #653579;	
}

.main-nav ul {
    background-color: #EFEAF1;
    color: #000;
    margin-top: 0.5em;
    margin-left: 1.6em;
    font-size: 0.95em
}

.main-nav li {
    margin: 0;
    border: 0px none;
    padding-top: 0.1em
}

.main-nav a:link {
    color: #000;
}

.main-nav a:hover {
    text-decoration: none;
}

/* -----------------------------------------
/* Courses look and feel 
/* --------------------------------------------*/
ul.blue-arrow li{
	margin-bottom:3px;
	list-style-image: url('http://assets.monash.edu.au/images/blue-arrow.gif');
}

/* begin course map styles */
.common-core {
	background-color: #EBE3EB;
	color: #000;
	border: 2px solid #B982B9;
}

.core {
	background-color: #EBE3EB;
	color: #000;
}

.elective {
	
	background-color: #D7C9DB ;
	color: #000;
}

.other-elective {
	background-color: #BCA4C0 ;
	color: #000;
}

.course-map {
	width: 98%;
	border: 1px solid #fff;
}
.course-map th {
	background-color: #C0C0C0;
	color: #000;
	padding: 3px;
	font-size:small;
}
.course-map td{
	padding: 3px;
	font-size:small;
}
.course-map-ledend {
	border: 1px solid #fff;
	font-size:small;
	width: 98%;
	margin: 0px;
	padding: 0px;
}

/* end of course map styles */

/* Table styles */
table.units-table {
	border-top:1px dotted #cccccc;
}

table.units-table td {
	padding:8px 4px;
	border-bottom:1px dotted #cccccc;
}

td.units-table-shaded {
	background-color:#eeeeee;
}

table.units-table .note {
	color: #F00;
	font-size: 80%;
	font-weight: bold;
}

table.units-table div.note {
	margin-top: 0.5em;
}

table.units-table div.note a {
	color: #A00;
}


.unit-details {
	font-size:0.8em;
	color:#777777;
	padding-left:1em;
	padding-top:0.5em;
}


table.table-with-dashed-rows td{
	border-bottom:1px dashed #EBE3EB;
	padding: 1px 3px 1px 3px;
}

table.table-with-border-and-dashed-rows{
	border:1px solid #C1AEC9;
}
table.table-with-border-and-dashed-rows td{
	border-bottom:1px dashed #EBE3EB;
	padding: 1px 3px 1px 3px;
}
table.table-with-border-and-dashed-rows th{
	border-bottom:1px solid #C1AEC9;
	padding: 1px 3px 1px 3px;
}
table.units-filter-table {
	width:100%;
	font-size:small;
}

table.table-with-gray-borders{
	/*border:1px dashed gray; */
	border-collapse:collapse;
	align:right;
}

table.table-with-gray-borders td {
	padding: 2px 3px 2px 3px;
	border:1px dashed gray;
	font-size:small;
/*	background-color: #F7F7F7;*/
}
table.table-with-gray-borders th {
	padding: 2px 3px 2px 3px;
	background-color: #F7F7F7;
	border:1px dashed gray;
	font-size:small;
	font-weight:bold;
	color:gray;
}

.staff-brief
{
	margin-bottom: 1.5em;
}

.staff-brief img
{
	margin-right: 1.5em;
	height: 100px;
}


/* Styles used to allow section navigations to be used inside the 
deluxe menus seen on school pages and research centres homes */

.home-nav-table ul, .home-nav-table li ul {
	list-style-image:url(/assets/images/home/nav-dot-list.gif);
	margin:0 0 0 1.15em;
	padding:0;
}

.home-nav-table li {
	padding-bottom:15px;
}

.home-nav-table li ul li {
	font-weight:normal;
	padding-bottom:0;
}

.home-nav-table .section-nav-body {
	padding:0;
}

/* Styles used for the promotional items on the public homepage */

.promo-table {
	background-color:#efeaf1;
}

.promo-table img {
	border:1px solid #c1aec9;
	margin-right:0.7em;
	float:left;
}

.promo-table td {
	font-size:0.9em;
	padding:8px;
	border:1px solid #c1aec9;
	background-color:#ffffff;
}

.promo-table h2 {
	margin-top:0;
	margin-bottom:1em;
	font-size:1.1em;
	clear:none;
}

.promo-table p {
	margin:0;
}
