@charset "utf-8";
/* CSS Document */

/* ----------------------------------------- GLOBAL */
/* general */
*{
scrollbar-3dlight-color:#D4D0C8;
scrollbar-highlight-color:#fff;
scrollbar-face-color:#eee;
scrollbar-arrow-color:#666;
scrollbar-shadow-color:#808080;
scrollbar-darkshadow-color:#D7DCE0;
scrollbar-base-color:#D7DCE0;
scrollbar-track-color:#;
} 
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div {
	margin:0;
	padding:0;
	border:0;
}
body,ul,ol,li,p,form,fieldset,table,th,td {
	font: 12px/1.8 normal Arial,"宋体";
}
body {
	background:#fff;
	color:#000;
}
/* link */
a {
	color:#0067C6;
	text-decoration:none;
}
.featureClr {
	color:#0067C6;
}
.clearbox {
	clear:both;
}
/* ----------------------------------------- LAYOUT */
#outerbox {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#top {
	width:100%;
	height:80px;
	float:left;
}
#maindiv {
	width:100%;
	float:left;
	clear:both;
	margin: 10px 0;
}
#maindiv #leftBlk {
	width: 190px;
	float:left;
	overflow:hidden;
}
#maindiv #rightBlk {
	width: 800px;
	margin-left:10px;
	float:left;
}
#footer {
	clear:both;
	background-color:#0067C6;
	text-align:center;
	color:#fff;
}
/* top */
#top #logoBlock {
	width:200px;
	text-align:right;
	float:left;
}
#top #tRight {
	width:800px;
	float:left;
	text-align:left;
}
#tRight h1 {
	background-color:#0067C6;
	color:#fff;
	font-size:18px;
	font-family:"黑体";
	font-weight:normal;
	line-height:40px;
	width:100%;
	text-align:center;
	letter-spacing:2px;
}
#tRight #sysTips {
	width:100%;
	float:left;
	line-height:36px;
}
#tRight #sysTips #welcomeText {
	width:630px;
	float:left;
	padding-left:30px;
	color:#888;
	font-family:Arial;
}
#tRight #sysTips #systemLinks {
	width:130px;
	float:left;
	text-align:right;
}
#tRight #sysTips #systemLinks a {
}
/* back: navigation tabs under top bar */
#nav {
	width:100%;
	clear:both;
	height:30px;
	background:url(../images/grayCCCdot.gif) 0 29px repeat-x;
	overflow:hidden;
	float:left;
}
#nav #navTab {
	margin-left:200px;
}
#nav #navTab a {
	display:block;
	float:left;
	padding:3px 20px 0 20px;
	border:1px solid #ccc;
	background:#fff url(../images/navTab_bg2.gif) 0 100% repeat-x;
	margin:0 1px;
	color:#888;
	text-align:center;
	height:22px;
}
#nav #navTab a:hover {
	color:#000;
}
#nav #navTab .currentNabtab {
	background:#fff;
	color:#0067C6;
	height:27px;
	padding-top: 5px;
}
/* left menu  */
#leftBlk h2 {
	font-size:12px;
	background-color:#eee;
	text-align:left;
	margin-bottom:5px 0;
	line-height:26px;
	_line-height:27px;
	height:25px;
	overflow:hidden;
}
#leftBlk ul {
	margin: 10px 0 10px -10px;
	list-style-type:none;
}
#leftBlk ul li {
	margin-bottom:2px;
}
#leftBlk ul li a {
	display:block;
	width:140px;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:24px;
	border-bottom:1px solid #fff;
	color:#888;
}
#leftBlk ul li a:hover {
	color:#000;
	border-bottom:1px dashed #ccc;
	text-indent:1px;
}
#leftBlk ul li a.currentSub, #leftBlk ul li a.currentSub:hover {
	color:#0067C6;
	border-bottom:1px solid #0067C6;
	text-indent:1px;
}
/* ------------------------------------------ right main body  */
#rightBlk #infopath {
	color:#888;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	font-family:Arial;
	padding-left:10px;
}

/* ------------------------------------------ info Detail header start */
#rightBlk #infodetail {
	color:#888;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	font-family:Arial;
	padding-left:10px;
	padding-right:5px;
}

#rightBlk #infodetail .infotitle {
	color:#333333;
	border-bottom:1px;
	border-bottom-color:#888;
	border-bottom-style:dotted;
}

#rightBlk #infodetail .infobase {
	text-align:right;
	padding-bottom:10px;
}


/* ------------------------------------------ info Detail header end */

/* ------------------------------------------ info comments start */
#rightBlk #infocomments {
	color:#333333;
	margin-top:10px;
	padding-left:10px;
	padding-right:5px;
	font-family:Arial;
}

#rightBlk .CommentsHeader {
	margin-bottom:10px;
	border-bottom:2px;
	border-bottom-color:#888;
	border-bottom-style:solid;
}
#rightBlk .CommentsHeader .cHeader {
	font-size:medium;
	font-weight:300;
}
#rightBlk .CommentsHeader .cCount {
	font-size:small;
	text-align:right;
}

#rightBlk #infocomments .commentsDetail {
	color:#333333;
	border-bottom:1px;
	border-bottom-color:#888;
	border-bottom-style:solid;
	padding-bottom:5px;
}
#rightBlk #infocomments .commentsDetail .icName {
	color:#87cefa;
	font-weight:bolder;
}
#rightBlk #infocomments .commentsDetail .icIdentity {
	color:#708090;
}
#rightBlk #infocomments .commentsDetail .icCompany {
	color:#708090;
}
#rightBlk #infocomments .commentsDetail .icTime {
	color:#bdb76b;
}

/* ------------------------------------------ info comments end */

