/* Minification failed. Returning unminified contents.
(1893,28): run-time error CSS1046: Expect comma, found '17'
(1893,34): run-time error CSS1046: Expect comma, found '/'
(2040,28): run-time error CSS1046: Expect comma, found '17'
(2040,34): run-time error CSS1046: Expect comma, found '/'
 */
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

.container {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	background: #fff;
	line-height: 160%;
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.header, .content, .footer {
	clear:both;
}

.content {
	padding:10px 20px 10px 20px;
}

	.content h2 {
		float: left;
		font-weight: bold;
		font-size:16px;
	}

.title {
	width:100%;
	min-height:40px;
	clear:both;

}

.publishDate {
	font-size:12px!important;
	font-size:12px;
	font-weight:normal;
	margin:-12px 0 0 0;
	
	padding:12px 0 10px 8px;
	color:#888;
	float:left;
}

.logosys {
	height:80px;
	width:200px;
	float:left;
}


.topNavigation {
	float:left;
	width:521px;
	margin:18px 0 0 0;
	padding:0 12px 0 12px;
	line-height:200%;
	background:#eaf3ff;
}

	.topNavigation h1 {
		font-size: 16px;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		color: #000;
		font-weight: bold;
	}

.topNavigation .naviBar {
	float:right;
	text-align:left;
	font-size:12px!important;
	font-size:12px;
}


.footer {
	margin:10px 0 0 0;
	padding:0.4% 0 0.4% 0;
	background:#eaf3ff;
	line-height:200%;
	font-size:11px;
	text-align:center;
}

.fontSmall {
	font-size:12px;
}

ul.imgList {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

ul.imgList img {
	border:1px solid #ccc;
}

.updateListRow {
	
	margin:0 0 0 0;
	padding:15px 0 15px 0;
	border-bottom:0px solid #ddd;
	clear:both;
}

.updateListRow h3{
	
	font-weight:normal;
	/* color:#005AAA; */
	margin:0;
	font-size:100%;
	padding:0 0 10px 0;
}

.updateListRow h3 li{
	margin:0 0 0 16px!important;
	margin:0;

}

.updateListRow ul {

	margin:0 0 0 16px;
	padding:0;
}

*+html .updateListRow h3 li{
	margin:0 0 0 -10px;
	padding:0 0 0 -10px;


}

*+html .updateListRow ul {

	margin:0 0 0 26px;
	padding:0;

}

.updateListRow ul li {
	list-style-type:none;
}

.updateListRow ul.imgList {
	list-style-type:none;
	margin-left:0!important;
	padding-left:26px!important;
	margin:5px 16px 0 16px;
	padding:0;
}

.listEnd {

	border-bottom:0px solid #ddd;
}

.featureList {
}

.featureList dt {
	list-style-type:disc;
	font-weight:bold;
}

.featureList dd {
	margin:0 0 25px 0;
}

.infobar {
			background:#fff9e3;
			clear:both;
			border:1px solid #fadc80;
			line-height:120%;
			margin:8px auto 16px auto;
			float:none;
			padding:10px 10px 7px 10px;
		}


.mailAddress {
	color:#0882ce;
	font-weight:bold;
}

.operatorContainer {
	margin:16px 0 20px 0;
	text-align:left;
	width:100%;
	float:left;
}

.systemline {
	border:none;
	border-top:1px solid #d6d6d6;
	margin:0 0 16px 0;
}


body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	height:100%; width:100%;
}

div, ul, ol, li, dl, dt, dd, p, textarea, select, h1, h2, h3, h4, em, address, fieldset, form, iframe, object
{
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
}

a:visited, a:link, a:active, a
{
	color:#00c;
}

/**/
.logo
{
	float: left;
}

#navbar div,#logo span{background:url(/content/images/common/smalllogo.png) no-repeat;overflow:hidden;height:26px}
#logo{cursor:pointer;cursor:hand;display:block;width:150px;height:52px;position:relative;overflow:hidden;margin:15px 0 12px}
#logo span{background-position:0 -26px;position:absolute;top:0;left:0;width:100%;height:100%}

.logolink
{
	margin: 16px 10px 0px 10px;
	background-image: url(/Content/images/common/middlelogo.gif);
	width: 150px;
	height: 52px;
	display: block;
}

.searchInput
{
	float: left;
	margin:30px 4px 6px;
}

.searchTextbox
{
	height: 19px;
	padding: 0px;
	line-height: 19px;
}

.searchButton
{
	background: #d4d0c8;
	height: 22px;
}

/* search result */
.bar
{
	height:18px;
	float:left;
	padding:5px 0px 0px 12px;
	word-spacing:9px;
}

.line
{
	clear:both;
	border-bottom:#c9d7f1 1px solid;
	overflow:hidden;
	height:1px;
}

.login
{
	padding:5px 10px 0px 0px;
	float:right;
}

.menu
{
	clear: both;
	border-top: #6B90DA 1px solid;
	background-color: #F0F7F9;
	height: 24px;
	margin: 4px 4px 0pt 4px;
	padding:5px 1px 4px;
}

.menuline
{
	clear: both;
	border-top: #6B90DA 1px solid;
}

.left
{
	float: left;
}

.left a, .right a
{
	color: #706CB6;
}

.right
{
	text-align:right;
	line-height:24px;
}
.dviewimg
{
    background:url(/content/images/home/toolbar.gif) no-repeat left top;
    margin-right:4px;
    padding:1px 0 1px 15px;
}

.dviewselect
{
	font-weight:bold;
}
.footer
{
	clear: both;
	border-top: #6B90DA 1px solid;
	border-bottom: #6B90DA 1px solid;
	height: 78px;
	background-color: #F0F7F9;
	margin: 4px;
}

.searchInputBottom
{
	margin-top: 22px;
	text-align: center;
}

.bar
{
	height:18px;
	float:left;
	padding:5px 0px 0px 12px;
	word-spacing:9px;
}

.line
{
	clear:both;
	border-bottom:#c9d7f1 1px solid;
	overflow:hidden;
	height:1px;
}

.login
{
	padding:5px 10px 0px 0px;
	float:right;
}

#PageCopyright
{
	clear: both;
	color: #DDDDDD;
	letter-spacing: -1px;
	padding: 10px 0pt 20px;
	text-align: center;
	width: 100%;
	word-spacing: 3px;
}

#PageCopyright a
{
	color: #555555;
	text-decoration: none;
	word-spacing: 0pt;
}

#PageCopyright p
{
	color: #AAAAAA;
	letter-spacing: 0pt;
	margin: 6px 0pt 1px;
	word-spacing: 0pt;
}

#PageCopyright p a
{
	color: #FF7700;
	font-weight: bold;
}

.footerlink
{
	color:#0000CC;
	font-size:12px;
	font-family:arial;
}

.footercopyright
{
	color:#7777CC;
	font-size:12px;
	font-family:arial;
}

.rh
{
	color:#cc3333;
}
/*Validators*/
.input-validation-error,input.error,textarea.error
{
	border:1px red solid;
	background-color:#ffeeee;
}
.field-validation-error,.error
{
	color:red;
}
.validation-summary-errors
{
    margin:4px;
    padding:4px;
    border:1px red solid;
    background-color:#ffeeee;
    list-style-type:none;
    color:Red;
    width:95%;
}
/****************control****************/

.jcombox *, .jcombox-m * { line-height: 1.6; cursor: default;}
.jcombox, .jcombox-m {  margin:0 5px; float: left; clear:left; white-space: nowrap; }
.jcombox { background-repeat: no-repeat; background-position: right center; background-image	: url('/content/images/common/dropdownlist/arrow.gif'); }
.jcombox-m { overflow: auto;  overflow-x: hidden; } 
.jcombox a, .jcombox-m a { outline: 0px; display: block; /*color: #3c3c3c;*/ font-weight: normal; padding: 0 3px; text-decoration: none !important;}
.jcombox a:hover, .jcombox-m a:hover{ background-color: #e5e5e5; text-decoration: none !important; }

.jcombox a.disabled, .jcombox-m a.disabled { color:#c0c0c0 !important;}

.actext { padding: 1px 0px 0px 3px; }

.jcombox span, .jcombox-m div { background: #fff;  border: 1px solid #eaeaea; /*border-right-color: #fff;*/ background: #fff url('/content/images/common/dropdownlist/inner_shadow.gif') no-repeat top left; }
.jcombox span{ /*color: #3c3c3c; font-weight: bold;*/ display: block; overflow: hidden; margin-right: 20px; padding:0 0px 0px 5px; }

.jcombox-m div { overflow: hidden; /*border-top: 0px;*/ }
.jcombox div { background: #fff; display: none; position: absolute !important;/* border: 1px solid #808080;*/ z-index: 99 !important; background-color: #fff; overflow: auto; overflow-x: hidden; /*border-top: 0px;*/ }
.jcombox-m .current { font-weight: bold; }

/**********************End******************************/




/*******jCombox Themes: 'default' *******/
.default { 
	border				: 1px solid #a8a8a8;
	color					: #333;
	font-size			: 12px;
	font-weight			: bold;
	background-color	: #e9e9e9;
	padding:2px;
}
.default .menu { border: 1px solid #808080; }
.default-hover { border-color: #808080; }
.default .current { background-color: #919191 !important; color: #fff !important; }


/*low state*/
.stateico {
    color: #FFFFFF;
    display: inline;
    font-size: 10px;
    font-style: normal;
    line-height: 12px;
    margin-right: 1px;
    padding: 3px;
    vertical-align: middle;
    border-radius: 3px;
}

.stateicovalid
{
background:#20BF0A none repeat scroll 0 0;
}

.stateicoinvalid
{
background:#A0A0A0 none repeat scroll 0 0;
}

.stateicopending
{
background:#D2CC12 none repeat scroll 0 0;
}

.stateicoadditional
{
background:#22CCDC none repeat scroll 0 0;
}

.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url('/content/images/common/Checkbox/safari-checkbox.png') no-repeat;}

.jquery-safari-checkbox img{
	background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
	background-position: -16px 0px;
}
.jquery-safari-checkbox-checked img{
	background-position: 0px -16px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
	background-position: -16px -16px;
}

.jquery-safari-checkbox-disabled img{
	background-position: 0px -32px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
	background-position: 0px -48px;
}

#hd {
height: 25px;
background-color: #036;
}
#header-bottom {
background-color: #326CA6;
border-top: 1px solid #114070;
clear: both;
height: auto;
min-height: 24px;
}
#header-bottom .menu-bar {
display: block;
overflow: visible;
width: auto;
}
#header-bottom .menu-bar>li {
display: inline-block;
float: left;
height: 24px;
line-height: 1.5;
margin-left: 4px;
padding: 0 4px 0 0;
width: auto;
border-left: 1px solid #326CA6;
}
#header-bottom .menu-bar>li.current {
background-color: #F7F7F7;
}
.tab-simple a {
padding-right: 4px;
text-decoration: none;
font-family: Arial,FreeSans,Helvetica,sans-serif;
font-size: 13px;
}
.tab-simple a.lnk {
line-height: 24px;
color: #FFF;
}
#header-bottom .menu-bar>li>a {
display: block;
float: left;
padding-left: 7px;
}
#header-bottom .menu-bar li.active>a, #header-bottom .menu-bar li.current>a, #header-bottom .menu-bar li:hover>a {
color: #333;
}
#header-bottom .menu-bar>li:hover{background-color:#FFF;}
.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('/content/images/flags.png') no-repeat;
    margin: 0 4px 0 4px;
}
.flag.flag-sa {
    background-position: -128px -121px;
}

