﻿* {
	font-family:Microsoft Yahei;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
.menu_button {
	border:1px solid white;
	width:100px;
	height:40px;
	font-size:17px;
}

.selected_menu_button {
	background:#FFE699;
}

.normal_button {
	border:1px solid black;
	width:70px;
	height:26px;
}
.text-danger {
	color:#a94442
}
.book_title{
    color:#2E75B6;
}
.page_num{
    color:blue;
    font-size:16px;
}
.cur_page{
    font-size:18px;
    color:red;
}
.loginDiv{
    position:absolute; 
    top:0px;
    left:0px;
    height:100%; 
    width:100%;
    z-index:9999;
    background-image:url("../images/login_background.png");
}
.loginDivInner{
    width:514px;
    height:260px;
    border:0;
    margin:auto; 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    
    z-index: 11000;
}
.loginDivInner2{
    width:404px;
    height:220px;
    border:0;
    margin:auto; 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;

    border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
    -moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
    -webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */ 
    border-radius: 10px 10px 10px 10px; /* 四个半径值分别是左上角、右上角、右下角和左下角 */ 
    
    z-index: 11000;
}

.loginDivInnerAddResource{
    width:504px;
    height:280px;
    border:0;
    margin:auto; 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;

    border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
    -moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
    -webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */ 
    border-radius: 10px 10px 10px 10px; /* 四个半径值分别是左上角、右上角、右下角和左下角 */ 
    color:black;

    z-index: 11000;
}
.loginDivInnerMoveToPosition{
    width:504px;
    height:100px;
    border:0;
    margin:auto; 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;

    border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
    -moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
    -webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */ 
    border-radius: 10px 10px 10px 10px; /* 四个半径值分别是左上角、右上角、右下角和左下角 */ 
    
    z-index: 11000;
}
.Hide{
    display:none;
}
.loginInput{
    color:black;
    width:200px;
}
.HomePageDivInner{
    width:1120px;
    height:600px;
    border:1px solid white;
    margin:auto; 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.WebSettingDivInner{
    width:1120px;
    height:545px;
    border:1px solid white;
    margin:auto; 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.AudioFloatLeft{
    float:left;
    height:32px;
    line-height:32px;
    cursor:pointer;
    font-size:13px;
}
.AudioSearch{
    margin: 5px 0 5px 0;
}
.FloatLeft{
    float:left;
}
.ImageFloatLeft{
    float:left;
    height:32px;
    line-height:32px;
}
.ImageSize{
    height:122px;
    width:162px;
    border:1px solid green;
    padding-right:1px;
    margin-right:1px;
}
.ImageButtonStyle{
    cursor:pointer;
    font-size:13px;
}

.RemarkFloatLeft{
    float:left;
    height:32px;
    line-height:32px;
    cursor:pointer;
    font-size:13px;
}
.RemarkStyle{
    color:gray;
    font-size:13px;
}
.GrayStyle{
    color:gray;
    font-size:13px;
}
.MyLink:link{
    font-size:15px;
     color:gray;
}
.MyLink:visited{
    font-size:15px;
     color:black;
}
.MyLink:active{
    font-size:15px;
     color:black;
}
.MyLink:hover{
    font-size:15px;
    color:black;
}

.MySelectedLink:link{
    font-size:17px;
    color:black;
    font-weight:bold;
}
.MySelectedLink:visited{
    font-size:17px;
     color:black;
    font-weight:bold;
}
.MySelectedLink:active{
    font-size:17px;
     color:black;
    font-weight:bold;
}
.MySelectedLink:hover{
    font-size:17px;
    color:black;
    font-weight:bold;
}

.LibGridView{
    margin:10px 0 10px 0;
    font-size:13px;
    text-align:center;
}
.LibGridView th{
    text-align:center;
}

.ImageSearch{
    cursor:pointer;
    width:162px;
    height:122px;
    margin:4px;
}
.BookImage{
    width:160px;
    height:140px;
}

.MyPager{
    color:white;
}
.MyPagerInput{
    color:black;
}
.MyTitle{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SelectedButton{
    background-color:lightblue;
    font-weight:bold;
    color:black;
    border:1px solid gray;
    padding:4px 7px;
}
.UnselectedButton{
    background-color:white;
    font-weight:bold;
    color:black;
    border:1px solid gray;
    padding:4px 7px;
}


/*通用结束*/			
.footer {
	background: #2b2e33;
}
			
.footer .alt {
	overflow: hidden;
	padding: 20px 0;
	width: 1160px;
	margin: auto;
}
			
.footer .alt .foot {
	width: 138px;
	float: left;
}
			
.footer .alt .foot p {
	color: #FFF;
	line-height: 28px;
}
			
.footer .alt .foot a {
	color: #999;
	display: block;
	line-height: 24px;
    text-decoration:none;
}
			
.footer .alt .foot a:hover {
	color: #CCC;
    text-decoration:none;
}
			
.footer .alt .foot img {
	padding-top: 20px;
}
.RadiusDiv{
    background-color:darkgreen;
    border:1px solid blue;
    color:white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: inline-block;
    width: 75px;
    text-align: center;
}

.QuestionInput{
    left:10px;
    color:black;
    width:350px;
    height:100px;
}

.loginDivInner3{
    width:504px;
    border:0;
    margin:auto; 
    position:fixed;
    top:0;
    left:0;
    right:0;

    border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
    -moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
    -webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */ 
    border-radius: 10px 10px 10px 10px; /* 四个半径值分别是左上角、右上角、右下角和左下角 */ 
    color:black;
    
    z-index: 11000;
}
.ResourceTypeInputButtonDiv{
    text-align: center;
    width: 100%;
    margin-top:10px;
    margin-bottom:20px;

    z-index: 11000;
}

.WorkInputButtonDiv2{
    text-align: center;
    width: 100%;
    z-index: 11000;
}
.loginDivInnerWidth{
    width:804px;
    border:0;
    margin:auto; 
    position:fixed;
    top:50px;
    left:0;
    right:0;

    border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
    -moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
    -webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */ 
    border-radius: 10px 10px 10px 10px; /* 四个半径值分别是左上角、右上角、右下角和左下角 */ 
    color:black;

    z-index: 11000;
}
.adminDivView{
    position:fixed; 
    top:0px;
    left:0px;
    height:100%; 
    width:100%;
    z-index:9999;
    background-image:url("../images/login_background.png");
}
.adminDivViewInner{
    width:694px;
    height:310px;
    border:0;
    margin:auto; 
    position:fixed;
    top:50px;
    left:0;
    right:0;
    bottom:0;
    z-index: 11000;
}

.loginDivCopyFrom{
    position:fixed; 
    top:0px;
    left:0px;
    height:100%; 
    width:100%;
    z-index:9999;
    background-image:url("../images/login_background.png");
}
.CopyFromDivInner{
    width:334px;
    height:310px;
    border:0;
    margin:auto; 
    position:fixed;
    top:200px;
    left:0;
    right:0;
    bottom:0;
    z-index: 11000;

}

.loginDivInnerWorks{
    display:block;
    width:1102px;
    height:450px;
    border:0;
    margin:auto; 
    position:fixed;
    top:50px;
    opacity: 1;

    border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
    -moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
    -webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */ 
    border-radius: 10px 10px 10px 10px; /* 四个半径值分别是左上角、右上角、右下角和左下角 */ 

    z-index: 11000;
}

.loginDivInnerWorksEdit{
    display:block;
    width:872px;
    height:450px;
    border:0;
    margin:auto; 
    position:fixed;
    left:200px;
    top:50px;
    opacity: 1;

    border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
    -moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
    -webkit-border-radius: 10px; /* Webkit浏览器的私有属性 */ 
    border-radius: 10px 10px 10px 10px; /* 四个半径值分别是左上角、右上角、右下角和左下角 */ 

    z-index: 11000;
}
.lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
}