@charset "utf-8";
/* CSS Document */

.fileoverview{
	height:100%;
	font-size:11px;
	background:#f3fae8;
	border:1px solid #eaf2dd;
	color:#666;
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
	position:relative;
}
	.fileoverview h4{
		font-size:12px;
		line-height:26px;
		color:#666;
		background:#f3fae8;
		margin-bottom:5px;
		/*padding-left:10px;*/
	}
	
	.fileoverview p{padding:0 0 10px;}
	
.pad{padding:7px 10px 6px;}
		
		.fileoverview li{
			height:20px; 
			padding:5px 10px;
			position:relative;
		}
		.fileoverview li.noFile{
			text-align:center;
			font-weight:bold;
			display:none;
		}
		.fileoverview li.odd{background:#f3fae8; color:#666;}
		.fileoverview li.even{background:#fff; color:#666;}
		
			.fileoverview a{
				height:16px;
				display:block;
				float:left;
				font-weight:bold;
				color:#666; 
				background-color:inherit;
				padding:0 10px 0 20px;
			}
			.fileoverview p.download a{
				color:#86cc18; 
				background-color:inherit;
			}
				.fileoverview a:hover,
				.fileoverview p.download a:hover{color:#000; background-color:inherit;}
				.fileoverview a.txtfile{background:url(../images/file-ico.gif) no-repeat 0 0;}
				.fileoverview a.docfile{background:url(../images/word-ico.gif) no-repeat 0 0;}
				.fileoverview a.pdffile{background:url(../images/pdf-ico.gif) no-repeat 0 0;}
				.fileoverview a.xlsfile{background:url(../images/excel-ico.gif) no-repeat 0 0;}
				.fileoverview a.jpgfile,
				.fileoverview a.jpegfile{background:url(../images/jpeg-ico.gif) no-repeat 0 0;}
				
	/* Start: Close Button */
	.fileoverview li a.close{
		width:12px;
		height:0;
		padding:11px 0 0;
		position:absolute;
		top:8px;
		right:7px;
	}
	.fileoverview li a.close:hover{background-position:0 -11px;}
	/* End: Close Button */
	
	ul.subtabs{
		margin-top:0;
		height:20px;		
	}
	
	/* Start: File Edit Box*/
	#file-edit-box{display:none;}
	#file-edit-box label {
		font-size:12px;
		line-height:21px;
		display:block;
	}
		#file-edit-box input{margin-bottom:10px;}
		#file-edit-box input.btn{margin-bottom:0;}

		#file-edit-box textarea{
			width:98%;
			height:44px;
			padding:4px;
			font:12px/17px Arial, Helvetica, sans-serif;
			border:1px solid #dbe2cf;
			margin-bottom:10px;
		}
	
	/* Start: Styles for IE*/
	#file-edit-box textarea{width:98%\9; padding:4px 1%\9;}
	/* End: File Edit Box*/