@charset "utf-8";

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}

body {
	background-color:#dbe6f8;
	padding:0px;
	margin:0px;
}
form {
	padding:0px;
	margin:0px;
}
p {
	padding:0px;
	margin:0px;
}
a:link,a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #F00;
}





#main {
	/* [disabled]border: 1px solid #000;
	border: 2px ridge #dbe6f8; */
	width: 1000px;
	margin: 0 auto;
	border-top:0px;
}

#sider {
/*	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
*/	background-color:#17a9e3;
	border-left: 0px ridge #dbe6f8;
	border-bottom: 0px ridge #dbe6f8;
	float: left;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	padding: 0px;
	color: #000;
	overflow-y: scroll;
}
#sider1 {
	background-image:url(images/title_bg_admin.png);
	width:100%;
	height:78px;
	padding: 60px 0px 0 0px;
	line-height:28px;
	text-align:center;
}
#contenterbar {
	float: right;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	padding: 0px;
	color: #000;
	overflow: hidden;
	background-image:url(images/titlen.png);
}
#contenter {
/*	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border: 2px ridge #dbe6f8;
*/	float: right;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	padding: 0px;
	/* [disabled]background-color: #CCC; */
	color: #000;
	overflow: hidden;
}

.menu_title {
	background-image:url(images/Admin_left_01.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 5px;
	line-height:29px;
}
.menu_title:hover {
	background-image:url(images/Admin_left_01.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 5px;
	line-height:29px;
	color:#ff0000;
}
.menu_title2 {
	background-image:url(images/Admin_left_01.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 5px;
	line-height:29px;
	color:#ff0000;
}
.sec_menu {
	padding:3px;
	margin: 0px 1px;
	line-height:24px;
	background-color:#ddffff;
	border-left: 1px solid #105de1;
	border-right: 1px solid #105de1;
	border-bottom: 1px solid #105de1;
}

.picture_list {
	margin:0px auto;
}
.picture_list li {
	font-size:12px;
	line-height:20px;
	float:left;
	width:154px;
	height:230px;
	margin:1px;
	padding:5px;
	border:1px #eee solid;
	overflow:hidden;
	background:#fff;
}
.picture_list li .picture_thumb {
	width:150px;
	height:150px;
	background:#eef;
	border:1px #000 solid;
}
.picture_list li img {
	margin:0px auto;
}