#rightBlk p {
	clear:both;
	margin-bottom:10px;
}
/* form style 
#rightBlk form {
	padding:10px;
	margin:0;
} */
#rightBlk #searchbox {
	padding:10px 0 0 0;
	text-align:center;
	border:1px solid #ccc;
	background-color:#f3f3f3;
}
#rightBlk #tagbox {
	padding:10px 5px 0 15px;
	text-align:left;
	border:1px dashed #ccc;
	background-color:#f3f3f3;
}
#rightBlk .colA {
	width:120px;
	float:left;
	text-align:right;
	line-height:25px;
}
#rightBlk .colMid {
	text-align:center;
}
#rightBlk .btn, #rightBlk .btnWhite {
	background-color:#0067C6;
	color:#fff;
	height: 23px;
	line-height:19px;
	_line-height:21px;
	border:1px solid #0067C6;
	padding:0 20px;
}
#rightBlk .btnWhite {
	background-color:#fff;
	color:#0067C6;
}
/* table style  */
#rightBlk table {
	border:1px solid #ccc;
	margin:10px;
}
#rightBlk table th {
	font-weight:bold;
	line-height:25px;
	background:#eee url(../images/navTab_bg2.gif) 0 100% repeat-x;
	border-right:1px solid #fff;
}
#rightBlk table td {
	padding:3px 0 0 5px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}



/* ----------------------------------------- FRONT: HOME PAGE, login */
#mainSection {
	float:left;
	margin: 10px 0;
}
#mainSection #Lbox {
	width:650px;
	display:inline;
	float:left;
}
#Lbox #flashpic {
	width:600px;
	height:325px;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
	line-height:100px;
	margin-left:45px;
}
.home_news
{
	display:inline;
    float:left;
    width: 300px;
    height: 325px;
    
}
#loginArea {
	width: 890px;
	margin:0 auto;
	padding:10px;
	border:1px solid #ccc;
	background:#fff url(../images/navTab_bg2.gif) 0 100% repeat-x;
	text-align:center;
}
.txtInput {
	border:1px solid #ccc;
	width:150px;
	height:17px;
}
.txtInputShort {
	border:1px solid #ccc;
	width:60px;
	height:17px;
}
.btn {
	background-color:#0067C6;
	color:#fff;
	height: 21px;
	line-height:17px;
	_line-height:17px;
	border:1px solid #0067C6;
	padding:0 10px;
}
#mainSection #Rbox {
	width:340px;
	height:340px;
	float:right;
	background:url(../images/EatonClub_logo.gif) 0 0 no-repeat;
	text-indent:-9000px;
}
/* footer */
#footer {
	margin-top:20px;
	line-height: 40px;
	background-color:#fff;
	color:#999;
}

/* ----------------------------------------- FRONT: FIRST PAGE, after login */
.block4 {
	float:left;
	width:400px;
	height:250px;
	margin:0 0 10px 0;
}
.block4 h3 {
	width:380px;
	margin:0 auto;
	height:40px;
	background-color:#fff;
	font-size:12px;
	text-align:left;
	text-indent:70px;
	line-height:30px;
}
.block4 h3 a {
	color:#0067C6;
	display:block;
	width:380px;
	height:40px;
}
.block4 h3.newsC {
	background:url(../images/head_news.png) 0 0 no-repeat;
}
.block4 h3.downloadC {
	background:url(../images/head_download.png) 0 0 no-repeat;
}
.block4 h3.interactC {
	background:url(../images/head_interact.png) 0 0 no-repeat;
}
.block4 h3.msgC {
	background:url(../images/head_msg.png) 0 0 no-repeat;
}
.block4 ul {
	list-style-type:none;
	margin:0 10px;
}
.block4 ul li {
	width:380px;
	border-bottom:1px dashed #ccc;
	float:left;
	display:block;
	line-height: 25px;
}
.block4 ul li .tiText {
	width:300px;
	float:left;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.block4 ul li .liDate {
	float:right;
	width:70px;
	text-align:right;
	display:inline;
	color:#999;
}
.block4 ul li a {
	display:block;
	font-family:Arial;
	color:#888;
}
.block4 ul li a:hover {
	color:#0067C6;
	text-indent:1px;
}
.block4 p {
	margin:0;
	padding:0;
	line-height:25px;
}
.block4 p a {
	display:block;
	float:right;
	margin-right:5px;
	color:#999;
}

.center
{
	text-align:center;
}
/************************新增***********************/
.popDetail
{
	
	
}
.popDetail p
{
	clear:both;	
 
}
.popDetail .colA
{
	width:100px;
	background-color:#F3F3F3;
	font-weight:bold;
	float:left;
	text-align:right;
	line-height:25px;
	margin-right:10px;
	margin-bottom:2px;
}


#rightBlk .ubb_clear_table table
{
	margin:0;
	padding:0;
}
#rightBlk .ubb_clear_table table td
{
	margin:0;
	padding:0;
}


#searchbox p img
{
	margin-left:10px;
	border:solid 3px #FFF;
}


.reqestitionInfo
{
    text-align: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #888;
}
.infoTitle
{
    font-size:12px;
    font-weight:bold;
    margin-left:15px;
    margin-bottom:5px;	
    margin-right:5px;
}
.infoTitle hr
{
	margin-top:0px;
    margin-left:-5px;
}


.PopModelPanel
{
	width: 700px; 
	background-color: White;
    border-width: 1px; 
    border-color: Black; 
    border-style: solid; 
    padding: 10px;
}

.CloseDiv4PopModel
{
	position:absolute;
	right:2px;
	top:2px;
	cursor:pointer;
	height:16px;
	width:16px;
	z-index:99;
}