.flag.flag-no {
    background-position: -256px -99px;
}

.flag.flag-sg {
    background-position: -224px -121px;
}

.flag.flag-td {
    background-position: -240px -132px;
}

.flag.flag-kw {
    background-position: -112px -77px;
}

.flag.flag-ne {
    background-position: -176px -99px;
}

.flag.flag-sm {
    background-position: -48px -132px;
}

.flag.flag-england {
    background-position: -192px -33px;
}

.flag.flag-cl {
    background-position: -144px -22px;
}

.flag.flag-gu {
    background-position: -96px -55px;
}

.flag.flag-va {
    background-position: -48px -154px;
}

.flag.flag-id {
    background-position: -256px -55px;
}

.flag.flag-bv {
    background-position: -224px -11px;
}

.flag.flag-la {
    background-position: -160px -77px;
}

.flag.flag-tibet {
    background-position: -32px -143px;
}

.flag.flag-gr {
    background-position: -48px -55px;
}

.flag.flag-tv {
    background-position: -176px -143px;
}

.flag.flag-ps {
    background-position: -240px -110px;
}

.flag.flag-kh {
    background-position: 0 -77px;
}

.flag.flag-st {
    background-position: -144px -132px;
}

.flag.flag-ic {
    background-position: -240px -55px;
}

.flag.flag-gi {
    background-position: -224px -44px;
}

.flag.flag-sb {
    background-position: -144px -121px;
}

.flag.flag-sz {
    background-position: -208px -132px;
}

.flag.flag-il {
    background-position: -16px -66px;
}

.flag.flag-re {
    background-position: -48px -121px;
}

.flag.flag-md {
    background-position: -96px -88px;
}

.flag.flag-bi {
    background-position: -96px -11px;
}

.flag.flag-si {
    background-position: -256px -121px;
}

.flag.flag-ng {
    background-position: -208px -99px;
}

.flag.flag-eu {
    background-position: -256px -33px;
}
.flag.flag-ep {
    background-position: -256px -33px;
}
.flag.flag-ni {
    background-position: -224px -99px;
}

.flag.flag-er {
    background-position: -208px -33px;
}

.flag.flag-bd {
    background-position: -16px -11px;
}

.flag.flag-ci {
    background-position: -112px -22px;
}

.flag.flag-tl {
    background-position: -80px -143px;
}

.flag.flag-ug {
    background-position: -240px -143px;
}

.flag.flag-om {
    background-position: -64px -110px;
}

.flag.flag-mt {
    background-position: -32px -99px;
}

.flag.flag-tf {
    background-position: -256px -132px;
}

.flag.flag-gm {
    background-position: -256px -44px;
}

.flag.flag-in {
    background-position: -64px -66px;
}

.flag.flag-vi {
    background-position: -112px -154px;
}

.flag.flag-mr {
    background-position: 0 -99px;
}

.flag.flag-uz {
    background-position: -32px -154px;
}

.flag.flag-zanzibar {
    background-position: 0 -165px;
}

.flag.flag-cm {
    background-position: -160px -22px;
}

.flag.flag-bf {
    background-position: -48px -11px;
}

.flag.flag-je {
    background-position: -176px -66px;
}

.flag.flag-gq {
    background-position: -32px -55px;
}

.flag.flag-so {
    background-position: -80px -132px;
}

.flag.flag-me {
    background-position: -112px -88px;
}

.flag.flag-pk {
    background-position: -160px -110px;
}

.flag.flag-tw {
    background-position: -192px -143px;
}

.flag.flag-rs {
    background-position: -80px -121px;
}

.flag.flag-ht {
    background-position: -208px -55px;
}

.flag.flag-kr {
    background-position: -80px -77px;
}

.flag.flag-eg {
    background-position: -160px -33px;
}

.flag.flag-ax {
    background-position: -224px 0;
}

.flag.flag-cv {
    background-position: -240px -22px;
}

.flag.flag-nr {
    background-position: -16px -110px;
}

.flag.flag-cz {
    background-position: -16px -33px;
}

.flag.flag-pl {
    background-position: -176px -110px;
}

.flag.flag-pr {
    background-position: -224px -110px;
}

.flag.flag-ms {
    background-position: -16px -99px;
}

.flag.flag-eh {
    background-position: -176px -33px;
}

.flag.flag-at {
    background-position: -176px 0;
}

.flag.flag-gd {
    background-position: -128px -44px;
}

.flag.flag-bo {
    background-position: -160px -11px;
}

.flag.flag-ly {
    background-position: -48px -88px;
}

.flag.flag-ge {
    background-position: -144px -44px;
}

.flag.flag-pm {
    background-position: -192px -110px;
}

.flag.flag-bb {
    background-position: 0 -11px;
}

.flag.flag-ir {
    background-position: -112px -66px;
}

.flag.flag-kn {
    background-position: -48px -77px;
}

.flag.flag-ec {
    background-position: -128px -33px;
}

.flag.flag-gf {
    background-position: -160px -44px;
}

.flag.flag-ar {
    background-position: -144px 0;
}

.flag.flag-vg {
    background-position: -96px -154px;
}

.flag.flag-hu {
    background-position: -224px -55px;
}

.flag.flag-sd {
    background-position: -192px -121px;
}

.flag.flag-sv {
    background-position: -160px -132px;
}

.flag.flag-wf {
    background-position: -176px -154px;
}

.flag.flag-tn {
    background-position: -112px -143px;
}

.flag.flag-kp {
    background-position: -64px -77px;
}

.flag.flag-it {
    background-position: -144px -66px;
}

.flag.flag-li {
    background-position: -208px -77px;
}

.flag.flag-lb {
    background-position: -176px -77px;
}

.flag.flag-ao {
    background-position: -128px 0;
}

.flag.flag-lu {
    background-position: -16px -88px;
}

.flag.flag-ke {
    background-position: -240px -66px;
}

.flag.flag-tt {
    background-position: -160px -143px;
}

.flag.flag-kz {
    background-position: -144px -77px;
}

.flag.flag-gg {
    background-position: -192px -44px;
}

.flag.flag-tk {
    background-position: -64px -143px;
}

.flag.flag-jm {
    background-position: -192px -66px;
}

.flag.flag-mo {
    background-position: -224px -88px;
}

.flag.flag-nz {
    background-position: -48px -110px;
}

.flag.flag-lk {
    background-position: -224px -77px;
}

.flag.flag-ae {
    background-position: -16px 0;
}

.flag.flag-wales {
    background-position: -160px -154px;
}

.flag.flag-sj {
    background-position: 0 -132px;
}

.flag.flag-bm {
    background-position: -128px -11px;
}

.flag.flag-by {
    background-position: -256px -11px;
}

.flag.flag-sr {
    background-position: -112px -132px;
}

.flag.flag-dm {
    background-position: -80px -33px;
}

.flag.flag-nu {
    background-position: -32px -110px;
}

.flag.flag-kg {
    background-position: -256px -66px;
}

.flag.flag-uy {
    background-position: -16px -154px;
}

.flag.flag-cy {
    background-position: 0 -33px;
}

.flag.flag-pt {
    background-position: -256px -110px;
}

.flag.flag-mg {
    background-position: -128px -88px;
}

.flag.flag-io {
    background-position: -80px -66px;
}

.flag.flag-sc {
    background-position: -160px -121px;
}

.flag.flag-mu {
    background-position: -48px -99px;
}

.flag.flag-ss {
    background-position: -128px -132px;
}

.flag.flag-sn {
    background-position: -64px -132px;
}

.flag.flag-hn {
    background-position: -176px -55px;
}

.flag.flag-tr {
    background-position: -144px -143px;
}

.flag.flag-ag {
    background-position: -48px 0;
}

.flag.flag-iq {
    background-position: -96px -66px;
}

.flag.flag-ye {
    background-position: -224px -154px;
}

.flag.flag-bh {
    background-position: -80px -11px;
}

.flag.flag-az {
    background-position: -240px 0;
}

.flag.flag-ro {
    background-position: -64px -121px;
}

.flag.flag-fm {
    background-position: -48px -44px;
}

.flag.flag-aw {
    background-position: -208px 0;
}

.flag.flag-my {
    background-position: -112px -99px;
}

.flag.flag-fr {
    background-position: -80px -44px;
}

.flag.flag-se {
    background-position: -208px -121px;
}

.flag.flag-mk {
    background-position: -160px -88px;
}

.flag.flag-cd {
    background-position: -48px -22px;
}

.flag.flag-mc {
    background-position: -80px -88px;
}

.flag.flag-lr {
    background-position: -240px -77px;
}

.flag.flag-fo {
    background-position: -64px -44px;
}

.flag.flag-mq {
    background-position: -256px -88px;
}

.flag.flag-to {
    background-position: -128px -143px;
}

.flag.flag-gy {
    background-position: -128px -55px;
}

.flag.flag-mv {
    background-position: -64px -99px;
}

.flag.flag-na {
    background-position: -144px -99px;
}

.flag.flag-tm {
    background-position: -96px -143px;
}

.flag.flag-as {
    background-position: -160px 0;
}

.flag.flag-us {
    background-position: 0 -154px;
}

.flag.flag-pn {
    background-position: -208px -110px;
}

.flag.flag-fj {
    background-position: -16px -44px;
}

.flag.flag-ad {
    background-position: 0 0;
}

.flag.flag-vc {
    background-position: -64px -154px;
}

.flag.flag-pw {
    background-position: 0 -121px;
}

