@charset "utf-8";

.printable{
	display:none;
}

@media only print{
	.container {display:none !important;}
	.printable {display:block !important;}
}

body {
    padding-top: 210px;
    padding-bottom: 100px;
	min-height: 480px;
	min-width: 600px;
	margin-top: 10px;
	margin-right: 200px;
	margin-left: 200px;
	margin-bottom: 10px;
	background-color: #2D2D2D;
	text-align: center;
	color: GAINSBORO;
    font-size: large;
}

a:link {
	font-size: X-Large;
  	font-weight: BOLD;
    color: GAINSBORO;
}

a:visited  {
	color: #FF3333;
}

#filelist {
	margin-left: 250px;
	margin-right: 250px;
	border-color: #000000;
	border-radius: 4px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#filelist th {
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: medium;
	border-width: 0px;
}

#filelist table  {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-variant: normal;
	font-size: small;

}

#filelist table tr:hover{
	background-color: #ddd;
}

#filelist table tr nth-child(even){
	background-color: #F2F2F2;
}

#filelist table tr td {
	padding: 0px;
	text-align: left;
	color: "black";
}

iframe{
	border: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: #333333;
  border-bottom: 2px;
  border-color: #666666;
  border-bottom-style: outset;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333333;
  min-width: 980px;
  max-height: 80px;
  border-top: 2px;
  border-color: #666666;
  border-top-style: outset;
}

.footer a {
	font-size: medium;
}

