/* CSS Document */
#middle .content .title
{
	height:30px;
}

#middle .content .title a.red
{
	color:#E3363D;
}



#middle .content .text
{
	float:left;
	margin-top:10px;
	padding:10px 0 20px 0;
	background:url(../images/elements/grey_dot.gif) repeat-x;
	width:100%;
}

#middle .content .authors a
{
	color:#000000;
	
}
#middle .content .authors a:hover
{
	text-decoration:underline;
	
}

#middle .content .text h1
{
	color:#1A1A1A;
	font-size:18px;
	margin:0;
	padding:0;
}

#middle .content .gallery img
{
	padding:0 20px 20px 0;
	cursor:pointer;
}

#middle .content .filter
{
	background:url(../images/elements/filter_bg.jpg) top no-repeat;
	padding:10px 18px 30px 18px;
	margin:0;
	height:150px
}


/* CSS Document */

#middle .content .title
{
	height:30px;
	color:#E3363D;	
}

#middle .content .title a
{
	color:#E3363D;
}

#middle .content .event_list li
{
	width:100%;
	overflow:auto;
}

#middle .content .event_list .l
{
	float:left;
	margin-top:10px;
	padding:10px 0 20px 0;
	background:url(../images/elements/grey_dot.gif) repeat-x;
	width:290px;
}

#middle .content .event_list .l.full
{
	width:100%;
} 

#middle .content .event_list .l h1
{
	color:#000000;
	font-size:16px;
	margin:0;
	padding:0;
}

#middle .content .event_list .l h1 a
{
	color:#000000;
}

#middle .content .event_list .l .date
{
	color:#E3363D;
	font-size:15px;
	padding-bottom:15px;
	font-weight:normal;
	
}

#middle .content .event_list .l .summary
{
	font-weight:normal;
	line-height:20px;
	
}

#middle .content .event_list .l .more
{
	color:#959595;
	font-size:10px;
	font-weight:normal;
	margin-top:5px;
}

#middle .content .event_list .r
{
	float:right;
}

#middle .content .event_list .times
{
	color:#989898;
	font-size:10px;
	font-weight:normal;
	margin-top:5px;
}



#middle .content .proj_evs
{
	padding:0 5px;
	border-right:1px solid #FF0000;
}

#middle .content .proj_evs.last
{
	padding:0 5px;
	border:none;
}



/*2008.02.07*/
.openRegForm
{
	text-decoration:underline;
	color:#FF0000;
	font-weight:bold;
	padding-bottom:5px;
	cursor:pointer;
}

#regForm
{
	float:left;
}

#regForm input
{
	margin-bottom:5px;
	border:1px solid #000000;
	width:200px;
}

#regForm textarea
{
	width:200px;
	border:1px solid #000000;
}

.hall_events
{
	border:1px solid #cccccc;
	padding:5px;
	color:#333333;
}

.hall_events span
{
	font-weight:bold;
}

.hall_archive_btn
{
	text-align:center;
	clear:both;
	padding-top:5px;
	font-size:11px;
	cursor:pointer;
}

#hall_month_archive table
{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	
}

#hall_month_archive td
{
	font-size:10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	
	padding:2px;
}

#hall_month_archive td.r
{
	background-color:#FFFF99;
}

#hall_month_archive td.c
{
	background-color:#009900;
}

#hall_month_archive .hdr
{
	background-color:#CCCCCC;
}

@media print
{
	#middle .content .text
	{
		float:left;
		margin-top:10px;
		padding:10px 0 20px 0;
		/*background:url(../images/elements/grey_dot.gif) repeat-x;*/
		background:none;
		border-top:1px solid #C3C4C5;
		width:100%;
	}
}




