﻿/* Main Outer box */
.box {
  position: relative;	
  top: 1px;
  width: 984px;
  text-align: center;
  vertical-align: middle;
}

/* 4 Columns */
.innerbox {
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 0px;
  float: left;
  position: relative;	
  width: 240px;
  text-align: left;
  list-style-type: none;
  margin: 0;
}

/* Calendar colum title text */
.eventTitle {
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none; 
	color: #773d97;
}

.eventTitle a {
	color: #773d97; 
	text-decoration:none;
}
.eventTitle a:hover   {
	color:#cc99cc; 
	text-decoration: none;
}

/* Calendar column location text */
.eventDescrip {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: regular;
	text-decoration: none; 
	color:#773d97;
	line-height:0.8em;
	padding-bottom:10px;
}

.eventDescrip a {
	color:#773d97; 
	text-decoration:none;
}
.eventDescrip a:hover   {
	color:#cc99cc; 
	text-decoration: none;
}

/* Date icons */
.purplesquareon{
	margin-top: 2px; 
	float:left; 
	width:61px; 
	height: 31px; 
	background-image:url('/Style Library/homeimages/calen_dateoff.gif'); 
	background-repeat: no-repeat;
}

/*.purplesquareon:hover{
	margin-top: 2px;
	float:left; 
	width:61px;
	height: 31px;
	background-image:url('/Style Library/homeimages/calen_dateon.gif'); 
	background-repeat: no-repeat;
}*/

/* Month Text */
.months{
	line-height:2.4em; 
	font-family: tahoma; 
	color:#ffffff; 
	font-size:12px;
	
}

/* Date Text */
.dates{
	font-size:17px; 
	font-weight:bold;
}

.titleText{
	font-family: Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	color: #773d97;
	width: 200px;  /* this is used to keep the green arrow image at the end of the inner box */
}

.titleText a {
	color: #773d97; 
	text-decoration:none;
}

.titleText a:hover {
	color:#cc99cc; 
	text-decoration:none;
}

/* Description text */
.titleDescript{
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight:regular;
	line-height: 1.2em;
}

.titleDescript A{
	color:#4e4e4e; 
	text-decoration:none;
}

.titleDescript A:hover{
	color:#cc99cc; 
	text-decoration:none;
}


.divcommon{
	margin-left:1.25em;	border-bottom: 1px dotted #b79dbc;	margin-bottom:.5em;
	padding-bottom: 10px;
}

/* Qucck links */

.divquicklinks{
	margin-left:1.25em;
	height: 31px;
	border-bottom: 1px dotted #b79dbc;
}

