@charset "utf-8";
/* CSS Document */

#ConnectUs{
	float:left;
	width:178px;
}
##ConnectUs ul
{
    margin-top:-10px;
}

#ConnectUs li
{
    height:30px;
	overflow:hidden;
}

#ConnectUs li a
{
	display:block;
	height:60px;
	background-repeat: no-repeat;
	width:179px;
}
#ConnectUs li a:hover
{
	margin-top:-30px;
}

.Manages{ background-image: url(../Images/NewsItem1.gif);}
.Servers{background-image: url(../Images/NewsItem2.gif);}
.Enterprises{background-image: url(../Images/NewsItem3.gif);}
.Work{background-image: url(../Images/NewsItem4.gif);}

#NewsTitle{
	float:left;
	width:178px;
}
#LeftContainer ul{
	float:left;
	width:178px;
}

#LeftContainer ul li{
	float:left;
	width:178px;
}

#LeftContainer #LeftMenu{
	margin-top:10px;
}

#LeftContainer #LeftMenu li{
	width:168px;
	padding-left:10px;
	margin-top:3px;
}




#ContentTitle{
	float:left;
	width:760px;
	height:38px;
	border-bottom:solid 1px #bdbdbd;
	line-height:38px;
	vertical-align:middle;
}
#ContentTitle img{
	float:left;
	margin:12px 0 0 21px;
}

#ContentTitle span{
	float:right;
	margin-right:20px;
	color:#636363;
}

#Content{
	float:left;
	width:600px;
	padding:20px 50px;
	line-height:1.8em;
}

.NewsHeader{
	float:left;
	width:660px;
	height:28px;
}
.NewsHeader img{
	float:left;
	margin-left:8px;
}

.NewsHeader span{
	float:right;
	margin-right:15px;
	color:#226b9d;
}
.NewsListContainer{
	float:left;
	width:660px;
	padding-bottom:25px;
}

.NewsList{
	width:660px;
	color:#636363;
}

.NewsList tr{
	height:33px;
	line-height:33px;
	vertical-align:middle;
}

.NewsList .odd{
	background-color:#f3f3f3;
}

.NewsList .NewsListID{
	width:43px;
	text-align:center;
}

.NewsList .NewsListContent{
	width:523px;
	text-align:left;
}

.NewsList .NewsListTime{
	width:78px;
	text-align:center;
}	

#Pager{
	float:left;
	width:660px;
	text-align:center;
	color:#636363;
}

#Pager table
{
    margin-left:40%;
}


