/* ============================================================
   merged.css — 河北省农林科学院 首页合并样式表
   由 Site.css + Imagelunhuan.css + Menu3.css + Container4.css
     + Bankuai.css + wenhuajianshe.css + ui.tabs.css 合并
   ============================================================ */

/* ---------- DEFAULTS (来自 Site.css) ---------- */
a:link, a:visited {
    color: #696969;
    text-decoration: none;
    text-align: center;
    border: none;
    border-width: 0px;
}
a:hover {
    color: #1d60ff;
    text-decoration: none;
    border: none;
    border-width: 0px;
}
a:active {
    color: black;
    text-decoration: none;
    border: none;
    border-width: 0px;
}
a img { border: none; }
p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* ---------- HEADINGS ---------- */
h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
h1 { font-size: 1.6em; padding-bottom: 0px; margin-bottom: 0px; }
h2 { font-size: 1.5em; font-weight: 600; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5, h6 { font-size: 1em; }

body {
    background: #b6b7bc;
    font-size: 0.85em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* ---------- 布局 ---------- */
.page {
    width: 1200px;
    background-color: #fff;
    margin: 0px auto;
    border: 0px solid #496077;
}
.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.main {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 420px;
    line-height: 2.0em;
}
.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
.footer {
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: 2.5;
}

/* ---------- TAB MENU ---------- */
div.hideSkiplink { background-color: green; width: 100%; }
div.menu {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}
div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    vertical-align: middle;
}
div.menu ul li a {
    background-image: url('images/menu40r.jpg');
    margin: 0px;
    border: 0px #4e667d solid;
    color: white;
    display: block;
    padding: 0px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}
div.menu ul li a:visited {
    margin: 0px;
    border: 0px #4e667d solid;
    color: #dde4ec;
    display: block;
    padding: 0px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}
div.menu ul li a:hover,
div.menu ul li a:active {
    background-color: Green;
    color: #dde4ec;
    text-decoration: none;
    border: 0px #4e667d solid;
}

/* ---------- 表单 ---------- */
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}
fieldset p { margin: 2px 12px 10px 10px; }
fieldset.login label, fieldset.register label, fieldset.changePassword label { display: block; }
fieldset label.inline { display: inline; }
legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
input.textEntry, input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}
div.accountInfo { width: 42%; }

/* ---------- MISC ---------- */
.clear { clear: both; line-height: 2.2em; }
.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}
.loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover { color: white; }
.failureNotification {
    font-size: 1.2em;
    color: Red;
}
.bold { font-weight: bold; }
.submitButton {
    text-align: right;
    padding-right: 10px;
}

/* ---------- 圆角 ---------- */
div.RoundedCorner { background: #9BD1FA; }
b.rtop, b.rbottom { display: block; background: #FFF; }
b.rtop b, b.rbottom b {
    display: block;
    height: 1px;
    overflow: hidden;
    background: #9BD1FA;
}
b.r1 { margin: 0 5px; }
b.r2 { margin: 0 3px; }
b.r3 { margin: 0 2px; }
b.rtop b.r4, b.rbottom b.r4 {
    margin: 0 1px;
    height: 2px;
}

/* ---------- 图片轮播 (来自 Imagelunhuan.css) ---------- */
.container {
    width: 280px;
    height: 200px;
    border: 1px solid #eee;
    position: relative;
}
#idPicText {
    background: #eee;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    width: 282px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}
#idPicText a {
    text-decoration: none;
    color: #333;
    display: block;
}
#idPicList img {
    cursor: pointer;
    width: 65px;
    height: 50px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    border: 0;
    margin: 10px;
}
#idPicList img.on {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#idNum { position: absolute; right: 5px; bottom: 5px; }
#idNum li {
    float: left;
    list-style: none;
    color: #fff;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #707070;
    background-color: #060a0b;
}
#idNum li.on {
    line-height: 18px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border: 0;
    background-color: #ce0609;
    font-weight: bold;
}

