﻿/*
/// 2008-08-18 增加 By 谢文威
*/

body
{
    padding:0;
    margin:0;
    font-family:Arial, 宋体;
    font-size:12px;
    text-align:left;
    background-color:#FFFFFF;
    _background-image: url(about:blank); /*用浏览器空白页面作为背景*/
    _background-attachment: fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}

form
{
    margin:0px;
    padding:0px;
}



input[type=image]
{
	cursor:pointer;
}

input[type=text]
{
	border:solid 1px #bbbbbb;
}

input[type=textarea]
{
	border:solid 1px #bbbbbb;
}

table
{
      border-collapse:collapse;
      border-spacing:0px;
      margin:0px;
      padding:0px;
}

table td
{
    margin:0px;
    padding:0px;
}

/*为了消除选中时的虚线框*/
a,area
{
    bblr:expression(this.onFocus=this.blur());/*IE使用*/
    outline-style:none;/*FF使用*/
}

div
{
    cursor:default;
}

.clear-float
{
    clear:both;
    width: 624px;
}



.golobal-top-nav
{
    width: 100%;
    background-color: Transparent;
    position: fixed;
    top: 0px;
    _position: absolute; /*IE6 用absolute模拟fixed*/
    _top: expression(documentElement.scrollTop + 0 + "px"); /*IE6 动态设置top位置*/
}



.pager
{
    line-height:20px;
    font-family:宋体;
}

.pager a
{
    display:inline-block;
    margin:0px 2px;
    height:20px;
    color:#3B3330;
}

.pager .pagination
{
    padding:0px 5px;
    text-decoration:none;
}

.pager .pagination-selected
{
    padding:0px 5px;
    color:#FA891B;
    font-weight:bold;
    text-decoration:none;
}

.pager .pagination:hover
{
    color:#FA891B;
    text-decoration:underline;
}

.pager .frist-link
{
    width:20px;
    background-image:url('../../img/page-arrow.gif');
    background-repeat:no-repeat;
    background-position:0px 0px;
    text-decoration:none;
}

.pager .frist-link:hover
{
    background-position:0px -20px;
}

.pager .last-link
{
    width:20px;
    background-image:url('../../img/page-arrow.gif');
    background-repeat:no-repeat;
    background-position:-20px 0px;
    text-decoration:none;
}

.pager .last-link:hover
{
    background-position:-20px -20px;
}

.pager .previous-link
{
    width:20px;
    background-image:url('../../img/page-arrow.gif');
    background-repeat:no-repeat;
    background-position:-40px 0px;
    text-decoration:none;
}

.pager .previous-link:hover
{
    background-position:-40px -20px;
}

.pager .next-link
{
    width:20px;
    background-image:url('../../img/page-arrow.gif');
    background-repeat:no-repeat;
    background-position:-60px 0px;
    text-decoration:none;
}

.pager .next-link:hover
{
    background-position:-60px -20px;
}
/* END 前台分页控件样式 */



div.page-title
{
    color:#007DAE;
    font-size:14px;
    font-weight:bold;
    line-height:50px;
}



div.title-style-1
{
    padding-left:30px;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:bold;
    color:#007DAE;
    border-bottom:solid 1px #007DAE;
    background-repeat:no-repeat;
    background-position:3px 2px;
}
div.title-style-2
{
    padding-left:10px;
    height:23px;
    line-height:22px;
    background-image:url('../img/title-2-bg.gif');
    background-repeat:no-repeat;
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
}

a.style-1
{
    display:block;
    margin-top:10px;
    line-height:20px;
    color:#000000;
    text-decoration:none;
    border-bottom:dashed 1px #E1E1E1;
}
a.style-1:hover
{
    text-decoration:underline;
}
a.style-2
{
    display:block;
    line-height:30px;
    color:#000000;
    text-decoration:none;
}
a.style-2:hover
{
    text-decoration:underline;
}
a.more
{
    display:block;
    width:38px;
    height:14px;
    line-height:14px;
    background-image:url('../img/icon/more-icon-38-14.gif');
    background-repeat:no-repeat;
    text-decoration:none;
}