﻿/* CSS Document */
body
{
    background: white;
    margin: 0 auto; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
    padding: 0;
    text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
    color: #000000;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
    color: #000;
}

ul
{
    list-style: none;
}

.Global_Top
{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.Search-Input
{
    width: 140px;
    padding: 5px;
    height: 9px;
    background-color: transparent;
    font-size: 14px;
    vertical-align: middle;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    float: left;
    margin-left: 10px;
}

.Global_TopMenu
{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 28px;
    background: url(../img/User_Top_BG.jpg);
    background-repeat: repeat-x;
}

.Global_TopMenu .content
{
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    height: 28px;
    color: #000;
}
.Global_TopMenu p
{
    height: 25px;
    color: #293094;
    font-size: 17px;
    line-height: 25px;
    float: left;
    margin: 0 0 0 5px;
}

.Global_TopMenu .line
{
    height: 25px;
    color: Gray;
    font-size: 14px;
    line-height: 25px;
    float: left;
    margin: 0 0 0 5px;
}

.Global_TopMenu a
{
    color: #4E4E4E;
    font-size: 14px;
}

.Global_TopMenu a:hover
{
    color: #8F8F8F;
}

.Global_Navigation
{
    width: 100%;
    height: 60px;
    background-image: url(../img/Top_line.png);
    margin: 0 auto;
    text-align: center;
}

.Global_Navigation .c
{
    width: 1000px;
    height: 60px;
    color: #adacac;
    font-size: 17px;
    font-family: Verdana;
    float: left;
}

.Global_Navigation .c a
{
    color: #5A5952;
    font-size: 20px;
}

.Global_Navigation .c .now
{
    color: #2179D6;
    font-size: 20px;
}

.Global_Navigation .s
{
    float: left;
    margin-top: 7px;
    background-image: url(../../style/img/Global_TopInput.png);
    background-repeat: no-repeat;
    width: 200px;
}

.Global_BreadcrumbTrail
{
    font-size: 15px;
    width: 1000px;
    height: 20px;
    margin: 5px 0 5px 0;
}

.Global_BreadcrumbTrail a:hover
{
    color: #BEBEBE;
    text-decoration: underline;
}

.Global_BreadcrumbTrail .content
{
    float: left;
}

.Global_VertMenu
{
    font-family: Verdana, Arial, HelVetica, sans-serif;
    font-size: 100%;
    line-height: 35px;
    margin: 0px;
    width: 160px;
    padding: 0px;
    float: left;
    overflow:hidden;
    text-align:left;
}

.Global_VertMenu h1
{
    display: block;
    background-color: #eff7f7;
    font-size: 90%;
    line-height: 45px;
    border-bottom: 1px dashed #cecfce;
    border-right: 4px solid #e7eff7;
    color: #333333;
    margin: 0px;
    width: 135px;
    height: 45px;
    text-align:center;
}

.Global_VertMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
.Global_VertMenu ul li
{
    border:none;
    margin: 0px;
    padding: 0px;
    width: 135px;
    height: 35px;
    border-bottom: 1px dashed #cecfce;
    border-right: 4px solid #e7eff7;
    background-color: #eff7f7;
    text-align:center;
    margin-bottom:0px ;
}

.Global_VertMenu ul .bottom
{
    margin: 0px;
    padding: 0px;
    width: 135px;
    height: 100%;
    border-bottom: 1px solid #cecfce;
    border-right: 4px solid #e7eff7;
    background-color: #eff7f7;
}

.Global_VertMenu ul .now
{
    margin: 0px;
    padding: 0px;
    width: 135px;
    height: 35px;
    border-bottom: 1px dashed #cecfce;
    border-right: none;
    background-color: #fff;
}

.Global_VertMenu ul li a
{
    font-size: 80%;
    display:inline-block;
    text-decoration: none;
    
}

.Global_VertMenu ul li a:hover
{
    text-decoration: none;
}

.Global_HorizMenu
{
    font-family: Verdana, Arial, HelVetica, sans-serif;
    font-size: 100%;
    /*line-height: 28px;*/
    margin: 15px 0;
    padding: 0px;
    border-bottom: 1px solid #cecfce;
    float: left;
    width: 800px;
    height: 29px;
}

.Global_HorizMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
    width:100%;
    height:29px;
}

.Global_HorizMenu ul li
{
    margin: 0px 3px 0px 3px;
    padding: 0px;
    height: 28px;
    border: 1px solid #cecfce;
    background-color: #eff7f7;
    float:left;
    border-bottom:none;
}

