﻿@import url("../styles/main.css");

#calendargrid {
	font-size:10px;
	margin-left:2px;
}
#calendargrid p {
	width:660px; padding:1px 0px 1px 0px;
	}
#calendargrid table.maingrid {
	border: 0px #C0C0C0 solid;width:680px; padding:2px; text-align:left;
	border: 0px #C0C0C0 solid;width:670px; padding:1px; text-align:left;
}
#calendargrid table.innergrid {
	border: 0px #C0C0C0 solid; width:100%; padding:1px;
}
#calendargrid td {
	border:1px #C0C0C0 solid; padding:2px;
}
#calendargrid td.spacer {background-color:#ffffff;height:1px;padding:0px;border-width:1px;}
#calendargrid td.wknd {
	width:10%; color :#000000; font-weight :normal; 
	overflow:scroll;
	overflow: hidden;
}
#calendargrid td.wkdy {
	width: 15%;
	color : #000000;
	font-weight : normal;
	overflow: scroll;
	overflow: hidden;
}
#calendargrid tr.rowheader {
	height:15px;
	background-color:silver;
}
#calendargrid tr.dayheader {
	height:15px;
}
td.arrows {
	width:10%; color :#000000; font-weight :normal;
	vertical-align:middle;	
}
td.NON {
	color : #C0C0C0;
	font-weight : normal;
	text-align: right;
	vertical-align: text-bottom;
}
  td.TOP {color :#0000FF; font-weight :bold;}
  td.some {color :#000000; font-weight :normal; }

  A.NOEVENT:Link {color :#000000; font-weight :normal; text-decoration: none;}
  A.NOEVENT:Visited {color :#000000; font-weight :normal; text-decoration: none;}

  A.EVENT:Link {color :#2E64C5; font-weight :bold; text-decoration: none;}
  A.EVENT:Visited {color :#2E64C5; font-weight :bold; text-decoration: none;}

  A.ListEvent:Link {color :#2E64C5; font-weight :bold; text-decoration: none;}
  A.ListEvent:Visited {color :#2E64C5; font-weight :bold; text-decoration: none;}
  A.ListEvent:hover {color :#2E64C5; font-weight :bold; text-decoration: underline;}

  A.NORMAL:Link {color :#2E64C5; font-weight :normal; text-decoration: none;}
  A.NORMAL:Visited {color :#2E64C5; font-weight :normal; text-decoration: none;}
#calendargrid a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	line-height: 12px;
	font-weight: normal;
	color: #2E64C5;
	text-decoration: none;
}
#calendargrid a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	line-height: 12px;
	font-weight: normal;
	color: #2E64C5;
	text-decoration: underline;
}
#calendargrid .redarrow {
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

#calendarlist table {
	width:98%;
}
#calendarlist tr.rowheader {
	color:maroon;
	background-color:#dddddd;
	text-align:center;
}
#calendarlist td.headerdate {
	width:15%;
}
#calendarlist td.program {
	width:85%;
}
#calendarlist td.location {
	width:85%;
}
#calendarlist td.duration {
	width:15%;
}
#calendarlist td.fee {
	width:20%;
}
#calendarlist td.classsize {
	width:20%;
}
#calendarlist td.prereq {
	width:20%;
}
#calendarlist td.credits {
	/* width:20%; */
}
#calendarlist td {
	border:1px #C0C0C0 solid; padding:2px;
}
#calendarlist td.datetimecol {
	color:#000066;
	width:10%;
}
#calendarlist .datetime {
	color:#000066;
	font-size:12px;
}
#calendarlist .yearday {
	color:#444;
	font-size:12px;
}
#calendarlist .details {
	text-align:left;
}
#calendarlist .row3 {
	text-align:center;
}
#calendarlist img {
	margin:0px;
	padding:0px;
	display:inline;
}
#filter {
	margin:0px 0px 0px 2px;
	padding:0px 0px 0px 0px;
	width:98%;
}
#filter table {
	width:100%;
}
#filter input {
	font-size:12px;
	line-height:12px;
	height:18px;
}
#filter select {
	font-size:12px;
	line-height:12px;
	padding:0px;
}
