@charset "UTF-8";


/* 
Used Hack 
IE6 & Below 
{ property:value; _property:value; }
IE7 Only
*:first-child+html #selector
IE7 & IE6 & Below
*:first-child+html #selector,
* html #selector {}
*/

/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:9pt; }
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url(./common/js/iePngFix.htc); } 
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; } 

.zbxe_widget_output { background:url("../../../../common/css/../tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("../../../../common/css/../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; }
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; }
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; letter-spacing:-1px; white-space:nowrap;}



#forOriginalImageAreaBackground { z-index:1001; background-color:#AAAAAA; top:0px; left:0px; position:relative; padding:0; border:8px solid #444444; white-space:nowrap; }
#forOriginalImageArea { visibility:hidden; padding:0px; margin:0px; width:100%; height:100%; top:0px; left:0px; position:absolute; z-index:1000; text-align:left; overflow:hidden; background-color:#000000;}
#fororiginalimage { z-index:1002; margin:0; padding:0; }

* { padding: 0; margin: 0; }

body {
	background-image:  url("../../../../layouts/Jinbo/bg_site.gif");
	background-repeat:repeat-x;
	background-color:#f3f7f6;
}

body, div {
	font-family:verdana, san-serif, arial;
}

#wrapper { 
	margin: 0 auto;
	width: 1000px;
}



/* ---------------------- Header ---------------------- */
#header {
 	width: 1000px;
 	height: 90px;
 	position:relative;
}
#header img {
	margin-bottom: 10px;
}
#header h1 { 
	position:absolute;
	bottom:0; left:0;
}



/* ---------------------- Top ---------------------- */
#top {
	width: 1000px;
	height: 40px;
	background-image: url("../../../../layouts/Jinbo/bg_top.gif");
	background-repeat:no-repeat;
}


/* ---------------------- Top Menu ---------------------- */
#top_menu {
	width: 1000px;
	height: 60px;
	background-image: url("../../../../layouts/Jinbo/bg_top_menu.gif");
	background-repeat:no-repeat;
}
#top_menu ul{
	margin-left:20px;
}
#top_menu li {
	display:inline;
}
#top_menu li a {
	text-decoration:none;
	color:#fff;
	margin:10px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
}


/* ---------------------- Container ---------------------- */
#container {
 	width: 940px;
	padding:10px 30px 10px 30px;
 	background-image: url("../../../../layouts/Jinbo/bg_container.gif");
 	background-repeat:repeat-y;
	font-size:13px;
}
#clear {
	clear:both;
}


/* ---------------------- Sidebar ---------------------- */
#content {
	width: 650px;
	float:left;
}
#sidebar {
	float:right;
	width:250px;
	padding:10px;
	background-image: url("../../../../layouts/Jinbo/sidebar.gif");
	background-repeat:repeat-y;
}

/* ---------------------- Footer ---------------------- */
#footer { 
	width:1000px;
	padding:40px 0 30px; 
  	background-image:  url("../../../../layouts/Jinbo/bg_footer.gif");
	background-repeat:no-repeat;
	text-align: center;
}
#footer p {
	color:#5b8275;
	font-size:16px;
}


.default_login { 
	color:#797771;
	position:relative;
	width:600px;
	top:0; left:440px;
}

.default_login .clear{ 
	clear:both;
}


/* login form */

.default_login .form_field {
	width:265px;
	height:22px;
	margin:10px;
	padding:0;
	white-space:nowrap; 
	overflow:hidden; 
	float:left;
}

.default_login .form_field input.input {
	float:left;
	display:block; 
	width:70px; 
	height:16px; 
	color:#666666; 
	background-color: #ffffff;  
	border:1px solid; 
	border-color:#d8d8d8;  
	padding:2px; 
	margin:0 2px 0 2px;
}

.default_login .form_field input.submit {
	float:left;
	height:22px;
	width:74px;
	background:url("../../../../widgets/login_info/skins/default/css/../images/default/login.gif") no-repeat; 
	border:1px solid; 
	border-color:#d8d8d8;
	margin:0 0 0 2px;
	padding:0;
	cursor:pointer; 
}

.default_login .search_field {
	width:250px;
	height:22px;
	margin:10px;
	padding:0;
	white-space:nowrap; 
	overflow:hidden; 
	float:left;
}

.default_login .search_field input.input {
	float:left;
	display:block; 
	width:150px; 
	height:16px; 
	color:#666666; 
	background-color: #ffffff;  
	border:1px solid; 
	border-color:#d8d8d8;  
	padding:2px; 
	margin:0 2px 0 2px;
}

.default_login .search_field  input.submit { 
	height:22px;
	width:74px;
	background:url("../../../../widgets/login_info/skins/default/css/../images/default/search.gif") no-repeat; 
	border:1px solid; 
	border-color:#d8d8d8;
	margin:0 0 0 2px;
	padding:0; 
	cursor:pointer; 
	float:left;
}


/* logged  info */