.flag.flag-np {
    background-position: 0 -110px;
}

.flag.flag-bz {
    background-position: 0 -22px;
}

.flag.flag-jp {
    background-position: -224px -66px;
}

.flag.flag-mm {
    background-position: -192px -88px;
}

.flag.flag-gp {
    background-position: -16px -55px;
}

.flag.flag-au {
    background-position: -192px 0;
}

.flag.flag-et {
    background-position: -240px -33px;
}

.flag.flag-th {
    background-position: -16px -143px;
}

.flag.flag-dz {
    background-position: -112px -33px;
}

.flag.flag-br {
    background-position: -176px -11px;
}

.flag.flag-catalonia {
    background-position: -32px -22px;
}

.flag.flag-ls {
    background-position: -256px -77px;
}

.flag.flag-zm {
    background-position: -16px -165px;
}

.flag.flag-xk {
    background-position: -208px -154px;
}

.flag.flag-py {
    background-position: -16px -121px;
}

.flag.flag-am {
    background-position: -96px 0;
}

.flag.flag-scotland {
    background-position: -176px -121px;
}

.flag.flag-ck {
    background-position: -128px -22px;
}

.flag.flag-sy {
    background-position: -192px -132px;
}

.flag.flag-hk {
    background-position: -144px -55px;
}

.flag.flag-bt {
    background-position: -208px -11px;
}

.flag.flag-sh {
    background-position: -240px -121px;
}

.flag.flag-cr {
    background-position: -208px -22px;
}

.flag.flag-gl {
    background-position: -240px -44px;
}

.flag.flag-lv {
    background-position: -32px -88px;
}

.flag.flag-sl {
    background-position: -32px -132px;
}

.flag.flag-rw {
    background-position: -112px -121px;
}

.flag.flag-mh {
    background-position: -144px -88px;
}

.flag.flag-vu {
    background-position: -144px -154px;
}

.flag.flag-ai {
    background-position: -64px 0;
}

.flag.flag-mz {
    background-position: -128px -99px;
}

.flag.flag-gh {
    background-position: -208px -44px;
}

.flag.flag-ie {
    background-position: 0 -66px;
}

.flag.flag-vn {
    background-position: -128px -154px;
}

.flag.flag-co {
    background-position: -192px -22px;
}

.flag.flag-za {
    background-position: -256px -154px;
}

.flag.flag-lc {
    background-position: -192px -77px;
}

.flag.flag-mw {
    background-position: -80px -99px;
}

.flag.flag-yt {
    background-position: -240px -154px;
}

.flag.flag-tg {
    background-position: 0 -143px;
}

.flag.flag-ml {
    background-position: -176px -88px;
}

.flag.flag-ua {
    background-position: -224px -143px;
}

.flag.flag-tc {
    background-position: -224px -132px;
}

.flag.flag-is {
    background-position: -128px -66px;
}

.flag.flag-dk {
    background-position: -64px -33px;
}

.flag.flag-bs {
    background-position: -192px -11px;
}

.flag.flag-qa {
    background-position: -32px -121px;
}

.flag.flag-gw {
    background-position: -112px -55px;
}

.flag.flag-nc {
    background-position: -160px -99px;
}

.flag.flag-gs {
    background-position: -64px -55px;
}

.flag.flag-nf {
    background-position: -192px -99px;
}

.flag.flag-be {
    background-position: -32px -11px;
}

.flag.flag-kurdistan {
    background-position: -96px -77px;
}

.flag.flag-km {
    background-position: -32px -77px;
}

.flag.flag-gt {
    background-position: -80px -55px;
}

.flag.flag-cf {
    background-position: -64px -22px;
}

.flag.flag-tj {
    background-position: -48px -143px;
}

.flag.flag-cu {
    background-position: -224px -22px;
}

.flag.flag-ga {
    background-position: -96px -44px;
}

.flag.flag-es {
    background-position: -224px -33px;
}

.flag.flag-cg {
    background-position: -80px -22px;
}

.flag.flag-ki {
    background-position: -16px -77px;
}

.flag.flag-fi {
    background-position: 0 -44px;
}

.flag.flag-ca {
    background-position: -16px -22px;
}

.flag.flag-ru {
    background-position: -96px -121px;
}

.flag.flag-gb {
    background-position: -112px -44px;
}

.flag.flag-al {
    background-position: -80px 0;
}

.flag.flag-um {
    background-position: -256px -143px;
}

.flag.flag-bn {
    background-position: -144px -11px;
}

.flag.flag-cw {
    background-position: -256px -22px;
}

.flag.flag-ee {
    background-position: -144px -33px;
}

.flag.flag-cn {
    background-position: -176px -22px;
}

.flag.flag-hr {
    background-position: -192px -55px;
}

.flag.flag-ba {
    background-position: -256px 0;
}

.flag.flag-mx {
    background-position: -96px -99px;
}

.flag.flag-ky {
    background-position: -128px -77px;
}

.flag.flag-ve {
    background-position: -80px -154px;
}

.flag.flag-nl {
    background-position: -240px -99px;
}

.flag.flag-do {
    background-position: -96px -33px;
}

.flag.flag-pg {
    background-position: -128px -110px;
}

.flag.flag-bj {
    background-position: -112px -11px;
}

.flag.flag-dj {
    background-position: -48px -33px;
}

.flag.flag-bw {
    background-position: -240px -11px;
}

.flag.flag-ph {
    background-position: -144px -110px;
}

.flag.flag-zw {
    background-position: -32px -165px;
}

.flag.flag-im {
    background-position: -48px -66px;
}

.flag.flag-pa {
    background-position: -80px -110px;
}

.flag.flag-pe {
    background-position: -96px -110px;
}

.flag.flag-fk {
    background-position: -32px -44px;
}

.flag.flag-ch {
    background-position: -96px -22px;
}

.flag.flag-sx {
    background-position: -176px -132px;
}

.flag.flag-sk {
    background-position: -16px -132px;
}

.flag.flag-af {
    background-position: -32px 0;
}

.flag.flag-gn {
    background-position: 0 -55px;
}

.flag.flag-hm {
    background-position: -160px -55px;
}

.flag.flag-bg {
    background-position: -64px -11px;
}

.flag.flag-de {
    background-position: -32px -33px;
}

.flag.flag-tz {
    background-position: -208px -143px;
}

.flag.flag-an {
    background-position: -112px 0;
}

.flag.flag-somaliland {
    background-position: -96px -132px;
}

.flag.flag-mp {
    background-position: -240px -88px;
}

.flag.flag-pf {
    background-position: -112px -110px;
}

.flag.flag-mn {
    background-position: -208px -88px;
}

.flag.flag-jo {
    background-position: -208px -66px;
}

.flag.flag-lt {
    background-position: 0 -88px;
}

.flag.flag-ma {
    background-position: -64px -88px;
}

.flag.flag-ws {
    background-position: -192px -154px;
}

.flag.flag-wo {
    background-position: -80px -165px;
}

.flag.flag-gc {
    background-position: -64px -165px;
}

.flag.flag-oa {
    background-position: -160px -165px;
}

.flag.flag-ap {
    background-position: -144px -165px;
}

.flag.flag-ea {
    background-position: -112px -165px;
}

.flag.flag-em {
    background-position: -176px -165px;
}

.flag.flag-tw {
    background-position: -192px -165px;
}

.flag.flag-yu {
    background-position: -208px -165px;
}

.flag.flag-dd {
    background-position: -224px -165px;
}

.flag.flag-su {
    background-position: -240px -165px;
}

.flag.flag-ec {
    background-position: -256px -165px;
}

.modal > input {
    display: none;
}

    .modal > input ~ * {
        overflow: hidden;
        max-height: 0;
        opacity: 0
    }

.modal .overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    margin: 0;
    border-radius: 0;
    background: rgba(17, 17, 17, 0.6);
    transition: all 0.3s;
    z-index: 100000;
}

    .modal .overlay ~ * {
        border: 0;
        position: fixed;
        top: 34%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.2, 0.2);
        z-index: 1000000;
        transition: all .3s ease;
    }

.modal > input:checked ~ * {
    display: block;
    opacity: 1;
    max-height: 10000px;
}

.modal > input:checked ~ .overlay ~ * {
    max-height: 90%;
    overflow: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    transform: translateX(-50%) translateY(-50%) scale(1, 1);
}

.card, .modal .overlay ~ * {
    box-shadow: none;
    border-radius: 4px;
    text-align: left;
    background: #fff;
    margin-bottom: 12px;
    padding: 0;
}

    .modal .overlay ~ * header {
        font-weight: bold;
        position: relative;
        border-bottom: 1px solid #aaa;
        padding: 12px 16px;
    }

        .modal .overlay ~ * header h3 {
            padding: 0;
            margin: 0 20px 0 0;
            line-height: 1;
            display: inline-block;
            vertical-align: text-bottom;
            font-size: 20px;
        }

    .modal .overlay ~ * .close {
        position: absolute;
        top: 8px;
        right: 6px;
        font-size: 24px;
        padding: 0 10px;
        cursor: pointer;
        width: auto;
    }

    .modal .overlay ~ * section {
        padding: 12px 16px 0;
        font-size: 16px;
    }

    .modal .overlay ~ * footer {
        padding: 16px;
        margin-bottom: 16px;
    }

.cexpbutton {
    display: inline-block;
    text-align: center;
    letter-spacing: inherit;
    margin: 0;
    padding: .3em .9em;
    vertical-align: middle;
    background: #ff4136;
    color: #fff !important;
    text-decoration: none;
    border: 0;
    border-radius: .2em;
    width: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
}

.cexpbutton {
    cursor: pointer;
    transition: all 0.3s;
    border-radius: .2em;
    height: auto;
    vertical-align: baseline;
    box-shadow: 0 0 rgb(17 17 17 / 0%) inset;
    float: right;
}

.modal .overlay ~ * .dangerous {
    background: #adadad;
    margin-right: 20px;
}

#bottom_layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topTitle {
    padding-left: 4px;
    padding-bottom: 3px;
    padding-top: 2px;
    background-color: #e5ecf9;
    font-family: arial,sans-serif;
    font-size: 16px;
}
.form-noindent {
    background-color: #FFF;
    border: 1px solid #C3D9FF;
    border-collapse: separate;
    border-spacing: 3px;
}

