/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
*{
text-decoration:none;
}
#lightbox{
	display:none;
	position: absolute;
	left:12%;
	z-index:9999;
	width:78%;
	height:98%;
	margin:-20px 0 0 -20px;
	border:5px solid #fff;
	border-top:15px solid #ffffff;
	background:#FFFFFF;
	text-align:left;
	overflow:scroll;
}
#lightbox[id]{
	position:fixed;
	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-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;
}

td {
line-height:25px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left:5px;
	padding-right:5px;
}
.day {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #25568d;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border: 1px none #828257;
	padding-left: 5px;
}
h1 {
	width: auto;
	margin-right: 30px;
}
.tablehead {
	color: #FFAB93;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: middle;
}
.sessionhead {
	font-weight: bold;
	background-color: #bfd0e3;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.event {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #E5E5E5;
	padding-top: 8px;
	padding-bottom: 8px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.noborder {
	border: none;
}
.break {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.redborder {
	border: 1px solid #FFCD8A;
}
.sympcomp {
	font-weight: bold;
	background-color: #fff2dd;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

