/*	LibraryInsight, Inc.	css Style Sheet for Marquee Calendar

	*************************************************************

	Each data element (piece of information, such as room, Event Name, etc.)

	has its own css class used to define is appearance

	Each class name below describes the data element that

	Values below can be modified as desired so the appearance is as desired.

*/

	

body {

	margin:0;padding:0;

	font-size: 76.2%;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #AECDDA;

	}

h3 {

	font-size: 1.2em; 

	color: #260859;

	line-height: 1.2em;

	padding: 0px;margin:0;

	}

p {

	padding: 0;

	margin:0;

	}

.todaysheading {

	padding: 3px;

	letter-spacing: 1px;

	}

/*********** Event Name styles ***************/

.eventname {

	line-height: 1.3em;

	 }

a.det {

	color: #00456b;

	font-size: .9em;

	font-weight: bold;

	}

a.det:hover  {

	color: #00456b;

	font-size: .9em;

	font-weight: bold;

	}

/*********** Room and times styles ***************/

.times {

	color: black;

	font-size: .9em;

	}

.room {	

	color: black;

	font-size: .9em;

	}

	

/***********  other styles - save for possible future use ***************/

.eventdetails {	}

.moreinfo  {}

.signup {}

a.sup:link {}

a.sup:hover  {}

.bookjacket {}

.definedgraphic {}

.clearit {clear: both}

.rightimage {}

.leftimage {}

.todaysubstitutetext {}

.textwhenclosed {}

.noeventstoday {}

.marqueeheading {}

.mqnoeventstext {}

.pminpast {}

.tableall {}

.icon {

	margin-right: .1em;

	margin-left: .4em;

	border-width:0px;

	float: left;

	display: inline;

	padding: 3px;

	vertical-align: 50%;

	}

.branch {}
