/* Imported Styles
----------------------------------------------- */
@import url("/images/events.css");

body{
	font-family: Georgia, serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: transparent url(/images/lilly_half_bac.jpg) no-repeat right;
	background-attachment: fixed;
}

body, h1, h2, h3, h4, h5, h6, td, p, a, input, select, li {
	font-family: Georgia, serif;
}

/* Links
---------------------------------------------------- */

#leftnav a, #leftnav a:active, #leftnav a:visited {
	COLOR: #332275;
	border-bottom:1px dotted #8476A6;
	font-weight: bold; 
	TEXT-DECORATION: none
}

#leftnav a:hover {
	COLOR: #8476A6;
	border-bottom:1px solid #332275;
	font-weight: bold; 
	TEXT-DECORATION: none
}

#topnav a, #topnav a:active, #topnav a:visited, {
	color: #332275;
	border-bottom:1px dotted #8476a6;
	font-size: 70%;
	font-weight: bold; 
	text-decoration: none
}
#topnav a:hover {
	color: #ef8a2d; 
	border-bottom:1px solid #f1b073;
	font-size: 70%;
	font-weight: bold; 
	text-decoration: none
}

#content a, #content a:active, #content a:visited, {
	COLOR: #332275;
	border-bottom:1px dotted #8476A6;
	font-weight: bold; 
	TEXT-DECORATION: none
}

#content a:hover {
	COLOR: #EF8A2D; 
	border-bottom:1px solid #332275;
	TEXT-DECORATION: none
}

/* Positioning
------------------------------------------------------- */
div#page {
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

div#page #leftnav {
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: auto;
	left: 0px;
	padding-bottom: 20px;
	position: absolute;
	top: 100px;
	width: 180px;
}

div#page #leftnav #emaillist {
	padding: 5px;
	/*top: 60%;*/
	font-size: 60%;
	/*position: absolute;*/
	width: 170px;
	display: block;
	text-align: center;
}

div#emaillist form input.text, div#emaillist form .f {
	background-color:#fff; 
	color:#000; 
	border-color:#999 #666 #666 #999;
	border:1px solid #666;
}

div#emaillist img {
	border: 1px solid #ccc;
}
	
div#emaillist a, div#emaillist a:visited, div#emaillist a:hover, div#emaillist a:active {
	border: none;
}

div#page #header {
	border-bottom: 1px #ccc solid;
	display: block;
	height: 100px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 2
}

div#page #content .content p.phone {
	font-weight: bold;
	font-style: italic;
	margin: 0 10px 5px 0;
	text-align: right;
	width: auto;
}

div#page #content {	
	position: absolute;
	left: 180px;
	right: 5px;
	top: 100px;
	width: 80%;
}

div#admin {
	background-color: transparent;
}

div#page #content .content {
	border-top: 1px #ccc solid;
	height: 100%;
	margin: 0 10px 0 10px;
	top: 100px;
}

#footer {
	height: auto;
	left: 0px;
	padding-bottom: 20px;
	/*position: absolute;*/
	top: 100%;
	right: 0px;
	margin-bottom: 10px;
	width: 180px;
}

#footer p {
	color: #252525;
	text-align: right;
	font-size: 10px;
	padding: 5px 20px 0 0;
}

/* titles
---------------------------------------------------------------- */
div#header span.left {
	background-image: url(/images/logo_banner.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	padding-left: 20px;
	width: 280px;
	height: 100px;
}

div#header span p {
	display: none;
}

div#content h2 {
	background-image: url(/images/logo_symbol_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 60px;
	text-indent: 55px;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: bold;
	color: #f08830;
	white-space: nowrap;
}

div#content h3 {
	color: #332275;
	font-family: Georgia, serif;
	font-size: 90%;
	font-weight: bold;
	white-space: nowrap;
}

div#content h4 {
	color: #666;
	border-top: 1px dashed #999;
	font:bold 120% Georgia,Times,Times New Roman,Serif;
	margin:1.0em 0 1.0em 0;
	padding:5px 0 5px;
	text-align: center;
}

div#content address strong {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

