/* select core css
author: Alexander Shmakov
june 22, 2016*/

h1#title {
	text-align: center;
	font-family: tahoma;
	font-size: 20px;
	font-size: 5em;
	color: white;
	text-shadow: 3px 3px black;
}

div#window {

	background-repeat: no-repeat;
	background-image: url("../../images/FLM_Image_19.png");
	
	/*makes the image fill the whole div*/
	background-size: 100%;
}

/*########################################################*/

div#leftContent {
	display: inline-block;
}

img#home {
	position: absolute;
	height: 6%;
	z-index: 10;
}

div#leftContent img#left_img {
	position: absolute;
	margin-top: -1%;
	height: 100%;
	width: 30%;
}

/*############ image and back to home button  #############*/

div#rightContent {
	margin-left: 32%;
	
}

p {
	font-size: 2.1em;
}

p.pageNum {
	/*margin-top: 20%;*/
	text-align: center;
	/*position: absolute;*/
	font-size: 1.5em;
}

/*######################## table ##########################*/

div#rightContent table {
	margin-left: 13%;
}

td {
	padding: 2%;
}

div.tableDiv {	
	padding: 4%;
	border: solid black 1px;
	background-color: lightblue;
	border-radius: 20px;
}

div.tableDiv:hover {
	background-color: grey;
	border-radius: 20px;
}

div.tableDiv p.coreButton {
	font-size: 1.2em;
	white-space: nowrap;
	display: inline;
}

/*remove link underline*/
a {
	text-decoration: none;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

/*###################  buttons  ############################*/

img#back {
	position: absolute;
	margin-left: 1%;
	margin-top: 69%;
	height: 5%;
}