ul#quicklinks {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#quicklinks li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#quicklinks li a {
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 1.3em;
	float: left;
	text-decoration: none;
	border: 1px solid #eee;
	background: #f8f6f4;
	margin: 4px;
	text-align: center;
	-moz-border-radius: 4px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, sans-serif;
}
ul#quicklinks li a:hover {
	background: #fff;
}

table#schedule tr th {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.15em;
	text-align: center;
	text-shadow: #ba9 2px 2px 1px;
}
table#schedule tr th.time {
	text-align: right;
	font-size: 1.5em;
	width: 70px;
	padding: 5px;
}
table#schedule tr th small {
	display: block;
	font-size: 10px;
	color: #cba;
	font-weight: normal;
	text-shadow: #fff 1px 1px 2px;
}
table#schedule tr:hover th.time, table#schedule tr:hover th.time small {
	color: #b64;
}
table#schedule tr td {
	border-color: #f2eae4;
	border-width: 0 2px 1px 2px;
	border-style: solid;
}
table#schedule tr:hover td {
	border-left-color: #ece6e0;
}
table#schedule tr:hover th.time {
	font-size: 2.2em;
}

/* EVENTS */
table#schedule .event {
	border-top: 1px dotted #bcd;
	margin-top: 2px;
	padding-top: 2px;
}
.event small {
	font-size: 9px;
	color: #789;
}
.event small acronym {
	border-bottom-color: #abc;
}
table#schedule .first {
	border-top: none;
	margin-top: 0;
}
table#schedule tr td {
	vertical-align: top;
}
table#schedule tr td.busy {
	background-color: #f3f8fd;
	background-image: url(/schedules/images/busy.png);
	border-width: 3px;
	border-color: #cdeaf3;
	margin-right: 1px;
}
table#schedule tr td.busy:hover {
	border-color: #d86;
	background: #fff8f0;
}
table#schedule tr td.busy:hover .event {
	border-top-color: #dcb;
}

table#schedule tr td.busy:hover small, table#schedule tr td.busy:hover small acronym, div#scheduleDetails small, div#scheduleDetails small acronym {
	color: #c97;
	border-bottom-color: #cba;
}

/* WEEK NAV */
ul#weekNav {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#weekNav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#weekNav li a, ul#weekNav li span {
	display: block;
	width: 2em;
	float: left;
	text-align: center;
	background: #FFD55F;
	border: 2px solid #FFD55F;
	-moz-border-radius: 4px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, Sans-serif;
	font-weight: bold;
	margin: 0 5px .5em 0;
	color: #584C40;
	text-decoration: none;
}
ul#weekNav li#thisWeek a, ul#weekNav li#thisWeek span {
	width: 7em;
}
ul#weekNav li a:hover {
	background: #FFE58F;
	color: #000;
}
#nextWeek {
	margin-right: 0;
}
ul#weekNav li span {
	background-color: #F4FFC0;
	border-color: #C0DA83;
	color: #66775B;
}

/* TODAY */
table#schedule tr th.today {
	color: #654;
	font-size: 1.2em;
	border-style:solid;
	border-width: 2px 2px 1px 2px;
	border-color: #c0da83;
	border-bottom-color: #fff;
	-moz-border-radius: 7px 7px 0 0;
	background-color: #f4ffc0;
	color: #674;
}
table#schedule tr th.today small {
	color: #ab8;
}
table#schedule tr td.today {
	border-left-color: #c0da83;
	border-right-color: #c0da83;
}
table tr td.today {
	background-image: url(/modules/components/classes/faded-2.png);
}
table tr:hover td.today {
	background-image: url(/modules/components/classes/faded-4.png);
}

/* EVENT DETAILS BOX */
div#scheduleDetails {
	width: 500px;
	background: #fff8f0;
	border: 6px solid #d86;
	-moz-border-radius: 10px;
	display: none;
	position: absolute;
	z-index: 1000 !important;
}
img#schedulePointer {
	display: none;
	position: absolute;
	z-index: 50 !important;
}
.hidden {
	visibility: hidden;
}
div#scheduleDetails h3 {
	margin: 0;
	padding-top: 4px;
	padding-left: 8px;
	background: #d86;
	color: #fff;
	border-bottom: 1px solid #b75;
	text-shadow: #400 1px 1px 70px;
}
div#scheduleDetails h3 small {
	color: #fdb;
	font-size: .7em;
}
div#scheduleDetails table {
	margin-bottom: 1px;
}
div#scheduleDetails table tr td {
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
div#scheduleDetails table tr td.name, div#scheduleDetails table tr td.title {
	text-align: right;
	font-weight: bold;
	width: 36%;
	padding-right: 5px;
	color: #310;
	background: #f6f0e6;
	border-bottom: 1px solid #f0e0d4;
	border-right: 1px solid #f0e0d4;
}
div#scheduleDetails table tr td.title small {
	font-weight: normal;
}
div#scheduleDetails acronym {
	border: none;
}
div#scheduleDetails table {
	width: 100%;
	border-spacing: 0;
}
div#scheduleDetails table tr td.description {
	font-size: 9px;
	line-height: 13px;
	padding: 4px;
}

