/*********************************************************************
******超级链接样式表
*********************************************************************/
a {
	font-size: 12px;
	color:#B8BEBC;
}
a:link {
	color: #B8BEBC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B8BEBC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color:#B8BEBC;
}

/*********************************************************************
******默认属性
*********************************************************************/
body, form, ul, li, p, dl, dd, dt ,h,td,th{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color:#B8BEBC;
}
li,ul{
	list-style: none;
}
TD {
	VERTICAL-ALIGN: top
}
/*网页整体*/
body {
	background:#636363 url();	///
	margin: 0px;
}
/*网页最外层表格*/
#BodyTable{
	margin-top:0em;	///
	background:#FFF;
	width:990px;
	border:0px solid #fff;	///
}



/*********************************************************************
******网站头部
*********************************************************************/
/*最顶部表格*/
#header {
	HEIGHT: 90px;
	background:#000 url(bg.jpg);
}
/*网站名称也即可更换LOGO*/
#webname a{
	display:block;
	float:left;
	margin:1.5em 0em 0em 1.5em;
	padding:4px;
	text-indent: 0px;
	font-weight:bold;
	color:#FFF;
	font-size:25px;
	background: url() no-repeat;	///
}
/*网站口号标语*/
#slogan{
	float:right;
	margin:4em 18em 0em 0em;
	padding:5px;
	font-weight:bold;
	color:#333;
	height:23px;
	background:#fff;
	filter: alpha(opacity=70);
	font-size:14px;
}
/*********************************************************************
******网站头部导航菜单
*********************************************************************/
/*网站导航菜单外表格*/
#MenuTable{
	background:#EBEBEB url(navigation.gif);
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	height:32px;
}
#MenuTable td{
	padding-top:6px;
}
/*网站导航菜单*/
#MenuTable #navigation a{
	color:#B8BEBC;
	display:block;
	margin-top:0px;
	width:70px;
	float:left;
	margin-left:0.5em;
	text-indent:1.5em;
	background:url(title_icon.gif) no-repeat ;
	background-position: 0 40%;
	text-decoration: none;
}
#navigation{
	padding:7px;
}

#DoEdit{
	padding:7px;
	float:right;
	margin-right:19px;

}
/*********************************************************************
******网站头部隐藏的在线编辑菜单
*********************************************************************/
#EditMenuTable{
	height:23px;
	background:#000;
	border-bottom:1px solid #555755;
}
#EditMenuTable div{
	margin-top:4px;
	margin-left:5px;
	float:left;
}
#EditMenuTable div#closeEditNavigation{
	margin-right:0.5em;
	float:right;
}
/*********************************************************************
******网站主页内容
*********************************************************************/
/*内容表格*/
#MainTable {
	BORDER-COLLAPSE: collapse;
	background:#000 url(tabletop.jpg) no-repeat top;
}

/*移动表格*/
#MainTable .dragTable { 
	MARGIN-BOTTOM: 10px; 
	WIDTH: 100%; 				
	border: 1px solid #606C69;
	border-top:0px;
}
/*可移动表格的菜单样式*/
.dragTR {
	CURSOR: move;
}

/*********************************************************************
******可移动表格的头部
*********************************************************************/
/*可移动表格的头部*/
#MainTable .head {
	height: 26px;
	overflow: hidden;
	background: #000 url(head.gif) repeat-x;
	background-position: top;
	border:0px solid #fff;
	padding-left:5px;
	color:#FFF;
	padding-top:6px;
	border-bottom: 1px solid #606C69;
}
/*可移动表格的头部功能按钮*/
#MainTable .head span{
	DISPLAY: block; 
	FLOAT: left
}
#MainTable .head .Tag{
	FONT-WEIGHT: bold;
	cursor: text;
}
#MainTable .head .deletemodule,#MainTable .head .eidtmodule,#MainTable .head .post{
	width:25px;
	margin-right:2px;
	FLOAT: right;
	cursor: hand;
}
/*********************************************************************
******可移动表格里的主体内容
*********************************************************************/
/*可移动表格里的主体内容*/
#MainTable .middle{
	padding:3px 1em 3px 1em;
}
#MainTable .middle li{
	margin:3px 1em 3px 1em;
	overflow: hidden;
	list-style-type:circle;
}

/*********************************************************************
******可移动表格里的图片列表的样式表
*********************************************************************/
/**
*图片列表的样式表
**/

