/* IE6 css fixer v0.4: Wed, 10 Jun 2009 13:31:57 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#eventboard .topban,
#eventboard .title,
#eventboard .date {display:inline;}

/* add zoom:1 to pos:relative elements */
#eventboard .entrybox {zoom:1;}

#eventboard	{ z-index:50}

#eventboard .entrybox{
	position:relative;
	margin:10px 0 10px 0;
	padding:0;
	width:585px;
	font-size:12px;
	background:url(../bbs/middle.gif) repeat-y 0 0;
}

#eventboard .entrybox .footer{
	height:10px;
	margin:0;
	padding:0;
	background:url(../bbs/bottom.gif) no-repeat 0 0;
}

#eventboard .top{
	height:50px;
	margin:0;
	padding:5px;
	background:url(../bbs/top-e.gif) no-repeat 0 0;
}

#eventboard .inst{
	margin:0;
	padding:5px 25px 0 40px;
}

#eventboard p.entry-footer{
	clear:both;
	margin:0;
	padding:0 25px 0 40px;
}

#eventboard .topban{
	width:200px;
	height:50px;
	margin:0;
	padding:0;
	float:left;
}

#eventboard .title{
	width:345px;
	height:22px;
	margin-top:3px;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	float:right;
	line-height:18px;
}

#eventboard .date{
	width:345px;
	height:19px;
	margin-top:6px;
	padding-left:30px;
	font-size:14px;
	line-height:18px;
	float:right;
}

#eventboard p.deck{
	border:1px #f44 dashed;
	background:#Fee;
	margin:5px 25px 0 40px;
	padding:5px;
}

#selecter{
	float:right;
	margin-right:15px;
	margin-top:0;
}
