body {
	font-size: 14px;
}
#header {
	padding: 4px;
	margin: 0px;
	background-color: #FCFFFE;
	font-size: 14px;
	border: 2px solid #CCC;
	top: 0px;
	left: 0px;
}
#result {
	padding: 0px;
	margin-top: 0px;
}

#histroy {
	background-color:  #FCFFFE;
	padding: 4px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	display: none;
}
#result .item {
	width: 180px;
	float: left;
	font-size: 12px;
	border: 2px solid #CCC;
	margin: 6px;
	height: 200px;
}
#footer {
	padding: 8px;
	background-color: #FCFFFE;
	font-size: 14px;
	text-align: center;
	border: 2px solid #CCC;
}
#counter {
	padding: 0px;
	background-color: #FCFFFE;
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
	height: 18px;
}

a:hover {
	color: #FFF;
	background-color: #036;
}



#header #kw {
	width: 120px;
	height: 18px;
}
input[type=text], input[type=password] ,input[type=search]{
	border: 1px solid #9CF;
}
#bigimg {
	background-color: #666;
	padding: 8px;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
}
.small-photo {
	height: 96px;
	width: 128px;
	cursor: pointer;
	background-color: #FCFCFF;
}
.item-hover {
	background-color: #FFF9EC;
}
.setting-menu {
	width: 80px;
	padding: 6px;
	line-height: 1.6em;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
	background-color: #F9F8FF;
}
.setting-menu a {
	color: #333;
	text-decoration: none;
}
.setting-menu a:hover {
	color: #FFF;
}
#job {
	margin-top: 46px;
	padding: 8px;
}
.table-header {
	color: #FFF;
	background-color: #069;
	font-weight: bold;
	font-size: 12px;
}
.table-item-odd {
	font-size: 14px;
	background-color: #F8FAFF;
}
.table-item-even {
	font-size: 14px;
	background-color: #FBFFF8;
}
#createjob {
	height: 410px;
	width: 400px;
	border: 4px solid #666;
	background-color: #F0F0FF;
}
#createjob input {
	width: 130px;
}
#traffic-show {
	max-width: 1080px;
	margin: auto;
}
#traffic-show .item {
	display: inline-block;
	width: 352px;
	float: none;
	background-color: #555;
	height: 308px;
	color: #FFF;
	text-align: center;
	border: none;
	font-size: 12px;
	margin: 0 2px 12px 2px;
}
#traffic-show .item img {
	width: 100%;
	border: none;
}
#traffic-show .item .info {

}