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

/* - - 	Rounded Box's Style  - - */

.rndBox .top{
	background:		url(../images/rndBoxBlue_t.jpg) repeat-x top;
	height:			6px;
	font-size:		0;
}

	.rndBox .top .clt, .rndBox .top .crt{
		background: url(../images/rndBoxBlue_clt.jpg) no-repeat left top;
		width:		6px;
		height:		6px;
		float:		left;
	}
	.rndBox .top .crt{
		background: url(../images/rndBoxBlue_crt.jpg) no-repeat left top;
		float:		right;
	}
	
.rndBox .sbody{	
	background:		#eeffff url(../images/rndBoxBlue_l.jpg) repeat-y left;
	width:			100%;
}
	.rndBox .sbody .content{	
		background:	 url(../images/rndBoxBlue_r.jpg) repeat-y right;
		padding:	0 20px;
		overflow:	hidden;
	}
	
.rndBox .bottom{
	background:		url(../images/rndBoxBlue_b.jpg) repeat-x left;
	height:			6px;
	font-size:		0px;
}
	.rndBox .bottom .clb, .rndBox .bottom .crb{
		background:	url(../images/rndBoxBlue_clb.jpg) no-repeat left top;
		width:		6px;
		height:		6px;
		float:		left;
	}
	.rndBox .bottom .crb{
		background:	url(../images/rndBoxBlue_crb.jpg) no-repeat left top;
		float:		right;
	}

#tbl th, #tbl td{
	padding:3px;
}
	
#tbl th{
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #8bd7ef;
}
#tbl td{
	border-bottom:1px solid #c4eaf7;
	text-align:center;
}	

#tbl .tbl_lstsubHead{
	text-align:left;	
}

#tbl tr.lastrow td{
	border-bottom:0;
}

