@charset "utf-8";


.topicsList{
	background: #0066a8;
	background: -moz-linear-gradient(left, #0066a8 0%, #00a3df 25%, #71bce9 50%, #aed7f3 75%, #d3edfb 100%);
	background: -webkit-linear-gradient(left, #0066a8 0%,#00a3df 25%,#71bce9 50%,#aed7f3 75%,#d3edfb 100%);
	background: linear-gradient(to right, #0066a8 0%,#00a3df 25%,#71bce9 50%,#aed7f3 75%,#d3edfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066a8', endColorstr='#d3edfb',GradientType=1 );
}


/**tpoics index**/
.categorySlecter{
	width: 100%;
	overflow: hidden;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 30px;
}
.title01{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.categorySlecter label{
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 15px;
	white-space:nowrap;
}
.categorySlecter label input{
	margin-right:10px;
}


.categorySlecter label:hover{
	cursor: pointer;
}
.tableTopics{
	width: 100%;
}
.alert01{
	text-align:center;
}


.tableTopics th,
.tableTopics td{
	padding: 10px 0;
	overflow: hidden;
}
.tableTopics th{
	padding-right: 10px;
	font-weight: normal;
}
.tableTopics td:last-child{
	padding: 10px;
}
.tableTopics a{
	line-height:1.5em;
}

.catTip{
	font-size: 12px;
	width:110px;
	text-align: center;
	padding: 4px;
	border-radius:2px;
}


.catCompany .catTip{
	background-color:#4CB4DB;
	color:#FFF;
}
.catFI .catTip{
	background-color:#5895CD;
	color:#FFF;
}
.catProducts .catTip{
	background-color:#385f83;
	color:#FFF;
}
.catNews .catTip{
	background-color:#d1cd66;
	color:#FFF;
}



