﻿@charset "utf-8";
/* CSS Document */
body {
	padding-bottom:50px;
	//background:url(../images/bg.gif) repeat;
}
/* Custom page header */
.header {
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-top:0px;
  margin-top:0;
  margin-bottom:0;
  text-align:left;
  height:40px;
}
.autocut {  
    overflow:hidden;  
    white-space:nowrap;  
    text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis;  
}
.pagedes
{
	margin-bottom:10px;
	height:40px; 
	text-align:center; 
	background:#0065CA; 
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	line-height:40px;
	-moz-border-radius: 2px;
   	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.8; /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
  	filter: alpha(opacity=80);      /* IE 4-7 */
}
#gotop{ 
	display:none;
	font-size: 25px;
	color:#fff;
	text-align:center;
	background:#8F8F8F;
	padding:5px 10px;
	position:fixed;
	right:5px;
	bottom:50px;
	cursor:pointer;
	-moz-border-radius: 10px;
   	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.8; /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
  	filter: alpha(opacity=80);      /* IE 4-7 */
}
.pagebox{
	height:40px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}
.pagediv
{
	float:right;
	margin-top:2px;
	margin-right:10px;
	width:49px; 
	height:30px; 
	line-height:30px; 
	text-align:center;
	cursor:pointer;
	font-size:12px;
	background:#359AFF;
	color:white;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius:3px;
}
.curpage
{
	float:left;
	margin-top:2px;
	height:30px; 
	line-height:30px; 
	text-align:center;
	font-size:12px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.middle{
	min-width:100%;
	min-height:50px;
}