#loading_cover
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #15262f;
	opacity: 0.8;
	text-align: center;
	color: white;
	font-size: 3em;
	padding-top: 25%;
}
h1
{
	margin: 5px;
	font-size: 1.7em;
	color: #002f47	
}
h2, h3
{
	margin: 5px;
	color: #1b446d;
}
table 
{
	width: 100%;
}
table tr:not(.table_header):hover
{
	background: #bbb;
}
.table_header
{
	background: #333;
	color: white;
}
table td
{
	text-align: center;
}
a:link,
a:visited
{	
	color: #5eb5e0;
	text-decoration: none;
	text-shadow: 0.4px 0.4px 0.1px rgba(0, 0, 0, 1);
	font-weight: bold;
}
#under_development
{
	padding: 5px;
	width: 100%;
	margin: 0px;
	background-color: crimson;
	color: white;
	text-align: center;
}
#debug_wrap
{
	padding: 5px;
	border: 1px solid black;
	display: none;
}
.generic_button
{
	padding: 2px 10px 2px 10px;
	text-align: center;
	border: #565656 1px solid;
	display: inline-block;
	color: black !important;
	text-decoration: none;
	background: #ccc;
}
.generic_button:hover
{	
	background-color: #555;
	color: white !important;
	cursor: pointer;
}
.generic_wrap
{
	width: 60%;
	margin: auto;
	background-color: #eee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(135,135,135,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(135,135,135,1);
box-shadow: 0px 0px 5px 2px rgba(135,135,135,1);
}
body, html
{
	margin: 0px;
	height: 100%;
}
#page_wrap
{
	margin: auto;
}
#content
{
	max-width: 1000px;
	margin: auto;
	padding: 5px;
	background: #eee;
	border: solid 4px #bbb;
}
#body_wrap
{
	padding: 10px 0px 10px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+1,eeeeee+77 */
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 1%, #eeeeee 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cccccc 1%,#eeeeee 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cccccc 1%,#eeeeee 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}

/*-- Upper menu --*/ 
.span_right
{
	display: inline-block;
	color: white;
	float: right;
	margin-top: 15px;
}
#site_title
{
	color: #5eb5e0;
	font-size: 2em;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
}
#header_wrap
{
	width: 100%;
	background-color: #333;
}
#upper_menu
{
	background-color: #333;
	padding: 1em;
	vertical-align: middle;
}
#website_menu
{	
	vertical-align: middle;	
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	
}
#website_menu_wrap
{
	background-color: #444;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,555555+29 */
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #555555 29%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #222222 0%,#555555 29%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #222222 0%,#555555 29%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#555555',GradientType=0 ); /* IE6-9 */

}
#website_menu span
{
	display: table-cell;
}
#website_menu span
{
	text-align: center;
}
#website_menu a
{	
	padding: 10px 3px 5px 3px;
	display: inline-block;
	width: 100%;
}
#website_menu span:hover
{	
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,666666+29 */
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #666666 29%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #222222 0%,#666666 29%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #222222 0%,#666666 29%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

}
#upper_menu a
{
	padding: 5px;
	display: inline-block;
}
#upper_menu a:hover
{	
	background-color: #ccc;
	color: black;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.selected_page
{	
	background-color: #ccc;
	color: black;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	display: inline-block;
	padding: 5px;
}
.upper_menu_item
{
	
}
/*-- Footer menu --*/
#footer_wrap
{
	width: 100%;
	background-color: #333;
	margin: auto;
	box-shadow: 0 500px 0 500px #333;
}
#footer_menu
{
	padding: 1em;
	max-width: 1000px;
	margin: auto;
	display: table;
}
#footer_menu a
{
	display: table-cell;
}
#footer_menu a
{
	padding: 5px;
	display: inline-block;
}
#footer_menu a:hover
{	
	background-color: #ccc;
	color: black;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
