@charset "utf-8";
/* CSS Document */

.filefolder{padding:12px 12px 12px 0px;}
.filefolder .tabs{
	font-family:"Trebuchet MS", arial, Helvetica, sans-serif;
	background-image:url("../images/template/tabsShadow.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	height:32px;
	font-size:13px;
}
.filefolder .tabs .tab a{color:#404040; text-decoration:none;}
.filefolder .tabs .tab a:hover{color:#AFB1BC; text-decoration:underline;}
.filefolder .tabs .tab{
	position:relative; float:left;
	border:1px solid #cccccc;
	background-color:#f5f4f4;
	padding:5px 8px;
	margin-left:6px;
	color:#404040;
	white-space:nowrap;
	
	}
.filefolder .tabs .tab_active{
	position:relative; float:left;
	z-index:100;
	border:1px solid #999999;
	border-bottom:none;
	background-color:#ffffff;
	padding:5px 8px;
	margin-left:6px;
	color:#B81E32;
	top:0px;
	white-space:nowrap;
	}
.filefolder .tabs .tab_active a{
	color:#B81E32;
	text-decoration:none;
	cursor:default;
	}

.filefolderPage{
	position:relative; clear:left;
	width:735px;
	border:1px solid #999999;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#FFFFFF;
	top:-4px;
	padding-top:18px;
	padding-bottom:18px;

}
.filefolderPage .content{
	padding:0px 0px 0px 16px;
	font-family:Arial, Helvetica, sans-serif; font-size:13px;
	color:#6B6161;
}

.filefolderPage .content P,
.filefolderPage .content UL{margin-right:16px;}

.filefolderPage h1, .filefolderPage h2, .filefolderPage h3,
.filefolderPage h4, .filefolderPage h5, .filefolderPage h6{font-family:"Trebuchet MS", arial, Helvetica, sans-serif; font-weight:normal;}

.filefolderPage h1{font-size:22px; color:#c52b3f; }
.filefolderPage h2{font-size:20px; color:#c52b3f; }
.filefolderPage h3{font-size:18px; color:#6B6161; }
.filefolderPage h4{font-size:16px; color:#6B6161; }

.filefolderPage p{}

