/****
Libra Home CSS - home.css clean
$Revision: 1.2 $
. html element initialization
. standard html styles
. base structure styles
. framework banner styles
. libra specific styles
. site area nav styles
. package: basic text formatting for flydown menus      
. showcase styles     
. web module segment styles
. footer styles
(c) 1992-2005 Cisco Systems, Inc. All rights reserved.
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
****/

/***
--------------------------- 
HTML Element Initialization
---------------------------
. reset HTML Elements
***/
*{font:12px Arial, Helvetica, sans-serif, "ËÎÌå"}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}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%;}q:before,q:after{content:'';}


/***
-------------------- 
Standard Html Styles
--------------------
. defines font, font size, and link styles 
. migrated from legacy.css to framework
. recycled from btx
***/

body#libra {
  margin: 0 5px 0 3px;
  font:80.5% arial,helvetica,sans-serif; /* Sets base */
  color:#000;
  background-color:#fff;
  }
  * html body#libra { 
    font:80% arial,helvetica,sans-serif; /* IE6 reset */
    width:98.9%; 
    } 

a:link { color:#039; }

a:visited { color:#639; }

.skiplinks {
  visibility:hidden; /* NS7 */
  display:none;
  }

/*** 
---------------------
Base Structure Styles
---------------------
. primarily defines framework table structure 
. legend:
     base-main     : outter table - contains tds: column left, column center
     column-main   : inner td     - contains div: content-main
     content-main  : inner div    - contains actual content
***/

#home-banner,
#home-wrapper { width:797px; }

#home-main {
  width:795px;  
  border:0;
  border-collapse:separate;
  empty-cells:hide;
  vertical-align:top;
  }

#home-column-main,#home-column-right { vertical-align:top; }

#home-column-main { width:610px; }

#home-content-main { margin:8px 8px 0 0; }


/***
-----------------------
Framework Banner Styles
-----------------------
. relative positioned (sits along top, regardless of where its served on linearized page).
. Banner includes: logo, secondary-navigation, and search.
. legend:
     region-selector : worldwide
***/

#home-header {
  overflow:visible;
  height: 72px;
  text-align:right; 
  }

#home-logo {
  position:absolute;
  top:0;
  left:0;
  height:72px;
  z-index:10; /* Moz logo active */
  }

#home-header .nav-secondary {
  margin-right:-1px; 
  padding:12px 0 0 10px; 
  height:25px;
  font-size:86%; 
  color:#666; 
  background-color:transparent; 
  white-space:nowrap;
  }

.nav-secondary .region-selector { margin:0 26px 0 90px; }

.nav-secondary .region-selector span.region,
.nav-secondary .region-selector span.language { font-weight:bold; }

.nav-secondary .region-selector .language-selector { padding-left:4px; }

#home-header .nav-secondary a, 
#home-header .nav-secondary a:visited {
  color:#2f6681; 
  background-color:transparent;
  text-decoration:none;
  font-weight:normal;
  }

#home-header .nav-secondary a:hover, #home-header .nav-secondary a:active { text-decoration:underline; }

#home-header .nav-secondary .link-delimiter { padding:0 7px 0 4px; }
#home-header .nav-secondary a.login, 
#home-header .nav-secondary a:visited.login,
#home-header .nav-secondary .loggedin {
  font-weight:bold;
  }

/* Hide */
#home-header .search-entitlement,
#home-header .search label {
  visibility:hidden; /* NS7 */
  display:none;
  }

#home-header .search {
  float:right; 
  height:22px; 
  }

#home-header #searchPhrase { 
  float:left; 
  margin-right:-1px;
  padding:1px 0 2px 3px; 
  height:100%; /* Moz text-box resize */
  width:250px;
  border:1px solid #ccc; 
  border-top:2px solid #999;
  border-left:2px solid #999;
  font-size:100%; /* IE text-box resize */
  }

