
body
{
	font-family:arial,sans-serif;
	font-size:13px; 
	background:#EEEEEE;
	margin:0px;
	padding:20px;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
}
 

.basicbutton
{
	display: inline;
	background-color: #cccccc;
	border-radius: 2px;
	
}

.basicbutton:hover {
	background-color: #ffffff; color: #333366;
}

.title
{
	font-size:24px;
	margin-bottom:-3px;
	color: #1C77AC;
	font-weight:normal;
	text-shadow: 2px 2px 2px #ffffff;
}

.postDate
{
	font-size:10px;
 
	color: #1C77AC;
	font-weight:normal;
	text-shadow: 2px 2px 2px #ffffff;
	display: inline-block;
	background-color: #eeeeee;
 
	vertical-align:top;
}
.postClip
{
	font-size:14px;
 
	margin-left:10px;
	color: #000000;
	font-weight:normal;
	display: inline-block;
	width:80%;
}

.postRow
{
	font-size:12px;
	margin-bottom:10px;
	color: #1C77AC;
	font-weight:normal;
	width: 95%;
	border:1px solid #999999;
 
}

.downloadLink
{

  margin-left:105px;
}

.clipTools
{
  float: right;
	margin-left:10px;
  vertical-align:top;
	width: 20px;
	display: inline-block;
}
.clipFormButtons
{
	margin-left:10px;
	display: inline;
	vertical-align: text-top;
	height: 80px;
	width: 120px;
 
 
}
.loggedin  
{
	padding:1px;
  	font-size:9px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	background:#f8f8f8;
}

.genericform {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.genericformelementlabel {
 	text-align: right	;
}
.genericformelementinput {
 	text-align: left;
}

.genericformerror {
	font-size: 10px;
	color: red;
}
 
 
a:link {
	color:#1C77AC;
	text-decoration:none;

}
a:visited {
	color:#1C77AC

}
a:hover{
	color:#AC771C;

}

ul { 
	ist-style: none; }




.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.overlay button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.overlay button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}