﻿@CHARSET "UTF-8";
/*logoCSS*/
.logoCSS{
	margin-top: 20px;
	margin-left: 30px;
}

.logoCSS img{
	/*width: 80px;*/
	/*margin-left: 50px;*/
	/*margin-top: 10px;*/
}

.logoNameCSS{
	clear:both;/*解决IE下折行问题*/
	padding:168px 0px 30px 165px;
	font-size:28px;
	color:#1F376D;
	font-weight:bold;
	font-family:'黑体';
	letter-spacing: 2mm;
}

/*导航栏公共样式*/
#navigation a:hover{
	text-decoration: none;	
}

/*返回整页样式*/
.portlet-icon-back{
	background:url("../images/view.png") no-repeat scroll 0 30% transparent;
	padding:0.1em 5px 0 1.5em; 
	/*color: #1F376D;*/
}

/*copyright样式*/
.copyright{
	height: 80px;
	padding: 5px;
}

/*改变导航栏链接热点范围*/
.a{
	/*padding:5px 5px;*/
}
/*IE6下改变热点会导航会变宽，暂时采用此方案解决*/
.frame-tab-content{
	padding: 0 4px 0 8px;
}

/*折行解决方案*/
.hideDiv{
	width: 3000px;		
}
.leftbtn{
	display:none;
	width: 23px;
	height:23px;
	background: transparent url(../images/LRbtn.gif) no-repeat scroll -115px 50%;
	margin: 0 0 5px 0;	
	cursor: pointer;	
}
.rightbtn{
	display:none;
	width: 23px;
	height:23px;
	background: transparent url(../images/LRbtn.gif) no-repeat scroll -138px 50%;
	margin: 0 0 5px 0;	
	cursor: pointer;	
}
.leftbtnover{
	background: transparent url(../images/LRbtn.gif) no-repeat scroll -92px 50%;
}
.rightbtnover{
	background: transparent url(../images/LRbtn.gif) no-repeat scroll -161px 50%;
}
.leftbtnvisible{
	background: transparent url(../images/LRbtn.gif) no-repeat scroll -69px 50%;
}
.rightbtnend{
	background: transparent url(../images/LRbtn.gif) no-repeat scroll -184px 50%;
}

/**
 * idtabs样式 
 * tab页签样式
 * by ghj 2010-09-21
 */
.tabBox { 
	width:100%; 
	 background: url("../images/titlebg.jpg") repeat-x scroll left bottom transparent;
	height: 31px;
	left: 0;
	 width: 100%;
	 position: absolute;
top: -4px;
z-index: 1;
} 
.tabBox2 { 
	width:100%; 
	 background: url("../images/bg-l.gif") repeat-x scroll left bottom transparent;
	height: 31px;
	left: 0;
	 width: 100%;
	 position: absolute;
top: -4px;
z-index: 1;
} 
.tabBox ul{ 

} 
.tabBox li{ 
	float:left; 
	display:block; 
	cursor:pointer; 
	width:78px; 
	text-align:center; 
	border-right:1px solid #C6D8E0;
}

.tabBox li.hover{ 
	background:url("../images/hover.gif") repeat-x 0 0 scroll transparent;
	font-weight:bold; 
}
.tabBox li a{ 
	color:#0068B7;
	text-decoration:none; 
} 
.tabBox li a:hover,a.selected { 
	font-weight: bold;
}
.contentBox{ 
	clear:both; 
	margin-top:0px; 
	border-top:none; 
	padding: 8px;
}
/*table 样式*/
.tableStyle{
	line-height: 22px;
	border: 0;
	width: 100%;
}
.tableStyle td{
	padding-left: 2px;
}
.tableStyle a{
		color:  #4F5866;
		font-family: 宋体;
    line-height: 160%;
    text-decoration: none;
}