#home-header .search #go { 
  float:left;
  height:22px;
  width:31px;
  }


/*** 
---------------------
Libra Specific Styles
---------------------
. generic round corners
. added 09/01/06
***/

/*** Generic Rounded Corner Module Declaration ***/
.corner-top, .corner-left, .corner-bottom {
  position:relative; /* req */
  background-image: url(images/cr_def.gif);
  background-repeat:no-repeat;
  display:block;
  font-size:0;
  height:3px;
  }

.corner-top {
  background-position:100% 0;
  width:auto;
  top:-1px;
  right:-1px;
  }

.corner-top .corner-left {
  background-position:0 -6px;
  width:3px;
  left:-2px;
  }

.corner-bottom {
  background-position:100% -3px;
  clear:both;
  width:auto;
  bottom:-1px;
  right:-1px;
  }

.corner-bottom .corner-left {
  background-position:0 -9px;
  width:3px;
  left:-2px;
  }

.cdc-rc-container {
  border:1px solid #ccc;
  width:100%;
  }

.side {
  border:1px solid #aeaeae;
  border-top:0;
  }

/*** 
---------------------------
Site Area Navigation Styles
---------------------------
. features overrides to generic rounded corners css 
. defines border and the corners. 
. content to define height & keep the corner positioning correct 
. legend:
    cdc-nav-module : wrapper div
    nav-container  : table
    nav            : table column cells
***/

#cdc-nav-module {
  position:relative;
  margin-top:1px;
  background:url(images/pnav-bg.gif) repeat-x top left;
  z-index:10;  /* req: flydowns */
  }
  /* IE requires height. FF1.0 takes literally */
  * html #cdc-nav-module { height:1%; }

#cdc-nav-module .nav-container{
  margin-top:0; 
  width:100%;
  }
  /* IE6 moves flydown 1 pixel down to not overlap nav */    
  * html #cdc-nav-module .nav-container { margin-bottom:-1px; }

#cdc-nav-module .nav { 
  padding:6px 7px 6px 8px;
  border-right:1px solid #ccc;  
  }
  /* IE hover alternative */
  * html #cdc-nav-module .nav {
  behavior: expression( 
    this.onmouseenter=new Function("this.className+=' hover'"),
    this.onmouseleave=new Function("this.className=this.className.replace(' hover','')"),
    this.style.behavior=null);
    } 

#cdc-nav-module .lastnav { border-right:0 solid #ccc; }

#cdc-nav-module .nav:hover, #cdc-nav-module .hover {
  background:url(images/pnav-bg-on.gif) repeat-x 0 0; 
  }

#cdc-nav-module .nav a {
  display:block;
  padding:0; /* req */
  height:auto; /* req: min auto. Not 100% */
  color:#2f6681; 
  background-color:transparent;
  font-size:12px;
  line-height:1.13em; /* equiv: 4px line-height; */
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  }

#cdc-nav-module .nav:hover a, 
#cdc-nav-module .hover a { color:#fff; }


/***
----------------------------------------
Package: Basic text formatting for menus            
----------------------------------------
 . Change colors, fonts, borders, etc.
***/

.menuFrame {
  overflow:hidden; 
  position:absolute;
  display:none;
  /* IE require -1px top to remove doubleline with flydown, 
     Safari is couple pixels off  */
  %margin-top:-1px; 
  }
  * html .menuFrame { margin-left:1px; } /* req: IE 6 extra 1 pixel margin */

.menu {
  position:relative;
  width:100%;
  height:100%;
  border:1px outset;
  border-top-width:0; 
  font-size:86.6%;
  }

.menu li {
  display:inline; 
  %margin-bottom:-1px; /* IE has 1 extra pixel at top of each li */
  }
  * html body .menu li {
    behavior: expression( 
      this.onmouseenter=new Function("this.className+=' subhover'"),
      this.onmouseleave=new Function("this.className=this.className.replace(' subhover','')"),
      this.style.behavior=null); 
    }

