.tablefile{
	width:100%;
	height:50%;
	direction:ltr;
}
.tablefile table{
	width:100%;
	margin-top:2px;
}
.tablefile td{
	text-align:left;
}
.tablefile td span{
	padding:4px 4px;
}
.tablefile td li{
	list-style:none;
}
.blankfile{
	width:142px;
	height:440px;
	float:left;
}
.blankfile li{
	cursor:pointer;
	background:-webkit-linear-gradient(top,#e6e6e6 37%,#f8f8f8 100%);
	background:-o-linear-gradient(top,#e6e6e6 37%,#f8f8f8 100%);
	background:-ms-linear-gradient(top,#e6e6e6 37%,#f8f8f8 100%);
	background:linear-gradient(to bottom,#e6e6e6 37%,#f8f8f8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',endColorstr='#f8f8f8',GradientType=0);
	border:1px solid #5a5a5a;
	list-style:none;
	width:110px;
	height:15px;
	padding:9px;
	margin:18px 8px;
	direction:ltr;
}
.blankfile li:hover{
	background:#d6d6d6;
}
#layout{
	width:95%;
	text-align:left;
	border:1px solid #abadb3;
}
#prwtype{
	width:95%;
	height:100%;
	text-align:center;
	border:1px solid #abadb3;
}
#filestype{
	direction:ltr;
	width:240px;
	font-size:11px;
	margin:3px;
}
#doctype{
	direction:ltr;
	font-size:11px;
	float:right;
	margin:15px 17px;
}
#docval{
	float:right;
	margin:-2px 3px;
	width:125px;
	font:12px Tahoma;
}
.createfilebtn{
	width:220px;
	float:right;
	text-align:center;
	margin-top:-10px;
}
@media (max-width:600px){
.tablefile{
	width:97%;
}
.tablefile td span{
	font-size:8px;
}
#prwtype{
	width:60%;
	height:65%;
}
.createfilebtn{
	margin:-18px -2px;
}
}