.modal>input {
        display: none;
    }
            
    .modal>input~* {
        overflow: hidden;
        max-height: 0;
        opacity: 0
    }
            
    .modal .overlay {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        margin: 0;
        border-radius: 0;
        background: rgba(17, 17, 17, 0.6);
        transition: all 0.3s;
        z-index: 100000;
    }
            
    .modal .overlay~* {
        border: 0;
        position: fixed;
        top: 34%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0.2, 0.2);
        z-index: 1000000;
        transition: all .3s ease;
    }
            
    .modal>input:checked~* {
        display: block;
        opacity: 1;
        max-height: 10000px;
    }
            
    .modal>input:checked~.overlay~* {
        max-height: 90%;
        overflow: auto;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
        transform: translateX(-50%) translateY(-50%) scale(1, 1);
    }
            
    .card, .modal .overlay ~ * {
    box-shadow: none;
    border-radius: 4px;
    text-align: left;
    background: #fff;
    margin-bottom: 12px;
    padding: 0;
    }
    .modal .overlay ~ * header {
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #aaa;
    padding: 12px 16px;
    }
    .modal .overlay ~ * header h3 {
    padding: 0;
    margin: 0 20px 0 0;
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 20px;
    }
    .modal .overlay ~ * .close {
    position: absolute;
    top: 8px;
    right: 6px;
    font-size: 24px;
    padding: 0 10px;
    cursor: pointer;
    width: auto;
    }
    .modal .overlay ~ * section {
    padding: 12px 16px 0;
    font-size:16px;
    }
    .modal .overlay ~ * footer {
    padding: 16px;
    margin-bottom: 16px;
    }
    .cexpbutton {
    display: inline-block;
    text-align: center;
    letter-spacing: inherit;
    margin: 0;
    padding: .3em .9em;
    vertical-align: middle;
    background: #ff4136;
    color: #fff !important;
    text-decoration: none;
    border: 0;
    border-radius: .2em;
    width: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size:18px;
    }
    .cexpbutton {
    cursor: pointer;
    transition: all 0.3s;
    border-radius: .2em;
    height: auto;
    vertical-align: baseline;
    box-shadow: 0 0 rgb(17 17 17 / 0%) inset;
    float: right;
    }
    .modal .overlay ~ * .dangerous {
    background: #adadad;
    margin-right:20px;
}
.login_content {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #404040;
    font-family: Arial,"宋体";
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    padding: 20px 104px 0 108px;
    width: 750px;
}

    .login_content .login_content_dash {
        background: none repeat scroll 0 0 #E8E8E8;
        padding-right: 3px;
        position: relative;
        width: 747px;
    }

    .login_content .login_content_dasht {
        background: none repeat scroll 0 0 #FFFFFF;
        display: block;
        font-size: 0;
        height: 3px;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
    }

    .login_content .login_content_border {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #BFBFBF;
        clear: both;
        padding: 4px 5px;
        width: 735px;
    }

.login_content_border h1 {
    background: url("/content/images/common/bg_login_t.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 54px;
    width: 735px;
}

.reg_title {
    display: block;
    height: 31px;
    padding: 18px 15px 0 15px;
    width: 620px;
}

    .reg_title .img_welcome {
        float: left;
    }

.login_mail_border .login_mail_title {
    background: url("/content/images/common/icon_mail.gif") no-repeat scroll 75px 35px transparent;
    font-size: 14px;
    line-height: 22px;
    padding: 40px 50px 17px 134px;
    width: 551px;
}

.login_succeed_border .login_mail_title {
    background: url("/content/images/common/excel.jpg") no-repeat scroll 101px 32px transparent;
    line-height: 24px;
    padding: 26px 50px 17px 180px;
    width: 505px;
}

.login_mail_border p {
    font-size: 14px;
}

.border-bot {
    border-bottom: 1px dotted #999999;
}

.login_email_validate {
    line-height: 24px;
    padding: 26px 50px 17px 180px;
    width: 505px;
}

.login_know {
    clear: left;
    padding: 10px 0 30px 180px;
}

.login_mail_border p {
    font-size: 14px;
}

.login_know p span.txt_red {
    color: #CC3300;
}

.export {
    background: none repeat scroll 0 0 white;
    text-align: left;
    position: relative;
    padding: 10px 10px 10px 30px;
    font-size: 12px;
}

.export-l .section {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #D2D2D2 solid 1px;
}

.export .section h2 {
    clear: both;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: -15px;
    color: #777;
    clear: both;
}

.export .rst li {
    margin-bottom: 5px;
}

form.aui label {
    color: #707070;
}

.export .gray {
    color: #999;
}

#er {
    z-index: 0;
    margin-left: 10px;
    padding: 0 20px 0 20px;
    text-align: left;
}

.efi .it {
    width: 100%;
    margin-bottom: 15px;
}

    .efi .it th {
        border-bottom: #D2D2D2 solid 1px;
        padding: 5px;
        width: 60px;
        text-align: right;
        font-weight: bold;
    }

    .efi .it td {
        border-bottom: #D2D2D2 solid 1px;
        padding: 5px;
        text-align: left;
    }
.plusFuncs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 900px;
}

.plusFunc {
    width: 212px;
    height: 160px;
    padding-right: 12px;
    margin-bottom: 12px;
    margin: 0 0 1rem;
}

    .plusFunc .plusFuncLnk {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
        background-color: #eee;
    }

    .plusFunc img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .plusFunc:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08)
    }

    .plusFunc .plusFuncTitle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 64px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#000));
        background: -o-linear-gradient(top, rgba(0,0,0,0), #000);
        background: linear-gradient(180deg, rgba(0,0,0,0), #000);
        border-radius: 0 0 8px 8px;
        color: #fff;
        padding: 16px;
    }

        .plusFunc .plusFuncTitle .plusFuncTxt {
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin-right: 16px;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
        }
/* index */
#svc-toolbar .bgp-fr{background: transparent url('/content/images/home/home_navigator.gif') 0 0 no-repeat}
.ttv{background: transparent url('/content/images/home/home_navigator.gif') 0 0 no-repeat}
#svc-toolbar{margin:2em auto 1.5em auto;}
#svc-toolbar .bgp-fr{width:52px;height:37px;margin-bottom:.5em;}
#svc-toolbar td{font-size:.9em;padding:0 0.35em 0 0.4em;text-align:center;}
.bgp a,.bgp span{display:block;cursor:pointer;}
.bgp .bgp-fr{margin:0 auto;}

/*index 提示边框*/
.ttm{position:absolute;font-size:1.2em;top:0;left:0;z-index:2;background:#fff;}
.ttl{margin:0 1px;height:1px;overflow:hidden;font-size:0;background-color:red;}
.ttc{text-align:center;border-left:1px solid red;border-right:1px solid red;}
.tt-text{margin:0 auto;white-space:nowrap;padding:.2em 0 0;}
.ttdc{height:1px;overflow:hidden;}
.ttdl,.ttdr{width:1px;height:1px;filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;float:left;}
.ttdr{float:right;}
.ttvc{height:4px;}
.ttv{position:relative;top:-1px;z-index:3;width:8px;height:4px;overflow:hidden;margin:0 auto;}

/*index 单元*/
#a1-i .bgp-fr{background-position:0 0;}
#a1-i:hover{color:#ea0000;}
#a1-i-tt .ttl,#a1-i-tt .ttdl,#a1-i-tt .ttdr{background-color:#ea0000;}
#a1-i-tt .ttc{border-color:#ea0000;}
#a1-i-tt .ttv{background-position:-364px 0px;}

#a2-i .bgp-fr{background-position:0 -37px;}
#a2-i:hover{color:#0d53a4;}
#a2-i-tt .ttl,#a2-i-tt .ttdl,#a2-i-tt .ttdr{background-color:#0d53a4;}
#a2-i-tt .ttc{border-color:#0d53a4;}
#a2-i-tt .ttv{background-position:-364px -37px;}

#a3-i .bgp-fr{background-position:0 -74px;}
#a3-i:hover{color:#878787;}
#a3-i-tt .ttl,#a3-i-tt .ttdl,#a3-i-tt .ttdr{background-color:#878787;}
#a3-i-tt .ttc{border-color:#878787;}
#a3-i-tt .ttv{background-position:-364px -74px;}

#a4-i .bgp-fr{background-position:0 -111px;}
#a4-i:hover{color:#1da745;}
#a4-i-tt .ttl,#a4-i-tt .ttdl,#a4-i-tt .ttdr{background-color:#1da745;}
#a4-i-tt .ttc{border-color:#1da745;}
#a4-i-tt .ttv{background-position:-364px -111px;}

#a5-i .bgp-fr{background-position:0 -148px;}
#a5-i:hover{color:#9e7eb9;}
#a5-i-tt .ttl,#a5-i-tt .ttdl,#a5-i-tt .ttdr{background-color:#9e7eb9;}
#a5-i-tt .ttc{border-color:#9e7eb9;}
#a5-i-tt .ttv{background-position:-364px -148px;}

#a6-i .bgp-fr{background-position:0 -185px;}
#a6-i:hover{color:#ffb400;}
#a6-i-tt .ttl,#a6-i-tt .ttdl,#a6-i-tt .ttdr{background-color:#ffb400;}
#a6-i-tt .ttc{border-color:#ffb400;}
#a6-i-tt .ttv{background-position:-364px -185px;}

#a7-i .bgp-fr{background-position:0 -222px;}
#a7-i:hover{color:#3aa4df;}
#a7-i-tt .ttl,#a7-i-tt .ttdl,#a7-i-tt .ttdr{background-color:#3aa4df;}
#a7-i-tt .ttc{border-color:#3aa4df;}
#a7-i-tt .ttv{background-position:-364px -222px;}


/*toolbar*/
.dview
{
}

.dviewselect
{
	font-weight:bold;
}
/* normal list */
#SoopatContainter
{
	width:100%;
}

#PageContent
{
	height: 40%;
	margin: 2px 290px 2px 160px;
	position: relative;
	text-align: left;
	width: auto;
}

.PatentBlock
{
	  line-height: 16pt;
    margin: 4px 0 20px 10px;
    max-width: 700px;
    min-width: 500px;
height:auto !important;
height:140px;
min-height:140px; 
}

.PatentTypeBlock
{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	display: inline;
	color: #00c;
}

.PatentAuthorBlock
{
	color: green;
	font-size: 9pt;
}

.PatentAuthorBlock a
{
	color: green;
	text-decoration: none;
}

.PatentAuthorBlock a:hover
{
	color: green;
	text-decoration: underline;
}

.PatentContentBlock
{
	font-size: 10pt;
	color: #000;
	line-height: 15pt;
}

.PatentBottomBlock img
{
	 vertical-align:middle;
	 cursor:pointer;
}

.PatentBottomBlock a
{
	color: Gray;
	text-decoration: underline;
	font-size: 9pt;
}

.PatentBottomBlock a:hover
{
	color: Gray;
	text-decoration: underline;
	font-size: 9pt;
}

.PatentBottomBlock a:visited
{
	color: Gray;
	text-decoration: underline;
	font-size: 9pt;
}

/* table list */
#PageTableContent
{
	padding-left: 4px;
	width: 78%;
	float:left;
	overflow:scroll;     
    overflow-y:hidden;

}

.tableContent
{
}

.tableContent th
{
	color: #020202;
	text-align: left;
	line-height: 22px;
	background:#DDEDF4 none repeat scroll 0% 50%;
}

.tableContent td
{
	
}

.tr1
{
	height: 26px;
	background-color: #F7F7F7;
}
.tr2
{
	height: 26px;
}
.tr3
{
	height: 26px;
	background-color: #D7D7D7;
}

#modalOverlay {background-color:#000;}
#modalContainer {width:328px; left:50%; top:35%; margin-left:-200px;}
#modalContainer {top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(35 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}

.tipWindow
{
	margin:20px;
	width:328px;
	height:244px;
	border:#A0B0BE 1px solid;
	display:none;
	background-color:#DDEAFB;
}
.tipTitle{
	height:21px; 
	line-height:21px;
	background-image:url(/Content/images/patent/tipBar.gif);
	color:#5D5D5D;
	padding-left:10px;
}
.tipClose{
	float:right;
	padding:7px 6px 0px 0px;
}
.tipBody{
	width:322px;
	height:188px;
	display:block;
	border:#ABC1DE 2px solid;
	margin:1px;
}
.tipLeft{ 
	float:left;
	width:126px;
	height:172px;  
	margin:10px 0px 0px 10px;
}

.tipRight{ 
	width:126px;
	height:172px;  
	margin:10px 10px 0px 0px;
	float:right;
}
.tipSelector
{
	float:left;
	padding-left:15px;
	padding-top:38px;
	width:20px;
}

.tipFooter
{
	float:right;
	padding-right:15px;
	padding-top:2px;
}
.tipSelector img{margin-top:10px;}

/* image view*/
.ImgPatentBlock, .ImgPatentBlockAlter
{
	background-color: #eef7ff;
	padding: 16px 0pt 10px 0pt;
	line-height: 16pt;
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
	margin-left:8px;
}

.ImgPatentBlockAlter
{
	background-color: #ffffff;
}

.WorldPatentContentBlock
{
	font-size: 8pt;
	color: #000;
	line-height: 13pt;
}

.ImgDiv
{
	height: 122px;
}

.ImgDiv .ImgContent
{
	float: left;
	height: 122px;
	width: 19%;
	text-align: center;
}

.ImgDiv img
{
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
/* aside */
#SoopatAside 
{
float:right;
font-size:12px;
width:250px;
min-width:190px;
padding-right:4px;
}

#SoopatAside .title
{
font-size:14px;
font-weight:bold;
height:24px;
line-height:24px;
padding-left:10px;

border-top:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
border-bottom:1px solid #DDDDDD;
}

#SoopatAside .content
{
border-bottom:1px solid #DDDDDD;
line-height:20px;
margin-bottom:10px;
padding:12px 10px;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
}


#SoopatAside .content li
{
  
}

#com_item 
{
}

#com_item li {
background:transparent url(/content/images/home/cross.gif) no-repeat scroll 160px 2px;
float:left;
height:22px;
line-height:22px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
overflow:hidden;
width:180px;
}

#com_item li a {
display:block;
height:22px;
overflow:hidden;
text-decoration:none;
width:230px;
}

/* SoopatPager */
#SoopatPager
{
	clear: both;
	display: block;
	margin: 0pt 0pt 0px 30px;
	padding: 16px 0pt;
	position: relative;
	text-align: center;
	width: 710px;
}

#SoopatLimitPage {
font-size:12px;
margin:0 15px;
clear:both;
display:block;
}