/* ---------- 导航菜单 #Menu3 (来自 Menu3.css) ---------- */
#Menu3 {
    background: url('/Images/Menu3.gif') no-repeat right bottom;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 12px;
}
#Menu3 .m_l_3 {
    background: url('/Images/Menu3.gif') no-repeat left bottom;
    padding-left: 8px;
}
#Menu3 ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    height: 37px;
    background: url('/Images/Menu3.gif') repeat-x;
}
#Menu3 li { float: left; position: relative; }
#Menu3 li.m_hover, #Menu3 li.m_active {
    background: url('/Images/Menu3.gif') no-repeat left -40px;
    z-index: 102;
}
#Menu3 li a:hover, #Menu3 li.m_hover a, #Menu3 li.m_active a { color: #FFFFFF; }
#Menu3 li a, #Menu3 li a.m_default {
    float: left;
    width: 110px;
    line-height: 33px;
    height: 37px;
    display: block;
    color: #C0C0C0;
    font-family: "Courier New";
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
#Menu3 li.m_out { background: none; }
#Menu3 a.m_arw { background: url('/Images/Menu3_arw.gif') no-repeat 95px 15px; }
#Menu3 a.m_subarw { background: url('/Images/Menu3_c_arw.gif') no-repeat right center; }
#Menu3 li ul {
    height: 0;
    width: 150px;
    padding: 0;
    position: absolute;
    left: 5px;
    top: 37px;
    background: #0080C0;
    border: 1px solid #000000;
    overflow: hidden;
    visibility: hidden;
    z-index: 101;
}
#Menu3 li.m_hover li {
    background: none;
    width: 130px;
    height: 37px;
    padding: 2px;
}
#Menu3 li.m_hover li a:hover, #Menu3 li.m_hover li a.m_hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #004080;
    border: 1px solid #000000;
}
#Menu3 li.m_hover li a {
    border: none;
    float: none;
    padding: 0;
    display: block;
    color: #000000;
    font-family: "Courier New";
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    text-align: left;
    text-indent: 5px;
    width: 130px;
}
#Menu3 ul ul li.m_hover ul {
    width: 0;
    height: auto;
    left: 96px;
    top: 4px;
    z-index: 103;
}
.Menu3_css_sdw {
    box-shadow: 2px 2px 3px #AAAAAA;
    -moz-box-shadow: 2px 2px 3px #AAAAAA;
    -webkit-box-shadow: 2px 2px 3px #AAAAAA;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#AAAAAA');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color='#AAAAAA')";
}
.Menu3_m_subsdw {
    position: absolute;
    background: #FFFFFF;
    display: none;
    z-index: -1;
}
#Menu3 li.m_split {
    border: none;
    border-left: 1px solid #000000;
    border-right: 1px solid #0080C0;
    height: 13px;
    line-height: 13px;
    width: 0;
    margin: 10px 0;
}
#Menu3 ul ul li.m_split {
    background: #0080C0;
    border: none;
    border-top: 1px solid #000000;
    width: 80px;
    margin: 0 10px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    display: inline;
}

/* ---------- Container4 (来自 Container4.css) ---------- */
.Container4 { position: relative; width: 100%; }
.Container4 ul { list-style: none; margin: 0; padding: 0; }
.Container4 .Container4_t {
    background: none;
    text-align: center;
    height: 35px;
    width: 100%;
}
.Container4 .Container4_t li {
    float: left;
    margin-right: 4px;
    cursor: pointer;
    line-height: 27px;
    height: 35px;
    width: 150px;
    background: url('../Images/Container4.gif') no-repeat left bottom;
    font-weight: bold;
    color: #C0C0C0;
    font-family: "Courier New";
    font-size: 0.75em;
}
.Container4 .Container4_t li.c_on {
    background-position: left top;
    color: #000000;
    position: relative;
    z-index: 90;
}
.Container4 .Container4_t li.c_end { margin-right: 0; }
.Container4 .Container4_c {
    text-align: left;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #BEC3C8;
    top: -9px;
    position: relative;
    z-index: 89;
}
.Container4 .Container4_c li { display: none; }
.Container4 .Container4_c li.c_top { display: none; margin-top: 9px; }
.Container4 .Container4_c li.c_on { display: block; }
.Container4 .Container4_c ul li { display: block; }

