
html {
    cursor: url("cursor.gif"), auto;
}


body {
    font-family: arial, helvetica, sans-serif;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #F3FAE1;
}



.flashcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  gap: 10px;
  width: 100%
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;

}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.modalcaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}


table.flashListing td.postblock {
	padding: 5px;
	text-align: center;
}

table.flashListing td {
	padding: 2px;
	font-size: 10pt;
}

.postblock {
	background-color: #EA8;
	color: #800;
	font-weight: bold;
	border: 1px solid #800;
	padding: 0 5px;
	font-size: 10pt;
}

div.boardBanner {
  margin: 0 0 0 0;
  width: 100%
  
}

div.boardBanner > div.boardTitle {
	font-family: Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
  color: #800000;
	margin-top: 0px;
  margin-bottom: 8px;
  text-align: center;
}

div.boardBanner > div.boardDescription {
  border: 2px solid ;
  border-radius: 4px;
  padding: 8 2 8 8;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
  color: #800000;
	margin-top: 0px;
  text-align: center;
}

table.flashListing .name-col,
table.flashListing .file-col,
table.flashListing .date-col {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: center;
}

table.flashListing .subject {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: center;
}

table.flashListing .button-col {
  text-align: center;
}