/*
    Style by www.DeepTeach.com/  , 2006-12-16
*/

/* 前台全局CSS定义 */
body { 
	text-align: center;
	font-family:"宋体", arial;
	margin:0; padding:0; 
	background-color: #0099CC;
	font-size:12px; color:#000;
	background-color: #ffffff;
	}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px; line-height:150%;}

/* div分块上下空 */
.globalSegment {
	margin:0 auto;	padding:2px 0;
	}
/* 页头 */
.globalHead{
	margin:0 auto;	padding:1px 0;

	width:778px; 
	}
/* 中部 */
.globalMiddle{
	margin:0 auto; width:778px; line-height:180%; 
	background-color: #fff;
	}
	.globalMiddleLeft{
		margin:0 auto; width:180px; line-height:180%; padding:0px 0;
		background-color: #fff;
		float:left;
		}
	.globalMiddleRight{
		margin:0 auto;  margin-left:8px; line-height:180%; padding:0px 0;
		width:590px; 
		background-color: #fff;
		float:left;
		}	
/* 页底 */
.globalFoot{ 
	margin:0 auto;padding:2px 0;
	width:778px; line-height:180%; 
	background-color: #fff; 
	clear: both;
	}

A {
	COLOR: #000000; TEXT-DECORATION: none
	}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
	}
	A.white {
		FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
		}
	A.white:hover {
		FONT-SIZE: 12px; COLOR: #f6ff00; TEXT-DECORATION: none
		}

	A.red:link {
		FONT-SIZE: 12px; COLOR: #CC0000; TEXT-DECORATION: none
		}
	A.red:visited {
		FONT-SIZE: 12px; COLOR: #FF6600; TEXT-DECORATION: none
		}
	A.red:hover {
		FONT-SIZE: 12px; COLOR: #FF0000; TEXT-DECORATION: underline
		}

.word_White {
	COLOR: #ffffff
	}

.border01 {
	BORDER-RIGHT: #afd6f5 1px solid; BORDER-TOP: #afd6f5 1px solid; BORDER-LEFT: #afd6f5 1px solid; BORDER-BOTTOM: #afd6f5 1px solid
	}
.glow_white {
	FONT-WEIGHT: bold; FILTER: Glow(Color=FB9400, Strength=3); COLOR: #ffffff
	}

/*  搜索引擎选项卡  */
ul.TabBarLevel1{
        list-style:none;
        margin:0;
        padding:0;
        height:29px;
        background-image:url(webimages/tabbar_level1_bk.gif);
	}
ul.TabBarLevel1 li{
        float:left;
        padding:0;
        height:29px;
        margin-right:1px;
        background:url(webimages/tabbar_level1_slice_left_bk.gif) left top no-repeat;
	}
ul.TabBarLevel1 li a{
        display:block;
        line-height:29px;
        padding:0 15px;
        color:#333;
        background:url(webimages/tabbar_level1_slice_right_bk.gif) right top no-repeat;
        white-space: nowrap;
	}
ul.TabBarLevel1 li.Selected{
        background:url(webimages/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;
	}
ul.TabBarLevel1 li.Selected a{
        background:url(webimages/tabbar_level1_slice_selected_right_bk.gif) right top no-repeat;
	}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
        color:#333;
	}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
        color:#F30;
        text-decoration:none;
	}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
        color:#000;
	}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
        color:#F30;
        text-decoration:none;
	}
div.HackBox {
  padding : 1px 1px ;
  border-left: 1px solid #6697CD;
  border-right: 1px solid #6697CD;
  border-bottom: 1px solid #6697CD;
  display:none;
	}

