/******************************/
/* Styles for Timetable pages */
/******************************/
body.timetable {
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /*background-image: url("parchmtl.jpg");*/
  background-color: #CFCCBC;
  background: fixed -moz-linear-gradient(-45deg,  #cfccbc 0%, #ccc08e 100%);
  background: fixed -webkit-gradient(linear, left top, right bottom, color-stop(0%,#cfccbc), color-stop(100%,#ccc08e));
  background: fixed -webkit-linear-gradient(-45deg,  #cfccbc 0%,#ccc08e 100%);
  background: fixed -o-linear-gradient(-45deg,  #cfccbc 0%,#ccc08e 100%);
  background: fixed -ms-linear-gradient(-45deg,  #cfccbc 0%,#ccc08e 100%);
  background: #CFCCBC fixed linear-gradient(135deg,  #cfccbc 0%,#ccc08e 100%);
}
/* 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 with gradient... */
.reverseday0 { background-color: #8080ff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #8080ff 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#8080ff));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#8080ff 50%);
  background: -o-linear-gradient(left,  #ffffff 0%,#8080ff 50%);
  background: -ms-linear-gradient(left,  #ffffff 0%,#8080ff 50%);
  background: linear-gradient(to right,  #ffffff 0%,#8080ff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8080ff',GradientType=1 );
}
.reverseday1 { background-color: #80ff80;
  background: -moz-linear-gradient(left,  #ffffff 0%, #80ff80 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#80ff80));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#80ff80 50%);
  background: -o-linear-gradient(left,  #ffffff 0%,#80ff80 50%);
  background: -ms-linear-gradient(left,  #ffffff 0%,#80ff80 50%);
  background: linear-gradient(to right,  #ffffff 0%,#80ff80 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ff80',GradientType=1 );
}
.reverseday2 { background-color: #ffff80;
  background: -moz-linear-gradient(left,  #ffffff 0%, #ffff80 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ffff80));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#ffff80 50%);
  background: -o-linear-gradient(left,  #ffffff 0%,#ffff80 50%);
  background: -ms-linear-gradient(left,  #ffffff 0%,#ffff80 50%);
  background: linear-gradient(to right,  #ffffff 0%,#ffff80 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffff80',GradientType=1 );
}
.reverseday3 { background-color: #ffc080;
  background: -moz-linear-gradient(left,  #ffffff 0%, #ffc080 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ffc080));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#ffc080 50%);
  background: -o-linear-gradient(left,  #ffffff 0%,#ffc080 50%);
  background: -ms-linear-gradient(left,  #ffffff 0%,#ffc080 50%);
  background: linear-gradient(to right,  #ffffff 0%,#ffc080 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc080',GradientType=1 );
}
.reverseday4 { background-color: #ff8080;
  background: -moz-linear-gradient(left,  #ffffff 0%, #ff8080 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ff8080));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#ff8080 50%);
  background: -o-linear-gradient(left,  #ffffff 0%,#ff8080 50%);
  background: -ms-linear-gradient(left,  #ffffff 0%,#ff8080 50%);
  background: linear-gradient(to right,  #ffffff 0%,#ff8080 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff8080',GradientType=1 );
}
.reverseday5 { background-color: #c080c0;
  background: -moz-linear-gradient(left,  #ffffff 0%, #c080c0 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#c080c0));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#c080c0 50%);
  background: -o-linear-gradient(left,  #ffffff 0%,#c080c0 50%);
  background: -ms-linear-gradient(left,  #ffffff 0%,#c080c0 50%);
  background: linear-gradient(to right,  #ffffff 0%,#c080c0 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c080c0',GradientType=1 );
}
.reverseday6 { background-color: #ff80ff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #ff80ff 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#ff80ff));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#ff80ff 50%);
  background: -o-linear-gradient(left,  #ffffff 0%,#ff80ff 50%);
  background: -ms-linear-gradient(left,  #ffffff 0%,#ff80ff 50%);
  background: linear-gradient(to right,  #ffffff 0%,#ff80ff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff80ff',GradientType=1 );
}
/* reverse colors without gradient... */
.revday0 { background-color: #8080ff; }
.revday1 { background-color: #80ff80; }
.revday2 { background-color: #ffff80; }
.revday3 { background-color: #ffc080; }
.revday4 { background-color: #ff8080; }
.revday5 { background-color: #c080c0; }
.revday6 { 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;*/
  /*background-image: url("blumrbll.jpg");*/
  background-color: #C8D8E5;
  background: fixed -moz-linear-gradient(-45deg,  #c8d8e5 0%, #88bbe2 100%);
  background: fixed -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c8d8e5), color-stop(100%,#88bbe2));
  background: fixed -webkit-linear-gradient(-45deg,  #c8d8e5 0%,#88bbe2 100%);
  background: fixed -o-linear-gradient(-45deg,  #c8d8e5 0%,#88bbe2 100%);
  background: fixed -ms-linear-gradient(-45deg,  #c8d8e5 0%,#88bbe2 100%);
  background: #C8D8E5 fixed linear-gradient(135deg,  #c8d8e5 0%,#88bbe2 100%);
}
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");*/
  background-color: #C8D8E5;
  background: fixed -moz-linear-gradient(-45deg,  #c8d8e5 0%, #88bbe2 100%);
  background: fixed -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c8d8e5), color-stop(100%,#88bbe2));
  background: fixed -webkit-linear-gradient(-45deg,  #c8d8e5 0%,#88bbe2 100%);
  background: fixed -o-linear-gradient(-45deg,  #c8d8e5 0%,#88bbe2 100%);
  background: fixed -ms-linear-gradient(-45deg,  #c8d8e5 0%,#88bbe2 100%);
  background: #C8D8E5 fixed linear-gradient(135deg,  #c8d8e5 0%,#88bbe2 100%);
  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: }
  .MenuRow { display:none }
  table    { background-color: transparent; }
  body.timetable { background-image: none; background-color: transparent; }
  body.finder    { background-image: none; background-color: transparent; }
  body.intro     { background-image: none; background-color: transparent; }
}

/*******************************/
/* Styles for Navigation pages */
/*******************************/
p.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #222222;
}
.anav:link {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	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;
}
.Button {
  background-image: url("LargeBtn.gif");
  background-color: #003399;
  width:            77px;
  width:            expression("85px");
  height:           18px;
  height:           expression("22px");
  text-align:       Center;
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        12px;
  font-weight:      normal;
  color:            #FFFFFF;
  cursor:           pointer;
  cursor:           hand;
  text-overflow:    ellipsis;
  overflow:         hidden;
  padding:          4px;
  padding-bottom:   0px;
  vertical-align:   text-bottom;
  text-decoration:  none;
  display:          block;
}
.Button:link { color: #FFFFFF;}
.Button:visited { color: #FFFFFF;}
.Button:hover {
  text-decoration:  underline;
  background-color : #CCCCCC; color : #000000;
}
.BigButton {
  background-image: url("ExtraLargeBtn.gif");
  background-color: #003399;
  width:            162px;
  width:            expression("170px");
  height:           18px;
  height:           expression("22px");
  text-align:       Center;
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        12px;
  font-weight:      normal;
  color:            #FFFFFF;
  cursor:           pointer;
  cursor:           hand;
  text-overflow:    ellipsis;
  overflow:         hidden;
  padding:          4px;
  padding-bottom:   0px;
  vertical-align:   text-bottom;
  text-decoration:  none;
  display:          block;
}
.BigButton:link { color: #FFFFFF;}
.BigButton:visited { color: #FFFFFF;}
.BigButton:hover {
  text-decoration:  underline;
  background-color : #CCCCCC; color : #000000;
}

