/*
————————
	样式表
		Common      ---------  公共样式       		
		Page        ---------  页面布局
————————
	Power By Newtempo
*/

/*Common*/
* {margin:0px;padding:0px}
* {	
	SCROLLBAR-ARROW-COLOR:#ECECEC;
	SCROLLBAR-FACE-COLOR:#0B0B0B;
	SCROLLBAR-DARKSHADOW-COLOR:#404040;
	SCROLLBAR-HIGHLIGHT-COLOR:#ECECEC;
	SCROLLBAR-3DLIGHT-COLOR:#0B0B0B;
	SCROLLBAR-SHADOW-COLOR:#ECECEC;
	SCROLLBAR-TRACK-COLOR:#0B0B0B;
}
body {font-size:12px;color:#E4E4E4;background:#000;}
  
img {border:none}
h1 {font-size:18px}
h2 {font-size:17px}
h3 {font-size:16px}
h4 {font-size:15px}
h5 {font-size:14px}
h6 {font-size:13px}

.Hidden {display:none}
.Clear {clear:both;font-size:0px;height:0px}
.Clear_l {clear:left}
.Clear_r {clear:right}
.t_l {text-align:left}
.t_r {text-align:right}
.t_c {text-align:center}
.f_l {float:left;display:inline}
.f_r {float:right;display:inline}
.TextHidden {white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.ImgBtn {text-indent:-999px;display:block;background:no-repeat}

.inputs {width:210px;background:#363734;height:19px;line-height:19px;border:1px solid #9B9E9C;color:#FFF}
.inputCon {height:85px}
.inputBtn {width:auto;}
/*Common*/


/*Page*/
	#Header {width:1001px;height:192px;overflow:hidden;margin:auto;background:#000 url(/images/Bg_Top.jpg) right top no-repeat}
		.TopLeft {width:216px}
			.TopLeft img {margin:35px 0 0 40px}
		.TopLink {width:751px;margin:35px 34px 80px 0}
			.TopLink a {color:#888;text-decoration:none}
		.TopMenu {width:689px;margin-right:30px}

	#Main {width:1001px;height:auto;margin:auto;overflow:hidden;background:#272928 url(/images/Bg_Left.jpg) left repeat-y}
		#MainLeft	{float:left;display:inline;width:188px;height:414px;overflow:hidden}
			#LeftTitle {margin:35px 0 0 23px}
			
			
			/*#LeftBox {position:relative;width:170px;height:350px;}*/
			#LeftBox {width:170px;height:350px;}
			#LeftIco {position:absolute;left:186px;top:0;width:10px;height:20px;background:url(/images/Left_ico.gif) no-repeat;z-index:9999}
			#xscroll {position:relative;float:right;left:auto;top:10px;height:280px;width:2px;background:url(/images/Left_Scrollbg.gif)}
			#slider {position:absolute;left:100px;top:10px;z-index:1;width:6px;height:18px;background-image:url(/images/Left_scroll.gif);visibility:hidden;cursor:pointer}
			
			
			/*#LeftMenu {position:relative;width:142px;height:280px;overflow:hidden;margin:10px 0 0 23px}*/
			#LeftMenu {width:152px;height:280px;overflow-y:auto;overflow-x:hidden;margin:10px 0 0 23px}
			
			#LeftMenu 
			{
				SCROLLBAR-ARROW-COLOR:#0BA871;
				SCROLLBAR-FACE-COLOR:#0B0B0B;
				SCROLLBAR-DARKSHADOW-COLOR:#404040;
				SCROLLBAR-HIGHLIGHT-COLOR:#0BA871;
				SCROLLBAR-3DLIGHT-COLOR:#0B0B0B;
				SCROLLBAR-SHADOW-COLOR:#0BA871;
				SCROLLBAR-TRACK-COLOR:#004F2F;
			}
			
			
			#LeftMenu table,#MainLeftZine table {width:140px;border:1px;font-size:13px}
			#LeftMenu td,#MainLeftZine td {height:30px}
			#LeftMenu table.Projects td,#MainLeftZine table.Projects td {height:22px;}
			#LeftMenu td.SubLeftMenu,#MainLeftZine td.SubLeftMenu {padding-left:12px;line-height:18px;width:122px}
			#LeftMenu td a,#MainLeftZine td a {color:#0BA871;text-decoration:none}
			#LeftMenu td a:hover,#LeftMenu td a.On,#MainLeftZine td a:hover,#MainLeftZine td a.On {color:#F39700;text-decoration:underline}
			
						
		#MainRight {float:right;display:inline;width:813px;height:414px;overflow:hidden;}
		
			#MainBox1 {height:346px;width:675px;margin-top:38px;margin-left:23px}
			
			.relative {position:relative}
			/*hack*/
			html>body .ContentBg {background:url(/images/categorys/Bg_Content.png)}
			* html .ContentBg {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/categorys/Bg_Content.png");background:none;}	
			
			/*hack*/
			
	
			#Content {position:relative;width:600px;height:310px;overflow-y:scroll;margin:25px 0 0 25px;line-height:24px;padding-right:25px;overflow-x:hidden}	
				
				#Content p {margin-bottom:24px}
				.BigWord {font-size:24px}
	
	#Footer {width:1001px;height:103px;margin:0px auto;}
		.CopyRight {color:#3C3C3C;margin:38px 0 0 38px;font-family:"Arial";font-size:10px;display:block}
/*Page*/


/*SkipPage*/
#Pages {width:100%;text-align:center;margin-top:20px}	
	.PageBtn {padding:1px 6px;height:16px;line-height:16px;background:#161817;border:1px solid #323131}
	.PageSkip1 {color:#6C6C6C;}
	.PageSkip1 .PageBtn a {color:#6C6C6C;text-decoration:none}
	.PageSkip1 .PageInput {width:20px;padding:0;color:#6C6C6C;text-align:center}			
	.PageSkip2 {color:#FFF}
	.PageSkip2 .PageBtn a {color:#FFF;text-decoration:none}
	.PageSkip2 .PageInput {width:20px;padding:0;color:#FFF;text-align:center}			

