/* old styles */
.headerwhite { font-size: 8pt; color: #ffffff; }
.headerinfo  { font-size: 8pt; text-indent: 7px; text-align: left; }	
.text8justify	{ font-size: 8pt; text-align: justify; }
.text9justify	{ font-size: 9pt; text-align: justify; }
.text10justify	{ font-size: 10pt; text-align: justify; }
.text11justify	{ font-size: 11pt; text-align: justify; }
.text12justify	{ font-size: 12pt; text-align: justify; }
.text8left	{ font-size: 8pt; text-align: left; }
.text9left	{ font-size: 9pt; text-align: left; }
.text10left	{ font-size: 10pt; text-align: left; }
.text11left	{ font-size: 11pt; text-align: left; }
.text12left	{ font-size: 12pt; text-align: left; }

/* global body settings */
body.main { text-align: center; }
body { background-color: #000000; margin: 0px; }
body,ul,ol,li,td,p,div,span,input,textarea,select {	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666; }

/* headlines */
h1 { font-size: 15pt; color: #666666; font-weight: bold; }
h2 { font-size: 14pt; color: #666666; font-weight: bold; }
h3 { font-size: 13pt; color: #666666; font-weight: bold; }
h4 { font-size: 12pt; color: #666666; font-weight: bold; }
h5 { font-size: 11pt; color: #666666; font-weight: bold; }
h6 { font-size: 11pt; color: #666666; font-weight: bold; }

/* common links */
a,a:link	{	color: #EE0000; font-weight: normal; text-decoration: underline; }
a:visited	{	color: #CC3333; text-decoration: underline; }
a:hover		{	color: #CC3333; text-decoration: underline;; }
a:active	{	color: #CC3333; text-decoration: underline; }

/* Head navigation */
a.navtop,a.navtop:visited,a.navtop:hover { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 17px; vertical-align: middle; white-space: nowrap; padding: 2px; font-weight: normal; text-decoration: none; }
.navspacer { color: #666666; font-size: 8pt; vertical-align: middle; }

/* Head navigation submenu */
div.menu, div.menu a.mI, div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
}

div.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #F5F5F5;
  border: 0px solid #CCCCCC;
  text-align: left;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.mI, div.menu a.mICurrent {
  color: #666666;
  background-color: #F5F5F5;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.mI:hover, div.menu a.mIHighlight, div.menu a.mICurrent, div.menu a.mI:hover span.mIText, div.menu a.mI:hover span.mIArrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #EE0000;
}

div.menu a.mI span.mIText, div.menu a.mI span.mIArrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}

div.menu a.mI span.mIArrow {
  margin-right: -.75em;
}

/* foot row links */
a.linksheadfoot,a.linksheadfoot:link { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666; font-weight: normal; text-decoration: none; }
a.linksheadfoot:visited	{ color: #666666; text-decoration: none; }
a.linksheadfoot:hover	{ color: #CC3333; text-decoration: none; }
a.linksheadfoot:active	{ color: #666666; text-decoration: none; }

/* head row links */
a.linkshead,a.linkshead:link { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666; font-weight: normal; text-decoration: none; vertical-align: middle; }
a.linkshead:visited	{ color: #666666; text-decoration: none; }
a.linkshead:hover	{ color: #CC3333; text-decoration: none; }
a.linkshead:active	{ color: #666666; text-decoration: none; }
.headnavspacer { 
	color: #666666; 
	font-size: 8pt;
	vertical-align: middle;
}

/* bread crumb navigation */
div.breadcrumb			{ margin: 4px 8px; }
span.breadcrumb			{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666; text-decoration: none; white-space: nowrap; }
a.breadcrumb,a.breadcrumb:visited,a.breadcrumb:hover { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666; text-decoration: none; font-weight: normal; white-space: nowrap; }

/* head search input form */
.search { border: 0px solid #666666; color: #666666; font-family: Arial, Helvetica, sans-serif; background-color: #FFFFFF; font-size: 8pt; }
.searchlinks { text-align: center; width: 100%; }
.searchresult { margin-bottom: 10px; }
.formbutton { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; height: 18px; background-color: #EEEEEE; color: #000000; border: 0px solid #999999; }

/* main layout table */
table.main { padding: 0; margin: 0;	border-style: none; width: 100%; }

/* border of the head navigation row */
div.linkshead {
	width: 750px;
	border-left: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* head image row & head editable area */
div.imagehead, div.edithead {
	width: 750px;
	background-color: #EE0000;
	text-align: left;
	clear: both;
	margin: 0 auto;
	border-top: 0px solid #CCCCCC;border-left: 0px solid #CCCCCC;border-right: 0px solid #CCCCCC;
}

/* image link block on top of background image */
span.imagelink {
	margin: 0; 
	padding: 0;
	display: block;
	width: 175px; 
	cursor: pointer;
}

/* top navigation row */
div.navtop {
	width: 750px;
	margin: 0 auto;
	background-color: #F5F5F5;
	text-align: left;
	text-indent: 5px;
	border-top: 0px solid #CCCCCC;border-left: 0px solid #CCCCCC;border-right: 0px solid #CCCCCC;	
}

/* border of the foot navigation row */
div.linksfoot {
	width: 750px;
	border-left: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: right;
}

/* block around main content row (left nav, content, infobox) */
div.main {
	width: 750px;
	margin: 0 auto;
	border: 0px solid #CCCCCC;
}

/* special width for print screen */
div.print {
	width: 100%;
}

/* content table cell */
td.content {	
	vertical-align: top;
	color: #666666;
	background-color: #FFFFFF;
}

/* content styles */

/* a single content element */
td.element {
	vertical-align: top;
	font-size: 10pt;
	text-align: justify;
	border: 0px solid #FFFFFF;
}

/* a single old content element */
td.oldelement {
	font-size: 10pt;
	text-align: justify;
	vertical-align: top;
}

/* a single new content element */
div.element {
	margin: 8px;
	margin-top: 5px; 
	padding: 4px; 
	border: 0px solid #FFFFFF; 
	text-align: justify; 
	clear: both;
}

div.element2 {
	margin: 5px; 
	padding: 4px; 
	border: 0px solid #FFFFFF; 
	text-align: left; 
	clear: both;
}

/* infobox column */
td.infobox {
	width: 145px;
	vertical-align: top;
	background-color: #F5F5F5;
	border-left: 0px solid #CCCCCC;
}

/* left navigation column */
td.navleft {
	width: 187px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(/sites/ipy_zh/sites/ipy/pics/logo.jpg);
    background-repeat: no-repeat;
    border-right: 0px solid #CCCCCC;
}

/* left navigation image row */
span.navleftimage {
	display: block;
	width: 175px;
	cursor: pointer;
}

/* left navigation list */
ul.navleft { 
	margin: 0 0 0 20px;
	padding: 2px;
} 

/* left navigation list item */
li.navleftactive { 
    list-style-image: url(/export/templateone/resources/nav_a.gif); 
} 
 
li.navleft { 
    list-style-image: url(/export/templateone/resources/nav_i.gif);
}

a.navleft,a.navleft:link,a.navleft:visited,a.navleft:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration:none; font-weight: normal; }
a.navleft:hover { color: #333333; text-decoration: underline; }

a.navleftactive,a.navleftactive:link,a.navleftactive:visited,a.navleftactive:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold; text-decoration:none; }
a.navleftactive:hover { color: #333333; text-decoration: underline; }

/* Side element styles */
div.sidelist {
	margin: 5px; 
	border: 0px solid #FFFFFF; 
	text-align: left; 
	clear: both;
}

p.sidelisthead {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FFFFFF;
}

p.sidelistitem {
	font-size: 8pt;
	margin: 5px 3px 0px;
}

a.sidelistitemhead {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 3px;
}

/* popup window border */
div.popup { border: 0px solid #CCCCCC;
	-moz-box-sizing: border-box;
	margin-top: 10px;
	width: 100%;  
}

h1.popup { font-size: 10pt; padding: 2px; width: 100%; background-color: #F5F5F5; color: #666666; }
.popupform { border: 0px solid #666666; width: 450px; }
span.formerror { color: #F5F5F5; font-weight: bold;}

/* imprint */
table.imprint {	width: 100%; }
td.imprint { vertical-align: top; font-size: 9pt; }

/* default styles for the online forms */
input.onlineform, select.onlineform, textarea.onlineform { width: 300px; border: 1px solid #666666;  }
textarea.onlineform { height: 80px; }

/* default styles */
.nowrap { white-space: nowrap; }
.bold { font-weight: bold; }

/* my style */
BODY {
	FONT-SIZE: 12px; COLOR: #000000
}
TD {
	FONT-SIZE: 12px; COLOR: #000000
}
TH {
	FONT-SIZE: 12px; COLOR: #000000
}
BODY {
	BACKGROUND-COLOR: #000000
}
A {
	FONT-SIZE: 12px
}
.STYLE1 {
	FONT-WEIGHT: bold; COLOR: #ffffff
}
.STYLE2 {
	COLOR: #809ec6
}
.STYLE3 {
	font-face: 宋体;
	color:#FFFFFF;
	font-size: 12px;
	FONT-WEIGHT: bold;
}
.STYLE4 {
	FONT-WEIGHT: bold; COLOR: #809ec6
}
.STYLE6 {
	COLOR: #ffffff
}
.007{font-size: 10px;}
.daohang{
	font-size: 12px;
}