#SoopatPager a, #SoopatPager strong
{
	border: 1px solid #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin-right: 1px;
	padding: 3px 3px 5px;
	position: relative;
	text-decoration: none;
}

#SoopatPager strong
{
	border: 1px solid #E9E9E9;
	color: #F23219 !important;
}

#SoopatPager a:hover
{
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #E9E9E9;
	text-decoration: underline;
}

#SoopatPager .pre, #SoopatPager .next
{
	border: 1px solid #E9E9E9;
	color: #565656;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

#SoopatPager .pre
{
	background: transparent url(/Content/images/home/PrevPage.gif) no-repeat scroll 6px 11px !important;
	margin-right: 9px;
	padding: 6px 6px 6px 16px;
}

#SoopatPager .next
{
	background: transparent url(/Content/images/home/NextPage.gif) no-repeat scroll 50px 10px !important;
	margin-left: 9px;
	padding: 6px 16px 6px 6px;
}

/* Index page 

#l
{
	margin-bottom: 5px;
	margin-left: 15px;
	width: 650px;
}

#l tr td
{
	font-family: arial;
	font-size: 14px;
	padding-left: 187px;
	text-align: left;
}*/

.hp
{
	margin-left: 6px;
	position: absolute;
}

.kw
{
	font-family: Verdana;
	font-size: 16px;
	height: 20px;
	padding-top: 3px;
}

.sb
{
	font-size: 14px;
	height: 28px;
	width: 100px;
}

.homelink A
{
	font-size: 12px;
	font-family: SimSun, 宋体,sans-serif;
}

.homelink A:link
{
	color: #444444;
	text-decoration: none;
}
.homelink A:visited
{
	color: #696969;
	text-decoration: none;
}
.homelink A:hover
{
	color: #2279cb;
	text-decoration: underline;
}
.homelink A:active
{
	color: #696969;
	text-decoration: none;
}

.homediv
{
	width: 750px;
	line-height: 150%;
	text-align: left;
	font-size: 14px;
}

.homediv A
{
	font-size: 12px;
	font-family: Arial, SimSun, 宋体,sans-serif;
	color: #0000CC;
}

.homediv b A
{
	font-size: 14px;
}

.homediv .body
{
	float: left;
	line-height: 157% !important;
	padding: 2px 0px 15px 45px;
}

.homediv .body li
{
	float: left;
}

.homediv .body .ll
{
	margin-right: 12px;
}

.homediv .right
{
	float: left;
	padding: 2px 0pt 16px 21px;
	width: 260px !important;
}

.homediv .rightbottom
{
	clear: both;
	padding-top: 10px;
	height: 20px;
}

/* not found */
.ErrorBlock
{
	margin-left:4px;
}

.NotFound
{
color:#111111;
font-size:15px;
font-weight:bold;
text-align:left;
}

.NotFoundWord
{
color:#EA740D;
font-size:15px;
font-weight:bold;
padding:15px 0pt 0pt;
text-align:left;
}

.HelpTitle
{
	font-family: "arial" , "宋体";
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}

.HelpWarnTitle
{
	font-family: "arial" , "宋体";
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #13b3e3;
}

.HelpContent
{
	font-family: "arial" , "宋体";
	font-size: 12px;
	line-height: 1.5;
	left: 10px;
	position: relative;
	color: gray;
}

.NotFoundContent
{
	font-family: "arial" , "宋体";
	font-size: 12px;
	line-height: 1.5;
	left: 10px;
	position: relative;
	color: black;
}

.HelpEG
{
	font-family: "arial" , "宋体";
	font-size: 12px;
	line-height: 1.5;
	color: blue;
}

.HelpSample
{
	font-family: "arial" , "宋体";
	font-size: 12px;
	line-height: 1.5;
	color:Green;
}

.HelpKeyword
{
	font-family: "arial" , "宋体";
	font-size: 12px;
	line-height: 1.5;
	color:Red;
}

.SuggestWord
{
	font-family: "arial" , "宋体";
	font-size: 12px;
	line-height: 1.5;
	color:Red;
}

a.SuggestWord:link
{
	font-family: "arial" , "宋体";
	font-size: 14px;
	line-height: 1.5;
	color:Red;
}
a.SuggestWord:visited
{
	font-family: "arial" , "宋体";
	font-size: 14px;
	line-height: 1.5;
	color:Red;
}

/* advanced search */
.RowTitle
{
	background: #e5ecf9;
	color: #000000;
	font-family: "宋体";
	font-size: 10pt;
	text-align: right;
}

.RowButton
{
	background-color:transparent;
	border:medium none;
	font-family: "宋体";
	font-size: 10pt;
	text-align: right;
	width:120px;
	text-decoration:underline;
	color:#0000CC;
}

.LogButton
{
	background-color: #EFEFFF;
	border: solid 2px #CECFFF;
	font-family: "宋体";
	font-size: 10pt;
	width: 60px;
}

.RowCheckbox
{
	background: #e5ecf9;
	color: #000000;
	font-family: "宋体";
	font-size: 10pt;
	text-align: center;
	height:34px;
}

.RowInput {
	BACKGROUND: #e5ecf9; 
	COLOR: #000000;
	text-align:center;
	width:180px;
	height:34px;
}

.RowSepX {
	height: 2px;
}
.RowSepY {
	width:4px;
}
.RowRemark
{
	background: #e5ecf9;
	color: gray;
	width: 130px;
	font-family: "宋体";
	font-size: 10pt;
	text-align: left;
}

.RowRemark a
{
	background: #e5ecf9;
	color: gray;
	width: 130px;
	font-family: "宋体";
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

.RowRemark a.link
{
	background: #e5ecf9;
	color: gray;
	width: 130px;
	font-family: "宋体";
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

.RowRemark a:visited{
	background: #e5ecf9;
	color: gray;
	width: 130px;
	font-family: "宋体";
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

.RowRemark a:hover{
	background: #e5ecf9;
	color: gray;
	width: 130px;
	font-family: "宋体";
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}

.popupContainer 
{
    background: transparent url(/content/images/patent/bg-up.png) no-repeat scroll 0pt 50% !important;
    position: absolute; 
    width: 500px; 
    height: 350px; 
    z-index: 200;
     -moz-background-clip: -moz-initial; 
     -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial; 
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/patent/bg-up.png', sizingMethod='scale') !important;
    }

.popupContainerDown 
{
    background: transparent url(/content/images/patent/bg-down.png) no-repeat scroll 0pt 50% !important;
    position: absolute; 
    width: 500px; 
    height: 350px; 
    z-index: 200;
     -moz-background-clip: -moz-initial; 
     -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial; 
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/patent/bg-down.png', sizingMethod='scale') !important;
    }
.popupContainerFill
{
    background: transparent url(/content/images/patent/bg.png) no-repeat scroll 0pt 50% !important;
    position: absolute; 
    width: 500px; 
    height: 350px; 
    z-index: 200;
     -moz-background-clip: -moz-initial; 
     -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial; 
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/patent/bg.png', sizingMethod='scale') !important;
    }
.popup 
{
	height:350px;
	position:absolute;
	width:500px;
}

.popupContent 
{
	background-color:white;
	border:0 solid red;
	font-size:85%;
	height:210px;
	line-height:150%;
	margin-left:5px;
	overflow:auto;
	width:450px;
}

/**/
#menu-container {
font-size:14px;
list-style-type:none;
text-align:left;
clear: both;
padding:6px 6px 4px 6px;

}
#main-list {
background:#F0F7F9 none repeat scroll 0 0;
border-bottom:1px solid #9EB0DF;
margin:0;
padding:6px 1px 4px 6px;
}
#main-list li {
display:inline;
}
#main-list span {
padding:2px 10px 5px;
}
#selected-main-tab {
background:#FFFFFF none repeat scroll 0 0;
border-color:#9EB0DF;
border-style:solid solid none;
border-width:1px;
font-weight:700;
}

