/******************************/
/* Styles for Timetable pages */
/******************************/
body.timetable {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /* background-image: url("parchmtl.jpg") */
  
}
/* original colors... */
.day0 { background-color: #ff8080; }
.day1 { background-color: #ffc080; }
.day2 { background-color: #ffff80; }
.day3 { background-color: #80ff80; }
.day4 { background-color: #8080ff; }
.day5 { background-color: #c080c0; }
.day6 { background-color: #ff80ff; }
/* rainbow colors... */
.rainbowday0 { background-color: #ff8080; }
.rainbowday1 { background-color: #ffc080; }
.rainbowday2 { background-color: #ffff80; }
.rainbowday3 { background-color: #80ff80; }
.rainbowday4 { background-color: #8080ff; }
.rainbowday5 { background-color: #c080c0; }
.rainbowday6 { background-color: #ff80ff; }
/* reverse colors... */
.reverseday4 { background-color: #ff8080; }
.reverseday3 { background-color: #ffc080; }
.reverseday2 { background-color: #ffff80; }
.reverseday1 { background-color: #80ff80; }
.reverseday0 { background-color: #8080ff; }
.reverseday5 { background-color: #c080c0; }
.reverseday6 { background-color: #ff80ff; }
/* alternate colors... */
.alternateday0 { background-color: #80c0ff; }
.alternateday1 { background-color: #ffff80; }
.alternateday2 { background-color: #80c0ff; }
.alternateday3 { background-color: #ffff80; }
.alternateday4 { background-color: #80c0ff; }
.alternateday5 { background-color: #ffff80; }
.alternateday6 { background-color: #80c0ff; }
/* greyscale... */
.greyday0 { background-color: #ffffff; }
.greyday1 { background-color: #eeeeee; }
.greyday2 { background-color: #dddddd; }
.greyday3 { background-color: #cccccc; }
.greyday4 { background-color: #bbbbbb; }
.greyday5 { background-color: #aaaaaa; }
.greyday6 { background-color: #999999; }

/***************************/
/* Styles for Finder pages */
/***************************/
body.finder {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/

  }
a.finder1 { text-decoration: underline; }
a.finder0 { text-decoration: none; }
a.ttlink  { text-decoration: none; }
a.xmllink {}
a.pdflink {}

/***************************/
/* Styles for Intro page */
/***************************/
body.intro {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /* background-image: url("blumrbll.jpg");*/
  text-align: center;
}
table.intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/********************************/
/* General Styles for all pages */
/********************************/
/*hr {color: sienna}*/
/*
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
	text-decoration: underline;
}
*/
@media print {
  .noprint { display:none; }
  .doprint { display:none; }
  .MenuRow { display:none; }
}

/*******************************/
/* Styles for Navigation pages */
/*******************************/
p.nav {
	color: #222222;
}
.anav:link {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #FFFFFF;
	text-decoration: none;
}
.anav:visited {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.anav:hover {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
	text-decoration: underline;
}
.MenuRow {
  height: 30px;
  background-color: #666666;
}
.maincontent
{
	margin-left: 10px;
	margin-right: 10px;
}
.publishtime
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 80%;
}
/* These are hacks to get the USQ look and feel working correctly */

/* This one is for the line height of the top and bottom bar */
.linetop, .linetopright, .linefooter, .linefooterright {
font-size: 1px;
}

/* This one is for the image at the bottom right of the bottom bar */
.linefooterright{
	background-image: url(../images/right_botcorner_line.gif);
	background: bottom;
}
/* These two are for the header links. The first is for IE and the second is for others */
.header_links {
	float: right;
	margin-bottom:5px;
}
html>body .header_links{
	margin-bottom: 0px;
	padding-right: 12px;
	
}
/* This one is for the search area */
.header_search fieldset
{
	width: 100%;
	text-align: right;
	float: right;
}
