#sfg_err_message {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.cmp_head {
	font-size:16px;
	padding:2px 10px 2px 10px;
	background:#f5f5f5;
	font-weight:bold;
	color:#000088;
	height:20px;
	margin-bottom:5px;
	margin-top:20px;
}

.cmp_cnt {
	height:40px;
}

.cmp_download {
	float:left;
	padding-left:35px;
	background:url(/administrator/images/download.png) no-repeat;
	font-size:14px;
	line-height:30px;
	font-weight: bold;
	color:#880000;
	cursor:pointer;
	height:35px;
}

.cmp_download:hover {
	background:url(/administrator/images/download_f2.png) no-repeat;
	color:#dd0000;
}

.cmp_user_guide_online {
	float:left;
	padding-left:35px;
	background:url(/administrator/images/address.png) no-repeat;
	font-size:14px;
	line-height:30px;
	font-weight: bold;
	color:#880000;
	cursor:pointer;
	height:35px;
/*	margin-left:70px;*/
}

.cmp_user_guide_online:hover {
	background:url(/administrator/images/address_f2.png) no-repeat;
	color:#dd0000;
}

.cmp_user_guide_pdf {
	float:left;
	padding-left:35px;
	background:url(/administrator/images/save.png) no-repeat;
	font-size:14px;
	line-height:30px;
	font-weight: bold;
	color:#880000;
	cursor:pointer;
	height:35px;
	margin-left:70px;
}

.cmp_user_guide_pdf:hover {
	background:url(/administrator/images/save_f2.png) no-repeat;
	color:#dd0000;
}

.table_head td {
	font-weight:bold;
}

.table_body span {
	color:#880000;
}

.table_body span:hover {
	color:#dd0000;
	cursor:pointer;
}