﻿/*常规样式*/
body
{
  font: 12px "宋体",Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:#333;
  line-height:150%;
}
a:hover
{
    color:Green;;
    text-decoration:underline;
}
a
{
    color:#333;
    text-decoration:none;
}
.highLight
{
    color:#ff6600
}
.button
{
   padding:5px 15px;
  background-color:#f5f5f5;
  border:1px solid #ccc;
}
.button:hover
{
  color:Green;;
  background-color:#efefef;
}
img
{
    border:0;
}
.gray
{
    color:#999;
}

.infoTable td
{
    border-bottom:#b9d2bc 1px solid;
}

.tip
{
    width:90%;
    margin:5px auto 15px auto;
    padding:5px;
    border:1px dotted #ccc;
    background-color:InfoBackground;
    color:InfoText;
}

.settingRow
{
    margin:5px;
    display:block;
    clear:both;
    text-align:left;
    height:auto!important;
}
.settingLabel
{
   display:block;
   float:left;
   width:120px;
   padding:0 15px;
   text-align:right;
}
.title
{
    margin-bottom:5px;
  padding: 8px 0;
}
.title h2
{
    margin:0 0 0 3px;
    padding:0 0 0 15px;
    background-image:url(Images/u196.png);
    background-repeat:no-repeat;
   background-position:5px 50%;
    height:16px;
    line-height:16px;
  font-size:14px;
  font-weight:bold;
}
.contentList
{
  margin:5px 0;
  
}
.contentList h2
{
  font-size:12px;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  height:22px;
  line-height:22px;
  padding-left:10px;
  color:#333;
  margin-bottom:10px;
}
.contentList h2 a
{
  float:right;
  margin-right:10px;
  font-weight:normal;;
}
.staticContent
{
  padding:5px;
  line-height:22px;
}
.articleDetail
{
  margin-top:5px;
  line-height:150%;
}
.articleTitle
{
    width:80%;
    text-align:center;
    margin:0 auto;
}
.articleContent
{
    margin:5px 10px;
  line-height:200%;
  text-indent:26px;
}

.content
{
  padding:5px;
    
}
.content h3
{
   font-weight:bold;
  font-size :14px;
}
.sideBar h2
{
  font-size:12px;
  border-bottom:1px solid #ccc;
  height:22px;
  line-height:22px;
  padding-left:5px;
  margin-bottom:5px;

}
.sideBar h2 span
{
 
  background-image:url(Images/u196.png);
  background-repeat:no-repeat;
  background-position:3px 50%;
  padding-left:15px;
}
#quickLink
{
  margin-top:5px;
}
.sideBar ul ,.contentList ul 
{
 margin:5px;
  list-style-type: none;
  padding-left:5px;
}
.sideBar li  ,.contentList li  
{
  width:95%;
  height:20px;
  line-height:20px;

}
.sideBar li a ,.contentList li a
{
  background-image:url(Images/triangle.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-left:10px;
  white-space: nowrap;text-overflow:ellipsis; overflow:hidden;
  display:block;
  line-height:150%;
  width:95%;
}
.contentList,.title,.sideBar,.articleDetail,.psc
  {
    /*border:1px solid #ccc;*/
  border-bottom-color: #cccccc;border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #cccccc;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #cccccc;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #cccccc;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
  -webkit-border-radius: 3px;     -moz-border-radius: 3px;

}
/* header section
------------------------------------------*/
#header
{
  margin-bottom:5px;
  margin-top:5px;
}/*
#header p, #header h1, #header h2
{
  padding: .4em 15px 0 15px;
  margin: 0;
}
*/
#header .headline
{
  clear: both;
  background: #eee;
  border-top: 4px solid #000;
  margin: 0;
  padding: 6px 15px;
  text-align: right;
}
.topNav
{
  height:25px;
  line-height:25px;
  background-color:#f5f5f5;
  border-bottom:1px solid #ccc;
}
.topNav div
{
  width:1000px;
  margin:0 auto;
  text-align:right;
  padding-right:10px;
}
.topNav a
{
  color:#333;
  
  height:100%;
  padding:5px;
  margin:0;
  display:inline;
}
.topNav a:hover
{
  color:green;
  
}
/* footer 
------------------------------------------*/

 #footer p
{
  padding: 10px;
  margin: 0;
}
#logo
{
  clear: left;
  float:left;
  display:block;
}
#logo img
{
  height:71px;
}
/*menu
-------------------------------------------*/
 .mainMenu
{
  margin:41px 0 0 21px;
  float: left;
  width: 721px;
  list-style: none;
  height:34px;
  line-height:34px;
  background-position:no-repeat;
  padding: 0;
  background-image:url(Images/mainMenu.png);
}
.mainMenu li
{
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainMenu li a
{
  display: block;
  float: left;
  margin: 0 0 0 1px;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  font-weight:bold;;
  text-decoration: none;
  position: relative;
  left: 15px;
  height:28px;
  line-height:28px;
}

.mainMenu li a:hover
{
  background-color:Silver;
}

.mainMenu .active a
{
   color: #fff;
  background: #000;
  font-weight: bold;
}
.menu
{
  width:100%;
  margin-bottom:10px;
}
.menu li.active a,.menu li a:hover,.menu li a:active,.menu li a:focus
{
  background-color:#008000;
  color:#fff;
}

#search
{
  float:right;
  height:22px;
  line-height:22px;
  width:144px;
  margin:5px 10px 0 0;
  padding:0;
  background-image:url(Images/searchBox.gif);
  
}
.searchInput
{
  float:left;
  color:#c3c3c3;
  width:113px;
  height:18px;
  background-color:transparent;
  margin:0 0 0 5px;
  padding:4px 0 0 0;
  border:0px;
}
#search button
{
  float:left;
  background-image:url(Images/searchIcon.gif);
  width:19px;
  height:19px;
  cursor:pointer;
  border:0;
  margin-top:2px;
  padding:0;
}

#breadCrumb
{
  clear:left;
  height:24px;
  background-color:#f0f0f0;
}
.urh
{
    margin: 3px 0 0 10px ;
  width:65px;
  float:left;
}
.crumbpath
{
  width:600px;
  margin: 3px 0 0 0 ;
  background-color:transparent;
  border-bottom:none;
  float:left;
  color:666;
}
.crumbpath a
{
  color:#666;
}
#login
{
  line-height:24px;
  float:right;
  margin-right:10px;
}

#footer #realFooter
{
  width:970px;
  margin: 15px auto;
  padding:15px;
  text-align:center;
  background-color:#efefef;
}
.links a
{
  margin:5px;
}
.links a:hover
{
  text-decoration:none;
}

