@charset "iso-8859-2";
/* CSS Document */
body, table, tr, td {
	behavior: url(/pie/PIE.htc);	
}
#act_mainbox {
	background: #F5F3F4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	border: 1px solid #999999;
	margin-bottom: 20px;
	behavior: url(/pie/PIE.htc);
}
#act_mainbox, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color:#666666;
	line-height:18px;
	word-spacing: 1px;
}
#act_mainbox a {
	color: #3BB9EE;
	font-size: 18px;
}
#act_title {
	background: #4D6D7A; /*non-CSS3 browsers will use this*/
    background: -moz-linear-gradient(#92ACBD, #4D6D7A); /*gecko*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#92ACBD) to(#4D6D7A)); /*webkit*/
    background: linear-gradient(#92ACBD, #4D6D7A); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#92ACBD, #4D6D7A); /*PIE*/
	border: none;
	padding-left: 20px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	behavior: url(/pie/PIE.htc);
}