.menu a:link, .menu a:visited {
  line-height:108%;
  color:#2f6681;
  padding:2px 10px 3px;
  text-decoration: none;
  border-top:1px solid #d5e0e6;
  border-right:1px solid #c9cbcd;
  display:block;
  background:url(images/sitearea-nav-bg.png) repeat-x;
  width:185px;
  }
  * html .menu li a:link, * html .menu li a:visited {
    background:none;
    background-color:#fff;
    filter:alpha(opacity=97); /* req: IE 6 & 7, ignored by rest */
    }
  * html .menu li a:hover {
    background-color:#d5e0e6;
    filter:alpha(opacity=97); /* req: IE 6 & 7, ignored by rest */
    }

.menu a:hover, .menu .subhover {
  display:block;
  background-position:0 -250px; 
  }

.link-group { font-weight:bold; }

.menu .link-group a:link, .menu .link-group a:visited,
.menu .link-group a:hover, .menu .link-group a:active { 
  border-top:1px solid #acc2cd; 
  border-right:1px solid #c9cbcd;
  font-weight:bold !important; 
  }

#solutionsFrame { %margin-left:-1px; } /* IE 7 positioning offset */
  * html #solutionsFrame { margin-left:0; } /* restore IE 6 position */

/* Partner menu opens inwards */
#partnerFrame { 
  margin-right:-1px; /* FF Fix. */
  left:588px !important; 
  }
  * html #partnerFrame { 
    left:587px !important; 
    width:201px; 
    } 
    

/*
---------------------------------
Showcase Styles
---------------------------------
 . News Parcel
 . Featured Product Parcel
*/

.showcase {
  margin:10px 0 2px; 
  width:296px;
  float:left;
  font-size:12px;
  color:#666;
  background:url(images/home_corners.gif) no-repeat;
  background-position:-296px bottom;
  }

.showcase .showcase-bottom {
  position:relative; /*  req */
  background:url(images/home_corners.gif) no-repeat;
  margin-top:0;
  padding:1px 0 5px;
  }
  * html .showcase-left .showcase-bottom { 
    height:182px;
    }

.showcase .parcel-content {
  margin-top:4px;
  padding:0 8px 7px 8px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;

  }

.showcase-left .parcel-content {
  min-height:172px; 
  }
  * html .showcase-left .parcel-content { 
    height:173px;
    }

.showcase h2 {
  padding:7px 0 9px 6px;
  line-height:1em;
  font-size:142%;
  font-weight:bold;
  }

.showcase li { 
  color:#666;
  line-height:13px;
  padding-left:7px;  
  }

.showcase img { margin-bottom:-1px; }

* html .showcase-left .parcel-content ul { 
  position:relative;
  }

.showcase-left .parcel-content li { 
  display:block; 
  background:url(images/dotted.gif) repeat-x; 
  }

.showcase-left .parcel-content .outer { 
  height:38px; 
  %height:100%; /* req: IE7 */
  %min-height:38px; /* req: IE7 */
  display:table; 
  position:static; 
  }
  * html .showcase-left .parcel-content .outer { 
    height:38px; /* reset: IE6 */
    position:relative; 
    }

.showcase-left .parcel-content .middle { text-align:left;
  display:table-cell; 
  vertical-align:middle; 
  width:270px;  
  padding:7px 0 5px; 
  %position:relative; 
  %top:50%; 
  %padding:6px 0; 
  }
  

  
  .showcase-left .parcel-content .middle a{font-size:12px; line-height:16px;}
  .showcase-left .parcel-content .middle a:hover{text-decoration:underline;}

.showcase-left .parcel-content .inner { 
  %position:relative; 
  %top:-50%; 
  }

.showcase-right { float:right; height:172px; }  

.showcase-right h2 {
  padding-bottom:10px;
  background:url(images/dotted.gif) repeat-x bottom;
  }

