body{
	background-image:url("images/Background.png");
	background-color:#232528;
	color:#ede2b0;
	font-family:Verdana;
}

.Box-T{
	background-image:url("images/Box-T.png");
	background-position:top left;
	background-repeat:repeat-x;
	
	background-color:#213755;
	margin:6px 6%;
}
.Box-L{
	background-image:url("images/Box-L.png");
	background-position:top left;
	background-repeat:repeat-y;
}
.Box-R{
	background-image:url("images/Box-R.png");
	background-position:bottom right;
	background-repeat:repeat-y;
}
.Box-B{
	background-image:url("images/Box-B.png");
	background-position:bottom right;
	background-repeat:repeat-x;
}

.Box-TL{
	background-image:url("images/Box-TL.png");
	background-position:top left;
	background-repeat:no-repeat;
}
.Box-TR{
	background-image:url("images/Box-TR.png");
	background-position:top right;
	background-repeat:no-repeat;
}
.Box-BR{
	background-image:url("images/Box-BR.png");
	background-position:bottom right;
	background-repeat:no-repeat;
}
.Box-BL{
	background-image:url("images/Box-BL.png");
	background-position:bottom left;
	background-repeat:no-repeat;
}
.Box{
	min-height:83px;
	padding:8px 8px 8px 15px;
	color:#e7e3d3;
}
.Box h3{
	color:#bcb7a1;
	margin:5px 0px;
}
.Box h3 a{
	color:inherit;
	text-decoration:none;
	/* color:#213755; */
}
h3{
	margin:5px 0px;
}
h4{
	margin:5px 0px;
}
p{
	margin:5px 8px;

}

img.icon{
	margin:5px 15px 8px 5px;
	float:left;
}
a img{
	border-style:none;
	border-width:0px;
}

div.hr{
	clear:both;
	font-size:1xp;
	line-height:1px;
}


/* File box surrounding featured and normal */
.filesTop{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image:url("images/folder-bg.png");
	background-color:#2f3339;
	border:2px solid #7b7e80;
	margin:20px;
	padding:12px;
}

.filesTop a{
	color:inherit;
	text-decoration:none;
}

.filesTop a:visited{
	color:#D4CEB2;
}

.filesBottom a:hover, .filesTop a:hover{
	color:#ffffff;
}

.filesBottom a{
	color:inherit;
	text-decoration:none;
}

.filesBottom{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image:url("images/folder-bg.png");
	background-color:#2f3339;
	color:#777777;
	margin:20px;
}

/* Table class for showing file/floder info */
table.contents{
	display:block;
}

table.contents tr:nth-child(even){
	background-color:#3b3e45;
}

table.contents tr td:nth-child(1){
	width:20px;
}
table.contents tr td:nth-child(1) img{
	vertical-align:middle;
}


table.contents tr td:nth-child(2){
	width:100%;
	text-align:left;
	line-height:16px;
}
table.contents tr td:nth-child(2) a{
	vertical-align:middle;
}

table.contents tr td:nth-child(3) {
	text-align:right;
	padding:0 15px 0 0;
}

table.contents tr td:nth-child(3) {
	width:200px;
}

/* Wrapper for special files */
.featured {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color:#aaaaaa #666666 #666666 #666666;
	border-width:1px;
	border-style:solid dashed dashed dashed;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
}

.featured h4 {
	background-color:#213755;
	margin:0 0 4px 0;
	padding:2px 10px;
	border-color:#555555;
	border-style:none none solid none;
	border-width:0 0 1px 0;
}