.block, .blockhover
{
background:url(/content/images/patent/blueblock.gif);
background-repeat:no-repeat;
width:80px;
height:28px;
position:absolute;
display:block;
}
.blockhover
{
background:url(/content/images/patent/greenblock.gif);
background-repeat:no-repeat;

}
.blockTip
{
margin-left:5px;
color:#FFFFFF;
width:15px;
font-size:13px;
text-align:center;
line-height:21px;
display:block;
text-decoration:none;
}
.blockText
{
margin-top:2px;
color:#000000;
width:100%;
font-size:10px;
text-align:center;
line-height:26px;
display:block;
cursor:pointer;
text-decoration:none;
}
.rowHead
{
border-left:1px solid #A2BBDD;
border-bottom:1px solid #DDDDDD;
background-color:#E8EEF7;
height:38px;
text-align:center;
vertical-align:middle;
}
.columnHead
{
width:153px;
background-color:#C3D9FF;
border-bottom:1px solid #A2BBDD;
border-left:1px solid #EEE;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.blocktd
{
	border-left:solid 1px #EEE;border-top:solid 1px #EEE;
}
.blocktdhover
{
	border-left:solid 1px #EEE;border-top:solid 1px #EEE;
	background-color:#ffffcc;
}

/************      Tab          ********/
      /* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/content/images/patent/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* compare table*/
.tdbg1 {
border:1px solid #FFFFFF;
color:#105CB6;
font-family:"宋体";
font-size:12px;
font-weight:bold;
padding-top:8px;
}
.tdbg3 {
background-color:#FFFFFF;
color:#000000;
font-family:Tahoma;
font-size:11px;
}
.tdbg2 {
background-color:#F4FBFF;
border:1px solid #FFFFFF;
color:#000000;
font-family:Tahoma;
font-size:11px;
}
/*-------------Refine-----------------*/
#Refine
{
	background-color:#fff8dd;
	border-top:1px solid #BCCBED;
	border-bottom:1px solid #BCCBED;
	margin:0 4px 4px 4px;
}

#Refine #Toolbar
{
	height:23px;
	padding-top:6px;
	padding-left:6px;
}

#Refine #Toolbar sup
{
	font-size:9pt;
	color:Red;
	font-family:arial,sans-serif;
}

#Refine #RefineWait
{
	position:absolute;
	top:180px;
	left:500px;
	display:none;
}

#Refine #HideRefine
{
	float:right;
	margin-right:3px;
	display:none;
}

#Refine #RefineWait img
{
	width:24px;
}

#Refine #RefineContent 
{
	background-color:#fff8dd;
	border-top:1px solid #BCCBED;
	clear:both;
	padding:3px 10px 10px;
	table-layout:fixed;
	display:none;
	height:130px;
}

#Refine ul.noline 
{
	border-left:medium none;
}

#Refine ul 
{
	float:left;
	padding:2px 1px 2px 0;
}
#Refine li 
{
	display:inline;
	float:left;
	font-size:12px;
	height:18px;
	line-height:1.2;
	margin-right:1px;
	overflow:hidden;
	padding:5px 0 0 5px;
	width:234px;
}

#Refine #RefineContent span
{
	float:left;
	padding-left:3px;
	color:#7777CC;
}

.translationlink
{
	color:#0000CC;
	cursor:pointer;
}

#Refine #RefineControl 
{
	background-color:#fff8dd;
	border-top:1px solid #BCCBED;
	height:20px;
	padding-top:3px;
	padding-left:3px;
	display:none;
}

#Refine #RefineControl a
{
	float:left;
	padding-left:3px;
	color:#7777CC;
}

#Refine #RefineControl input
{
	float:right;
	margin-bottom:3px;
}
/*  epo */
.PatentBottomBlockE
{
	font-size: 9pt;
	color:#1155cc;
}
.PatentBottomBlockE img
{
	 vertical-align:middle;
	 cursor:pointer;
}

.PatentBottomBlockE a
{
	font-size: 9pt;
color:#1155cc;
}

.PatentBottomBlockE a:hover
{
	font-size: 9pt;
color:#1155cc;
}

.PatentBottomBlockE a:visited
{
	font-size: 9pt;
color:#1155CC;
}
/**********library search****************/
.wui-WindowHeader {
border-bottom-color:#A6B7C7;
}

.wui-WindowHeader {
border-bottom-style:solid;
border-bottom-width:1px;
height:auto !important;
min-height:33px;
overflow:auto !important;
}

.wui-WindowHeader .addons {
color:#999999;
}

.wui-WindowHeader .addons {
line-height:22px;
margin-right:11px;
}

.addons {
display:inline;
float:right;
margin:0 5px 0 0;
}

.addons input, .addons a, .addons cite, .addons select {
float:left;
margin-left:6px;
}

.addons input {
margin:5px 0 0;
}

input.search {
margin-right:4px;
width:100px;
}

.inp_base {
border-color:#718DA6 #B6C7D5 #B6C7D5 #718DA6;
border-style:solid;
border-width:1px;
color:#333333;
}

.inp_base {
height:17px;
padding:2px 0 1px 1px;
vertical-align:middle;
}

.wui-WindowHeader h2 {
font-size:12px;
font-weight:bold;
line-height:30px;
text-indent:12px;
}

.wui-WindowHeader h2 span {
color:#505050;
}

.wui-WindowHeader h2 span {
font-size:12px;
font-weight:normal;
margin-left:6px;
}
.wui-WindowHeader h2 span em {
margin:0;
padding:0 1px 0 2px;
}

.wui-WindowHeader span em {
color:#0E83EF;
}

.wui-WindowHeader span em {
margin:0 3px;
}

.wui-Toolbar {
background:none repeat scroll 0 0 #EBEFF9;
margin-bottom:2px;
padding:2px;
height:34px;
overflow:auto;
}

cite, em {
font-style:normal;
}
.wui-Toolbar .addons {
color:#999999;
}

.wui-Toolbar .addons {
line-height:32px;
}
.wui-Toolbar .func {
display:inline;
float:left;
height:26px;
margin:3px 0 0 12px;
}
/********** zoom **************/
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:18px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:move;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}

#topad {
overflow:hidden;
background-color:#D7E1F6;
line-height:normal;
clear:both;
}

#topad .mid {
background-position:0 0;
background-repeat:repeat-x;
background-color:#F5F7FC;
margin:2px;
position:relative;
font-size:13px;
border: solid 1px #AEC2EC;
}

#topad table td.i_info {
padding-top:5px;
}

#topad .i_split {
background:url("http://static.tieba.baidu.com/tb/img/frs/i_topad_split.gif") no-repeat scroll 0 0 transparent;
height:63px;
position:relative;
top:-2px;
width:1px;
}

#topad #feedlist {
border:medium none;
margin-top:3px;
overflow:hidden;
width:100%;
}

#topad .list {
border-left:1px solid #CCCCCC;
overflow:hidden;
}

#topad .list .iline {
margin-bottom:6px;
overflow:hidden;
padding-right:13px;
}

#topad .vintro_link {
height:15px;
margin-top:-6px;
overflow:hidden;
padding-right:2px;
text-align:right;
}

#topad .list .iline b {
font-weight:normal;
margin:0 6px;
}
#topad .feedSuffix_3 {
color:#009933;
}
#topad .list .iline span {
color:gray;
font-family:"宋体";
margin-left:5px;
}
.r_ad {
background:none repeat scroll 0 0 #F8FEF0;
width:100%;
}
#ads {
width:100%;
}
.r_ad ul {
list-style:none outside none;
padding:0 16px 0 8px;
}
#ads ul li {
clear:both;
float:left;
height:65px;
overflow:hidden;
width:300px;
}
.adc {
height:65px;
overflow:hidden;
table-layout:fixed;
width:100%;
}
.adtuc {
margin-bottom:2px;
width:728px;
}
.adb {
color:#000000;
display:block;
font-size:14px;
line-height:16px;
}
.adt {
font-size:14px;
font-weight:bold;
line-height:16px;
}
.adu {
color:#008000;
font-size:10px;
line-height:16px;
white-space:nowrap;
}

/*---Autocomplete----*/
.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	background: none repeat scroll 0 0 white;
    border-style: none;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none repeat scroll 0 0 white;
    border-color: #A2BFF0 #558BE3 #558BE3 #A2BFF0;
    border-style: solid;
    border-width: 1px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 2px 0px 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 13px;
	font-family: arial,sans-serif;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 22px;
	overflow: hidden;
}

.ac_loading {
	
}

.ac_odd {
	
}

.ac_over {
	background-color: #D5E2FF;
}
.ac_key {
    float: left;
    padding-left: 5px;
    text-align: left;
}
.ac_result {
	color: green;
    float: right;
    padding-right: 5px;
    text-align: right;
    }
/******  Compare  **********/
.FormWrap * {
    line-height: 150%;
}

.patent-compare {
    position: absolute;
    right: 0;
    top: 0;
    width: 238px;
    z-index: 200;
    font-size: 12px;
    margin-top:-490px;
}

.patent-compare h3 {
    font-size: 14px;
}
.patent-compare h1, h2, h3, h4, h5, h6 {
    color: #111111;
    font-weight: bold;
    margin: 5px 0;
}