div#content address {
	display: block;
	font-style: italic;
	margin: 0 10% 0 10%;
}

/* embedded pics
---------------------------------------------------------------- */
div#content .pic {
	display: block;
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 0 5px 5px 0;
	padding-bottom: 5px;
	text-align: center;
}

div#content .pic a {
	border-bottom:1px dotted #8476A6;
	color: #332275;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}

div#content .pic a:hover {
	COLOR: #EF8A2D; 
	border-bottom:1px solid #332275;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}

/* Lists
----------------------------------------------- */
#leftnav ul {
  margin:.5em 0 1em;
  padding:0;
  list-style: none;
  }
#leftnav ul li {
  font-size: 12px;
  margin:0;
  padding:0 0 2px 18px;
  line-height:1.5em;
  }
#leftnav ul strong {color:#fff;}
#leftnav strong.arrow {color:#f90;}
#leftnav ul li em {color:#666; border-color:#333;}

div#content .content ul, div#content .content dir {
  margin:.5em 0 1.5em 3.5em;
  padding:0 0 0 0;
  list-style: none;
}

div#content .content ul li {
  background: url(bullet_gen.gif) no-repeat 0px 5px;
  margin:0 0 .2em;
  padding:0 0 0 15px;
}

div#content .content ul li address {
  margin:0 0 .2em;
  padding:0 0 5px;
}

div#content .content dir li {
  background: url(note_small.gif) no-repeat 0px 12px;
  margin:5px 0 0 20px;
  padding:5px 0 2px 15px;
  line-height:1.5em;
  }

div#content .content ul strong {color:#fff;}
div#content .content strong.arrow {color:#f90;}
/* div#content ul li em {color:#666; border-color:#333;} */

/* Calendar
----------------------------------------------- */
table.cal, table#admin {
	margin-top:.5em; 
	background-color: transparent; 
	width: 100%;
	border-collapse: collapse;
	border-spacing: 1px 1px;
	white-space: normal;
}

table {
	background-color: transparent; 
	width: 100%;
	border-collapse: collapse;
	/* border-spacing: 1px 1px; */
	white-space: normal;
}

.cal .monthname {
  text-align:center; 
  font:bold 150% Georgia,Serif; 
  color:#332275;
  }

.cal .monthname a {
  text-decoration:none;
  border-bottom-width:0;
  }

.cal th {
	background-color: #eee; /* #99a0b7 */
	border: 1px #ccc solid;
	color: #332275;
	/* font: caption; */
	font-size: 80%;
	text-align: center;
	padding: 2px;
	text-align:center;
	vertical-align:bottom;
  }

.cal td {
  background-color: transparent;
  padding:2px 2px 2px 0;
  font-size:80%;
  color:#000;
  overflow: auto;
  }

.cal td#border {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
 }
   
.cal .selected {
	border-color:#960; 
	font-weight:bold; 
	color:#fff;
}

.cal td.today {
	background-color: #eee;
	color:#000;
}

.cal td a, .cal td a:visited, .cal td a:hover {
  font-weight:normal;
  line-height: 20px;
}

.cal td.today a, .cal .today a:active, .cal .today a:visited, {
	COLOR: #332275;
	border-bottom:1px dotted #8476A6;
	TEXT-DECORATION: none
}
.cal td.today a:hover {
	COLOR: #8476A6;
	border-bottom:1px solid #332275;
	TEXT-DECORATION: none
}

.cal td ol {
	margin: 0 0 5px 5px;
}

.cal td ol li {
	background: url(note_small.gif) no-repeat 0px 5px;
	font-size: 90%;
	margin:0 2px 0 0;
	padding:0 0 0 13px;
	list-style-type: none;
}

div#displaycal table {
table-layout: auto;
background-color: transparent;
display: table;
border-spacing: 1px 1px;
border-collapse: collapse;
border: 1px dotted #8476A6;
white-space: normal;
/* margin: 0 5% 0 5%; */
width: 100%;
}

div#displaycal table th.title {
	background-color: #fff;
	border: none;
	color: #332275;
	text-align:center; 
}

div#displaycal table th.title .monthname {
	font:bold 150% Georgia,Serif; 
}

