# Empty CSS file for your own CSS


.container-fluid {position: relative; width: 100%; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }


body {
	font-family: vardana,arial,sans-serif;

}
.container {
background-color: white;
}

.HebrewFloat {
	float: right;
}


p {
	text-align: center;	
}

.latest {background-color: yellow;}

.blink_me{
  
color: blue;
  font-weight: bold;
}

#showLinkDesc {
	margin: 0 auto;
	width: 600px;
	height: 160px;
	background-color: #D2EAFB;
	border: 1px solid black;
	padding: 5px;
	overflow:auto;

}

.links {
font-family: tahoma,arial,sans-serif;
font-size: .90em;

}

#objective,#howUse,#sources,#about {
	display: none;
	
}

#page-wrap { position: relative; width: 800px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

.linkFont {
cursor: pointer;

}

td {
text-align: center;
font-weight: bold;

}