.FormWrap {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #D5D5D5;
    margin: 10px 0 0;
    padding: 7px;
}
.patent-compare .close-gc {
    color: #FF6600;
    cursor: pointer;
    font-size: 12px;
}
.patent-compare .clearfix {
    display: block;
}
.patent-compare .clearfix {
    display: inline-block;
}
.patent-compare .division {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    margin-right:5px;
    padding: 3px 5px 3px 5px;
    width:230px;
    float:left;
    display:block;
}
.patent-compare div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-auto {
    float: left;
    margin-right: 5px;
}
.patent-compare .span-3 {
}
.patent-compare a {
    color: #4D4D4D;
    text-decoration: none;
}
.patent-compare .lnk {
    cursor: pointer;
    text-decoration: underline;
    float:right;
}
.patent-compare .btn-compare
{
    height:24px;
    padding: 1px 6px;
}
#LeftAside {
    font-family: sans-serif;
    margin-right: -176px;
}

    #LeftAside .title {
        font-size: 12px;
        font-weight: bold;
        height: 24px;
        line-height: 24px;
        padding-left: 10px;
    }

    #LeftAside .content {
        line-height: 24px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    #LeftAside .progress {
        height: 8px;
        background-color: #00A6E7;
    }

.lnsep {
    border-bottom: 1px solid #BCCBED;
    margin: 14px 4px 14px 8px;
}

h3, .med {
    font-size: medium;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#tbd, #atd {
    display: block;
    min-height: 1px;
}

.tbt {
    font-size: 12px;
    line-height: 1.2;
}

.tbt {
    margin-bottom: 14px;
    margin-left: 12px;
}

.tbt1 {
    margin-bottom: 14px;
    margin-left: 10px;
    line-height: 1.2;
    font-size: 12px;
}

.tbou, .tbos, .tbots, .tbotu, .tbot, .tbou1 {
    margin-right: 8px;
    padding-bottom: 3px;
}

.tbos, .tbots {
    font-weight: bold;
    padding-bottom: 8px;
}

.tbot {
    font-weight: bold;
    padding-bottom: 3px;
}

.tbou1 {
    font-size: 12px;
}

.tbou > a.q {
    color: #034EA2;
    text-decoration: none;
}

.tbot > a.q {
    color: Gray;
    text-decoration: none;
}

.tbt1 a {
    color: #034EA2;
    text-decoration: none;
}

#leftnav .kl {
    color: #333333;
    display: block;
    font-size: 14px;
}

#moreanalyzer {
    line-height: 29px;
}

.mitem, #showmodes {
    line-height: 29px;
    padding-left: 15px;
}

.kl:hover, #moreanalyzer:hover, .tbou:hover, .laq:hover {
    background-color: #EEEEEE;
}

#ms a:hover {
    text-decoration: none;
}

.lnsep {
    border-bottom: 1px solid #EFEFEF;
    margin: 14px 4px 14px 14px;
}

.tbt {
    font-size: 13px;
    line-height: 1.2;
}

.tbt {
    margin-bottom: 15px;
    margin-left: 25px;
}

.tbou, .tbos, .tbots, .tbotu {
    margin-right: 8px;
    padding-bottom: 3px;
    padding-left: 16px;
    text-indent: -8px;
}

.tbos, .tbots {
    font-weight: bold;
}

.tbos, .tbots, .tbotu {
    color: #D14836;
}

.sleftnav {
    font-size: 14px;
    margin: 0 0 2px 12px;
}

    .sleftnav li {
        padding-left: 11px;
        margin: 6px 0 6px 0;
    }

        .sleftnav li strong {
            color: #D14836;
        }

    .sleftnav .normal:hover, .leftsubul li:hover {
        background-color: #EEEEEE;
    }

    .sleftnav a, .sleftnav a:visited {
    }

.leftsubul {
    margin-bottom: 15px;
    margin-left: 5px;
    font-size: 12px;
}

    .leftsubul li {
        margin: 4px 0;
        padding-bottom: 2px;
        padding-left: 5px;
    }

.laloading {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 9px;
    margin-top: 6px;
    outline: medium none;
    background: url("/content/images/home/sloading.gif") no-repeat scroll 0 0 transparent;
    background-size: 16px 16px;
}

#leftnav {
    margin-left: 8px;
    font-family: arial,sans-serif;
}

    #leftnav .laq, #leftnav .clusterlink {
        color: #666666;
    }

    #leftnav a:hover {
        text-decoration: underline;
    }

    #leftnav .tbouselected {
        color: #D14836;
        font-weight: bold;
    }
/* head */
.bar
{
	height:18px;
	float:left;
	padding:5px 0px 0px 12px;
	word-spacing:9px;
	font-size:12px;
}
.bar a:visited, .bar a:link,.bar a:active, .bar a {
color: #00C;
text-decoration:none;
}
.line
{
	clear:both;
	border-bottom:#c9d7f1 1px solid;
	overflow:hidden;
	height:1px;
}

.login
{
	padding:5px 10px 0px 0px;
	float:right;
}
.login a:visited, .login a:link,.login a:active, login a {
color: #00C;
text-decoration:none;
}
#header {
padding: 0 0 0 10px;
overflow: hidden;
font-size:12px;
margin:0 0 6px 0;
}
#header h1 {
display: block;
font: bold 22px "宋体";
margin: 0 0 5px;
}
#header a:visited, #header a:link, #header a:active, #header a {
color: #00C;
text-decoration:none;
}
#header .logo {
float: left;
margin-right: 20px;
padding: 0 0 2px;
}
#header .logo img {
width: 150px;
height: 52px;
}
#header .headerform {
padding-top: 10px;
overflow: hidden;
}
.txtsw {
	background-color: white;
	border: 2px solid #6B90DA;
	margin: 0 0 2px 0;
	padding: 3px;
	width: 500px;
	font-size: 14px;
	font-family: Microsoft YaHei;
}

.searchbtn {
width: 103px;
height: 31px;
border: 0;
background: url(/content/ajax/btn.png) no-repeat;
overflow: hidden;
color: #333;
font-family: arial,sans-serif;
font-size: 11px;
font-weight: bold;
}
.searchbtn-hvr {
    background-position:0 -31px;
}
#header label
{
    margin: 0 8px 0 0 ;
    font-size:12px;
}
#header input[type=radio], input.radio 
{
    vertical-align: middle; 
}
.menu
{
	clear: both;
	border-top: #6B90DA 1px solid;
	background-color: #F0F7F9;
	height: 24px;
	margin: 0 4px 0pt 4px;
	padding:5px 1px 4px;
	font-size:12px;
}
.menu a:visited, .menu a:link, .menu a:active, .menu a {
text-decoration:none;
color: #706CB6;
}
.menuline
{
	clear: both;
	border-top: #6B90DA 1px solid;
}

.left
{
	float: left;
}

.left a, .right a
{
	color: #706CB6;
}

.right
{
	text-align:right;
	line-height:24px;
	font-size:12px;
}
.dviewimg
{
    background:url(/content/images/home/toolbar.gif) no-repeat left top;
    margin-right:4px;
    padding:0 0 0 17px;
    float:left;
    list-style:none;
    height:15px;
}
.dviewselect a:visited, .dviewselect a:link, .dviewselect a:active, .dviewselect a
{
	font-weight:bold;
	color: #D14836;
}

#LeftAside a {
color: #333;
text-decoration: none;
}

#LeftAside a:hover {
color: #F60;
text-decoration: underline;
}

.sleftnav {
font-size: 14px;
margin: 0 0 2px 0;
}
.sleftnav li 
{
font-size: 13px;
color: #222;
padding-left: 20px;
line-height: 29px;
}
.sleftnav li strong {
color: #D14836;
font-weight:bold;
font-size: 14px;
}
.leftsubul {
margin-bottom: 15px;
margin-left: 5px;
font-size: 12px;
}
.leftsubul li {
margin: 4px 0;
padding-bottom: 2px;
padding-left: 5px;
line-height: 20px;
}
#LeftAside .leftsubul a{
color: #00c;
text-decoration: underline;
}

