@import url(http://www.une.edu.au/styles/full_width.css);
/*
 Ideas for CSS systems from:
 http://clearleft.s3.amazonaws.com/2008/cssSystems_notes_small.pdf
 */

/*
 * Elements
 */

th {
	text-align: left;
}

/*
 * Id's
 */

#years {
	background:#E9EDFF none repeat scroll 0 0;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	color:#666666;
	float:right;
	font-weight:bold;
	margin:0;
	padding: 8px 16px;
	position:relative;
	top:-10px;
	width: 280px;
	text-align: right;
}

#years ul,
#years li {
	display: inline;
	margin: 0;
	padding: 0;
}
#years li {
	padding: 5px;
	border: 1px solid transparent;	
}

#years li.selected {
	background: #3366CC;
	border-color: white;
	color: white;
}

#loading {
        position: absolute;
        top: 5px;
        right: 5px;
}

#calendar {
        margin: 20px auto auto;
	float: left;
	width: 100%;
}

#page #main {
	width: auto;
}

#loadingCalendar {
	position: absolute;
	display: none;
}

#unitTabs {
	height: 10.5em;
}

#draft #une_logo a {
	background:url(https://www.une.edu.au/images/logos/une_logo.png) !important;
}

#draft #global_links, #work-in-progress #une_logo {
	background:#FF9900 !important;
	color:black !important;
}

#draft #global_links a {
	color:black !important;
}

#draft #content {
	background:url(https://www.une.edu.au/images/draft-watermark.jpg) repeat white !important;
}

#draft #global_links #search_link #q {
	background:#FFCC66 !important;
}

/*
 * classes
 */

iframe.map {
	border: 1px solid black;
	padding: 2px;
	margin: 4px;
}

iframe {
	margin-top: 10px;
	float: left;
}

table.course {
	border: 1px solid black;
	border-collapse:collapse;
}
table.course td,
table.course th {
	border: 1px solid black;
	padding: 3px;
}
table.course th {
	background: #eee;
}
table.course a img {
	background: white;
}

table td.schedule,
table td.duration {
	white-space: nowrap;
}

.map {
	background: transparent url(http://www.une.edu.au/images/icons/silk/map.png) right no-repeat;
	padding: 5px 18px 5px 6px;
	font-size: 10px;	
}

ul.schools {
	overflow: auto;
	padding: 0;
	margin: 0;
}

ul.schools li {
	float: left;
	width: 280px;
	display: block;
	background: transparent url(http://www.une.edu.au/images/icons/silk/bullet_black.png) left no-repeat;
	padding: 0 0 0 20px;
}

ul.units {
	max-height: 27px;
}

div.renderCal {
	min-height: 250px;
	margin-top: 10px;
}

div.eventResults {
	background-color: #FFFEF0;
	border:1px solid #FFDDAA;
	padding:0.5em 1em;
	margin-top: 1em;
}

div.cart {
	float: left;
}

div.linkMenu {
	float: right;
	background-color: #E9EDFF;
	border: 1px solid #D0D0DF;
	padding: 15px 10px;
	margin: 5px;
}

div.menuLink {
	padding: 2px;
}

div.calDetails {
	font-size: 0.8em;
	color: #777;
	padding-top: 5px;
	clear: both;
}

.streamLined {
	margin: 0;
	padding: 0;
	font-size: 95%;
}

.iconnedList {
	list-style-type: none;
}

.tt-config-row-enabled td {
	background: #effada !important;
}

.tt-config-row-draft td {
	background: #FC3 !important;
}

.tt-config-row-disabled td {
	background: #F77 !important;
}