.showcase a:link, .showcase a:visited {
  color:#2f6881;
  text-decoration:none;
  }   
.showcase a:hover, .showcase a:active {
  text-decoration:underline;
  }

.showcase h3 {
  font-size:130%;
  font-weight:normal; /* default is bold */
  padding:1px 0 4px;
  }    

.showcase .link-more { font-weight:bold; }

.showcase div.link-more {
  line-height:1em;
  padding:6px 0 5px; 
  }

.link-all {
  clear:both;
  display:block;
  font-weight:bold;
  padding-left:5px;
  padding-top:12px;
  background:url(images/dotted.gif) repeat-x;
  text-align:left;
  }

/* Alert Component */
.alert-container {
  position:relative;
  border:1px solid #d9c89e;
  display:table; /* FF only */
  margin-bottom:-1px;
  width:275px;
  background:url(images/home_security-bg.gif);
  }

.alert-icon-container {
  position:relative;
  display:table-cell; /* FF only */
  width:43px;
  text-align:center;
  vertical-align:middle;
  }
  /* override: IE. Compensation for lack of display:table support */
  .alert-icon-container {
    %position:absolute;
    %float:left;
    %top:50%;
    }

.alert-content { 
  position:relative; 
  width:210px;
  line-height:13px;
  padding:6px 8px 5px;
  border-left:1px solid #d9c89e;
  }
  .alert-content {
    %left:45px;
    }

.alert-icon {
  position:relative;            
  %top:-13px; /* req: IE7 needs to be half of image height */
  }
  * html .alert-icon {
    top:-50%;  /* reset IE6 */
    }

#product-intro {
  padding-left:5px;
  padding-bottom:5px;
  min-height:99px;
  }
  /* min-height equivalent */
  * html #product-intro {
    height:99px; 
    }

#product-intro .product-img {
  text-align:center;
  }  


#product-intro .product-img-vert {
  float:left;
  top:-4px;
  padding-right:8px;
  } 
  /* IE 3px Float Margin Bug Fix (Fix messes up Safari 2.0 but is ignored by FF) */ 
  * html #product-intro .product-img-vert .product-content {
    display:inline-block; 
    }  


/*
-------------------------
Web Module Segment Styles
-------------------------
 . info (links)
 . quicklinks
 . (software) downloads
 . opt-parcel
*/

/* All Modules */
.side-parcel {
  background:#fff url(images/home_corners.gif) no-repeat -781px bottom;
  margin:8px 0 1px;
  padding-bottom:1px;
  width:189px;
  }
.side-parcel h3 {
  background:#aeaeae url(images/home_corners.gif) no-repeat -592px 0px;
  padding:5px 10px 4px;
  color:#fff;
  font-weight:bold;
  font-size:12px;
  line-height:12px;
  text-align:left;
  }
.side-parcel h2 {
  background:#990000 url(images/home_corners_rag.gif) no-repeat -592px 0px;
  padding:5px 10px 4px;
  color:#fff;
  font-weight:bold;
  font-size:12px;
  line-height:12px;
  text-align:left;
  }
.side-parcel ul {
  padding:0px 0 0px 0px; 
  line-height:12px; /* sync IE and FF line-height */
  }

.side-parcel li {
  display:block;
  padding:0 0 0px;
  }

.side-parcel ul, .nojs, .js {
  border-left:1px solid #aeaeae;	
  border-right:1px solid #aeaeae;	
  font-size:85%;
  }

.side-parcel div.selectBox a {
  display:block;
  width:153px;
  min-height:14px; /* req: mac */
  padding:2px 6px 1px;
  border:1px solid #aeaeae;
  background:url(images/dd-arrow.gif) no-repeat 149px 1px;
  text-decoration:none; 
  }
.side-parcel div.selectBox a:link, .side-parcel div.selectBox a:visited { 
  color:#666;
  text-decoration:none;
  }

