/*	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.
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	padding: 0 !important;
	margin: 0 !important;
	color:#444;
	background:#FFF;
	font:12px arial, Arial, Helvetica, sans-serif; 
}

ul{padding: 0 !important; margin: 0 !important;}
li{ width:219px; padding:15px 0 8px 0; background:url(http://gpl.ehclients.com/assets/images/dotted-border.gif) repeat-x 0 0; list-style-type: none !important; }
li:first-child{ background:none; }

span{}

a{ display:block; color:#a44506; font-size:13px; }
a:hover { text-decoration:none; }

strong{ display:block;}

p{ margin:0; }



