/*
超级连接样式
*/
a {
	font-size: 12px;
}
a:link {
	color: #45648F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #45648F;
}
a:hover {
	 text-decoration: underline;
	color: #45648F;
}
a:active {
	text-decoration: none;
}

/*********************************************************************
******默认属性
*********************************************************************/
body, form, ul, li, p, dl, dd, dt ,h,td,th{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
li,ul{
	list-style: none;
}
TD {
color: #45648F;
	VERTICAL-ALIGN: top;
}
/*网页整体*/
body {
	background:#77D9F6 url();
	margin: 0px;
	color:#333333;
}
/*网页最外层表格*/
#BodyTable{
	margin-top:0em;
	background:#ECF4F9 url();
	width:930px;
	border:0px solid #F0EDED;
}

/*********************************************************************
******网站头部
*********************************************************************/
/*最顶部表格*/
#header {
	HEIGHT: 90px;
	background-image:url(3.jpg);
}
/*网站名称也即可更换LOGO*/
#webname a{
	display:block;
	float:left;
	color:#fff;
	margin:1em 0em 0em 0.5em;
	text-indent: 0px;
	background: url() no-repeat;
}
/*网站口号标语*/
#slogan{
	float:right;
	margin:5em 0.5em 0em 0em;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
}
/*********************************************************************
******网站头部导航菜单
*********************************************************************/
/*网站导航菜单外表格*/
#MenuTable{
	background:url(10.gif);
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	height:32px;
}
/*网站导航菜单*/
#MenuTable #navigation a{
	display:block;
	margin-top:0px;
	width:70px;
	color:#FFFFFF;
	float:left;
	text-indent:0.6em;
	background:url(title_icon.gif) no-repeat ;
	background-position: 0 40%;
	padding-top:4px;
	/*text-decoration: underline;*/
}
#navigation{
	padding:7px;
}



/*********************************************************************
******网站主页内容
*********************************************************************/
/*内容表格*/
#MainTable {
	BORDER-COLLAPSE: collapse;
}

/*移动表格*/
#MainTable .dragTable { 
	MARGIN-BOTTOM: 10px; 
	WIDTH: 100%; 				
	border: 1px solid #9DC8D9;
	background-color:#D7F2F4;
}
/*可移动表格的菜单样式*/
.dragTR {
	CURSOR: move;
}

/*********************************************************************
******可移动表格的头部
*********************************************************************/
/*可移动表格的头部*/
#MainTable .head {
	height: 24px;
	overflow: hidden;
	background: #EE6D86 url(head_bg.bmp) repeat-x;
	background-position: top;
	padding-left:5px;
	color:#FFFFFF;
	padding-top:3px;
	border:1px solid #D7F2F4;
}
/*可移动表格的头部功能按钮*/
#MainTable .head span{
	DISPLAY: block; 
	FLOAT: left
}
#MainTable .head .Tag{
	FONT-WEIGHT: bold;
	margin-top:4px;
	cursor: text;
}
#MainTable .head .deletemodule,#MainTable .head .eidtmodule,#MainTable .head .post{
	width:25px;
	padding-top:2px;
	margin-right:2px;
	FLOAT: right;
	cursor: hand;
	margin-top:2px;
}
/*********************************************************************
******可移动表格里的主体内容
*********************************************************************/
/*可移动表格里的主体内容*/
#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:2px solid #FFF;
}
#MainTable ul.imglist li.img a{
	display:block;
	border:1px solid #999;
}
/*********************************************************************
******日志列表页
*********************************************************************/
#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:1px solid #999;
}
#MainTable ul.listphoto li.img img{
	border:2px solid #FFF;
}
#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{
	margin:0;
	padding-top:20px;
	background:#B8DFE9 url();
	width:930px;
	color:#24246C;
}
#footer a{
	color:#24246C;
}
/*********************************************************************
******这是在线编辑弹出框的样式表
*********************************************************************/
.dragEdits{
	position:absolute;
	width:725px;
	height:430px;
	background:transparent;
	overflow:hidden;
	top:180px;
	z-index:9999;
}
#jobedit{
	width:100%;
	height:100%;
}