.Global_HorizMenu ul .attachli
{
    margin: 0 3px 0 3px;
    padding: 0px;
    height: 28px;
    border-top: 1px solid #cecfce;
    border-left: 1px solid #cecfce;
    border-bottom: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
    background-color: #FFD9D9;
    float: right;
}

.Global_HorizMenu ul .attachnow
{
    margin: 0 3px 0 3px;
    padding: 0px;
    height: 29px;
    border-top: 1px solid #cecfce;
    border-left: 1px solid #cecfce;
    border-bottom: none;
    border-right: 1px solid #cecfce;
    background-color: #fff;
    float: right;
}

.Global_HorizMenu ul .now
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.Global_HorizMenu ul li a
{
    font-size: 80%;
    display:inline-block;
    text-decoration: none;
    height:28px;
    line-height:28px;
    margin: 0 10px 0 10px;
}

.Global_HorizMenu ul li a:hover
{
    text-decoration: none;
}


.Global_Global_TwoColLiqRtHdr #container
{
    width: 950px; /* 这将创建宽度为950px的容器 */
    background: #FFFFFF;
    margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */ /*border: 1px solid #000000;*/
    text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
.Global_Global_TwoColLiqRtHdr #header
{
    border-bottom: dashed 1px #eeebe7;
}
.Global_TwoColLiqRtHdr #header-container
{
    /*background: #DDDDDD;*/ /*padding: 0 165px;   此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    width: 950px;
    margin: 0 auto;
}
.Global_TwoColLiqRtHdr #header-container ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.Global_TwoColLiqRtHdr #header-container ul li
{
    float: left;
    padding: 0px 8px; /*	height: 26px; 	line-height: 26px;*/
}
.Global_TwoColLiqRtHdr #header-container a
{
    text-decoration: none;
    color: #666666;
}
.Global_TwoColLiqRtHdr #header-container a:hover
{
    color: white;
    background: #336799;
}
.Global_TwoColLiqRtHdr #logo-or-title
{
    width: 950px;
    margin: 0 auto; /*	height: 80px; 	margin-top:10px;*/
}
/* sidebar1 提示：

*/
.Global_TwoColLiqRtHdr #sidebar1
{
    float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
    width: 310px; /*background: #EBEBEB; 将显示背景色，其宽度等于栏中内容的长度，*/ /*padding-top: 15px 0;  顶部和底部的填充将在该 div 中产生视觉空间 */
}
.Global_TwoColLiqRtHdr #sidebar1 h3, .Global_TwoColLiqRtHdr #sidebar1 p
{
    margin-left: 10px; /* 对于将要放在侧栏中的每个元素，都应当设置左边距和右边距 */
    margin-right: 10px;
}
/* mainContent 提示：
1. mainContent 和 sidebar1 之间的空白是用 mainContent div 的右边距创建的。无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此右边距。
2. 为了避免在所支持的最小分辨率 800 x 600 下出现“浮动下降”，mainContent div 中的元素（包括图像）不应大于 430 像素。
3. 在下面的 Internet Explorer 条件注释中，zoom 属性用来赋予 mainContent“hasLayout”。这会避免几个特定于 IE 的错误。
*/
.Global_TwoColLiqRtHdr #mainContent1
{
    /*margin: 0 26% 0 10px;  左边距应当反映标题和脚注上的边距以便正确对齐。 */
    width: 640px;
    margin: 0;
    margin-bottom: 40px;
}
.Global_TwoColLiqRtHdr #sidebar
{
    width: 200px;
    float: right;
}
.Global_TwoColLiqRtHdr #mainContent
{
    /*margin: 0 26% 0 10px;  左边距应当反映标题和脚注上的边距以便正确对齐。 */
    width: 720px;
    margin-right: 30px;
}
.Global_TwoColLiqRtHdr #footer
{
    padding: 5px 0 5px 0; /* 此填充会将它上面 div 中的所有元素左对齐。 */ /*background:#DDDDDD; 	border-top: dashed 1px #99F;*/
    margin: 30px auto;
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: gray;
}
.Global_TwoColLiqRtHdr #footer p
{
    margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
    padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}
.Global_TwoColLiqRtHdr #footer a
{
    color: #336799;
    padding-left: 10px;
}
/* 要重用的各种类 */
.fltrt
{
    /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
    float: right;
}
.fltlft
{
    /* 此类可用来使页面上的元素向左浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
    float: left;
}
.clearfloat
{
    /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.pic a img
{
    /*设置图片初始显示时透明度为70%*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    border: 0;
}
.pic a .title
{
    font-size: 14px;
}
.pic a:hover img
{
    /*鼠标移到图片时，显示原图*/
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.pic a:hover .title
{
    /*鼠标移到文字时，颜色加深*/
    color: #000;
}

.title, .info
{
    text-align: center;
    font-size: 18px;
	font-family: "微软雅黑";
    color: #000;
    padding: 1px 0;
    margin-top:-10px;
    margin-left: 5px;
    float:left;
}
#logo
{
    width: 180px;
    height: 90px;
}
.tab
{
    /*border-bottom:1px solid #ccc;  菜单模块的底部边框，也就是内容模块的上边框 */
    list-style: none;
    padding: 10px 5px 0 0;
    margin: 0;
    text-align: left;
}
.tab li
{
    display: inline; /* 【重点】让li横向排列。*/
    font-size: 12px;
    overflow: auto;
}
.tab li a
{
    padding: 2px 12px; /* 因为没有固定高度，所以用填充来调整显示效果。 */ /*border:1px solid #6698cb;   菜单项的边框 */
    color: #333;
    border-bottom: none; /* 底部无边框 */
    text-decoration: none; /*background:#f7f7f7;*/
}
/*鼠标经过时的样式 */
.tab li a:hover
{
    text-decoration: underline;
    color: #69c;
}
/*选中时的样式 */

.tab li.no a
{
    border-bottom: none; /*  隐藏菜单项的底部边框 */
    position: relative; /* 【重点】菜单项里面的连接使用了相对定位 */
    top: -1px; /*  【重点】ie9,ff下要-1;  --相对于外层顶部为1像素，正好是底部边框的像素。所以就遮住了ul的底部边框 */
    color: #fff;
    border: 1px solid #69c; /*border-bottom:none; 去掉底部边框*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #69c;
    font-weight: bold;
    text-decoration: none;
}
#search-container
{
    text-align: left;
    margin-top: 10px;
}
#search
{
    width: 450px;
    text-align: left;
    height: 40px;
}
#text
{
    font-size: 14px;
    width: 320px;
    height: 36px;
    border: 2px solid #69c;
    padding: 0;
    padding-left: 30px; /*此处为搜索框内小图标留15px*/
    margin: 0;
    background: url(../images/search.gif) left no-repeat;
    background-position: 5px;
    text-align: left;
    border-bottom-left-radius: 3px; /*    border-top-left-radius:3px;  */
    border-right: none;
    overflow: hidden;
}
#image
{
    cursor: pointer;
    background: url(../images/search_bg.png) no-repeat;
    width: 95px;
    height: 40px;
    border: 0;
    vertical-align: top;
    overflow: hidden;
}


.Global_Digg
{
    float: left;
    text-align: center;
    width: 800px;
    height: 30px;
}

.Global_Digg a
{
    border-right: #aaaadd 1px solid;
    padding-right: 5px;
    border-top: #aaaadd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #aaaadd 1px solid;
    color: #000;
    padding-top: 2px;
    border-bottom: #aaaadd 1px solid;
    text-decoration: none;
}

.Global_Digg A:hover
{
    border-right: #9c0000 1px solid;
    border-top: #9c0000 1px solid;
    border-left: #9c0000 1px solid;
    color: #000;
    border-bottom: #9c0000 1px solid;
}

.Global_Digg A:active
{
    border-right: #9c0000 1px solid;
    border-top: #9c0000 1px solid;
    border-left: #9c0000 1px solid;
    color: #000;
    border-bottom: #9c0000 1px solid;
}

.Global_Digg SPAN.Global_Digg_Current
{
    border-right: #aaaadd 1px solid;
    padding-right: 5px;
    border-top: #aaaadd 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #aaaadd 1px solid;
    color: #fff;
    padding-top: 2px;
    border-bottom: #aaaadd 1px solid;
    background-color: #9c0000;
}

.Global_Digg SPAN.disabled
{
    border-right: #eee 1px solid;
    padding-right: 5px;
    border-top: #eee 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #eee 1px solid;
    color: #ddd;
    padding-top: 2px;
    border-bottom: #eee 1px solid;
}


.Global_Button
{
    width: 77px;
    height: 27px;
    border: none;
    margin:0px;
    padding:0px;
    font-weight:bolder;
    background-image: url(../img/Global/Global_Button.gif);
}
.Global_Button:hover
{
    background-image: url(../img/Global/Global_Button_Hover.gif);
}

.Global_TextBox
{
    padding:5px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #D6D6D6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Helvetica Neue,Arial,sans-serif;
}
