body
   {
      font-size: 14px;
      background-color: white;
      font-weight: bold;     
      background-attachment: fixed;
   }

.header
{
	font-size: 14px;
	font-weight: bold;
	font-family: cursive;
}

.noborder
{
   border: 0px;
}

#sidebar
{
   overflow: auto;
   background-color: green;
   border: 0px;
   font-size: 100%;
   padding: 15px;
   top: 0px;
   left: 0px;
   right: 80%;
   height: 100%;
   position: fixed;
}

#sidebarbottom
{
   overflow: auto;
   background-color: green;
   border: 0px;
   font-size: 100%;
   padding: 15px;
   top: 780px;
   left: 150px;
   right: 80%;
   height: 100%;
   position: fixed;
}

table
{
   text-align: left;
   empty-cells: show;
   border-collapse: collapse;
   border: thin solid black;
   font-weight: bold;
   padding-left: 10px;
}

th
{
   empty-cells: show;
   border: thin dotted gray;
   width: auto;
   padding-left: 10px;
   padding-right: 10px;
}

td
{
   padding-left: 10px;
   padding-right: 10px;
   empty-cells: show;
   border: thin dotted gray;
   width: 125px;
}

.cmd{ color: red }

.teach{ background-color: red; }

.mathlab{ background-color: green; }

.class{ background-color: blue; }

.office{ background-color: yellow; }

.lunch{ background-color: #ff9900; }

.student{ background-color: #00ffff; }

#main
{
   overflow: auto;
   font-size: 17px;
   padding: 15px;
   top: 15%;
   left: 20%;
   height: 80%;
   right: 0px;
   position: fixed;
}

#title
{
	font-size: 140%;
	padding: 15px;
	top: 0px;
	left: 20%;
	right: 0px;
	bottom: 82%;
	position: absolute;
	z-index: 99;
}

.click
{
   
   text-decoration: underline;
   color: blue;
}

.auto
{
   width: auto;
}

.acell
{
	height: 400px;
	width: 400px;
}

.cancel
{
   background-color: purple;
}