div.selectBox a:hover, 
div.selectBox a:visited { text-decoration:none; }

#quicklinks, #downloads {
  display:none;
  position:absolute;
  top:-1px;
  width:165px;
  background-color:#fff;
  border:1px solid #aeaeae;
  margin-bottom:8px; 
  }

.optionsBox { position:relative; }

.optionsBox ul{ 
  border:0; /* offset: double borders on left and right sides */
  width:153px;
  padding:3px 0; 
  }

.optionsBox li { display:inline; }

.optionsBox li a:hover { 
  text-decoration:none; 
  background-color:#d5e0e6; 
  }

.optionsBox li a:link, .optionsBox li a:visited { 
  display:block; 
  width:100%;
  color:#666; 
  margin:0; 
  padding:2px 6px 1px;
  }
  * html .optionsBox li a:link, * html .optionsBox li a:visited { 
    font-size:110%; 
    }

.optionsBox li a:link.link-group, .optionsBox li a:visited.link-group { font-size:120%; }

#quicklinks-js {
  display:none;
  margin-top:-2px;
  padding:0 10px 10px;
  }
  * html #quicklinks-js { padding-left:11px; } 
   
#quicklinks-nojs {
  font-weight:bold;
  margin-top:-1px;
  padding:0 10px 7px;
  }
  * html #quicklinks { margin-left:-1px; } /* 1px discrepency only with QL*/
  
#downloads-js {
  display:none;
  padding:7px 10px;
  }

#downloads-nojs {
  font-weight:bold;
  padding:8px 10px; 
  }

.side-parcel a:link, .side-parcel a:visited,
#downloads-nojs a:link, #downloads-nojs a:visited {
  text-decoration:none;
  color:#2f6681;
  }

.side-parcel a:hover, .side-parcel a:active,
#downloads-nojs a:hover, #downloads-nojs a:active { text-decoration:underline; }

.opt-parcel { margin-top:8px; } 

/* Alternative Settings */
.no-rc h3{
  padding-top:5px;
  background-image:none;
  }

.alt-color{ background-color:#efefef; }

.alt-links ul { padding:5px 0 1px 10px; }

.alt-links li {
  display:block;
  list-style:none;
  margin:4px 0 2px -5px;
  line-height:1em;
  padding-left:8px;
  background:url(images/chevrons.gif) no-repeat 3% 25%;
  }

.alt-links a:link, .alt-links a:visited {  }


/***
--------------------
Footer Styles
--------------------
. defines styles for: text/link, copyright, legal
***/

#home-footer {
  padding:25px 0 0 15px; 
  font-size:86%; /* Set font smaller than normal */
  color:#333; 
  line-height:13px;
  }
  * html #home-footer { padding-top:26px; } /* offset: IE6 1px less above footer */

#home-footer a, #framework-footer a:visited {
  color:#2f6681; 
  background-color:transparent; 
  text-decoration:none;
  }

#home-footer a:hover, #home-footer a:active { text-decoration:underline; }

#home-footer #footer-copyright {
  padding-right:7px; 
  float:left;
  }

#home-footer #footer-legal {
  white-space:nowrap;
  float:left;
  padding-bottom:18px;
  }
  * html #home-footer #footer-legal {
    padding-bottom:17px;  /* offset: IE 1 px larger */
    }
 
 /*¶¥²¿µÇÂ½*/
.top_login{
	float:right;
	color:#666;
	height:29px;
}
.top_login li{
	float:left;
	list-style:none;
	padding-left:7px;
	line-height:29px;
}
.top_login a{
	color:#2f6681;
	text-decoration:none;	
}
.top_login a:hover{
	color:#2f6681;
	text-decoration: underline;
}