/* ---------- Bankuai (来自 Bankuai.css) ---------- */
.Bankuai { position: relative; width: 90%; }
.Bankuai ul { list-style: none; margin: 0; padding: 0; }
.Bankuai .Bankuai_t {
    background: none;
    text-align: center;
    height: 30px;
    width: 100%;
}
.Bankuai .Bankuai_t li {
    float: left;
    margin-right: 4px;
    cursor: pointer;
    line-height: 22px;
    height: 30px;
    width: 90px;
    background: url('../Images/Bankuai.gif') no-repeat left bottom;
    font-weight: bold;
    color: #C0C0C0;
    font-family: "Courier New";
    font-size: 0.75em;
}
.Bankuai .Bankuai_t li.c_on {
    background-position: left top;
    color: #000000;
    position: relative;
    z-index: 90;
}
.Bankuai .Bankuai_t li.c_end { margin-right: 0; }
.Bankuai .Bankuai_c {
    text-align: left;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #BEC3C8;
    top: -9px;
    position: relative;
    z-index: 89;
}
.Bankuai .Bankuai_c li { display: none; }
.Bankuai .Bankuai_c li.c_top { display: none; margin-top: 9px; }
.Bankuai .Bankuai_c li.c_on { display: block; }
.Bankuai .Bankuai_c ul li { display: block; }

/* ---------- wenhuajianshe (来自 wenhuajianshe.css) ---------- */
.wenhuajianshe { position: relative; width: 370px; }
.wenhuajianshe ul { list-style: none; margin: 0; padding: 0; }
.wenhuajianshe .wenhuajianshe_t {
    background: none;
    text-align: center;
    height: 30px;
    width: 100%;
}
.wenhuajianshe .wenhuajianshe_t li {
    float: left;
    margin-right: 4px;
    cursor: pointer;
    line-height: 22px;
    height: 30px;
    width: 65px;
    background: url('../Images/wenhuajianshe.gif') no-repeat left bottom;
    font-weight: bold;
    color: #C0C0C0;
    font-family: "Courier New";
    font-size: 0.75em;
}
.wenhuajianshe .wenhuajianshe_t li.c_on {
    background-position: left top;
    color: #000000;
    position: relative;
    z-index: 90;
}
.wenhuajianshe .wenhuajianshe_t li.c_end { margin-right: 0; }
.wenhuajianshe .wenhuajianshe_c {
    text-align: left;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #BEC3C8;
    top: -9px;
    position: relative;
    z-index: 89;
}
.wenhuajianshe .wenhuajianshe_c li { display: none; }
.wenhuajianshe .wenhuajianshe_c li.c_top { display: none; margin-top: 9px; }
.wenhuajianshe .wenhuajianshe_c li.c_on { display: block; }
.wenhuajianshe .wenhuajianshe_c ul li { display: block; }

/* ---------- UI Tabs (来自 ui.tabs.css) ---------- */
@media projection, screen {
    .ui-tabs-hide { display: none; }
}
@media print {
    .ui-tabs-nav { display: none; }
}
.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 {
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/images/tabs/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0;
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
}
.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;
    min-width: 64px;
    height: 18px;
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { 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 {
    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 {
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/images/tabs/loading.gif) no-repeat 0 50%;
}
* html .ui-tabs-nav { display: inline-block; }
*:first-child+html .ui-tabs-nav { display: inline-block; }

/* ---------- 自定义样式（来自页面内联 <style>） ---------- */
.lcimgstyle {
    width: 200px;
    border-radius: 5px;
}
#demo {
    background: #FFF;
    overflow: hidden;
    border: 1px dashed #CCC;
    width: 100%;
}
#demo img { border: 3px solid #F2F2F2; }
#indemo { float: left; width: 800%; }
#demo1, #demo2 { float: left; }
.tupiankuailian { width: 200px; height: 30px; }
.tpklstyle8 { width: 148px; border-radius: 4px; }
.tpklstyle7 { width: 170px; border-radius: 4px; }
.tpklstyle6 { width: 200px; border-radius: 4px; }
.tpklstyle5 { width: 239px; height: 49px; border-radius: 4px; }
.tpklstyle4 { width: 297px; height: 50px; border-radius: 4px; }
.tpklstyle3 { width: 400px; height: 59px; border-radius: 4px; }
.tpklstyle2 { width: 600px; height: 80px; border-radius: 4px; }
.imgstyle { width: 550px; height: 370px; border-radius: 5px; }
.wenzi {
    color: #fff;
    text-shadow: 0 0 5px #CCC, 0 0 10px #CCC, 0 0 15px #CCC,
                 0 0 20px #095816, 0 0 25px #095816, 0 0 30px #095816,
                 0 0 50px #095816, 0 0 80px #095816, 0 0 100px #095816,
                 0 0 150px #095816;
}
