@charset "utf-8";
/* CSS Document */

#programPostWrapper, #votePostWrapper{
	width: 300px;
	border: 1px solid #dadada;
	background-color:#fff;
}

#programPostWrapper #programTag{
	background: url('/main/mainPage/home2013/images/881forum_topbar.gif');
	width: 300px;
	height:35px;
	text-indent:-9999px;
	position:relative;
	display:block;
}

#votePostWrapper #votingTag{
	background: url('/main/mainPage/home2013/images/881vote_topbar.gif');
	width: 300px;
	height:35px;
	text-indent:-9999px;
	position:relative;
	display:block;
}

#programPostWrapper #programTag #showMore, #votePostWrapper #votingTag #showMore{
	width: 46px;
	height: 20px;
	position: absolute;
	display: block;
	right: 10px;
	top: 8px;
}

#programPostWrapper a, #votePostWrapper a{
	text-decoration:none;
	font-size: 15px; 
	color: #333333
}

#programPostWrapper a span.programGroup, #votePostWrapper a span.votingGroup{
	color: #46abe7;
	font-size:12px;
	line-height: 20px;
}

#programPostWrapper a span.programDate, #votePostWrapper a span.votingDate{
	color: #a1a1a1;
	font-size:12px;
}

#votePostWrapper a span.votingItem{
	color:#fc870a;
	font-size:12px;
}

#programPostWrapper .program {
	width: 300px;
	height: auto;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	background: url('/main/mainPage/home2013/images/dot_line.gif') no-repeat center bottom;
}

#votePostWrapper .voting {
	width: 276px;
	height: auto;
	display: block;
	padding: 12px;
	background: url('/main/mainPage/home2013/images/dot_line.gif') no-repeat center top;
	text-align:center;
}

#programPostWrapper .program.last, #votePostWrapper .voting.first{
	background: none;
}

#programPostWrapper .programImg {
	max-width: 75px;
	max-height: 75px;
	float: left;
	margin-left: 12px;
}

#votePostWrapper .votingImg{
	max-width:274px;
	max-height:150px;
	text-align:center;
}

#votePostWrapper .votingTxt{
	text-align:left;
	font-family: arial,"新細明體";
}

#programPostWrapper .programTxt{
	float: left;
	width: 280px;
	margin-left: 12px;
	font-family: arial,"新細明體";
}

#programPostWrapper .programTxt.withImg{
	width: 190px;
}