.font_black12 {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding-left:10px;
	line-height:18px;	
}
.font_black {font-size: 12px; color:#666666; padding-left:10px; padding-right:20px;margin-right:20px;}
.font_black12 p{text-indent:-36px; padding-left:36px;line-height:20px;}
.font_blue_thin a,.font_blue_thin a:visited{color: #166082;font-size: 12px;line-height:16px; text-decoration:none;}
.font_blue_thin a:hover{text-decoration:underline;}


.parcel-content h2{font-size:14px; font-weight:bold; text-align:left;}

 .product-content,.product-content .link-more a,.product-content a{font-size:12px; text-align:left;}
 .product-content h3 a{font-size:14px;}
 .product-content a:hover{text-decoration:underline;}
 
 .width1002{width:100%;}
 
.no-rc h3{font-size:12px;font-weight:bold; text-align:left;}
.no-rc li{text-align:left;}
.no-rc a{text-align:left; font-size:12px;}

.product-content p{height:30px; line-height:30px; vertical-align:middle;}

.selectBox2 select{width:160px;}
div.selectBox2{padding:5px 0 5px 2px;}

.rili{font-size:10px;}
.rili thead th{height:16px; }
.rili thead th p{text-align:center; color:#777;}
.rili thead td{height:16px; color:#333;}
.rili tbody td{height:14px; width:23px;}
.rili tbody td a{display:block;height:14px; width:23px; line-height:14px; color:#AEAEAE;}
.huodong a{color:#ffffff;background-color:#999; text-decoration:none;}
.huodong a:hover{text-decoration:underline;}
.rili tbody td a.today{color:#FF3300;}

a.contentlink,a.login{text-decoration:none; color:#666;}
a.login{font-weight:bold;}
a.contentlink:hover,a.login:hover{text-decoration:none;}

.fw a{font-weight:lighter;}

.tw_div{padding:10px; padding-top:15px;}
.tw_div div{color:#666;}

.div_liebiao{width:43%; float:left;padding:5px; border:1px solid #CCC;}
html > body .div_liebiao{width:47%;}
.div_liebiao hr{height:1px; width:98%;}
.div_liebiao h2,.div_liebiao h3,.div_liebiao p{width:98%; margin-left:9px;}
.div_liebiao h2 a.normallink{font-size:14px; font-weight:bold; color:#666; text-decoration:none;}
.div_liebiao h2 a.normallink:hover{text-decoration:underline;}
.div_liebiao h2{padding-bottom:4px;}
.div_liebiao h3{font-weight:bold; text-decoration:none; color:#006699; padding-bottom:4px;}
.div_liebiao p{color:#999;}
.nomargin{float:right;}

.afont_color{color:#999;}
.div_liebiao ul{list-style:disc; list-style-position:inside;}
.div_liebiao ul li a.normallink,.afont_color a.normallink,ul.outsaid_ul li a.normallink{color:#006699;}
.div_liebiao ul li a.normallink:hover,.afont_color a,ul.outsaid_ul li a.normallink:hover{text-decoration:none;}
.afont_color a.normallink:hover{text-decoration:underline;}

.marginright_100{margin-right:20px;}

table.border1px{border:1px solid #ccc;}

.storyliebiao h1 a.normallink{line-height:18px;padding:0 0 3px 0; color:#333; text-decoration:underline;}
.storyliebiao h1 a.normallink:hover{text-decoration:none;}
.storyliebiao h2{height:18px; color:#aaa;}
.storyliebiao p{color:#666;}
.storyliebiao div{clear:both; height:1px;}

.story_title{height:22px; background-color:#aeaeae; font-size:12px; color:#fff; font-weight:bold; line-height:22px;}

ul.outsaid_ul{list-style:disc; list-style-position:outside; margin-left:17px; padding-left:0;}
ul.outsaid_ul li{padding-left:0; text-indent:-1px;}

.story_font14{height:25px; background-color:#eee; border-bottom:1px solid #ccc; font-size:14px; font-weight:bold; padding-left:20px; color:#666;}
div.width100{width:98%;}

.borderbot{border-bottom:1px dashed #CCC;}

div.xinwen{padding:5px; line-height:22px; color:#333;}
.xinwen p{line-height:22px;}
.xinwen li{color:#777; list-style:disc; list-style-position:inside;}


.top_titles h1{font-size:14px; font-weight:bold; color:#333; background-color:#eee; margin:0 0 5px 0; border-bottom:1px solid #ccc; padding:5px 10px;height:15px;}
.top_titles p{color:#666; line-height:22px; margin:5px 0; border-bottom:1px solid #ccc; padding:0 10px;}
.top_titles h2{font-size:12px; color:#333; background-color:#eee; margin:0 0 5px 0; border-bottom:1px solid #ccc; padding:5px 10px; height:15px;}


div.middle2{padding:2px 0 2px 0;}
div.middle2 .inner{height:auto;}
  
.imgborder img{padding:2px; border:1px solid #ccc;}

.mame_title {
	font-size: 12px;
	color: #333333;
}

a.calender_more{color:#FFF; text-decoration:none;}
a.calender_more:visited{color:#FFF;}
a.calender_more:hover{text-decoration:underline;}
a.calender_more:active{color:#FFF;}

td.center_lh a{height:16px; line-height:16px; margin:0 0 4px 0;}
a.shenqin_btn{display:block; background:url(images/shenqin_btn.jpg) no-repeat 0 0; height:19px; width:98px; color:#006699; line-height:19px; float:right; margin-right:20px; margin-bottom:5px; margin-top:2px; text-align:center; text-decoration:none;}
a.zhiwei{color:#006699; text-decoration:none;}
a.shenqin_btn:hover,a.zhiwei:hover{text-decoration:underline;}
.zwliebiao{list-style:circle inside;}
.zhiwei_title{font:16px Arial, Helvetica, sans-serif, "ËÎÌå"; color:#333; font-weight:bold;} 
.padding10px{padding-top:10px;}
.kcliebiao{list-style:lower-roman}
.home_text{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; }

/*/home/*/

*{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}
.font_new{font-size:12px;color:#fff;font-weight: bold;}
.font_tab {color: #5d6b76; width:100px;height:26px; text-align:center;}
.font_tab a{color:#5d6b76; text-decoration: none; background-image:url(images/tab_bg.gif); display:block; line-height:26px;}
.font_tab a:visited{color:#5d6b76;text-decoration: none;}
.font_tab a:hover{text-decoration: none;background-image:url(images/tab_a_bg.gif); color:#fff;}
.song{ font-family:"ËÎÌå"; color:#717171;}
.borderbot2 td{border-bottom:1px dashed #CCC;}
.font_gray1 a{ color:#346e9c; text-decoration: none;}
.font_gray1 a:visited{color:#346e9c; text-decoration: none;}
.font_gray1 a:hover{color:#FF6600; text-decoration: none;}
.font_gray2 a{ color:#717171; text-decoration: none;}
.font_gray2 a:visited{color:#717171; text-decoration: none;}
.font_gray2 a:hover{color:#FF6600; text-decoration: none;}

/*/learning_table/*/
.learning_table {
   	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
} 
.table-formatted tr,.table-formatted td,.table-formatted th{
padding:2px 2px 2px 10px;
border:1px #CCCCCC solid;
color:#666666;
line-height:18px;
} 
.table-formatted th{
background:#999999;
text-align:left;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
} 
.table-formatted a:link,a:visited{
	color:#003399;
	text-decoration: none;
}
.table-formatted a:hover {
	color:#003399;
	text-decoration:underline;
}
.td-content{background:#CCCCCC; font-size:12px; color:#666; font-weight:bold;}
.btn{height:20px; width:59px; background:url(/images/btn.jpg) no-repeat 0 0; border:0; color:#777; cursor:pointer; line-height:20px;font-size:12px;}