/* -----------------------------------------
/* 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 td{
	border-bottom:1px dashed #EBE3EB;
	padding: 1px 3px 1px 3px;
}

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;
}

