a.category1, a.category1:visited, a.category1:hover {
  color: #000000;
}
a.category2, a.category2:visited, a.category2:hover {
  color: #006600;
}
a.category3, a.category3:visited, a.category3:hover {
  color: #660066;
}
a.category4, a.category4:visited, a.category4:hover {
  color: #CC6600;
}
a.nocategory, a.nocategory:visited, a.nocategory:hover {
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
textarea {
  font-size: 12px;
  overflow: auto;
}
.errortext {
  color: #990000;
}
.main {
  border-bottom: 1px solid #000033;
  border-right: 1px solid #000033;
  width: 100%;
  clear: both;
}
.main th {
  font-size: 12px;
  background-color: #D9DFF6;
  border-top: 1px solid #000033;
  border-left: 1px solid #000033;
  vertical-align: bottom;
  padding: 2px;
  color: #000000;
}
.main td {
  height: 75px;
  background-color: #FFFFFF;
  border-top: 1px solid #000033;
  border-left: 1px solid #000033;
  vertical-align: top;
}
.main td.today {
  background-color: #FFF6BB;
}
.main td.notmonth {
  height: 75px;
  background-color: #EEEEEE;
  border-top: 1px solid #000033;
  border-left: 1px solid #000033;
  vertical-align: top;
}
.dayofmonth {
  font-size: 1em;
  color: #000033;
  font-weight: bold;
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right: 1px solid #000033;
  border-bottom: 1px solid #000033;
  padding: 0px 2px 0px 3px;
  background-color: #EEEEEE;
}

P.eventtext {
	font-size: .85em;
	margin: 4px 2px 0px 2px;
	text-decoration: none;
}
P.holiday {
	font-size: .85em;
	color: #990000;
	background-color: #F3EEEE;
	margin: 4px 2px 0px 2px;
	padding: 2px;
	text-decoration: none;
	text-align: center;
}

DIV.admintools {
	float: right;
	width: 125px;
	padding: 5px;
	background-color: #E9EFF6;
}

/* Calendar for new SBTS.edu, Jan. 2009 */

#calendar h1.page-title { margin-bottom:0; }

.the-calendar table caption
{
	font-family: Palatino, "Palatino Linotype", Constantia, "Book Antiqua", "URW Palladio L", "Times New Roman", Georgia, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	background-color:transparent;
}

.the-calendar table, .the-calendar table th, .the-calendar table td { border:0; }
.the-calendar table.main, .the-calendar table.month-nav { border-left:1px solid #d0d0d0; }
.the-calendar table.month-nav { margin-bottom:10px; background-color:#e0e0e0; }
.the-calendar table.main td, .the-calendar table.month-nav td { border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; }
.the-calendar table.main th { padding:5px 10px 10px 5px; color:#fff; border-right:1px solid #fff; border-bottom:1px solid #fff; background-color:#033477; }
.the-calendar table.main td span.dayofmonth { font-size:18px; font-weight:normal; color:#444; border:0; background-color:transparent; }
.the-calendar table.main td.notmonth { border:0; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; background-color:#f0f0f0; }