#MainTable ul.imglist{
	display:block;
	float:left;
	width:140px;
	overflow: hidden;
}
#MainTable ul.imglist li{
	list-style:none;
}
#MainTable ul.imglist li.word span{
	display:block;
	width:130px;
	height:14px;
	overflow: hidden;
}
#MainTable ul.imglist li.word span.title a{
	font-weight:bold;
}
#MainTable ul.imglist li.img img{
	border:0xp;
	width:120px;
	height:90px;
	border:1px solid #555;
}
/*********************************************************************
******日志列表页
*********************************************************************/
#MainTable ul.listnews{
	display:block;
	width:100%;
	height:23px;
	padding:5px;
	border-bottom:1px dashed #DBEAFF;
}
#MainTable ul.listnews li{
	display:block;
	margin:0px;
	float:right;
	background: ;
}
#MainTable ul.listnews li.title{
	float:left;
	text-indent: 1em;
	background:  url(title_icon2.gif) no-repeat;
	background-position: 0em 40%;
}
#MainTable ul.listnews li.del a{
	display:block;
	width:25px;
	margin-left:0.5em;
	text-indent: -2em;
	background: url(ico_del.gif) no-repeat;
	background-position: 0em 0%;
}
#MainTable ul.listnews li.edit a{
	display:block;
	width:25px;
	margin-left:0.5em;
	text-indent: -2em;
	background: url(ico_edit.gif) no-repeat;
	background-position: 0em 0%;
}
/*********************************************************************
******图片列表页
*********************************************************************/
#MainTable ul.listphoto{
	display:block;
	width:100%;
	padding:5px;
	border-bottom:1px dashed #ccc;
}
#MainTable ul.listphoto li{
	display:block;
	float:left;
}
#MainTable ul.listphoto li.img a{
	display:block;
	border:0px solid #606C69;
}
#MainTable ul.listphoto li.img img{
	border:1px solid #555;
}
#MainTable ul.listphoto li.word{
	margin-left:1em;
	padding-left:0.5em;
	border-left:1px dotted #ccc;
	
} 
#MainTable ul.listphoto li.word span{
	display:block;
	margin-top:4px;
}
#MainTable ul.listphoto li.word span.title a{
	font-weight:bold;
}
/*********************************************************************
******内容最终页
*********************************************************************/
#MainTable div.title{
	border-bottom:1px dotted #ccc;
	margin:1em;
	height:21px;
	font-weight:bold;
	text-indent: 2em;
	background:url(ico_widget.gif) no-repeat;
	background-position: 0em 0%;
}
#MainTable div.photo{
	margin:1em 2em 1em 2em;
	overflow: hidden;
}
#MainTable div.viewnews{
	margin:1em 2em 1em 2em;
	overflow: hidden;
	font-size:14px;
	line-height:25px;
}
#MainTable div.viewnews p{
	font-size:14px;
	line-height:25px;
}
#MainTable div.word{
	border-top:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	padding-top:1em;
	margin:1em;
}
#MainTable div.word li{
	margin-top:5px;
}
#MainTable div.word li.title a{
	font-weight:bold;
}
#MainTable div.word .del{
	margin-left:1em;
}
/*********************************************************************
******网页底部
*********************************************************************/
#footer{
	width:990px;
	height:100px;
	margin:0em 0em 1em 0em;
	border-top:1px solid #606C69;
	background:#000 url(foot.jpg) no-repeat top;
}
#footer td{
	padding:10px;
}
/*********************************************************************
******这是在线编辑弹出框的样式表
*********************************************************************/
.dragEdits{
	position:absolute;
	width:725px;
	height:430px;
	background:transparent;
	overflow:hidden;
	top:180px;
	z-index:9999;
}
#jobedit{
	width:100%;
	height:100%;
}

/*********
*文章列表
**********************/

.list_word .list_title{
	background: ;
	height:20px;
	padding-top:3px;
	padding-left:5px;
	border-top:0px dotted #555755;
	border-bottom:1px dotted #555755;
	margin-bottom:5px;
}
.list_word .list_title a{
	color:#eee;
	font-weight:bold;
}
.list_word .list_content{
	text-indent:2em;
	line-height:18px;
	color:666;
	margin-bottom:2px;
}
.list_word .list_about{
	background:;
	margin-bottom:8px;
	color:666;
	text-align:right;
	border-bottom:1px solid #555755;
}
