.head-top-190{
    font-size:16px; 
    color:#FFF; 
    text-align:center; 
    padding-top: 10px;
}
.head-top-190-gray{
    font-size:16px; 
	color:#7C7C7C; 
	text-align:center; 
	border-bottom:1px solid #CCC; 
	padding-bottom:5px;  
	margin:0px 10px 30px 10px; 
	text-shadow:1px 1px 1px #999;
}
.head-txt{
  padding: 0px;
  margin: 0px;
}
.sub-head-txt{
  margin-top:-5px;
  padding:0px;
}
.head-other-txt{
  color:#39F; 
  text-align:center; 
  font-size:20px; 
  border-bottom:1px solid #CCC; 
  text-shadow:#757575 1px 1px 2px; 
  padding-bottom:5px; 
  margin:-7px 20px 0px 20px;
}
.button{
	border:none;
	color:#FFF;
	text-shadow:1px 1px 3px #333;
	Width: 130px;	Height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:-moz-linear-gradient(center bottom, rgb(2,112,175) 13%, rgb(0,138,197) 62%, rgb(115,170,198) 95%);
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(2,112,175)), color-stop(0.62, rgb(0,138,197)), color-stop(0.95, rgb(115,170,198)));
	background-color:#0270AF;
	cursor:pointer;
}
.box_left_510 {
	width: auto;
	float: left;
	width:510px;
}

/*tab 190*/
#newsbox.sidebox {
	padding:0 0 10px 0;
	margin: 0;
	border: 1px solid #dddbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#newsbox ul.tabbox-tabs {
	margin:0;
	padding:14px 7px 0 7px;
	height:27px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b6b5b5), to(#686565));
	background:-moz-linear-gradient(center top, #b6b5b5 5%, #686565 100%);
}

#newsbox ul.tabbox-tabs li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:27px;
	line-height:27px;
	width:65px;
	text-align:center;
	color:#ffffff;
	font-family: "PSL096pro", Helvetica Neue,"Arial",Liberation Sans,"FreeSans,sans-serif";
}

#newsbox ul.tabbox-tabs li.selected {
	background-color:#ffffff;
	color:#666;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-box-shadow:0px -3px 4px #787878;
	-webkit-box-shadow:0px -3px 5px #666;
	box-shadow:0px -3px 5px #666;
}

#newsbox-tabs li a  {
	height: 30px;
	display: block;
	cursor: pointer;
	font-size:19px;
}

#newsbox-content {
	height: 345px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

#newsbox-content ul {
	position: absolute;
	width: 189px;
	height: 330px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsbox-content li {
	list-style: square outside none; 
	margin: 0px 20px 0px 30px; 
	padding: 5px 0px; 
	font-size: 11px; 
	border-bottom: 1px dotted #ccc; 
	color: #666;
}

#newsbox-content li.img {
	list-style: none; 
	margin:0; 
	padding:30px 0 0;
	border:none;
	text-align:center;
}
#newsbox-content .more {
	list-style: none; 
	margin:0; 
	padding:330px 12px 0;
	border:none;
	text-align:right;
}

#newsbox-content li a {
	color: #666;
	text-decoration:none;
}
#newsbox-content li a:hover {
	color:#39F;
 	text-decoration:underline;
}


#knowbox.sidebox {
	padding:0 0 10px 0;
	margin: 0;
	border: 1px solid #dddbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#knowbox ul.tabbox-tabs {
	margin:0;
	padding:14px 7px 0 7px;
	height:27px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	background-attachment: scroll;
	background-image: url(../images/right/lightblue-190-top.png);
	background-repeat: no-repeat;
	background-position: center;
}

#knowbox ul.tabbox-tabs li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:27px;
	line-height:27px;
	width:65px;
	text-align:center;
	color:#ffffff;
	font-family: "PSL096pro", Helvetica Neue,"Arial",Liberation Sans,"FreeSans,sans-serif";
}

#knowbox ul.tabbox-tabs li.selected {
	background-color:#ffffff;
	color:#2160a1;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#knowbox-tabs li a  {
	height: 30px;
	display: block;
	cursor: pointer;
	font-size:19px;
}
#knowbox-content {
	height: 345px;
	position: relative;
}

#knowbox-content ul {
	position: absolute;
	width: 189px;
	height: 330px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#knowbox-content li {	
	list-style: square outside none; 
	margin: 0px 20px 0px 30px; 
	padding: 5px 0px; 
	font-size: 11px; 
	border-bottom: 1px dotted #ccc; 
	color: #666;
}

#knowbox-content li.img {
	list-style: none; 
	margin:0; 
	padding:30px 0 0;
	border:none;
	text-align:center;
}
#knowbox-content .more {
	list-style: none; 
	margin:0; 
	padding:330px 12px 0;
	border:none;
	text-align:right;
}

#knowbox-content li a {
	color: #666;
	text-decoration:none;
}
#knowbox-content li a:hover {
	color:#39F;
 	text-decoration:underline;
}