/* SPARKLINES */
.sparkline {
	height: 1px;
	line-height: 1px;
	background: #fec;
	margin: 2px -5px 0 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #dcb;
	text-align: left !important;
}
td.description .sparkline {
	margin: 2px -4px 0 -4px;
}
.sparkline .bar {
	background: #b75;
	height: 3px;
	margin: -1px 0;
	position: relative;
}

/* LIST OF SCHEDULES */
#facultyform {
	margin-top: 2em;
}
div#cCol div#pageContent #facultyform fieldset {
	border: none;
	padding: 0;
	margin: 0 0 1.5em 0;
}
div#cCol div#pageContent .facultyform fieldset legend {
	margin-bottom: -6px;
	*margin-bottom: -2px;
}
div#cCol div#pageContent .facultyform fieldset legend a {
	font-family: Garamond, Georgia;
	font-size: 120px;
	font-weight: normal;
	padding: 0 0 0 35px;
	color: #f4f4f4;
	display: block;
	height: .63em;
	line-height: 1em;
	overflow: hidden;
}
ol.schedules {
	list-style: none;
	margin: 0 0 0 2em;
	padding: 0;
}
ol.schedules li {
	margin-left: 0;
	padding-left: 0;
	text-indent: -24px;
	margin-left: 24px;
	width: 39%;
	float: left;
	display: block;
}
* HTML ol.schedules li input {
	display: block;
	width: 20px;
	float: left;
}
/* FLOATING BOX */
#movingselection {
	width: auto;
	width: 220px;
	margin-left: 125px;
	border: 5px solid #a5B545;
	-moz-border-radius: 8px;
	background: #F7Fdd6;
	display: none;
	/* For Netscape 4, IE 4.x-5.0/Win and other lesser browsers */
	position: absolute;
	top: 300px;
	left: 50%;
}
html>body #movingselection {
  /* For Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
}
#movingselection h4, #movingselection p {
	background: #a5B545;
	margin: 0;
	text-align: center;
}
div#cCol div#pageContent div#movingselection h4 {
	border-bottom: 2px solid #90aa63;
	color: #fff;
	padding: 2px 0;
	margin-top: 0;
}
#movingselection p {
	border-top: 2px solid #90aa63;
}
#movingselection ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	border-right: 2px solid #90aa63;
	border-left: 2px solid #90aa63;
}
#movingselection ul li {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 3px 8px;
	margin: 0 3px;
	list-style: none;
	list-style-type: none;
}

#pageContent {
	position: relative !important;
}


/********************************************/
/*
.vcard, .office {
	display: block;
	padding: 0;
	position: relative;
	margin: 8px;
	page-break-inside: avoid;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
}
.office {
	width: 348px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.vcard {
	width: 47%;
	height: 132px;
}
.office .tel {
	padding: 0 0 3px 8px;
}

* HTML .vcard, * HTML .office {
	height: 140px;
}
#pageContent div.vcard h4.fn, #pageContent div.office h4.fn {
	color: #000;
	background: #f8f5f2;
	margin: 1px;
	padding: 10px 8px 4px 8px;
	-moz-border-radius: 5px 5px 0 0;
}
.vcard .personDetails, .office .officeDetails {
	margin: 0 1px 1px 1px;
	background: #fbf9f5;
	padding-top: 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.vcard .title, .vcard .dept, .vcard .building, .vcard .tel, .vcard .email {
	margin-left: 1em;
}


.vcard .photo {
	position: absolute;
	right: 2px;
	top: 35px;
	padding: 5px;
	margin: 0 8px 0 0;
	background: #fff;
	clear: both;
	border: 1px solid #eee;
	-moz-border-radius: 8px;
}
*/