.lbar #ms
{
    margin:4px 0 0 0;
}
#leftnav .kl {
color: #333;
display: block;
font-size: 13px;
}
.lnsep {
border-bottom: 1px solid #EFEFEF;
margin: 14px 4px 14px 14px;
}
.tbt {
font-size: 13px;
line-height: 1.2;
}
.tbt {
margin-bottom: 15px;
margin-left: 25px;
}
.tbou, .tbos, .tbots, .tbotu {
margin-right: 8px;
padding-bottom: 3px;
padding-left: 16px;
text-indent: -8px;
}
#leftnav .tbouselected {
color: #D14836;
font-weight: bold;
}
#leftnav .laq, #leftnav .clusterlink {
color: #666;
}
.bread
{
    background: url("./images/sprite_symbol.gif") no-repeat scroll 10px -510px transparent;
    color: #444444;
    display: block;
    font: 12px/2em "宋体";
    padding: 5px 10px 5px 30px;
    vertical-align: middle;
}
.bread a
{
    color: #444444;
}
.bread a:hover
{
    text-decoration: underline;
}
.selects a:hover
{
    text-decoration: none;
}
.slist li a:hover
{
    background: none repeat scroll 0 0 #FFF7F3;
    color: #444444;
}
.navi li a:hover
{
    background: none repeat scroll 0 0 #FFF7F0;
    color: #EB4D00;
    text-decoration: none;
}
#topbar .icons_30 .naver a:hover
{
    color: red;
}
#topbar .sear .hotkeys a:hover
{
    color: black;
}
.txt
{
    color: #2F4654;
    display: block;
}
.btn:hover
{
    color: red;
    text-decoration: none;
}
.bred
{
    background-position: 0 -410px;
    color: #FC3000;
}
.bgray
{
    background-position: 0 -440px;
}
.download, .download_ipub, .tocart, .read, .freedown
{
    background: url("./images/detail_btn.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0 auto;
    width: 110px;
}
.download
{
    background-position: 0 0;
}
.freedown
{
    background-position: 0 -40px;
}
.read
{
    background-position: 0 -80px;
}
.tocart
{
    background-position: 0 -120px;
}
.download_ipub
{
    background-position: 0 -160px;
}
.gray
{
    color: #666666;
}
.black
{
    color: #252525;
}
.bold
{
    font-weight: bold;
}
.f14
{
    font-size: 14px;
}
.fh22 {
    display: block;
    font: bold 22px "宋体";
    margin: 0 0 5px;
}
.song
{
    font-family: "宋体";
}
.lightlogin th
{
    color: #444444;
    font: bold 12px/30px "Tahoma";
    width: 70px;
}
.sendmail th
{
    text-align: right;
}
#foot
{
    clear: left;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0 0;
    position: relative;
    width: 960px;
}
#foot ul
{
    font: 12px/1.8em "Tahoma";
    margin: 0 auto;
    width: 750px;
}
#foot span a
{
    color: #5A5A5A;
}
#foot span a:hover
{
    color: black;
    text-decoration: underline;
}
.mas1 a:hover
{
    color: black;
    text-decoration: none;
}
.maclose:hover
{
    color: #000000;
    text-decoration: none;
}
.detailtitle
{
    display: block;
    margin: 8px 0 0;
    padding: 0 10px;
    position: relative;
}
.bread
{
    background: none repeat scroll 0 0 transparent;
    color: #444444;
    display: block;
    font: 12px/3em "婼";
    padding: 0 10px;
    vertical-align: middle;
}
.detailtitle strong
{
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    line-height: 2em;
    margin: 0 0 5px;
}
.detailtitle strong a:link
{
    color: gray;
}
.detailtitle i
{
    display: block;
    line-height: 2em;
}
.shares
{
    display: block;
}
.detailinfo
{
    padding: 0 10px;
}
.detailinfo table
{
    width: 100%;
}
.detailinfo th
{
    vertical-align: top;
    width: 120px;
}
.detailinfo th img
{
    border: 1px solid #D5D5D5;
    display: block;
    padding: 1px;
}
.detailinfo td
{
    line-height: 2.4em;
    padding: 0 10px;
}
.detailinfo .sum
{
    border: medium none;
    line-height: 1.8em;
    padding: 0 0 5px 10px;
}
.detailinfo .sc
{
    display: block;
    float: left;
}
.detailinfo .sn
{
    float: left;
    width: 415px;
}
.detailinfo .sn li
{
    list-style: none outside none;
}
.detailinfo .datainfo
{
    margin: 10px 0;
}
.detailinfo img
{
    vertical-align: middle;
}
.mix
{
    overflow: auto;
    padding: 10px 0 0;
    position: relative;
}
.mix input
{
    margin: 0 5px 0 0;
}
.vipcom
{
    border-top: 1px dashed #CCCCCC;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}
.vipcom strong
{
    display: block;
    line-height: 2.4em;
}
.lay
{
    background: none repeat scroll 0 0 #ffffff;
    clear: left;
    margin: 0 auto;
    overflow: hidden;
    width: 950px;
}
.contains
{
    float: left;
    height: 100%;
    margin: 0 9px 0 0;
    overflow: hidden;
    width: 640px;
}

.contains .upbox
{
    border: 1px solid #C8D8F2;
}

.sidebar
{
    border: medium none;
    float: left;
    width: 300px;
}
.t_300xauto
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5E2F3;
    margin: 0 0 5px;
    padding: 0;
}
.tad
{
    background: url("./images/con_mj_001.gif") repeat-x scroll 0 0 transparent;
    display: block;
    height: 23px;
    padding: 0;
    border-bottom:solid 1px #D5E2F3;
}
.tad a
{
    color: #0C466E;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 20px;
}
.tad a:hover
{
    color: #FC5000;
    text-decoration: none;
}
.tad2
{
    background: #CC0001;
    display: block;
    height: 35px;
    padding: 0;
    font-size:16px;
}
.tad2 a
{
    color: #ffffff;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.tad2 a:hover
{
    color: #FC5000;
    text-decoration: none;
}
.adlist
{
    clear: both;
    padding: 0 5px 5px;
}
.adlist li
{
    color: #AED6FF;
    font: 12px/26px "Tahoma";
    list-style: square inside none;
}
.adlist li a
{
    text-decoration: none;
}
.textad01:hover
{
    background: url("./images/detail_btn.gif") no-repeat scroll -400px -62px #FFF7F4;
    border: 1px solid #FC5000;
    text-decoration: none;
}
.picad th
{
    width: 80px;
}


.bar
{
    float: left;
    height: 18px;
    padding: 5px 0 0 12px;
    word-spacing: 9px;
}
.header
{
    margin: 0 auto;
    position: relative;
    width: 1060px;
    z-index: 10;
}
input, select
{
    vertical-align: middle;
}
.login
{
    float: right;
    padding: 5px 10px 0 0;
}
.line
{
    border-bottom: 1px solid #C9D7F1;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.logo
{
    float: left;
}
.logolink
{
    background-image: url("/Content/images/common/middlelogo.gif");
    display: block;
    height: 52px;
    margin: 16px 10px 0;
    width: 150px;
}
.searchInput
{
    float: left;
    margin: 30px 4px 6px;
}
.searchTextbox
{
    height: 19px;
    line-height: 19px;
    padding: 0;
}
.searchButton
{
    background: none repeat scroll 0 0 #D4D0C8;
    height: 22px;
}
.nav
{
    clear: both;
    background: url("/content/viewpatent/images/nav.png") no-repeat scroll 0 0 transparent;
    background-color: #1A6FC0;
    background-repeat: repeat-x;
    height: 34px;
    position: relative;
    z-index: 2;
    margin: 0 0 12px 0;
}

.DesignP
{
    border: 1px solid #BED9E3;
    margin: 8px 4px 8px 0;
    padding: 9px 8px 8px 16px;
}
.DesignP img
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    margin: 4px;
    max-width: 120px;
    overflow: hidden;
    vertical-align: bottom;
}

#PatentContentTable
{
    border: 1px solid #BED9E3;
}
#PatentContentTable .l
{
    background-color: #EDF7FA;
    color: #444444;
    font-size: 12px;
    padding: 9px 0 0 9px;
    text-align: left;
}
#PatentContentTable .r
{
    color: #444444;
    font-size: 12px;
    line-height: 1.5;
    padding: 9px 8px 8px 16px;
}

/********** zoom **************/
div.jqZoomTitle
{
    z-index: 5000;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    height: 18px;
    padding-top: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background: #999;
}

.jqZoomPup
{
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index: 10;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: move;
}

.jqZoomPup img
{
    border: 0px;
}

.preload
{
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 43px 30px;
    width: 90px;
    height: 43px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
}

.jqZoomWindow
{
    border: 1px solid #999;
    background-color: #FFF;
}

.stateico {
    color: #FFFFFF;
    display: inline;
    font-size: 10px;
    font-style: normal;
    line-height: 12px;
    margin-right: 1px;
    padding: 1px 3px;
    vertical-align: middle;
    border-radius: 3px;
}
.stateicovalid
{
    background: none repeat scroll 0 0 #20BF0A;
}
.stateicoinvalid
{
    background: none repeat scroll 0 0 #A0A0A0;
}
.stateicopending
{
    background: none repeat scroll 0 0 #D2CC12;
}
.stateicoadditional
{
    background: none repeat scroll 0 0 #22CCDC;
}

.STYLE6
{
    color: red;
}
.advance-search-tab
{
    padding: 5px 0 0 20px;
    margin: 12px 0 0 0;
}
.advance-search-tab a
{
    border-radius: 3px 3px 0 0;
    color: #5B99EE;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 6px 15px;
}
.advance-search-tab a.selected
{
    background: none repeat scroll 0 0 #5B99EE;
    color: #FFFFFF;
}

.blkContainerCommentblk
{
    overflow: hidden;
}

.blkContainerCommentblk div
{
    font-size: 12px;
}

.Mblk_cmnt
{
    background-color: #FFFFFF;
    border:solid 1px #C8D8F2;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.blkCommentBox
{
    background: none repeat scroll 0 0 #F5F8FD;
    color: #343434;
}

.Mblk_cmnt .b_cont3
{
    background-color: #F5F8FD;
    border-color: #C8D8F2;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 0 10px 5px;
}

.Mblk_cmnt .b_cont3 h2
{
    height: 28px;
    line-height: 26px;
    padding: 10px 10px 0;
}

.Mblk_cmnt .b_cont3 h2 .tradetitle
{
    background: url("http://i3.sinaimg.cn/dy/2010/0610/2010610122226.gif") no-repeat scroll 0 -30px transparent;
    color: #464646;
    float: left;
    font-family: 微软雅黑,黑体;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 24px;
}

.Mblk_cmnt .b_cont3 div
{
    padding: 5px 10px;
}

.Mblk_cmnt .b_cont3 .form_input_long
{
    border: 1px solid #AEB6C1;
    height: 18px;
    width: 260px;
}

.Mblk_cmnt .b_cont3 div
{
    padding: 5px 10px;
}

.Mblk_cmnt .b_cont3 textarea
{
    height: 100px;
    width: 580px;
}

.Mblk_cmnt textarea, .Mblk_cmnt .form_input
{
    border: 1px solid #AEB6C1;
}

.sidetbl td
{
    height: 30px;
    padding: 0 0 0 7px;
    line-height: 30px;
}
.redseq, .grayseq {
    background: none repeat scroll 0 0 #B80100;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    text-align: center;
    width: 16px;
}
.grayseq
{
    background: none repeat scroll 0 0 #AEB0BD;
}

#hd {
height: 25px;
background-color: #036;
}
#header-bottom {
background-color: #326CA6;
border-top: 1px solid #114070;
clear: both;
height: auto;
min-height: 24px;
}
#header-bottom .menu-bar {
display: block;
overflow: visible;
width: auto;
}
#header-bottom .menu-bar>li {
display: inline-block;
float: left;
height: 24px;
line-height: 1.5;
margin-left: 4px;
padding: 0 4px 0 0;
width: auto;
border-left: 1px solid #326CA6;
}
#header-bottom .menu-bar>li.current {
background-color: #F7F7F7;
}
.tab-simple a {
padding-right: 4px;
text-decoration: none;
font-family: Arial,FreeSans,Helvetica,sans-serif;
font-size: 13px;
}
.tab-simple a.lnk {
line-height: 24px;
color: #FFF;
}
#header-bottom .menu-bar>li>a {
display: block;
float: left;
padding-left: 7px;
}
#header-bottom .menu-bar li.active>a, #header-bottom .menu-bar li.current>a, #header-bottom .menu-bar li:hover>a {
color: #333;
}
#header-bottom .menu-bar>li:hover{background-color:#FFF;}
.footerlink {
    color: #0000CC;
    font-size: 12px;
    font-family: arial;
}

.footercopyright {
    color: #7777CC;
    font-size: 12px;
    font-family: arial;
}
