﻿@charset "utf-8";
/* CSS Document */

.main{ width:1000px; margin:30px auto 0 auto;}

.docArea .titile{border-bottom:2px solid #34495e; height:30px;}
.docArea .titile{font-size:14px;font-weight:bold;}
.docArea .titile .text{ width:61px; position:relative;}
.docArea .titile span.jiantou{display:block;overflow:hidden;width:6px; height:5px; background:url(../images/jiantouIcon.gif) no-repeat;position:absolute;left:50%;top:31px; margin-left:-3px;}

.docCtnArea{ padding-bottom:20px;border-bottom:1px dashed #d9d9d9; margin-bottom:12px; }
.docCtnArea .docName{ font-size:18px; font-weight:bold; color:#333333; margin:15px 0 5px 0;}
.docCtnArea ul{ width:800px;}
.docCtnArea ul li{ width:140px; float:left; line-height:24px; color:#747474;}
.docCtnArea ul li span{ color:#4a4a4a}

.docAction{margin-top:8px;}
.downloadBtn{ width:131px; float:left;}
.downloadBtn a{background:url(../images/docIcon.gif);width:131px;height:45px;display:inline-block;float:left}
.downloadBtn a:hover{background:url(../images/docIcon.gif) 0 -100px;}
.saveCloudBtn{ width:131px; float:left;margin-left:20px;}
.saveCloudBtn a{background:url(../images/savecloud.gif);width:131px;height:45px;display:inline-block;float:left}
.saveCloudBtn a:hover{background:url(../images/savecloud.gif) 0 -100px;}
.favorite a{display:inline-block; width:55px; height:22px;margin-top: 22px;margin-left: 54px; float:left;background: url(../images/videoListPic.gif) 0 -89px no-repeat;}
.favourited {background: url(../images/allicons.gif) no-repeat -144px -166px;display:block; height: 22px; line-height: 22px; float:left; margin-left:65px; padding-left:15px; display:block; width:40px; margin-top:18px;}
.favourited b{background: url(../images/docIcon.gif) no-repeat -120px -48px; width:11px; height:11px; display:block; overflow:hidden; float:left; margin:8px 5px 0 0; _margin:8px 1px 0 0;}
.sharing{ width:56px; float:left; margin-left:40px;margin-top:20px;}
.sharing span.bds_more{margin:0px!important;padding:0px!important;background:url(../images/docIcon.gif) 0px -67px no-repeat!important; display:inline-block!important;height:22px!important;width:62px!important;cursor:pointer!important}
.sharing span.bds_more:hover{background:url(../images/docIcon.gif) 0px -67px no-repeat!important;}


.docIntroDt{color:#4a4a4a; line-height:24px;}
.docIntroDt span{ color:#747474;}
.marsker {
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	position: fixed;
	top: 0;
	z-index: 500;
	display: none;
}

.wrapCon {
	padding: 7px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 100000;
	left: 50%;
	top: 50%;
	margin-left: -312px;
	border-radius: 5px;
	margin-top: -270px;
}

.addUser {
	width: 609px;
	min-height: 577px;
	background: #ffffff;
	overflow: hidden;
}

.common .wrapTitle {
	height: 40px;
	background: #fdfdfd;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
	cursor: move;
	margin-left: 16px;
}

.wrap div {
	margin: 0px 30px 0 30px;
    line-height: 60px;
    border-bottom: dashed 1px #e0e0e0;
    height: 60px;
}

.warp span{
	font-size: 15px;
}

.wrap div a.fl {
	display: block;
    width: 85%;
    cursor: pointer;
    float: left;
}

.wrap div a.fl span{
	font-size : 15px;
}

.wrap div a.rl {
	display: block;
    width: 15%;
    float: right;
    cursor: pointer;
}

.wrap div a.rl span{
	font-size : 15px;
}

.wrap div span.foldericon{
	display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 39px;
}

.wrap div span.entericon{
	display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 55px;
}

.wrap div span.entericon img{
    width: 10px;
}

.wrap div span.foldername{
	margin : 0 10px;
}

.wrap div span.entername{
	margin : 0 10px;
	color : #0a8cf2;
}

.wrapTitle .close {
	width: 16px;
	height: 16px;
	text-align: center;
	display: block;
	float: right;
	font-size: 18px;
	cursor: pointer;
	background: url(../images/close.gif) no-repeat 0 0;
	margin: -27px 12px;
}

.addUser input[type=button],#hold,.know,.quanxian input[type=button] {
	padding: 5px 10px;
	background: #fa7a20;
	border: 1px solid #fa7a20;
	color: #ffffff;
	border-radius: 5px;
	float: right;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}