/*
* Stylesheet for CSE1402 based on 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;
}
.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
}

h2, h3, h4 {
	color: #339;
	padding-bottom: 2px;
}

h5, h6 {
	color: #666;
}

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;
}

/* 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: Gray;
	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: 0;
	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 0em 1em;
	font-size: 0.8em;
}
#accessibility a {
text-decoration:none;
}
#TopSectionNavTable {
	border: 0;
}
.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;
}
.defaultErr { font-weight:bold; color:red; }

/* Faculty of IT home page styles - Tania Bull */
.nav-table{	
	border-top: 1px solid #c1aec9;
}

.nav-table td{	
	border-bottom:1px solid #ccc;
	padding: 5px;
	color: #653579;
	margin-right:10px;
}

.nav-table 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 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;
	color: #653579;
	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 
{
	display: block;
	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;
}


/*------*/
/* 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;
	background:#fff;
}

.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: #653579;
    color: white;
	border-bottom: 1px solid #C1AEC9;
}
.text-center {
	text-align: center;
}

/* CSE1402 Specific Timetables */
.timetable th {
  border-right-width: 0.1em;
  border-right-style: solid;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-left: none;
  border-color: #666;
}



.timetable td {
  padding: 0.8em;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
  border-top: none;
  border-left: none;
  font-size: 80%;
  border-color: #666;
}

.timetable td.time {
  border-left-style: solid;
  border-left-width: 0.1em; 
}

.timetable td.corner {
  border-top-style: solid;
  border-top-width: 0.1em; 
  border-left-style: solid;
  border-left-width: 0.1em; 
}

.timetable td.pracStart {
  border-color: #000000;
  border-width: 0.2em;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-bottom-width: 0.1em;
  border-bottom-color: #666;
  background-color: #b1d9f4;
}

.timetable td.pracEnd {
  border-color: #000000;
  border-width: 0.2em;
  border-top: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  background-color: #b1d9f4;
}

.timetable td.lecture {
  border-color: #000000;
  border-width: 0.2em;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  background-color: #99B7AF;
}

.timetable td.consultation {
  border-color: #000000;
  border-width: 0.2em;
}

.timetable td.consultationEnd {
  border-color: #000000;
  border-width: 0.2em;
  border-top: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  background-color: #CFa19C;
}

.timetable td.consultationStart {
  border-color: #000000;
  border-width: 0.2em;
  background-color: #CFa19C;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-bottom-width: 0.1em;
  border-bottom-color: #666;
}

.timetable td.consultationMid {
  border-color: #000000;
  border-width: 0.2em;
  background-color: #CFa19C;
  border-top: none;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-bottom-width: 0.1em;
  border-bottom-color: #666;
}
.timetable td.lls, .timetable td.llsEnd {
  border-color: #000000;
  border-width: 0.2em;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  background-color: #F9E8CD;
}

.timetable td.llsStart, .timetable td.llsMid {
  border-color: #000000;
  border-width: 0.2em;
  background-color: #F9E8CD;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-bottom-width: 0.1em;
  border-bottom-color: #666;
}

.timetable td.llsStartRight, .timetable td.llsMidRight {
  border-color: #000000;
  border-width: 0.2em;
  background-color: #F9E8CD;
  border-top-style: solid;
  border-left-style: none;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-bottom-width: 0.1em;
  border-bottom-color: #666;
}

.timetable td.llsStartLeft, .timetable td.llsMidLeft {
  border-color: #000000;
  border-width: 0.2em;
  background-color: #F9E8CD;
  border-top-style: solid;
  border-left-style: solid;
  border-right: none;
}


/* 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;
}