div#displaycal table th, div#content .h {
	background-color: #eee; /* #99a0b7 */
	border: 1px #ccc solid;
	color: #332275;
	/* font: caption; */
	font-size: 80%;
	text-align: center;
	padding: 2px;
}

div#displaycal table td {
	background-color: transparent;
	border: 1px #ccc solid;
	color: #000;
	width: 80px;
	height: 80px;
	overflow: auto;
	empty-cells: hide;
}

div#content .c {
	background-color: transparent;
	border: 1px #ccc solid;
	color: #000;
	font-size: 80%;
	padding: 2px;
	empty-cells: hide;
}

div#content .l {
	background-color: transparent;
	border: 1px #ccc solid;
	color: #000;
	font-size: 90%;
	padding: 5px 15px 0 0;
	text-align: right;
	vertical-align: top;
}

table.cal td.l {
	background-color: transparent;
	border: 1px #ccc solid;
	color: #000;
	font-size: 90%;
	padding: 5px 15px 0 0;
	text-align: right;
	vertical-align: top;
}

div#admin em {
	padding: 0px 0px 10px 55px;
	margin: 0px 0px 10px;
}

div#displaycal table td.today {
	background-color: #eee; /* #99a0b7 */
}

div#displaycal table td a, div#displaycal table td a:visited {
	font-weight: normal; 
}

div#displaycal table td a:hover {
	font-weight: normal; 
}

div#displaycal table td.today a, div#displaycal table td.today a:visited {
	color: #332275;
	border-bottom:1px dotted #8476A6;
	text-decoration: none;
}

div#displaycal table td.today a:hover {
	color: #8476A6;
	border-bottom:1px solid #332275;
	text-decoration: none;
}

div#displaycal td ol {
	margin: 0 0 10px 2px;
}

div#displaycal td ol li {
	background: url(note_small.gif) no-repeat 0px 10px;
	margin:0 2px 0 0;
	padding:5px 0 2px 13px;
	font-size: 60%;
	list-style-type: none;
}

/* custom
------------------------------------------------------------------ */
.timepicker { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 70%; 
	border: 1px solid black; 
	background-color:#FFFFFF;
}

.DateButtons { 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif; 
	border:2px solid #333;
	border-color:#999 #666 #666 #999;
	background:#ccc;
	text-decoration:none;
}

.signup { 
	border:2px solid #333;
	border-color:#369 #036 #036 #369; 
	background:#000; 
	color:#9cf;
	font:bold 80% Verdana,Sans-serif;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	line-height: 30px;
}

.view	{ font-family:wingdings; color:#0000ff;	font-size:18px;	font-weight:bold; text-decoration:none; border-bottom: 0px;}
		
.edit	{ font-family:wingdings; color:#008000;	font-size:18px;	font-weight:normal;	text-decoration:none; border-bottom: 0px;}

.delete	{ font-family:wingdings; color:#ff3300;	font-size:18px;	font-weight:normal;	text-decoration:none; border-bottom: 0px;}

#errmsg, .errmsg { 
	font: bold 11px verdana, Arial, Geneva, sans-serif; 
	color:#ff3300;
	text-align: center;
}

/* forms
-------------------------------------------------------------------- */
div#content form input.button, .button {
	padding:1px;
	border:3px solid #69c;
	border-color:#369 #036 #036 #369; 
	background:#000; 
	color:#9cf;
	font:bold 70% Verdana,Sans-serif;
	text-decoration: none;
	line-height: auto;
}

div#content form input.button2, .button2 {
	padding:1px;
	border:3px solid #333;
	border-color:#999 #666 #666 #999;
	background:#ccc;
	color:#000;
	font:bold 70% Verdana,Sans-serif;
	text-decoration: none;
	line-height: auto;
  }

div#content form input.text, div#content form .f {
	background-color:#fff; 
	color:#000; 
	border-color:#999 #666 #666 #999;
	border:1px solid #666;
	font-size: 90%;
	height: 23px;
}

div#content form textarea {
	background-color:#fff; 
	color:#000; 
	border-color:#999 #666 #666 #999;
	border:1px solid #666;
}