.default_login .loginUser { 
	width:265px;
	height:22px;
	margin:10px;
	white-space:nowrap; 
	overflow:hidden; 
	float:left;
}
	

.default_login .loginUser .userNickName {
	float:left;
	display:block;
	width:155px; 
	height:16px;
	line-height:22px;
	color:#666666;
}
.default_login .loginUser .logoutButton { 
	margin-left:2px; 
	float:left;
}

.default_login .main_menu {
	margin:15px 80px 0 0;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.default_login .main_menu a {
	color:#666666; 
	text-decoration:none;
}



.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.latest_white h2 { margin:0; display:block; height:27px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url("../../../../widgets/newest_document/skins/xe_official/css/../images/white/lineNotice.gif") no-repeat left bottom; font-size:14px;}
.latest_white h2 a { text-decoration:none; color:#000000;}

.latest_white ul { margin:0; padding:0; }
.latest_white ul li { height:20px; overflow:hidden; list-style:none; white-space:nowrap;}

.latest_white ul li .title a { color:#555555; text-decoration:none; font-size:12px;}
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .comment { color:#FE6700; font:10px Tahoma; }
.latest_white ul li .comment a {text-decoration:none; color:#FE6700; font:10px Tahoma; }
.latest_white ul li .author { color:#c4cbaa; font:10px Tahoma; white-space:nowrap; margin-right:5px;}
.latest_white ul li .date { color:#999999; font:10px Tahoma; white-space:nowrap; margin-right:5px;}

.latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;}
.latest_white a.more { text-decoration:none;} 
.latest_white a.more:hover { text-decoration:underline;} 

.nw_box { padding-bottom:5px; overflow:hidden; }

.nw_box .listTable { width:100%; table-layout:fixed; border:none;}

.nw_box .listTable tr td { padding:0;margin:0; vertical-align:top; overflow:hidden; }

.nw_box .listTable img.bar { margin-bottom:10px;}

.nw_box .thumbnailBox { width:100%; padding:0;border:none; table-layout:fixed; }
.nw_box .thumbnailBox tr td { border-bottom:none; padding:none; margin:none; }

.nw_box .thumbnailBox .thumbnail { text-align:center; padding:5px; white-space:nowrap;}
.nw_box .thumbnailBox .thumbnail img { padding:1px; border:1px solid #DEDEDE; }
.nw_box .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

.nw_box .thumbnailBox .desc { padding-left:2px; padding-bottom:2px; }

.nw_box .thumbnailBox .titleBox { margin-top:15px;margin-bottom:5px;}

.nw_box .thumbnailBox .titleBox .title {font-size:12px;}
.nw_box .thumbnailBox .titleBox .title a {  color:#9b2424; text-decoration:none; }
.nw_box .thumbnailBox .titleBox .title a:hover { color:#4e9eaa; text-decoration:underline; }

.nw_box .thumbnailBox .authorBox {
	color:#3843b9;
	margin:5px 10px 0 0;
	text-align:right;
}

.nw_box .thumbnailBox .authorBox .regdate { 
	font-size:10px; color:#7d8a4e; margin-left:10px;}

.nw_box .thumbnailBox .contentBox { overflow:hidden; line-height:120%; margin-bottom:5px;}

.nw_box .thumbnailBox .contentBox { font-size:9px;}

.nw_box  hr { border:0; height:1px; color:#c3bdbd; background-color:#e6edeb; }



.ni_box { overflow:hidden; }
.ni_box .title_box { border:1px solid #EEEEEE; padding:5px; height:14px; overflow:hidden; }
.ni_box .title_box .title { no-repeat left; font-weight:bold; height:14px; float:left; }
.ni_box .title_box .more A { float:right; color:#AAAAAA; text-decoration:none; font-weight:bold; font-size:.75em; }

.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
.ni_box .thumbnail_box img.thumbnail { margin:3px; padding:3px; border:1px solid #EFEFEF; text-align:center; }
.ni_box .thumbnail_box img.thumbnail:hover { border:1px solid #888888; }

.ni_box .thumbnail_box a { color:#444444; text-decoration:none; }
.ni_box .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }

.ni_box .thumbnail_box td div { text-align:center; }
.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.75em; color:#CCCCCC; }
.ni_box .thumbnail_box div.author { color:#AAAAAA; }
.ni_box .thumbnail_box div.author a { color:#AAAAAA; }
.ni_box .thumbnail_box div.regdate { font-size:0.75em; color:#CCCCCC; margin-top:2px;}

.ni_box .thumbnail_box div.readAndVoted { color:#AAAAAA; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }

.blog_widget_normal .newest_comment { border:1px solid #e0e1db; background:url("../../../../widgets/newest_comment/skins/blog_newest_comment/css/../images/normal/bgBoxTypeB.gif") repeat-x left top; }
.blog_widget_normal .newest_comment h2 { margin:0; padding:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; }
.blog_widget_normal .newest_comment .items { margin:0; padding:10px; overflow:hidden;}
.blog_widget_normal .newest_comment .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;}
.blog_widget_normal .newest_comment .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; text-decoration:none; }

