﻿* {
	margin:0;
	padding:0;
}

body
{   
    background: url('/Images/bg.png') repeat;
    font-size: 12px;
    font-family: "微软雅黑", "宋体", arial,helvetica,clean,sans-serif;
    color: #000;
    text-align: center;
    min-width: 1024px;
}

p
{
	line-height: 1.6em;
}

hr
{
	border: 0;
	border-top: 1px dashed #000000;
	height: 1px;
}

img
{
	border-width: 0;
}

fieldset
{
    border: 1px solid Gray;
    padding: 15px 15px 0px 15px;
    margin: 20px 20px 0px 20px;
}

#mainDiv
{
    background:url('/Images/mainbg.png') repeat;
    width: 1024px;
    margin: 0 auto;
    text-align:left;
}

#topDiv
{
    background:url('/Images/topbg.jpg') no-repeat;
    height:267px;
}

#menuDiv
{
    background:url('/Images/menubg.png') repeat-x;
    height:39px;
    padding-left:62px;
    z-index:10;
    position:relative;
}

#footDiv
{
    background:url('/Images/footbg.jpg') no-repeat;
    height:83px;
}

#footCopyright
{
    float:left;
    padding: 12px 12px 0px 72px;
}

#footMenus
{
   float:right;
   padding:12px 72px 0px 12px;
   text-align:right;
}

#gotop
{
    background:url('/Images/icons.gif') right -78px no-repeat;
	padding-right:16px;
}

a
{
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: none;
    color: #808080;
    /*position: relative;
	left: 1px;
	top: 1px;
	clip: rect(   );*/
}

a.Normal
{
    background:url('/Images/icons.gif') no-repeat left -155px;
    padding-left:16px;
    text-decoration: none;
    color:Black;
    font-size:12px;
}

a.Normal:hover
{
    color: #808080;
}

a.HighLight
{
    background:url('/Images/icons.gif') no-repeat left -175px;
    padding-left:16px;
    text-decoration: none;
    color:Red;
    font-size:12px;
}

a.HighLight:hover
{
    color: #800000;
}

.gridPagerStyle a
{
    border: 1px solid #000000;
    padding: 0px 0px 2px 0px;
    color: #800000;
    background-color:White;
    margin:3px;
    width:14px;
    height:14px;
    display:block;
    text-align:center;
}

.gridPagerStyle a:hover
{
    border: 1px solid #808080;
    color: #808080;
    background-color: #DBDBDB;
}

/*a[href^="http:"]
{
    background: url('/Images/icons.gif') no-repeat right -14px;
    padding-right: 16px;
}*/

a[href^="mailto:"]
{
    background: url('/Images/icons.gif') no-repeat right -38px;
    padding-right: 16px;
}

.contentBg
{
    background: url('/Images/contentbg.png') no-repeat left bottom;/* !important 用!important IE6 以下浏览器不认识 */
    /*_background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/contentbg.png', sizingMethod='crop');*/ 
    
    width:1024px;
    _height:450px;
    min-height:450px;
    padding-bottom:30px;
}

.homeImg
{
    float: left; 
    /*background: url('/Images/shadow.gif') no-repeat bottom right;*/
    position:relative;
    left: 5px;
    top: 5px;
}

.homeImg img
{
    background:#fff;
    padding:4px;
    border:1px solid #a9a9a9;
    position:relative;
    left:-5px;
    top:-5px;
    display: block;
}

.homeImg div
{
    background:#fff;
    padding:4px;
    border:1px solid #a9a9a9;
    position:relative;
    left:-5px;
    top:-5px;
    display: block;
    width: 540px;
}

.newsContent
{
    text-align:left;
}

.newsContent img
{
    max-width:661px;
}

.newsContent div
{
    text-align:center;
}

.clear
{
    clear: both;
}

.inputTxt
{
    border: 1px dashed #C0C0C0;
    background-color: #FFFFFF;
}

.DownLine
{
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #000000;
}

.lineHeight25
{
   line-height:25px;
}

.txtCenter
{
    text-align:center;
}

.contentDiv
{
   padding:20px 0px 20px 20px;
}

.pageItemContentDiv
{
   width:760px;
   float:left;
   margin:20px 0px 20px 20px;
   line-height:25px;
}

.jtDiv
{
   width:192px;
   float:left;
}

.jtitembgDiv
{
   width:192px;
   height:23px;
   text-align:center;
   float:left;
   margin:6px 0px;
   line-height:23px;
   background:url('/Images/itemsbg.png') no-repeat;
   box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.image3 
{
   filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=3);
}

.weatherText
{
    color: #808080;
    font-style: italic;
}

.centerContentDiv
{
    margin:6px 0px 20px 0px;    
}

.DropDownLable
{
   display: block;
   width: 80px;
   padding:2px;
   text-align:right;
   padding-right: 20px;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url('/Images/menu-bg.gif') repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 12px;
	line-height:22px;
	width:100px;
}

.newsItemDiv
{
    float:left;
    width:320px;
}

.newsItemTitleDiv
{
    background: url('/Images/lmbg.gif') no-repeat left -120px;
    height: 27px;
    padding-left: 30px;
    padding-top:3px;
    color: #800000;
    font-size:15px;
    font-weight:bold;
}

.newsContentDiv
{
    border: 1px solid #800000;
    padding: 5px;
    float: left;
    width: 620px;
    margin: 0px 0px 20px 20px;
    line-height: 25px;
}

/* DataPager 控件的上一页下一页及数字的样式 */
.nextPreviBtn
{
    background-color: #FDEEB3;
    border: 1px solid #C5AC81;
    padding: 1px 6px;
    cursor: pointer;
}

.numericBtn
{
    border: 1px solid #C5AC81;
    padding: 1px 6px;
    background-color: #FDEEB3;
}

.currentPagelbl
{
    border: 1px solid #800000;
    background-color: #FFFFFF;
    color: #800000;
    padding: 1px 6px;
}
/* DataPager 样式结束 */

.photoShowLeftDiv
{
   width:212px;
   float:left;
}

.photoShowRightDiv
{
   width:661px;
   margin-left:50px;
   float:left;
}

.photoShowTitleDiv
{
   background:url('/Images/jcjstitle.gif') no-repeat;
   width:661px;
   height:24px;
   text-align:right;
   font-weight:bold;
   font-size:14px;
}

.photoShowLinkDiv
{
    border-width: 2px;
    border-color: #800000;
    color: #800000;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    border-bottom-style: dashed;
    line-height:30px;
}

.yytsDiv
{
   width:56px;
   height:52px;
   margin:20px;
   float:left;
}

.tablestyle
{
	background-color: #FDEEB3;
	border: 1px solid #8C7040;
}

.quoteDiv
{
    background-color: #FFFFFF;
    border: 1px dashed #808080;
}
