@charset "utf-8";
/* CSS Document */

#hycusdemosheader{ 
	font-family:Georgia; 
	font-size:30px;
	border-bottom:1px solid #676767;
	padding:5px 5px 8px;
	margin-bottom:10px;
}

#idh, #idh:visited { 
	color:#000; 
	text-decoration:none;
}

#hycusdemosheader span{ 
	color:#999;
}

#downloadbutton{ 
	color:#ffffff;
	background:#03AEEB;
	float:right;
	font-size:20px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
}

#downloadbutton:hover{ 
	background:#888888;
}

#hycucdemosbody{ 
	padding:10px 0; 
	min-height:500px;
}

#hycusdemosfooter{ 
	border-top:1px solid #676767; 
	padding:10px; 
	font-size:20px;
}

#hycusdemosfooter a{ 
	text-decoration:none;
}

.spacer{
	clear:both;
	height:5px;
}

.txtarea{
	font-size:18px;
	height:50px;
	width:100%;
}

#postswrapper{
	border-bottom:1px dotted #555555;
}

.postitem{
	border-top:1px dotted #555555;
	padding:10px 5px;
	font-size:24px;
}

.postitem:hover{ 
	background:#EFEFEF;
}

#newpostlink{ 
	display:block;
	text-align:center;
	border:2px solid #414141;
	background:#7D7D7D;
	color:#fff;
	margin: 0 0 10px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:20px;
	text-decoration:none;
}

#loadmorebutton{
	padding-left: 233px; 
	float: left;
	width:100%;
	cursor:pointer;
	margin-top: -5px;
}

#nomorebutton{ 
	text-align: center; 
	float: left;
	width:100%;
	height:30px; 
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif italic;
}