
/*  search and replace '555aa9' with a highlight color that matches the site */




/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:480px;
	margin:-270px 0 0 -270px;
	background:#efefef;
	text-align:left;
	padding:20px 20px 40px 20px;
	border: solid 15px #545351;
	overflow: auto;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#251c19;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}


  #eventpop{
	width: 480px;
	padding: 0;
	min-height:400px;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
	
#eventDate{
font-size: 20px;
font-weight: bold;
width:400px;
height:26px;
color: #e86d04;
}
#eventTime{
font-size: 16px;
font-weight: bold;
width:400px;
background: URL('./graphics/cal_clock.gif') no-repeat;
height:18px;
padding: 1px 23px;
}

#eventTitle {
font-size: 17px;
font-weight: bold;
padding-top: 18px;
margin-top:10px;
margin-bottom: 18px;
color: #000000;
border-top: solid 1px #dadada;
}

#eventText {
width:480px;
overflow:auto;
height:300px;
margin-bottom:15px;
color: #000000;
}
	

     
 a.register {
 background: #555aa9;
 display: block;
 float:left;
 padding:3px 6px;
 color:#ffffff;
 text-decoration: none;
 margin-right:5px;
 margin-top:8px;
 }
 
  a.register:hover {
 background: #b10000;
 
 }
 
 #fileAttachments {
 margin:18px 0 0 10px;
 padding:0;
 
 }
 #fileAttachments a {
text-decoration: none;
font-weight: bold;
color: #555aa9;

 }
 #fileAttachments a:hover {
	color: #cb0000;

 }
 
  #fileAttachments li {
list-style-type:none;
padding: 3px 25px;
background: URL('./graphics/cal_filebg.gif') no-repeat;
height: 15px;
margin:0;
 }
 


